{
    "types": [
        {
            "name": "Titanium.Proxy",
            "description": "<p>The base for all Titanium objects.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Proxy.bubbleParent\">Titanium.Proxy.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Proxy.bubbleParent\">Titanium.Proxy.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Proxy.bubbleParent\">Titanium.Proxy.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Proxy.bubbleParent\">Titanium.Proxy.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Proxy.apiName\">Titanium.Proxy.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Proxy.apiName\">Titanium.Proxy.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Proxy.lifecycleContainer\">Titanium.Proxy.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Proxy.lifecycleContainer\">Titanium.Proxy.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Proxy.lifecycleContainer\">Titanium.Proxy.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Proxy.lifecycleContainer\">Titanium.Proxy.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "inherits": "Object",
            "isInternal": true,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>On platforms that use native code (Android and iOS), the <code>Proxy</code> type represents a\nJavaScript wrapper or <em>proxy</em> around a native object. Setting or getting a property\non a proxy object results in a method invokation on the native object. Likewise,\ncalling a method on the proxy object results in a method invokation on the native\nobject.</p>\n<p>Some Titanium objects are <em>createable</em>: new instances of these objects can be created using\nfactory methods. For example, a <a href=\"Titanium.UI.Window\">Window</a> object can be created using the\n<a href=\"Titanium.UI.createWindow\">Titanium.UI.createWindow</a> method.</p>\n<p>In general, developers should avoid modifying the prototype of a Titanium object, or\nadding methods to a Titanium object. (Adding a simple property such as an ID value is\ngenerally OK.)</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.Module",
            "description": "<p>Base type for all Titanium modules.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Module.bubbleParent\">Titanium.Module.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Module.bubbleParent\">Titanium.Module.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Module.bubbleParent\">Titanium.Module.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Module.bubbleParent\">Titanium.Module.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Module.apiName\">Titanium.Module.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Module.apiName\">Titanium.Module.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Module.lifecycleContainer\">Titanium.Module.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Module.lifecycleContainer\">Titanium.Module.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Module.lifecycleContainer\">Titanium.Module.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Module.lifecycleContainer\">Titanium.Module.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": true,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>A Titanium module is a non-createable Titanium object that is exposed through the\nglobal Titanium object.</p>\n<p>For example, the <a href=\"Titanium.UI\">Titanium.UI</a> module provides constants and factory methods related\nto UI objects, as well as a few UI-related properties that are not related to a\nspecific object.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.View",
            "description": "<p>An empty drawing surface or container</p>",
            "deprecated": false,
            "events": [
                {
                    "name": "click",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a click against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "dblclick",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a double click against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "doubletap",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a double tap against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "focus",
                    "deprecated": false,
                    "description": "<p>Fired when the view element gains focus.</p>"
                },
                {
                    "name": "keypressed",
                    "deprecated": false,
                    "description": "<p>Fired when a hardware key is pressed in the view.</p>",
                    "properties": [
                        {
                            "name": "keyCode",
                            "constants": [],
                            "description": "<p>The code for the physical key that was pressed. For more details, see <a href=\"https://developer.android.com/reference/android/view/KeyEvent.html\">KeyEvent</a>. This API is experimental and subject to change.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "longclick",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a long click.</p>"
                },
                {
                    "name": "longpress",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a long press.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "pinch",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a pinch gesture.</p>",
                    "properties": [
                        {
                            "name": "scale",
                            "constants": [],
                            "description": "<p>The scale factor relative to the points of the two touches in screen coordinates.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "velocity",
                            "constants": [],
                            "description": "<p>The velocity of the pinch in scale factor per second.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "time",
                            "constants": [],
                            "description": "<p>The event time of the current event being processed.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timeDelta",
                            "constants": [],
                            "description": "<p>The time difference in milliseconds between the previous accepted scaling event and the\ncurrent scaling event.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "currentSpan",
                            "constants": [],
                            "description": "<p>The average distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "currentSpanX",
                            "constants": [],
                            "description": "<p>The average X distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "currentSpanY",
                            "constants": [],
                            "description": "<p>The average Y distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "previousSpan",
                            "constants": [],
                            "description": "<p>The previous average distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "previousSpanX",
                            "constants": [],
                            "description": "<p>The previous average X distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "previousSpanY",
                            "constants": [],
                            "description": "<p>The previous average Y distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "focusX",
                            "constants": [],
                            "description": "<p>The X coordinate of the current gesture's focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "focusY",
                            "constants": [],
                            "description": "<p>The Y coordinate of the current gesture's focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "inProgress",
                            "constants": [],
                            "description": "<p>Returns <code>true</code> if a scale gesture is in progress, <code>false</code> otherwise.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "postlayout",
                    "deprecated": false,
                    "description": "<p>Fired when a layout cycle is finished.</p>"
                },
                {
                    "name": "singletap",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a single tap against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "swipe",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a swipe gesture against the view.</p>",
                    "properties": [
                        {
                            "name": "direction",
                            "constants": [],
                            "description": "<p>Direction of the swipe--either 'left', 'right', 'up', or 'down'.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event's endpoint from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event's endpoint from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchcancel",
                    "deprecated": false,
                    "description": "<p>Fired when a touch event is interrupted by the device.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchend",
                    "deprecated": false,
                    "description": "<p>Fired when a touch event is completed.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Penciland are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchmove",
                    "deprecated": false,
                    "description": "<p>Fired as soon as the device detects movement of a touch.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchstart",
                    "deprecated": false,
                    "description": "<p>Fired as soon as the device detects a touch gesture.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "twofingertap",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a two-finger tap against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                }
            ],
            "examples": [
                {
                    "title": "Round View Example",
                    "code": "<p>Create a rounded view.</p>\n<pre><code>var view = Titanium.UI.createView({\n   borderRadius:10,\n   backgroundColor:'red',\n   width:50,\n   height:50\n});\nwindow.add(view);\n</code></pre>"
                },
                {
                    "title": "Alloy XML Markup",
                    "code": "<p>Previous example as an Alloy view.</p>\n<pre><code>&lt;Alloy&gt;\n    &lt;View id=&quot;view&quot; borderRadius=&quot;10&quot; backgroundColor=&quot;red&quot; width=&quot;50&quot; height=&quot;50&quot; /&gt;\n&lt;/Alloy&gt;\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "add",
                    "deprecated": false,
                    "description": "<p>Adds a child to this view's hierarchy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "view",
                            "constants": [],
                            "description": "<p>View to add to this view's hierarchy.</p>\n<p>You may pass an array of views, e.g. <code>view.add([subview1, subview2]</code>.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "animate",
                    "deprecated": false,
                    "description": "<p>Animates this view.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "animation",
                            "constants": [],
                            "description": "<p>Either a dictionary of animation properties or an\n<a href=\"Titanium.UI.Animation\">Animation</a> object.</p>",
                            "type": "Titanium.UI.Animation",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Function to be invoked upon completion of the animation.</p>",
                            "type": "Function",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "clearMotionEffects",
                    "deprecated": false,
                    "description": "<p>Removes all previously added motion effects.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "finishLayout",
                    "deprecated": true,
                    "description": "<p>Finishes a batch update of the View's layout properties and schedules a layout pass of the\nview tree.\n<strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hide",
                    "deprecated": false,
                    "description": "<p>Hides this view.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Animation options for Android only. <strong>Since SDK 5.1.0 and used only on Android 5.0+</strong></p>\n<p>Determines whether to enable a circular reveal animation.\nNote that the default here is equivalent to passing in <code>{ animated: false }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "insertAt",
                    "deprecated": false,
                    "description": "<p>Inserts a view at the specified position in the <a href=\"Titanium.UI.View.children\">children</a> array.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Pass an object that specifies the view to insert and optionally at which position (defaults to end)</p>",
                            "type": "ViewPositionOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "remove",
                    "deprecated": false,
                    "description": "<p>Removes a child view from this view's hierarchy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "view",
                            "constants": [],
                            "description": "<p>View to remove from this view's hierarchy.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeAllChildren",
                    "deprecated": false,
                    "description": "<p>Removes all child views from this view's hierarchy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "replaceAt",
                    "deprecated": false,
                    "description": "<p>Replaces a view at the specified position in the <a href=\"Titanium.UI.View.children\">children</a> array.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Pass an object with the view to insert and the position of the view to replace. In this case the <code>position</code> property is required.</p>",
                            "type": "ViewPositionOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "show",
                    "deprecated": false,
                    "description": "<p>Makes this view visible.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Animation options for Android only. <strong>Since SDK 5.1.0 and only used on Android 5.0+</strong></p>\n<p>Determines whether to enable a circular reveal animation.\nNote that the default here is equivalent to passing in <code>{ animated: false }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "startLayout",
                    "deprecated": true,
                    "description": "<p>Starts a batch update of this view's layout properties. <strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">Titanium.Proxy.applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "toImage",
                    "deprecated": false,
                    "description": "<p>Returns an image of the rendered view, as a Blob.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Function to be invoked upon completion. If non-null, this method will be performed\nasynchronously. If null, it will be performed immediately.</p>",
                            "type": "Function",
                            "usage": "optional"
                        },
                        {
                            "name": "honorScaleFactor",
                            "constants": [],
                            "description": "<p>Determines whether the image is scaled based on scale factor of main screen. (iOS only)</p>\n<p>When set to true, image is scale factor is honored. When set to false, the image in the\nblob has the same dimensions for retina and non-retina devices.</p>",
                            "type": "Boolean",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Blob",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "updateLayout",
                    "deprecated": true,
                    "description": "<p>Performs a batch update of all supplied layout properties and schedules a layout pass after\nthey have been updated.\n<strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">Titanium.Proxy.applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Layout properties to be updated.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "convertPointToView",
                    "deprecated": false,
                    "description": "<p>Translates a point from this view's coordinate system to another view's coordinate system.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "point",
                            "constants": [],
                            "description": "<p>A point in this view's coordinate system.</p>\n<p>If this argument is missing an <code>x</code> or <code>y</code> property, or the properties can not be\nconverted into numbers, an exception will be raised.</p>",
                            "type": "Point",
                            "usage": "required"
                        },
                        {
                            "name": "destinationView",
                            "constants": [],
                            "description": "<p>View that specifies the destination coordinate system to convert to. If this argument\nis not a view, an exception will be raised.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewById",
                    "deprecated": false,
                    "description": "<p>Returns the matching view of a given view ID.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "id",
                            "constants": [],
                            "description": "<p>The ID of the view that should be returned. Use the <code>id</code> property in your views to\nenable it for indexing in this method.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.View",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.View.bubbleParent\">Titanium.UI.View.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.View.bubbleParent\">Titanium.UI.View.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.View.bubbleParent\">Titanium.UI.View.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.View.bubbleParent\">Titanium.UI.View.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.View.apiName\">Titanium.UI.View.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.View.apiName\">Titanium.UI.View.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.View.lifecycleContainer\">Titanium.UI.View.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.View.lifecycleContainer\">Titanium.UI.View.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.View.lifecycleContainer\">Titanium.UI.View.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.View.lifecycleContainer\">Titanium.UI.View.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityHidden",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.View.accessibilityHidden\">Titanium.UI.View.accessibilityHidden</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.View.accessibilityHidden\">Titanium.UI.View.accessibilityHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityHidden",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.View.accessibilityHidden\">Titanium.UI.View.accessibilityHidden</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.View.accessibilityHidden\">Titanium.UI.View.accessibilityHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityHidden",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityHint",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.View.accessibilityHint\">Titanium.UI.View.accessibilityHint</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.View.accessibilityHint\">Titanium.UI.View.accessibilityHint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityHint",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.View.accessibilityHint\">Titanium.UI.View.accessibilityHint</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.View.accessibilityHint\">Titanium.UI.View.accessibilityHint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityHint",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityLabel",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.View.accessibilityLabel\">Titanium.UI.View.accessibilityLabel</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.View.accessibilityLabel\">Titanium.UI.View.accessibilityLabel</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityLabel",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.View.accessibilityLabel\">Titanium.UI.View.accessibilityLabel</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.View.accessibilityLabel\">Titanium.UI.View.accessibilityLabel</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityLabel",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityValue",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.View.accessibilityValue\">Titanium.UI.View.accessibilityValue</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.View.accessibilityValue\">Titanium.UI.View.accessibilityValue</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityValue",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.View.accessibilityValue\">Titanium.UI.View.accessibilityValue</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.View.accessibilityValue\">Titanium.UI.View.accessibilityValue</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityValue",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAnchorPoint",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.View.anchorPoint\">Titanium.UI.View.anchorPoint</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.View.anchorPoint\">Titanium.UI.View.anchorPoint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAnchorPoint",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.View.anchorPoint\">Titanium.UI.View.anchorPoint</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.View.anchorPoint\">Titanium.UI.View.anchorPoint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "anchorPoint",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAnimatedCenter",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.View.animatedCenter\">Titanium.UI.View.animatedCenter</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.View.animatedCenter\">Titanium.UI.View.animatedCenter</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.View.backgroundColor\">Titanium.UI.View.backgroundColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.View.backgroundColor\">Titanium.UI.View.backgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.View.backgroundColor\">Titanium.UI.View.backgroundColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.View.backgroundColor\">Titanium.UI.View.backgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundDisabledColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.View.backgroundDisabledColor\">Titanium.UI.View.backgroundDisabledColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.View.backgroundDisabledColor\">Titanium.UI.View.backgroundDisabledColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundDisabledColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.View.backgroundDisabledColor\">Titanium.UI.View.backgroundDisabledColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.View.backgroundDisabledColor\">Titanium.UI.View.backgroundDisabledColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundDisabledColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundDisabledImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.View.backgroundDisabledImage\">Titanium.UI.View.backgroundDisabledImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.View.backgroundDisabledImage\">Titanium.UI.View.backgroundDisabledImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundDisabledImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.View.backgroundDisabledImage\">Titanium.UI.View.backgroundDisabledImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.View.backgroundDisabledImage\">Titanium.UI.View.backgroundDisabledImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundDisabledImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundFocusedColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.View.backgroundFocusedColor\">Titanium.UI.View.backgroundFocusedColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.View.backgroundFocusedColor\">Titanium.UI.View.backgroundFocusedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundFocusedColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.View.backgroundFocusedColor\">Titanium.UI.View.backgroundFocusedColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.View.backgroundFocusedColor\">Titanium.UI.View.backgroundFocusedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundFocusedColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundFocusedImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.View.backgroundFocusedImage\">Titanium.UI.View.backgroundFocusedImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.View.backgroundFocusedImage\">Titanium.UI.View.backgroundFocusedImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundFocusedImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.View.backgroundFocusedImage\">Titanium.UI.View.backgroundFocusedImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.View.backgroundFocusedImage\">Titanium.UI.View.backgroundFocusedImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundFocusedImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundGradient",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.View.backgroundGradient\">Titanium.UI.View.backgroundGradient</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.View.backgroundGradient\">Titanium.UI.View.backgroundGradient</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Gradient",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundGradient",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.View.backgroundGradient\">Titanium.UI.View.backgroundGradient</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.View.backgroundGradient\">Titanium.UI.View.backgroundGradient</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundGradient",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Gradient",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.View.backgroundImage\">Titanium.UI.View.backgroundImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.View.backgroundImage\">Titanium.UI.View.backgroundImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.View.backgroundImage\">Titanium.UI.View.backgroundImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.View.backgroundImage\">Titanium.UI.View.backgroundImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundRepeat",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.View.backgroundRepeat\">Titanium.UI.View.backgroundRepeat</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.View.backgroundRepeat\">Titanium.UI.View.backgroundRepeat</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundRepeat",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.View.backgroundRepeat\">Titanium.UI.View.backgroundRepeat</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.View.backgroundRepeat\">Titanium.UI.View.backgroundRepeat</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundRepeat",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundLeftCap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.View.backgroundLeftCap\">Titanium.UI.View.backgroundLeftCap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.View.backgroundLeftCap\">Titanium.UI.View.backgroundLeftCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundLeftCap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.View.backgroundLeftCap\">Titanium.UI.View.backgroundLeftCap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.View.backgroundLeftCap\">Titanium.UI.View.backgroundLeftCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundLeftCap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundSelectedColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.View.backgroundSelectedColor\">Titanium.UI.View.backgroundSelectedColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.View.backgroundSelectedColor\">Titanium.UI.View.backgroundSelectedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundSelectedColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.View.backgroundSelectedColor\">Titanium.UI.View.backgroundSelectedColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.View.backgroundSelectedColor\">Titanium.UI.View.backgroundSelectedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundSelectedColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundSelectedImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.View.backgroundSelectedImage\">Titanium.UI.View.backgroundSelectedImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.View.backgroundSelectedImage\">Titanium.UI.View.backgroundSelectedImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundSelectedImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.View.backgroundSelectedImage\">Titanium.UI.View.backgroundSelectedImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.View.backgroundSelectedImage\">Titanium.UI.View.backgroundSelectedImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundSelectedImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundTopCap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.View.backgroundTopCap\">Titanium.UI.View.backgroundTopCap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.View.backgroundTopCap\">Titanium.UI.View.backgroundTopCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundTopCap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.View.backgroundTopCap\">Titanium.UI.View.backgroundTopCap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.View.backgroundTopCap\">Titanium.UI.View.backgroundTopCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundTopCap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.View.borderColor\">Titanium.UI.View.borderColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.View.borderColor\">Titanium.UI.View.borderColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.View.borderColor\">Titanium.UI.View.borderColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.View.borderColor\">Titanium.UI.View.borderColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderRadius",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.View.borderRadius\">Titanium.UI.View.borderRadius</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.View.borderRadius\">Titanium.UI.View.borderRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderRadius",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.View.borderRadius\">Titanium.UI.View.borderRadius</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.View.borderRadius\">Titanium.UI.View.borderRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderRadius",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderWidth",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.View.borderWidth\">Titanium.UI.View.borderWidth</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.View.borderWidth\">Titanium.UI.View.borderWidth</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderWidth",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.View.borderWidth\">Titanium.UI.View.borderWidth</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.View.borderWidth\">Titanium.UI.View.borderWidth</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderWidth",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBottom",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.View.bottom\">Titanium.UI.View.bottom</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.View.bottom\">Titanium.UI.View.bottom</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBottom",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.View.bottom\">Titanium.UI.View.bottom</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.View.bottom\">Titanium.UI.View.bottom</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bottom",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getCenter",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.View.center\">Titanium.UI.View.center</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.View.center\">Titanium.UI.View.center</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setCenter",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.View.center\">Titanium.UI.View.center</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.View.center\">Titanium.UI.View.center</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "center",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getChildren",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.View.children\">Titanium.UI.View.children</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.View.children\">Titanium.UI.View.children</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getClipMode",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.View.clipMode\">Titanium.UI.View.clipMode</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.View.clipMode\">Titanium.UI.View.clipMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setClipMode",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.View.clipMode\">Titanium.UI.View.clipMode</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.View.clipMode\">Titanium.UI.View.clipMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "clipMode",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getElevation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.View.elevation\">Titanium.UI.View.elevation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.View.elevation\">Titanium.UI.View.elevation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setElevation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.View.elevation\">Titanium.UI.View.elevation</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.View.elevation\">Titanium.UI.View.elevation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "elevation",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getFocusable",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.View.focusable\">Titanium.UI.View.focusable</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.View.focusable\">Titanium.UI.View.focusable</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setFocusable",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.View.focusable\">Titanium.UI.View.focusable</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.View.focusable\">Titanium.UI.View.focusable</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "focusable",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getHeight",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.View.height\">Titanium.UI.View.height</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.View.height\">Titanium.UI.View.height</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHeight",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.View.height\">Titanium.UI.View.height</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.View.height\">Titanium.UI.View.height</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "height",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHiddenBehavior",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.View.hiddenBehavior\">Titanium.UI.View.hiddenBehavior</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.View.hiddenBehavior\">Titanium.UI.View.hiddenBehavior</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setHiddenBehavior",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.View.hiddenBehavior\">Titanium.UI.View.hiddenBehavior</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.View.hiddenBehavior\">Titanium.UI.View.hiddenBehavior</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "hiddenBehavior",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getHorizontalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.View.horizontalMotionEffect\">Titanium.UI.View.horizontalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.View.horizontalMotionEffect\">Titanium.UI.View.horizontalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "MinMaxOptions",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHorizontalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.View.horizontalMotionEffect\">Titanium.UI.View.horizontalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.View.horizontalMotionEffect\">Titanium.UI.View.horizontalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "horizontalMotionEffect",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "MinMaxOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLeft",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.View.left\">Titanium.UI.View.left</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.View.left\">Titanium.UI.View.left</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLeft",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.View.left\">Titanium.UI.View.left</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.View.left\">Titanium.UI.View.left</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "left",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLayout",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.View.layout\">Titanium.UI.View.layout</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.View.layout\">Titanium.UI.View.layout</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLayout",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.View.layout\">Titanium.UI.View.layout</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.View.layout\">Titanium.UI.View.layout</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "layout",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getOpacity",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.View.opacity\">Titanium.UI.View.opacity</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.View.opacity\">Titanium.UI.View.opacity</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setOpacity",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.View.opacity\">Titanium.UI.View.opacity</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.View.opacity\">Titanium.UI.View.opacity</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "opacity",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getOverrideCurrentAnimation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.View.overrideCurrentAnimation\">Titanium.UI.View.overrideCurrentAnimation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.View.overrideCurrentAnimation\">Titanium.UI.View.overrideCurrentAnimation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setOverrideCurrentAnimation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.View.overrideCurrentAnimation\">Titanium.UI.View.overrideCurrentAnimation</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.View.overrideCurrentAnimation\">Titanium.UI.View.overrideCurrentAnimation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "overrideCurrentAnimation",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getPullBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.View.pullBackgroundColor\">Titanium.UI.View.pullBackgroundColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.View.pullBackgroundColor\">Titanium.UI.View.pullBackgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setPullBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.View.pullBackgroundColor\">Titanium.UI.View.pullBackgroundColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.View.pullBackgroundColor\">Titanium.UI.View.pullBackgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "pullBackgroundColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPreviewContext",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.View.previewContext\">Titanium.UI.View.previewContext</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.View.previewContext\">Titanium.UI.View.previewContext</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.iOS.PreviewContext",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "setPreviewContext",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.View.previewContext\">Titanium.UI.View.previewContext</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.View.previewContext\">Titanium.UI.View.previewContext</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "previewContext",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.iOS.PreviewContext",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "getRight",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.View.right\">Titanium.UI.View.right</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.View.right\">Titanium.UI.View.right</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setRight",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.View.right\">Titanium.UI.View.right</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.View.right\">Titanium.UI.View.right</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "right",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.View.rect\">Titanium.UI.View.rect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.View.rect\">Titanium.UI.View.rect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "DimensionWithAbsolutes",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRotation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.View.rotation\">Titanium.UI.View.rotation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.View.rotation\">Titanium.UI.View.rotation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRotation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.View.rotation\">Titanium.UI.View.rotation</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.View.rotation\">Titanium.UI.View.rotation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rotation",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getRotationX",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.View.rotationX\">Titanium.UI.View.rotationX</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.View.rotationX\">Titanium.UI.View.rotationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRotationX",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.View.rotationX\">Titanium.UI.View.rotationX</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.View.rotationX\">Titanium.UI.View.rotationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rotationX",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getRotationY",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.View.rotationY\">Titanium.UI.View.rotationY</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.View.rotationY\">Titanium.UI.View.rotationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRotationY",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.View.rotationY\">Titanium.UI.View.rotationY</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.View.rotationY\">Titanium.UI.View.rotationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rotationY",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getScaleX",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.View.scaleX\">Titanium.UI.View.scaleX</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.View.scaleX\">Titanium.UI.View.scaleX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setScaleX",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.View.scaleX\">Titanium.UI.View.scaleX</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.View.scaleX\">Titanium.UI.View.scaleX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "scaleX",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getScaleY",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.View.scaleY\">Titanium.UI.View.scaleY</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.View.scaleY\">Titanium.UI.View.scaleY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setScaleY",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.View.scaleY\">Titanium.UI.View.scaleY</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.View.scaleY\">Titanium.UI.View.scaleY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "scaleY",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getSize",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.View.size\">Titanium.UI.View.size</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.View.size\">Titanium.UI.View.size</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Dimension",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSoftKeyboardOnFocus",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.View.softKeyboardOnFocus\">Titanium.UI.View.softKeyboardOnFocus</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.View.softKeyboardOnFocus\">Titanium.UI.View.softKeyboardOnFocus</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setSoftKeyboardOnFocus",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.View.softKeyboardOnFocus\">Titanium.UI.View.softKeyboardOnFocus</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.View.softKeyboardOnFocus\">Titanium.UI.View.softKeyboardOnFocus</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "softKeyboardOnFocus",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTintColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.View.tintColor\">Titanium.UI.View.tintColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.View.tintColor\">Titanium.UI.View.tintColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTintColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.View.tintColor\">Titanium.UI.View.tintColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.View.tintColor\">Titanium.UI.View.tintColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "tintColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTop",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.View.top\">Titanium.UI.View.top</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.View.top\">Titanium.UI.View.top</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTop",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.View.top\">Titanium.UI.View.top</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.View.top\">Titanium.UI.View.top</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "top",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTouchEnabled",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.View.touchEnabled\">Titanium.UI.View.touchEnabled</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.View.touchEnabled\">Titanium.UI.View.touchEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTouchEnabled",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.View.touchEnabled\">Titanium.UI.View.touchEnabled</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.View.touchEnabled\">Titanium.UI.View.touchEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchEnabled",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTouchFeedback",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.View.touchFeedback\">Titanium.UI.View.touchFeedback</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.View.touchFeedback\">Titanium.UI.View.touchFeedback</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTouchFeedback",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.View.touchFeedback\">Titanium.UI.View.touchFeedback</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.View.touchFeedback\">Titanium.UI.View.touchFeedback</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchFeedback",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTouchFeedbackColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.View.touchFeedbackColor\">Titanium.UI.View.touchFeedbackColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.View.touchFeedbackColor\">Titanium.UI.View.touchFeedbackColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTouchFeedbackColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.View.touchFeedbackColor\">Titanium.UI.View.touchFeedbackColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.View.touchFeedbackColor\">Titanium.UI.View.touchFeedbackColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchFeedbackColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTransform",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.View.transform\">Titanium.UI.View.transform</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.View.transform\">Titanium.UI.View.transform</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Matrix2D",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTransform",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.View.transform\">Titanium.UI.View.transform</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.View.transform\">Titanium.UI.View.transform</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "transform",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Matrix2D",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTranslationX",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.View.translationX\">Titanium.UI.View.translationX</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.View.translationX\">Titanium.UI.View.translationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTranslationX",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.View.translationX\">Titanium.UI.View.translationX</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.View.translationX\">Titanium.UI.View.translationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translationX",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTranslationY",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.View.translationY\">Titanium.UI.View.translationY</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.View.translationY\">Titanium.UI.View.translationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTranslationY",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.View.translationY\">Titanium.UI.View.translationY</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.View.translationY\">Titanium.UI.View.translationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translationY",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTranslationZ",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.View.translationZ\">Titanium.UI.View.translationZ</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.View.translationZ\">Titanium.UI.View.translationZ</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTranslationZ",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.View.translationZ\">Titanium.UI.View.translationZ</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.View.translationZ\">Titanium.UI.View.translationZ</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translationZ",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTransitionName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.View.transitionName\">Titanium.UI.View.transitionName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.View.transitionName\">Titanium.UI.View.transitionName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTransitionName",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.View.transitionName\">Titanium.UI.View.transitionName</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.View.transitionName\">Titanium.UI.View.transitionName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "transitionName",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getVerticalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.View.verticalMotionEffect\">Titanium.UI.View.verticalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.View.verticalMotionEffect\">Titanium.UI.View.verticalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "MinMaxOptions",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setVerticalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.View.verticalMotionEffect\">Titanium.UI.View.verticalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.View.verticalMotionEffect\">Titanium.UI.View.verticalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "verticalMotionEffect",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "MinMaxOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowRadius",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.View.viewShadowRadius\">Titanium.UI.View.viewShadowRadius</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.View.viewShadowRadius\">Titanium.UI.View.viewShadowRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowRadius",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.View.viewShadowRadius\">Titanium.UI.View.viewShadowRadius</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.View.viewShadowRadius\">Titanium.UI.View.viewShadowRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowRadius",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.View.viewShadowColor\">Titanium.UI.View.viewShadowColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.View.viewShadowColor\">Titanium.UI.View.viewShadowColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.View.viewShadowColor\">Titanium.UI.View.viewShadowColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.View.viewShadowColor\">Titanium.UI.View.viewShadowColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowOffset",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.View.viewShadowOffset\">Titanium.UI.View.viewShadowOffset</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.View.viewShadowOffset\">Titanium.UI.View.viewShadowOffset</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowOffset",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.View.viewShadowOffset\">Titanium.UI.View.viewShadowOffset</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.View.viewShadowOffset\">Titanium.UI.View.viewShadowOffset</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowOffset",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getVisible",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.View.visible\">Titanium.UI.View.visible</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.View.visible\">Titanium.UI.View.visible</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setVisible",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.View.visible\">Titanium.UI.View.visible</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.View.visible\">Titanium.UI.View.visible</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "visible",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getWidth",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.View.width\">Titanium.UI.View.width</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.View.width\">Titanium.UI.View.width</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setWidth",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.View.width\">Titanium.UI.View.width</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.View.width\">Titanium.UI.View.width</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "width",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHorizontalWrap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.View.horizontalWrap\">Titanium.UI.View.horizontalWrap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.View.horizontalWrap\">Titanium.UI.View.horizontalWrap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHorizontalWrap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.View.horizontalWrap\">Titanium.UI.View.horizontalWrap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.View.horizontalWrap\">Titanium.UI.View.horizontalWrap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "horizontalWrap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getZIndex",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.View.zIndex\">Titanium.UI.View.zIndex</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.View.zIndex\">Titanium.UI.View.zIndex</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setZIndex",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.View.zIndex\">Titanium.UI.View.zIndex</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.View.zIndex\">Titanium.UI.View.zIndex</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "zIndex",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getKeepScreenOn",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.View.keepScreenOn\">Titanium.UI.View.keepScreenOn</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.View.keepScreenOn\">Titanium.UI.View.keepScreenOn</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setKeepScreenOn",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.View.keepScreenOn\">Titanium.UI.View.keepScreenOn</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.View.keepScreenOn\">Titanium.UI.View.keepScreenOn</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "keepScreenOn",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": true,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "accessibilityHidden",
                    "deprecated": false,
                    "description": "<p>Whether the view should be &quot;hidden&quot; from (i.e., ignored by) the accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityHint",
                    "deprecated": false,
                    "description": "<p>Briefly describes what performing an action (such as a click) on the view will do.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityLabel",
                    "deprecated": false,
                    "description": "<p>A succint label identifying the view for the device's accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityValue",
                    "deprecated": false,
                    "description": "<p>A string describing the value (if any) of the view for the device's accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "anchorPoint",
                    "deprecated": false,
                    "description": "<p>Coordinate of the view about which to pivot an animation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "animatedCenter",
                    "deprecated": false,
                    "description": "<p>Current position of the view during an animation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundColor",
                    "deprecated": false,
                    "description": "<p>Background color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundDisabledColor",
                    "deprecated": false,
                    "description": "<p>Disabled background color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundDisabledImage",
                    "deprecated": false,
                    "description": "<p>Disabled background image for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundFocusedColor",
                    "deprecated": false,
                    "description": "<p>Focused background color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundFocusedImage",
                    "deprecated": false,
                    "description": "<p>Focused background image for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundGradient",
                    "deprecated": false,
                    "description": "<p>A background gradient for the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [
                        {
                            "title": "Linear and Radial Gradients",
                            "code": "<p>The following code excerpt creates two views, one with a linear gradient and one with\na radial gradient.</p>\n<pre><code>var win1 = Titanium.UI.createWindow({\n    title:'Tab 1',\n    backgroundColor:'#fff',\n    layout: 'vertical'\n});\n\nvar radialGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'radial',\n        startPoint: { x: 50, y: 50 },\n        endPoint: { x: 50, y: 50 },\n        colors: [ 'red', 'blue'],\n        startRadius: 50,\n        endRadius: 0,\n        backfillStart: true\n    }\n});\nvar linearGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'linear',\n        startPoint: { x: '0%', y: '50%' },\n        endPoint: { x: '100%', y: '50%' },\n        colors: [ { color: 'red', offset: 0.0}, { color: 'blue', offset: 0.25 }, { color: 'red', offset: 1.0 } ],\n    }\n});\nwin1.add(radialGradient);\nwin1.add(linearGradient);\nwin1.open();\n</code></pre>"
                        }
                    ],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Gradient",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundImage",
                    "deprecated": false,
                    "description": "<p>Background image for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundRepeat",
                    "deprecated": false,
                    "description": "<p>Determines whether to tile a background across a view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundLeftCap",
                    "deprecated": false,
                    "description": "<p>Size of the left end cap.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundSelectedColor",
                    "deprecated": false,
                    "description": "<p>Selected background color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundSelectedImage",
                    "deprecated": false,
                    "description": "<p>Selected background image url for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundTopCap",
                    "deprecated": false,
                    "description": "<p>Size of the top end cap.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderColor",
                    "deprecated": false,
                    "description": "<p>Border color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderRadius",
                    "deprecated": false,
                    "description": "<p>Radius for the rounded corners of the view's border.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderWidth",
                    "deprecated": false,
                    "description": "<p>Border width of the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "bottom",
                    "deprecated": false,
                    "description": "<p>View's bottom position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "center",
                    "deprecated": false,
                    "description": "<p>View's center position, in the parent view's coordinates.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "children",
                    "deprecated": false,
                    "description": "<p>Array of this view's child views.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "clipMode",
                    "deprecated": false,
                    "description": "<p>View's clipping behavior.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "elevation",
                    "deprecated": false,
                    "description": "<p>Base elevation of the view relative to its parent in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "focusable",
                    "deprecated": false,
                    "description": "<p>Whether view should be focusable while navigating with the trackball.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "height",
                    "deprecated": false,
                    "description": "<p>View height, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.FILL",
                        "Titanium.UI.SIZE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hiddenBehavior",
                    "deprecated": false,
                    "description": "<p>Sets the behavior when hiding an object to release or keep the free space</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.HIDDEN_BEHAVIOR_INVISIBLE",
                        "Titanium.UI.HIDDEN_BEHAVIOR_GONE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "horizontalMotionEffect",
                    "deprecated": false,
                    "description": "<p>Adds a horizontal parallax effect to the view</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "MinMaxOptions",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "id",
                    "deprecated": false,
                    "description": "<p>View's identifier.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "left",
                    "deprecated": false,
                    "description": "<p>View's left position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "layout",
                    "deprecated": false,
                    "description": "<p>Specifies how the view positions its children.\nOne of: 'composite', 'vertical', or 'horizontal'.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "opacity",
                    "deprecated": false,
                    "description": "<p>Opacity of this view, from 0.0 (transparent) to 1.0 (opaque). Defaults to 1.0 (opaque).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "overrideCurrentAnimation",
                    "deprecated": false,
                    "description": "<p>When on, animate call overrides current animation if applicable.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "pullBackgroundColor",
                    "deprecated": false,
                    "description": "<p>Background color of the wrapper view when this view is used as either <a href=\"Titanium.UI.ListView.pullView\">Titanium.UI.ListView.pullView</a> or <a href=\"Titanium.UI.TableView.headerPullView\">Titanium.UI.TableView.headerPullView</a>.</p>\n<p>Defaults to <code>undefined</code>. Results in a light grey background color on the wrapper view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "previewContext",
                    "deprecated": false,
                    "description": "<p>The preview context used in the 3D-Touch feature &quot;Peek and Pop&quot;.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Titanium.UI.iOS.PreviewContext",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "right",
                    "deprecated": false,
                    "description": "<p>View's right position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "rect",
                    "deprecated": false,
                    "description": "<p>The bounding box of the view relative to its parent, in system units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "type": "DimensionWithAbsolutes",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "rotation",
                    "deprecated": false,
                    "description": "<p>Clockwise 2D rotation of the view in degrees.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "rotationX",
                    "deprecated": false,
                    "description": "<p>Clockwise rotation of the view in degrees (x-axis).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "rotationY",
                    "deprecated": false,
                    "description": "<p>Clockwise rotation of the view in degrees (y-axis).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "scaleX",
                    "deprecated": false,
                    "description": "<p>Scaling of the view in x-axis in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "scaleY",
                    "deprecated": false,
                    "description": "<p>Scaling of the view in y-axis in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "size",
                    "deprecated": false,
                    "description": "<p>The size of the view in system units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Dimension",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "softKeyboardOnFocus",
                    "deprecated": false,
                    "description": "<p>Determines keyboard behavior when this view is focused. Defaults to <a href=\"Titanium.UI.Android.SOFT_KEYBOARD_DEFAULT_ON_FOCUS\">Titanium.UI.Android.SOFT_KEYBOARD_DEFAULT_ON_FOCUS</a>.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.Android.SOFT_KEYBOARD_DEFAULT_ON_FOCUS",
                        "Titanium.UI.Android.SOFT_KEYBOARD_HIDE_ON_FOCUS",
                        "Titanium.UI.Android.SOFT_KEYBOARD_SHOW_ON_FOCUS"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "tintColor",
                    "deprecated": false,
                    "description": "<p>The view's tintColor</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "top",
                    "deprecated": false,
                    "description": "<p>The view's top position.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "touchEnabled",
                    "deprecated": false,
                    "description": "<p>Determines whether view should receive touch events.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "touchFeedback",
                    "deprecated": false,
                    "description": "<p>A material design visual construct that provides an instantaneous visual confirmation of touch point.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "touchFeedbackColor",
                    "deprecated": false,
                    "description": "<p>Optional touch feedback ripple color. This has no effect unless <code>touchFeedback</code> is true.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "transform",
                    "deprecated": false,
                    "description": "<p>Transformation matrix to apply to the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Titanium.UI.Matrix2D",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "translationX",
                    "deprecated": false,
                    "description": "<p>Horizontal location of the view relative to its left position in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "translationY",
                    "deprecated": false,
                    "description": "<p>Vertical location of the view relative to its top position in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "translationZ",
                    "deprecated": false,
                    "description": "<p>Depth of the view relative to its elevation in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "transitionName",
                    "deprecated": false,
                    "description": "<p>A name to identify this view in activity transition.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.2"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "verticalMotionEffect",
                    "deprecated": false,
                    "description": "<p>Adds a vertical parallax effect to the view</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "MinMaxOptions",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowRadius",
                    "deprecated": false,
                    "description": "<p>Determines the blur radius used to create the shadow.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowColor",
                    "deprecated": false,
                    "description": "<p>Determines the color of the shadow.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowOffset",
                    "deprecated": false,
                    "description": "<p>Determines the offset for the shadow of the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "visible",
                    "deprecated": false,
                    "description": "<p>Determines whether the view is visible.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "width",
                    "deprecated": false,
                    "description": "<p>View's width, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.FILL",
                        "Titanium.UI.SIZE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "horizontalWrap",
                    "deprecated": false,
                    "description": "<p>Determines whether the layout has wrapping behavior.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "zIndex",
                    "deprecated": false,
                    "description": "<p>Z-index stack order position, relative to other sibling views.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "keepScreenOn",
                    "deprecated": false,
                    "description": "<p>Determines whether to keep the device screen on.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>The <code>View</code> is the base type for all UI widgets in Titanium.</p>\n<p>You use the <a href=\"Titanium.UI.createView\">Titanium.UI.createView</a> method or <strong><code>&lt;View&gt;</code></strong> Alloy element to create a View.</p>\n<h4>Units and Coordinates</h4>\n<p>Sizes and coordinates can be specified using a variety of units. If a value is\nspecified as a number, it is interpreted as a value in the default unit for the\ncurrent system and/or the current project.</p>\n<p>When a value is specified as string, the value can consist of:</p>\n<ul>\n<li>A number.</li>\n<li>A percentage, such as &quot;10%&quot;, interpreted as a percentage of the parent's total size\nin that dimension.</li>\n<li>A number plus a unit specifier, such as &quot;10px&quot; or &quot;1in&quot;.</li>\n</ul>\n<p>The following units are supported:</p>\n<table class=\"doc-table\" width=\"60%\">\n  <thead>\n    <tr>\n      <th>Unit</th>\n      <th>Specifier</th>\n      <th>Note</th>\n    </tr>\n  </thead>\n  <tbody>\n    <tr>\n      <td>pixels</td>\n      <td>px</td>\n      <td></td>\n    </tr>\n    <tr>\n      <td>density-independent pixels</td>\n      <td>dip</td>\n      <td>Equivalent to Apple \"points.\"</td>\n    </tr>\n    <tr>\n      <td>inches</td>\n      <td>in</td>\n      <td></td>\n    </tr>\n    <tr>\n      <td>millimeters</td>\n      <td>mm</td>\n      <td>Android, iOS only</td>\n    </tr>\n    <tr>\n      <td>centimeters</td>\n      <td>cm</td>\n      <td>Android, iOS only</td>\n    </tr>\n    <tr>\n      <td>points</td>\n      <td>pt</td>\n      <td>Typographical points of 1/72 of an inch. On Android, you can specify sizes and coordinates in typographical points. On other platforms, this unit is only used to specify font sizes. Not to be confused with Apple \"points.\"</td>\n    </tr>\n  </tbody>\n</table>\n<p>The interpretation of the density-independent pixel (DIP) varies by platform:</p>\n<ul>\n<li>\n<p>On Android, one DIP corresponds to one pixel on a 160DPI\ndisplay.</p>\n</li>\n<li>\n<p>On iOS, one DIP corresponds to one pixel on a non-Retina display, which\nis 163DPI for iPhone/iPod touch and 132DPI for the iPad. A DIP\ncorresponds to 2 pixels of width or height on a Retina display.</p>\n</li>\n</ul>\n<p>The absolute measures, such as inches, are dependent on the device correctly reporting\nits density.</p>\n<p>If no units are specified, a system-default unit is assumed. The system default unit is:</p>\n<ul>\n<li>Pixels on Android.</li>\n<li>DIPs on iOS.</li>\n</ul>\n<p>On Android and iOS, the default unit can be overriden on a per-application level by setting the\n<code>ti.ui.defaultunit</code> property in <code>tiapp.xml</code>. For example, to use DIPs as the\ndefault on all platforms, set <code>defaultunit</code> to <code>dip</code>:</p>\n<pre><code>&lt;property name=&quot;ti.ui.defaultunit&quot; type=&quot;string&quot;&gt;dip&lt;/property&gt;\n</code></pre>\n<p>The value for <code>ti.ui.defaultunit</code> can be any of the unit specifiers defined above, or\n<code>system</code> to specify that the platform's default unit should be used.</p>\n<p>On IOS if you set the <code>ti.ui.defaultunit</code> property to anything other than <code>system</code> or <code>dip</code>, your\napplication should detect and handle Retina displays manually.</p>\n<p>Font sizes on iOS are treated differently than other sizes: font sizes are always\nspecified in typographical points.</p>\n<p>For more details see:</p>\n<ul>\n<li><a href=\"https://docs.appcelerator.com/platform/latest/#!/guide/UI_Composite_Layout_Behavior_Spec\">UI Composite Layout Spec</a></li>\n</ul>\n<h4>Size and Position</h4>\n<p>Titanium views are positioned using the <code>left</code>, <code>right</code>, <code>top,</code> <code>bottom</code> and <code>center</code>\nproperties, and sized using the <code>width</code> and <code>height</code> properties. These are\ninput properties, set by the user to specify layout, and not modified by the\nsystem to indicate actual calculated positions and sizes.</p>\n<p>The <a href=\"Titanium.UI.View.height\">height</a> and <a href=\"Titanium.UI.View.width\">width</a> properties\naccept several special values:</p>\n<ul>\n<li><a href=\"Titanium.UI.FILL\">Titanium.UI.FILL</a> specifies that the view should fill the parent in this\ndimension.</li>\n<li><a href=\"Titanium.UI.SIZE\">Titanium.UI.SIZE</a> specifies that the view should adjust this size to fit its\ncontents, such as a label's text or a view's children.</li>\n<li>'auto' specifies that the view should choose either <code>FILL</code> or <code>SIZE</code> behavior.\nThe use of <code>auto</code> is deprecated, and should be replaced with the SIZE or FILL constants if it is necessary to set the view's behavior explicitly.</li>\n</ul>\n<p>Sizes and positions can also be specified as a percentage of the parent's size, for\nexample, <code>50%</code>.</p>\n<p>How these properties are interpreted depends on the value of the view's <code>layout</code>\nproperty. See the description of the <a href=\"Titanium.UI.View.layout\">layout</a> property\nfor details.</p>\n<p>The <a href=\"Titanium.UI.View.rect\">rect</a> property is a read-only dictionary\nwith the properties <code>x</code>, <code>y</code>, <code>width</code> and <code>height</code>. It provides the <em>rendered</em>\nsize and position of the  view, and is only available once both it and its ancestors have been\nfully drawn.</p>\n<p>The <a href=\"Titanium.UI.View.size\">size</a> property is a read-only dictionary\nwith the properties <code>x</code>, <code>y</code>, <code>width</code> and <code>height</code>. It provides the <em>rendered</em> size\nof the  view, and is only available once both it and its ancestors have been\nfully drawn.</p>\n<p>To determine whether the <code>size</code> and <code>rect</code> values are available, add an event listener\nfor the <a href=\"Titanium.UI.View.postlayout\">postlayout</a> event, which is fired at the end of\na layout cycle.</p>\n<h4>Accessibility</h4>\n<p>Four accessibility-related view properties are available in Titanium Mobile for iOS\nand Android:</p>\n<ul>\n<li><a href=\"Titanium.UI.View.accessibilityLabel\">Titanium.UI.View.accessibilityLabel</a></li>\n<li><a href=\"Titanium.UI.View.accessibilityValue\">Titanium.UI.View.accessibilityValue</a></li>\n<li><a href=\"Titanium.UI.View.accessibilityHint\">Titanium.UI.View.accessibilityHint</a></li>\n<li><a href=\"Titanium.UI.View.accessibilityHidden\">Titanium.UI.View.accessibilityHidden</a></li>\n</ul>\n<p>The first three, <code>accessibilityLabel</code>, <code>accessibilityValue</code> and <code>accessibilityHint</code>, are for setting text\nthat will be relayed to the user by the assistive service (such as TalkBack on Android or VoiceOver\non iOS). On iOS, Titanium will then take these values and set the native properties\nof the same name which are defined in the <a href=\"https://developer.apple.com/documentation/uikit/accessibility/uiaccessibility\">UIAccessibilityProtocol</a>.\nOn Android, Titanium takes the three values and concatenates them in the order <code>accessibilityLabel</code>,\n<code>accessibilityValue</code>, and <code>accessibilityHint</code>, and then uses the result to set the native view's\n<a href=\"https://developer.android.com/reference/android/view/View.html#setContentDescription%28java.lang.CharSequence%29\"><code>contentDescription</code></a>\nproperty.</p>\n<p>You are not required to set all three properties: feel free to set just one or two as needed and\nexperiment with the results by turning on VoiceOver (iOS) or TalkBack (Android) on your test device.</p>\n<p>The fourth property, <code>accessibilityHidden</code>, when set to <code>true</code>, indicates that the view can be ignored\nby the assistive service. In iOS this sets the similarly-named\n<a href=\"https://developer.apple.com/documentation/objectivec/nsobject/1615080-accessibilityelementshidden\">accessibilityElementsHidden</a>\nnative property.</p>\n<p>In Android <code>accessibilityHidden</code> calls the native <a href=\"https://developer.android.com/reference/android/view/View.html#setImportantForAccessibility%28int%29\">View.setImportantForAccessibility(boolean)</a> method, passing <code>false</code> when\nthis property is set to <code>true</code> (i.e., &quot;hidden&quot; means it's not important). However, the\nnative <code>setImportantForAccessibility</code> method is available only on devices running\nAndroid 4.1 (API level 16/Jelly Bean) or later. On earlier versions of Android, this\nproperty is ignored.</p>\n<p>No error will occur on older devices if you set <code>accessibilityHidden</code>; the value will simply be ignored.</p>\n<h4>iOS: backgroundLeftCap and backgroundTopCap properties</h4>\n<p>The <a href=\"Titanium.UI.View.backgroundLeftCap\">backgroundLeftCap</a> and <a href=\"Titanium.UI.View.backgroundTopCap\">backgroundTopCap</a> properties are\nused to specify the portions of the <a href=\"Titanium.UI.View.backgroundImage\">backgroundImage</a> that must not be resized when the image is streched or shrunk.</p>\n<p>Given an image of width <code>w</code> and height <code>h</code>, the stretchable portion on the image is defined as a rectangle with the <code>top-left</code> point set to\n<code>(backgroundLeftCap , backgroundTopCap)</code> and the <code>bottom-right</code> point set to <code>(w - backgroundLeftCap , h - backgroundTopCap)</code>. The portions not covered by\nthe stretchable portion keep their original size and appearance.</p>\n<p>For best results on ImageView set up the <code>backgroundLeftCap</code> and <code>backgroundTopCap</code> properties such that the stretchable portion is always a 1x1 box.</p>\n<h4>iOS Clipping Behavior</h4>\n<p>Four view related properties are available in Titanium Mobile for iOS.</p>\n<ul>\n<li><a href=\"Titanium.UI.View.viewShadowRadius\">Titanium.UI.View.viewShadowRadius</a></li>\n<li><a href=\"Titanium.UI.View.viewShadowColor\">Titanium.UI.View.viewShadowColor</a></li>\n<li><a href=\"Titanium.UI.View.viewShadowOffset\">Titanium.UI.View.viewShadowOffset</a></li>\n<li><a href=\"Titanium.UI.View.clipMode\">Titanium.UI.View.clipMode</a></li>\n</ul>\n<p>The first three, <code>viewShadowColor</code>, <code>viewShadowRadius</code> and <code>viewShadowOffset</code> control the shadow associated with the view.\nThe shadow of the view is drawn using a rounded rectangle with the arc radius set to the <code>borderRadius</code> property.</p>\n<p>The <code>clipMode</code> property lets the user control the clipping behavior of the View.\nSetting this to <a href=\"Titanium.UI.iOS.CLIP_MODE_ENABLED\">Titanium.UI.iOS.CLIP_MODE_ENABLED</a> enforces all child views to be clipped to this views bounds.\nSetting this to <a href=\"Titanium.UI.iOS.CLIP_MODE_DISABLED\">Titanium.UI.iOS.CLIP_MODE_DISABLED</a> allows child views to be drawn outside the bounds of this view.\nWhen set to <a href=\"Titanium.UI.iOS.CLIP_MODE_DEFAULT\">Titanium.UI.iOS.CLIP_MODE_DEFAULT</a> or when this property is not set, clipping behavior is defined by the following rules applied in order.</p>\n<ul>\n<li>If the <code>viewShadowColor</code> is defined to be a color with alpha &gt; 0, clipping is disabled.</li>\n<li>If the <code>borderWidth</code> or <code>borderRadius</code> of the view is set to a value &gt; 0, clipping is enabled.</li>\n<li>If the view has one or more <code>children</code> clipping is enabled.</li>\n<li>If none of the conditions are met, clipping is disabled.</li>\n</ul>\n<p>In earlier versions of Titanium Mobile, views had clipping enabled by default.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.9"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.9"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.9"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Console",
            "description": "<p>Console logging facilities.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "log",
                    "deprecated": false,
                    "description": "<p>Log a message at the <code>info</code> level.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "message",
                            "constants": [],
                            "description": "<p>The message(s) to log.</p>",
                            "type": "Object",
                            "usage": "one-or-more"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "info",
                    "deprecated": false,
                    "description": "<p>Log a message at the <code>info</code> level.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "message",
                            "constants": [],
                            "description": "<p>The message(s) to log.</p>",
                            "type": "Object",
                            "usage": "one-or-more"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "warn",
                    "deprecated": false,
                    "description": "<p>Log a message at the <code>warn</code> level.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "message",
                            "constants": [],
                            "description": "<p>The message(s) to log.</p>",
                            "type": "Object",
                            "usage": "one-or-more"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "error",
                    "deprecated": false,
                    "description": "<p>Log a message at the <code>error</code> level.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "message",
                            "constants": [],
                            "description": "<p>The message(s) to log.</p>",
                            "type": "Object",
                            "usage": "one-or-more"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "debug",
                    "deprecated": false,
                    "description": "<p>Log a message at the <code>debug</code> level.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "message",
                            "constants": [],
                            "description": "<p>The message(s) to log.</p>",
                            "type": "Object",
                            "usage": "one-or-more"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "time",
                    "deprecated": false,
                    "description": "<p>Start a timer to track duration of an operation.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "label",
                            "constants": [],
                            "description": "<p>The label to track the timer by</p>",
                            "type": "String",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "timeEnd",
                    "deprecated": false,
                    "description": "<p>Stop a timer that was previously started.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "label",
                            "constants": [],
                            "description": "<p>The label to track the timer by</p>",
                            "type": "String",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "timeLog",
                    "deprecated": false,
                    "description": "<p>Log duration taken so far for an operation.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "label",
                            "constants": [],
                            "description": "<p>The label to track the timer by</p>",
                            "type": "String",
                            "usage": "optional"
                        },
                        {
                            "name": "data",
                            "constants": [],
                            "description": "<p>Extra log data to be provided when logging, can be a single argument or any number of arguments.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.5.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Object",
            "isInternal": false,
            "properties": [],
            "remarks": [
                "<p>The toplevel <code>console</code> support is intended to supplement <a href=\"Titanium.API\">Titanium.API</a>\nand make it easier for developers to port existing javascript code\n(especially CommonJS modules) to Titanium.</p>\n<p>Note that <code>console</code> does not currently implement the complete\n<a href=\"https://developer.mozilla.org/de/docs/Web/API/Console\">Console</a> specification.\nSee the following supported methods for details and submit a pull request to add more!</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "2.1.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "2.1.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "2.1.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Global",
            "description": "<p>The APIs that reside in the global scope, which may be called without a namespace prefix.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "alert",
                    "deprecated": false,
                    "description": "<p>Displays a pop-up alert dialog with the passed in <code>message</code>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "message",
                            "constants": [],
                            "description": "<p>Alert message.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "clearInterval",
                    "deprecated": false,
                    "description": "<p>Cancels an interval timer.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "timerId",
                            "constants": [],
                            "description": "<p>Unique timer identifier returned by <a href=\"Global.setInterval\">setInterval</a>.</p>",
                            "type": "Number",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "clearTimeout",
                    "deprecated": false,
                    "description": "<p>Cancels a one-time timer.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "timerId",
                            "constants": [],
                            "description": "<p>Unique timer identifier returned by <a href=\"Global.setTimeout\">setTimeout</a>.</p>",
                            "type": "Number",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "decodeURIComponent",
                    "deprecated": false,
                    "description": "<p>Replaces each escape sequence in the specified string, created using the <code>encodedURI</code>\nmethod, with the character that it represents.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "encodedURI",
                            "constants": [],
                            "description": "<p>Text that optionally contains encoded escape sequences.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "<p>Decoded string.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "encodeURIComponent",
                    "deprecated": false,
                    "description": "<p>Replaces each special character in the specified string with the equivalent URI escape\nsequence. Useful for encoding URIs.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "string",
                            "constants": [],
                            "description": "<p>Text that optionally contains special characters.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "<p>Encoded string.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "L",
                    "deprecated": false,
                    "description": "<p>An alias for <a href=\"Titanium.Locale.getString\">Titanium.Locale.getString</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "key",
                            "constants": [],
                            "description": "<p>Key used to lookup the localized string.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "hint",
                            "constants": [],
                            "description": "<p>Text to return if <code>key</code> is not found.</p>",
                            "type": "String",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "<p>Localized string defined by <code>key</code>, or value of <code>hint</code> otherwise.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "require",
                    "deprecated": false,
                    "description": "<p>Loads either a native Titanium module or a CommonJS module.</p>",
                    "examples": [
                        {
                            "title": "Require a Native Module",
                            "code": "<p>To load a native module with the ID <code>com.mycompany.module</code>:</p>\n<pre><code>var module = require('com.mycompany.module');\n</code></pre>"
                        },
                        {
                            "title": "Require a JavaScript Module",
                            "code": "<p><code>myModule.js</code>:</p>\n<pre><code>exports.message = &quot;hello world&quot;;\n</code></pre>\n<p><code>app.js</code>:</p>\n<pre><code>var myModule = require('myModule');\nalert(myModule.message);\n</code></pre>"
                        }
                    ],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "moduleId",
                            "constants": [],
                            "description": "<p>Native module ID or local path to a JavaScript file <em>minus</em> the <code>.js</code> extension.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Object",
                            "description": "<p>Exported <code>exports</code> object of the required module.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setInterval",
                    "deprecated": false,
                    "description": "<p>Executes a function repeatedly with a fixed time delay between each call to that function.</p>",
                    "examples": [
                        {
                            "title": "Update a label once every second, and stop at 10 seconds",
                            "code": "<pre><code>var count = 0;\nvar timer = setInterval(function(){\ncount++;\nlabel.text = &quot;count: &quot; + count;\nif (count == 10) {\nclearInterval(timer);\n}\n}, 1000);</code></pre>"
                        }
                    ],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "function",
                            "constants": [],
                            "description": "<p>Function to call.</p>",
                            "type": "Function",
                            "usage": "required"
                        },
                        {
                            "name": "delay",
                            "constants": [],
                            "description": "<p>Time in milliseconds to wait between calls to function.</p>",
                            "type": "Number",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "<p>Unique timer identifier.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTimeout",
                    "deprecated": false,
                    "description": "<p>Executes code or a function after a delay.</p>",
                    "examples": [
                        {
                            "title": "Execute a function in 500 milliseconds",
                            "code": "<pre><code>setTimeout(function(){\nTi.API.debug('Called using setTimeout');\n}, 500);</code></pre>"
                        }
                    ],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "function",
                            "constants": [],
                            "description": "<p>Code or function to call.</p>",
                            "type": "Function",
                            "usage": "required"
                        },
                        {
                            "name": "delay",
                            "constants": [],
                            "description": "<p>Time in milliseconds to wait before the function is called.</p>",
                            "type": "Number",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "<p>Unique timer identifier.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "console",
                    "deprecated": false,
                    "description": "<p>Console logging facilities.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Console",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "JSON",
                    "deprecated": false,
                    "description": "<p>An intrinsic object that provides functions to convert JavaScript values to and from\nthe JavaScript Object Notation (JSON) format.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "JSON",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>Titanium provides a number of global built-in objects, detailed below.</p>\n<h4>JSON</h4>\n<p>Titanium provides a built-in <a href=\"Global.JSON\">JSON</a> object two functions, <code>parse</code> and <code>stringify</code>.</p>\n<h4>String Utilities</h4>\n<p>Titanium includes several extra utility functions for formatting text, attached to the\nglobal <a href=\"Global.String\">String</a> object.</p>\n<h4>console</h4>\n<p>Titanium provides <a href=\"Global.console\">console</a> support familiar to many javascript developers\nfor logging at the toplevel, in addition to the <a href=\"Titanium.API\">Titanium</a> logging facilities.</p>\n<h4>Timers</h4>\n<p>Titanium has built-in support for one-off and repeating timers:</p>\n<ul>\n<li>\n<p>Use <a href=\"Global.setTimeout\">setTimeout</a> to start a one-off timer.</p>\n</li>\n<li>\n<p>Use <a href=\"Global.setInterval\">setInterval</a> to start a repeating timer.</p>\n</li>\n</ul>\n<h4>Alert</h4>\n<p>Titanium has a built-in convenience function <a href=\"Global.alert\">alert</a> which can be used as an alias\nfor the <a href=\"Titanium.UI.AlertDialog\">AlertDialog</a> module.</p>\n<h4>Locale</h4>\n<p>The <code>L</code> macro can also be used as an alias for the <a href=\"Titanium.Locale.getString\">Titanium.Locale.getString</a> method.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "JSON",
            "description": "<p>Global JSON object providing the <a href=\"JSON.parse\">parse</a> and <a href=\"JSON.stringify\">stringify</a> methods.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "stringify",
                    "deprecated": false,
                    "description": "<p>Produces a JSON text from a JavaScript value.</p>",
                    "examples": [
                        {
                            "title": "Formatting with a Replacer Function",
                            "code": "<p>The following example produces a readable version of a Titanium event object,\nomitting the <code>source</code> and <code>type</code> properties and adding whitespace for readability:</p>\n<pre><code>JSON.stringify(evt, function(key, value) {\n    if(key === 'source' || key === 'type') {\n        return undefined;\n    } else {\n        return value;\n    }\n}, 2));\n</code></pre>"
                        }
                    ],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "value",
                            "constants": [],
                            "description": "<p>Any JavaScript value, usually an object or array.</p>",
                            "type": "Object",
                            "usage": "required"
                        },
                        {
                            "name": "replacer",
                            "constants": [],
                            "description": "<p>Determines how object values are stringified for objects. See main text for usage.</p>",
                            "type": "Function",
                            "usage": "optional"
                        },
                        {
                            "name": "space",
                            "constants": [],
                            "description": "<p>Specifies how nested structures are indented. If it is a number, it specifies the number of spaces to indent at each level. If it is a string (such as '\\t' or '&amp;nbsp;'), it specifies the characters used to indent at each level.</p>",
                            "type": "Number",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "parse",
                    "deprecated": false,
                    "description": "<p>Parses a JSON text to produce an object or array.</p>",
                    "examples": [
                        {
                            "title": "Parse with Reviver Function",
                            "code": "<pre><code>The following example parses the text, converting  values that look like ISO date strings into Date objects.\nmyData = JSON.parse(text, function (key, value) { var a; if (typeof value === 'string') { a = /^(\\d{4})-(\\d{2})-(\\d{2})T(\\d{2}):(\\d{2}):(\\d{2}(?:\\.\\d*)?)Z$/.exec(value); if (a) { return new Date(Date.UTC(+a[1], +a[2] - 1, +a[3], +a[4], +a[5], +a[6])); } } return value; });</code></pre>"
                        }
                    ],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "text",
                            "constants": [],
                            "description": "<p>JSON text to parse.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "reviver",
                            "constants": [],
                            "description": "<p>Function to filter and transform the results.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Object",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Object",
            "isInternal": false,
            "properties": [],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "String",
            "description": "<p>The JavaScript built-in String type.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "format",
                    "deprecated": false,
                    "description": "<p>Formats a string using <code>printf</code>-style substitution.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "formatString",
                            "constants": [],
                            "description": "<p>An IEEE <code>printf</code>-style string, containing zero or more conversion specifications.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "value",
                            "constants": [],
                            "description": "<p>Values to substitute into the <code>formatString</code>.  The method expects a variable number\nof <code>value</code> arguments, one for each <code>%</code> conversion specification in the format\nstring. Optional on Android.</p>",
                            "type": "String",
                            "usage": "one-or-more"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "<p>Formatted string.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "formatCurrency",
                    "deprecated": false,
                    "description": "<p>Formats a number into the currency format, including currency symbol, of the locale\nconfigured for the system.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "value",
                            "constants": [],
                            "description": "<p>Currency value.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "<p>Formatted, localized string.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "formatDate",
                    "deprecated": false,
                    "description": "<p>Formats a date into the date format of the locale configured for the system.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "date",
                            "constants": [],
                            "description": "<p>Date to format.</p>",
                            "type": "Date",
                            "usage": "required"
                        },
                        {
                            "name": "format",
                            "constants": [],
                            "description": "<p>Date format to use. One of 'short', 'medium', 'long' or 'full'.</p>",
                            "type": "String",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "<p>Formatted, localized string.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "formatDecimal",
                    "deprecated": false,
                    "description": "<p>Formats a number into the decimal format, including decimal symbol, of the locale\nconfigured for the system.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "value",
                            "constants": [],
                            "description": "<p>Value to format.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "locale",
                            "constants": [],
                            "description": "<p>Locale string. For example, <code>en-US</code> for US English.</p>",
                            "type": "String",
                            "usage": "optional"
                        },
                        {
                            "name": "pattern",
                            "constants": [],
                            "description": "<p>Format pattern.</p>",
                            "type": "String",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "<p>String representation of the specified number, using a locale-specific decimal symbol,\nif required.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "formatTime",
                    "deprecated": false,
                    "description": "<p>Formats a date into the time format of the locale configured for the system.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "date",
                            "constants": [],
                            "description": "<p>Date to format.</p>",
                            "type": "Date",
                            "usage": "required"
                        },
                        {
                            "name": "format",
                            "constants": [],
                            "description": "<p>Date format to use. One of 'short', 'medium', or 'long' (iOS only.)</p>",
                            "type": "String",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "<p>Formatted, localized string.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Object",
            "isInternal": false,
            "properties": [],
            "remarks": [
                "<p>This module contains Titanium-only extensions for formatting data into locale-specific strings.\nThe target locale is configured by the user in the device's system Settings.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Modules.Cloud.ACLs",
            "description": "<p>Provides methods for accessing ArrowDB access control lists (ACLs).</p>",
            "deprecated": false,
            "events": [],
            "examples": [
                {
                    "title": "Create an ACL",
                    "code": "<p>This example creates an ACL object and checks the response.</p>\n<pre><code>Cloud.ACLs.create({\n    name: 'testACL',\n    reader_ids: readers.ids.join(','),\n    writer_ids: writers.ids.join(','),\n    public_read: &quot;false&quot;,\n    public_write: &quot;false&quot;\n}, function (e) {\n    if (e.success) {\n        alert('Created!');\n    } else {\n        alert('Error:\\n' +\n            ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>"
                },
                {
                    "title": "Update an ACL",
                    "code": "<p>This example updates an ACL object and checks the response.</p>\n<pre><code>Cloud.ACLs.update({\n    name: 'testACL',\n    reader_ids: '',\n    writer_ids: '',\n    public_read: &quot;true&quot;,\n    public_write: &quot;true&quot;\n}, function (e) {\n    if (e.success) {\n        alert('Updated!');\n    } else {\n        alert('Error:\\n' +\n            ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>"
                },
                {
                    "title": "Show an ACL",
                    "code": "<p>This example requests an ACL object and checks the response.</p>\n<pre><code>Cloud.ACLs.show({\n    name: 'testACL'\n}, function (e) {\n    if (e.success) {\n        alert('Shown!');\n    } else {\n        alert('Error:\\n' +\n            ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>"
                },
                {
                    "title": "Remove an ACL",
                    "code": "<p>This example deletes an ACL object and checks the response.</p>\n<pre><code>Cloud.ACLs.remove({\n    name: 'testACL'\n}, function (e) {\n    if (e.success) {\n        alert('Removed!');\n    } else {\n        alert('Error:\\n' +\n            ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>"
                },
                {
                    "title": "Add user to an ACL",
                    "code": "<p>This example adds a user to an ACL object and checks the response.</p>\n<pre><code>Cloud.ACLs.addUser({\n    name: 'testACL',\n    reader_ids: readers.ids.join(','),\n    writer_ids: writers.ids.join(',')\n}, function (e) {\n    if (e.success) {\n        alert('Added!');\n    } else {\n        alert('Error:\\n' +\n            ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>"
                },
                {
                    "title": "Remove user from an ACL",
                    "code": "<p>This example removes a user from an ACL object and checks the response.</p>\n<pre><code>Cloud.ACLs.removeUser({\n    name: 'testACL',\n    reader_ids: readers.ids.join(','),\n    writer_ids: writers.ids.join(',')\n}, function (e) {\n    if (e.success) {\n        alert('Removed!');\n    } else {\n        alert('Error:\\n' +\n            ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>"
                },
                {
                    "title": "Check user permissions",
                    "code": "<p>This example checks a user's permissions in an ACL and checks the response.</p>\n<pre><code>Cloud.ACLs.checkUser({\n    name: 'testACL',\n    user_id: userID\n}, function (e) {\n    if (e.success) {\n        alert('Read Permission: ' + e.permission['read permission'] +\n              '\\nWrite Permission: ' + e.permission['write permission']);\n    } else {\n        alert('Error:\\n' +\n            ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "create",
                    "deprecated": false,
                    "description": "<p>Creates an ACL object.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "update",
                    "deprecated": false,
                    "description": "<p>Updates an ACL object.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "optional"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "show",
                    "deprecated": false,
                    "description": "<p>Shows an ACL object.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "remove",
                    "deprecated": false,
                    "description": "<p>Deletes an ACL object.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "addUser",
                    "deprecated": false,
                    "description": "<p>Adds one or more users to an ACL object.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeUser",
                    "deprecated": false,
                    "description": "<p>Removes one or more users from an ACL object.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "checkUser",
                    "deprecated": false,
                    "description": "<p>Checks a user's permission in an ACL object.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Modules.Cloud.ACLs.bubbleParent\">Modules.Cloud.ACLs.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Modules.Cloud.ACLs.bubbleParent\">Modules.Cloud.ACLs.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Modules.Cloud.ACLs.bubbleParent\">Modules.Cloud.ACLs.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Modules.Cloud.ACLs.bubbleParent\">Modules.Cloud.ACLs.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Modules.Cloud.ACLs.apiName\">Modules.Cloud.ACLs.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Modules.Cloud.ACLs.apiName\">Modules.Cloud.ACLs.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Modules.Cloud.ACLs.lifecycleContainer\">Modules.Cloud.ACLs.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Modules.Cloud.ACLs.lifecycleContainer\">Modules.Cloud.ACLs.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Modules.Cloud.ACLs.lifecycleContainer\">Modules.Cloud.ACLs.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Modules.Cloud.ACLs.lifecycleContainer\">Modules.Cloud.ACLs.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Module",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "CloudACLsResponse",
            "description": "<p>Argument passed to the callback when a request finishes successfully or erroneously.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "CloudResponse",
            "isInternal": false,
            "properties": [
                {
                    "name": "success",
                    "deprecated": false,
                    "description": "<p>Indicates whether the request succeeded.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "error",
                    "deprecated": false,
                    "description": "<p>Indicates whether the request failed.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "meta",
                    "deprecated": false,
                    "description": "<p>Meta data, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Object",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "code",
                    "deprecated": false,
                    "description": "<p>Error code, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "message",
                    "deprecated": false,
                    "description": "<p>Error message, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "acls",
                    "deprecated": false,
                    "description": "<p>Set of ACL objects, if any exist.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "CloudACLsCheckResponse",
            "description": "<p>Argument passed to the callback when a request finishes successfully or erroneously.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "CloudResponse",
            "isInternal": false,
            "properties": [
                {
                    "name": "success",
                    "deprecated": false,
                    "description": "<p>Indicates whether the request succeeded.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "error",
                    "deprecated": false,
                    "description": "<p>Indicates whether the request failed.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "meta",
                    "deprecated": false,
                    "description": "<p>Meta data, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Object",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "code",
                    "deprecated": false,
                    "description": "<p>Error code, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "message",
                    "deprecated": false,
                    "description": "<p>Error message, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "permission",
                    "deprecated": false,
                    "description": "<p>Dictionary of permissions.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Object",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Modules.Cloud.Chats",
            "description": "<p>Provides methods for accessing ArrowDB chat messages.</p>",
            "deprecated": false,
            "events": [],
            "examples": [
                {
                    "title": "Create Chat Message",
                    "code": "<p>This example sends a chat message to a list of users and checks the response.</p>\n<pre><code>Cloud.Chats.create({\n    to_ids: ids.join(','),\n    message: 'Good morning'\n}, function (e) {\n    if (e.success) {\n        for (var i = 0; i &lt; e.chats.length; i++) {\n            var chat = e.chats[i];\n            alert('Success:\\n' +\n                'From: ' + chat.from.first_name + ' ' + chat.from.last_name + '\\n' +\n                'Updated: ' + chat.updated_at + '\\n' +\n                'Message: ' + chat.message);\n        }\n    } else {\n        alert('Error:\\n' +\n            ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>"
                },
                {
                    "title": "Query for Chat Message",
                    "code": "<p>This example requests a list of chat messages and checks the response.</p>\n<pre><code>Cloud.Chats.query({\n    participate_ids: ids.join(','),\n    where: {\n        updated_at: { '$gt': last_update_time }\n    }\n}, function (e) {\n    if (e.success) {\n        for (var i = 0; i &lt; e.chats.length; i++) {\n            var chat = e.chats[i];\n            alert('Success:\\n' +\n                'From: ' + chat.from.first_name + ' ' + chat.from.last_name + '\\n' +\n                'Updated: ' + chat.updated_at + '\\n' +\n                'Message: ' + chat.message);\n        }\n    } else {\n        alert('Error:\\n' +\n            ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>"
                },
                {
                    "title": "Get Chat Groups",
                    "code": "<p>This example requests a lists of chat groups that the current user belongs to and checks\nthe response.</p>\n<pre><code>Cloud.Chats.getChatGroups(function (e) {\n    if (e.success) {\n        for (var i = 0; i &lt; e.chats.length; i++) {\n            var group = e.chat_groups[i];\n            alert('Success:\\n' +\n                'id: ' + group.id + '\\n' +\n                'created_at: ' + group.created_at + '\\n' +\n                'number of users: ' + group.participate_users.length);\n        }\n    } else {\n        alert('Error:\\n' +\n            ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "create",
                    "deprecated": false,
                    "description": "<p>Send a chat message to another user or a group of users.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "remove",
                    "deprecated": false,
                    "description": "<p>Deletes a chat message.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getChatGroups",
                    "deprecated": false,
                    "description": "<p>Retrieve a list of chat groups the current user belongs to.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "optional"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "queryChatGroups",
                    "deprecated": false,
                    "description": "<p>Retrieve a list of chat groups with sorting and pagination.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "optional"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "query",
                    "deprecated": false,
                    "description": "<p>Retrieve a list of chat messages with sorting and pagination.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Modules.Cloud.Chats.bubbleParent\">Modules.Cloud.Chats.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Modules.Cloud.Chats.bubbleParent\">Modules.Cloud.Chats.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Modules.Cloud.Chats.bubbleParent\">Modules.Cloud.Chats.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Modules.Cloud.Chats.bubbleParent\">Modules.Cloud.Chats.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Modules.Cloud.Chats.apiName\">Modules.Cloud.Chats.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Modules.Cloud.Chats.apiName\">Modules.Cloud.Chats.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Modules.Cloud.Chats.lifecycleContainer\">Modules.Cloud.Chats.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Modules.Cloud.Chats.lifecycleContainer\">Modules.Cloud.Chats.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Modules.Cloud.Chats.lifecycleContainer\">Modules.Cloud.Chats.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Modules.Cloud.Chats.lifecycleContainer\">Modules.Cloud.Chats.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Module",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "CloudChatsResponse",
            "description": "<p>Argument passed to the callback when a request finishes successfully or erroneously.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "CloudResponse",
            "isInternal": false,
            "properties": [
                {
                    "name": "success",
                    "deprecated": false,
                    "description": "<p>Indicates whether the request succeeded.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "error",
                    "deprecated": false,
                    "description": "<p>Indicates whether the request failed.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "meta",
                    "deprecated": false,
                    "description": "<p>Meta data, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Object",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "code",
                    "deprecated": false,
                    "description": "<p>Error code, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "message",
                    "deprecated": false,
                    "description": "<p>Error message, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "chats",
                    "deprecated": false,
                    "description": "<p>Set of <code>chats</code> objects, if any exist.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "CloudChatGroupsResponse",
            "description": "<p>Argument passed to the callback when a request finishes successfully or erroneously.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "CloudResponse",
            "isInternal": false,
            "properties": [
                {
                    "name": "success",
                    "deprecated": false,
                    "description": "<p>Indicates whether the request succeeded.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "error",
                    "deprecated": false,
                    "description": "<p>Indicates whether the request failed.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "meta",
                    "deprecated": false,
                    "description": "<p>Meta data, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Object",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "code",
                    "deprecated": false,
                    "description": "<p>Error code, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "message",
                    "deprecated": false,
                    "description": "<p>Error message, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "chat_groups",
                    "deprecated": false,
                    "description": "<p>Set of <code>chat_groups</code> objects, if any exist.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Modules.Cloud.Checkins",
            "description": "<p>Provides methods for accessing ArrowDB checkins.</p>",
            "deprecated": false,
            "events": [],
            "examples": [
                {
                    "title": "Create a Checkin",
                    "code": "<p>This example creates a checkin and checks the response.</p>\n<pre><code>Cloud.Checkins.create({\n    place_id: myPlaceId,\n    message: 'What a great view!',\n    photo: Titanium.Filesystem.getFile('photo.jpg')\n}, function (e) {\n    if (e.success) {\n        var checkin = e.checkins[0];\n        alert('Success:\\n' +\n            'id: ' + checkin.id + '\\n' +\n            'place: ' + checkin.place.name);\n    } else {\n        alert('Error:\\n' +\n            ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>"
                },
                {
                    "title": "Query for Checkins",
                    "code": "<p>This example requests information about checkins and checks the response.</p>\n<pre><code>Cloud.Checkins.query({\n    page: 1,\n    per_page: 20,\n    order: '-updated_at'\n}, function (e) {\n    if (e.success) {\n        for (var i = 0; i &lt; e.checkins.length; i++) {\n            var checkin = e.checkins[i];\n            alert('Success:\\n' +\n               'id: ' + checkin.id + '\\n' +\n               'place: ' + checkin.place.name + '\\n' +\n               'updated_at: ' + checkin.updated_at + '\\n' +\n               'user: ' + checkin.user.first_name + ' ' + checkin.user.last_name);\n         }\n    } else {\n        alert('Error:\\n' +\n            ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>"
                },
                {
                    "title": "Show Checkin",
                    "code": "<p>This example requests information about a checkin and checks the response.</p>\n<pre><code>Cloud.Checkins.show({\n    checkin_id: myCheckinId\n}, function (e) {\n    if (e.success) {\n        var checkin = e.checkins[0];\n        alert('Success:\\n' +\n            'id: ' + checkin.id + '\\n' +\n            'place: ' + checkin.place.name + '\\n' +\n            'updated_at: ' + checkin.updated_at);\n    } else {\n        alert('Error:\\n' +\n            ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>"
                },
                {
                    "title": "Remove Checkin",
                    "code": "<p>This example deletes a checkin and checks the response.</p>\n<pre><code>Cloud.Checkins.remove({\n    checkin_id: myCheckinId\n}, function (e) {\n    if (e.success) {\n        alert('Success');\n    } else {\n        alert('Error:\\n' +\n            ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "create",
                    "deprecated": false,
                    "description": "<p>Check in to a place or event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "query",
                    "deprecated": false,
                    "description": "<p>Retrieve a list of checkins with sorting and pagination.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "optional"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "remove",
                    "deprecated": false,
                    "description": "<p>Delete a checkin.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "show",
                    "deprecated": false,
                    "description": "<p>Retrieve a checkin.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Modules.Cloud.Checkins.bubbleParent\">Modules.Cloud.Checkins.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Modules.Cloud.Checkins.bubbleParent\">Modules.Cloud.Checkins.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Modules.Cloud.Checkins.bubbleParent\">Modules.Cloud.Checkins.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Modules.Cloud.Checkins.bubbleParent\">Modules.Cloud.Checkins.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Modules.Cloud.Checkins.apiName\">Modules.Cloud.Checkins.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Modules.Cloud.Checkins.apiName\">Modules.Cloud.Checkins.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Modules.Cloud.Checkins.lifecycleContainer\">Modules.Cloud.Checkins.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Modules.Cloud.Checkins.lifecycleContainer\">Modules.Cloud.Checkins.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Modules.Cloud.Checkins.lifecycleContainer\">Modules.Cloud.Checkins.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Modules.Cloud.Checkins.lifecycleContainer\">Modules.Cloud.Checkins.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Module",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "CloudCheckinsResponse",
            "description": "<p>Argument passed to the callback when a request finishes successfully or erroneously.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "CloudResponse",
            "isInternal": false,
            "properties": [
                {
                    "name": "success",
                    "deprecated": false,
                    "description": "<p>Indicates whether the request succeeded.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "error",
                    "deprecated": false,
                    "description": "<p>Indicates whether the request failed.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "meta",
                    "deprecated": false,
                    "description": "<p>Meta data, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Object",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "code",
                    "deprecated": false,
                    "description": "<p>Error code, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "message",
                    "deprecated": false,
                    "description": "<p>Error message, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "checkins",
                    "deprecated": false,
                    "description": "<p>Set of <code>checkins</code> objects, if any exist.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Modules.Cloud.Clients",
            "description": "<p>Provides methods for accessing ArrowDB clients.</p>",
            "deprecated": false,
            "events": [],
            "examples": [
                {
                    "title": "Geolocate a Client",
                    "code": "<p>This example locates a client and checks the response.</p>\n<pre><code>Cloud.Clients.geolocate({\n    ip_address: clientIPAddress\n}, function (e) {\n    if (e.success) {\n        alert('Success:\\n' +\n            'ip_address: ' + e.ip_address + '\\n' +\n            'latitude: ' + e.location.latitude + '\\n' +\n            'longitude: ' + e.location.longitude);\n    } else {\n        alert('Error:\\n' +\n            ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "geolocate",
                    "deprecated": false,
                    "description": "<p>Locate a mobile device based on the IP address of the device.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "optional"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Modules.Cloud.Clients.bubbleParent\">Modules.Cloud.Clients.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Modules.Cloud.Clients.bubbleParent\">Modules.Cloud.Clients.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Modules.Cloud.Clients.bubbleParent\">Modules.Cloud.Clients.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Modules.Cloud.Clients.bubbleParent\">Modules.Cloud.Clients.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Modules.Cloud.Clients.apiName\">Modules.Cloud.Clients.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Modules.Cloud.Clients.apiName\">Modules.Cloud.Clients.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Modules.Cloud.Clients.lifecycleContainer\">Modules.Cloud.Clients.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Modules.Cloud.Clients.lifecycleContainer\">Modules.Cloud.Clients.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Modules.Cloud.Clients.lifecycleContainer\">Modules.Cloud.Clients.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Modules.Cloud.Clients.lifecycleContainer\">Modules.Cloud.Clients.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Module",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "CloudClientsResponse",
            "description": "<p>Argument passed to the callback when a request finishes successfully or erroneously.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "CloudResponse",
            "isInternal": false,
            "properties": [
                {
                    "name": "success",
                    "deprecated": false,
                    "description": "<p>Indicates whether the request succeeded.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "error",
                    "deprecated": false,
                    "description": "<p>Indicates whether the request failed.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "meta",
                    "deprecated": false,
                    "description": "<p>Meta data, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Object",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "code",
                    "deprecated": false,
                    "description": "<p>Error code, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "message",
                    "deprecated": false,
                    "description": "<p>Error message, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ip_address",
                    "deprecated": false,
                    "description": "<p>IP address of client.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "location",
                    "deprecated": false,
                    "description": "<p>Location of client.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Object",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Modules.Cloud",
            "description": "<p>The top level Cloud module for making calls to ArrowDB and Arrow Push.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hasStoredSession",
                    "deprecated": true,
                    "description": "<p>Checks if there is a stored user session. <strong>Deprecated since 2.1.2. See <a href=\"Modules.Cloud.accessToken\">Modules.Cloud.accessToken</a> and <a href=\"Modules.Cloud.sessionId\">Modules.Cloud.sessionId</a> for details on persisting session data.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "retrieveStoredSession",
                    "deprecated": true,
                    "description": "<p>Returns the stored user session identifier. <strong>Deprecated since 2.1.2. See <a href=\"Modules.Cloud.accessToken\">Modules.Cloud.accessToken</a> and <a href=\"Modules.Cloud.sessionId\">Modules.Cloud.sessionId</a> for details on persisting session data.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "sendRequest",
                    "deprecated": false,
                    "description": "<p>Makes a REST API call to the ArrowDB server.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>A Dictionary containing the parameters to send with the request. It must contain the following\nkey-value pairs:</p>\n<ul>\n<li><strong>url</strong> -- A string specifying the last fragment of the request URL.</li>\n<li><strong>method</strong> -- A string specifying the HTTP method to use: &quot;GET&quot;, &quot;POST&quot;, &quot;PUT&quot;, or &quot;DELETE&quot;.</li>\n<li><strong>data</strong> -- A Dictionary containing name-value pairs to send in the request.</li>\n</ul>",
                            "type": "Object",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when a response is received.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createX509CertificatePinningSecurityManager",
                    "deprecated": false,
                    "description": "<p>creates a security manager to authenticate specified HTTPS URLs.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Server URLs with the corresponding certificate to authenticate, specified as an\narray of dictionaries that must contain the following keys:</p>\n<ul>\n<li><code>url</code>: HTTPS URL pinned to the public key in the server certificate</li>\n<li><code>serverCertificate</code>: X.509 certificate file in DER binary format</li>\n</ul>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "SecurityManagerProtocol",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "4.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "4.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "4.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Modules.Cloud.bubbleParent\">Modules.Cloud.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Modules.Cloud.bubbleParent\">Modules.Cloud.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Modules.Cloud.bubbleParent\">Modules.Cloud.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Modules.Cloud.bubbleParent\">Modules.Cloud.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Modules.Cloud.apiName\">Modules.Cloud.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Modules.Cloud.apiName\">Modules.Cloud.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Modules.Cloud.lifecycleContainer\">Modules.Cloud.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Modules.Cloud.lifecycleContainer\">Modules.Cloud.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Modules.Cloud.lifecycleContainer\">Modules.Cloud.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Modules.Cloud.lifecycleContainer\">Modules.Cloud.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getDebug",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Modules.Cloud.debug\">Modules.Cloud.debug</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Modules.Cloud.debug\">Modules.Cloud.debug</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setDebug",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Modules.Cloud.debug\">Modules.Cloud.debug</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Modules.Cloud.debug\">Modules.Cloud.debug</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "debug",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getOndatastream",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Modules.Cloud.ondatastream\">Modules.Cloud.ondatastream</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Modules.Cloud.ondatastream\">Modules.Cloud.ondatastream</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Function",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setOndatastream",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Modules.Cloud.ondatastream\">Modules.Cloud.ondatastream</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Modules.Cloud.ondatastream\">Modules.Cloud.ondatastream</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "ondatastream",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getOnsendstream",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Modules.Cloud.onsendstream\">Modules.Cloud.onsendstream</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Modules.Cloud.onsendstream\">Modules.Cloud.onsendstream</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Function",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setOnsendstream",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Modules.Cloud.onsendstream\">Modules.Cloud.onsendstream</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Modules.Cloud.onsendstream\">Modules.Cloud.onsendstream</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "onsendstream",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getUseSecure",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Modules.Cloud.useSecure\">Modules.Cloud.useSecure</a> property. **Removed in 3.1.1. To disable SSL, set the <code>acs-base-url</code> and <code>acs-authbase-url</code> properties in the <code>tiapp.xml</code> using the HTTP URL.\nTo enable SSL, use the HTTPS URL.</p>\n<pre><code>&lt;property name=&quot;acs-base-url&quot; type=&quot;string&quot;&gt;https://api.cloud.appcelerator.com&lt;/property&gt;**</code></pre>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setUseSecure",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Modules.Cloud.useSecure\">Modules.Cloud.useSecure</a> property. **Removed in 3.1.1. To disable SSL, set the <code>acs-base-url</code> and <code>acs-authbase-url</code> properties in the <code>tiapp.xml</code> using the HTTP URL.\nTo enable SSL, use the HTTPS URL.</p>\n<pre><code>&lt;property name=&quot;acs-base-url&quot; type=&quot;string&quot;&gt;https://api.cloud.appcelerator.com&lt;/property&gt;**</code></pre>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "useSecure",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSessionId",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Modules.Cloud.sessionId\">Modules.Cloud.sessionId</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Modules.Cloud.sessionId\">Modules.Cloud.sessionId</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setSessionId",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Modules.Cloud.sessionId\">Modules.Cloud.sessionId</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Modules.Cloud.sessionId\">Modules.Cloud.sessionId</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "sessionId",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessToken",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Modules.Cloud.accessToken\">Modules.Cloud.accessToken</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Modules.Cloud.accessToken\">Modules.Cloud.accessToken</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessToken",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Modules.Cloud.accessToken\">Modules.Cloud.accessToken</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Modules.Cloud.accessToken\">Modules.Cloud.accessToken</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessToken",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getExpiresIn",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Modules.Cloud.expiresIn\">Modules.Cloud.expiresIn</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Modules.Cloud.expiresIn\">Modules.Cloud.expiresIn</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Module",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "debug",
                    "deprecated": false,
                    "description": "<p>Indicates whether internal debug logging should be output to the console.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ondatastream",
                    "deprecated": false,
                    "description": "<p>Function to be called at regular intervals as the request data is being received.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0"
                        }
                    ],
                    "type": "Function",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "onsendstream",
                    "deprecated": false,
                    "description": "<p>Function to be called at regular intervals as the request data is being transmitted.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0"
                        }
                    ],
                    "type": "Function",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "useSecure",
                    "deprecated": true,
                    "description": "<p>Indicates whether to use SSL when sending requests to ArrowDB. **Removed in 3.1.1. To disable SSL, set the <code>acs-base-url</code> and <code>acs-authbase-url</code> properties in the <code>tiapp.xml</code> using the HTTP URL.\nTo enable SSL, use the HTTPS URL.</p>\n<pre><code>&lt;property name=&quot;acs-base-url&quot; type=&quot;string&quot;&gt;https://api.cloud.appcelerator.com&lt;/property&gt;**</code></pre>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "sessionId",
                    "deprecated": false,
                    "description": "<p>Identifies the current session</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.2"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessToken",
                    "deprecated": false,
                    "description": "<p>Identifies the current access token when using 3-Legged OAuth</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.2"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "expiresIn",
                    "deprecated": false,
                    "description": "<p>Indicates the number of seconds before the access token expires</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.2"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>Appcelerator DB and Arrow Push provides a wide array of automatically-scaled data storage\nand web services, such as user logins, photo uploads, checkins, status updates, and push\nnotifications, without the need to learn multiple third-party SDKs or do any\nserver-side programming. Remote calls to ArrowDB are done using REST APIs, which may be used with any\nclient technology that supports HTTP.</p>\n<p>The Cloud module's specialized objects, such as <code>Users</code>, make accessing\nArrowDB as simple as using any of Titanium's other APIs, due to their familiar and intuitive API schemas.\nYou can also use the <a href=\"Modules.Cloud.sendRequest\">Modules.Cloud.sendRequest</a> method to invoke\nArrowDB REST APIs directly. This approach requires some additional configuration for each method call,\nbut it lets you use new ArrowDB APIs as soon as they are available.</p>\n<p>For a more detailed overview of ArrowDB and how to configure an application to use it, refer to the\n<a href=\"https://docs.appcelerator.com/platform/latest/#!/guide/Integrate_with_Mobile_Backend_Services\">Integrate with Mobile Backend Services</a>.</p>\n<h4>Using the Modules.Cloud Module</h4>\n<p>The Modules.Cloud module is bundled with the Titanium SDK as an optional CommonJS module.\nTo use it, import the module with <code>require('ti.cloud')</code>, and then begin calling the methods\non its various objects. For example, the following code uses the <code>Modules.Cloud.Users.login</code>\nmethod to login the user with the specified login and password:</p>\n<pre><code>var Cloud = require('ti.cloud');\n\nCloud.Users.login({\n    login: 'test@mycompany.com',\n    password: 'test_password'\n}, function (e) {\n    if (e.success) {\n        var user = e.users[0];\n        alert('Success:\\n' +\n            'id: ' + user.id + '\\n' +\n            'sessionId: ' + Cloud.sessionId + '\\n' +\n            'first name: ' + user.first_name + '\\n' +\n            'last name: ' + user.last_name);\n    } else {\n        alert('Error:\\n' +\n            ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>\n<h4>Invoking ArrowDB REST APIs Directly with sendRequest()</h4>\n<p>The <code>Modules.Cloud.sendRequest</code> method lets you directly invoke ArrowDB REST APIs. The following example,\nequivalent to the previous one, invokes the <a href=\"https://docs.appcelerator.com/arrowdb/latest/#!/api/Users-method-login\">users/login.json</a>\nmethod directly to login a user.</p>\n<pre><code>Cloud.sendRequest({\n    url : &quot;users/login.json&quot;,\n    method : &quot;POST&quot;,\n    data : {\n        login : 'test@mycompany.com',\n        password : 'test_password'\n    }\n}, function(e) {// The callback called when the request completes\n    if (e.success) {\n        var user = e.users[0];\n        alert('Success:\\n' + \n            'id: ' + user.id + '\\n' + \n            'sessionId: ' + Cloud.sessionId + '\\n' + \n            'first name: ' + user.first_name + '\\n' + \n            'last name: ' + user.last_name);\n    } else {\n        alert('Error:\\n' + ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});     \n</code></pre>\n<h4>tiapp.xml Properties</h4>\n<p>Studio will create a pair of API keys (Development and Production) for each Titanium\napplication depending on the user preference specified when creating the proejct. These keys\nwill be stored in the <code>tiapp.xml</code> file.  One of the keys will be used during application\nbuilds depending on the build type (development or production).</p>\n<p>The supported properties in the <code>tiapp.xml</code> file are:</p>\n<pre><code>&lt;property name=&quot;acs-api-key-development&quot; type=&quot;string&quot;&gt;YOUR DEVELOPMENT API KEY HERE&lt;/property&gt;\n&lt;property name=&quot;acs-api-key-production&quot; type=&quot;string&quot;&gt;YOUR PRODUCTION API KEY HERE&lt;/property&gt;\n&lt;property name=&quot;acs-api-key&quot; type=&quot;string&quot;&gt;YOUR API KEY HERE&lt;/property&gt;\n</code></pre>\n<p>If a deployment-specific setting is provided (production or development) then that value will\nbe used for the current deployment environment.</p>\n<p>There is also an optional setting to allow you to change the base URL for ArrowDB requests. You\nwill most likely never need to specify this. It can be specified deployment-specific, or\ngeneric:</p>\n<pre><code>&lt;property name=&quot;acs-base-url-development&quot; type=&quot;string&quot;&gt;DEVELOPMENT API URL HERE&lt;/property&gt;\n&lt;property name=&quot;acs-base-url-production&quot; type=&quot;string&quot;&gt;PRODUCTION API URL HERE&lt;/property&gt;\n&lt;property name=&quot;acs-base-url&quot; type=&quot;string&quot;&gt;API URL HERE&lt;/property&gt;\n</code></pre>\n<p>By default, Ti.Cloud always uses SSL for communicating with the ArrowDB servers. This behavior can be overridden\nby setting the URLs with their non-SSL counterpart.</p>\n<pre><code>&lt;property name=&quot;acs-base-url&quot; type=&quot;string&quot;&gt;https://api.cloud.appcelerator.com&lt;/property&gt;\n</code></pre>\n<p>To disable SSL, add this line to the application code:</p>\n<pre><code>Cloud.useSecure = false;\n</code></pre>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "2.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "2.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "2.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "CloudStreamProgress",
            "description": "<p>Argument passed to the callback as a request is transmitted or received.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "progress",
                    "deprecated": false,
                    "description": "<p>A value from 0.0-1.0 with the progress of the exchange.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "url",
                    "deprecated": false,
                    "description": "<p>The URL for the request, to help identify it.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "CloudResponse",
            "description": "<p>Argument passed to the callback when a request finishes successfully or erroneously.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "success",
                    "deprecated": false,
                    "description": "<p>Indicates whether the request succeeded.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "error",
                    "deprecated": false,
                    "description": "<p>Indicates whether the request failed.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "meta",
                    "deprecated": false,
                    "description": "<p>Meta data, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Object",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "code",
                    "deprecated": false,
                    "description": "<p>Error code, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "message",
                    "deprecated": false,
                    "description": "<p>Error message, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Modules.Cloud.Emails",
            "description": "<p>Provides methods for accessing ArrowDB Email service.</p>",
            "deprecated": false,
            "events": [],
            "examples": [
                {
                    "title": "Send Email",
                    "code": "<p>This example sends an Email and checks the response.</p>\n<pre><code>Cloud.Emails.send({\n    template: 'welcome',\n    recipients: 'joe@company.com'\n}, function (e) {\n    if (e.success) {\n        alert('Success');\n    } else {\n        alert('Error:\\n' +\n            ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "send",
                    "deprecated": false,
                    "description": "<p>Send an email to a list of email adresses.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Modules.Cloud.Emails.bubbleParent\">Modules.Cloud.Emails.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Modules.Cloud.Emails.bubbleParent\">Modules.Cloud.Emails.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Modules.Cloud.Emails.bubbleParent\">Modules.Cloud.Emails.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Modules.Cloud.Emails.bubbleParent\">Modules.Cloud.Emails.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Modules.Cloud.Emails.apiName\">Modules.Cloud.Emails.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Modules.Cloud.Emails.apiName\">Modules.Cloud.Emails.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Modules.Cloud.Emails.lifecycleContainer\">Modules.Cloud.Emails.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Modules.Cloud.Emails.lifecycleContainer\">Modules.Cloud.Emails.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Modules.Cloud.Emails.lifecycleContainer\">Modules.Cloud.Emails.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Modules.Cloud.Emails.lifecycleContainer\">Modules.Cloud.Emails.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Module",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "CloudEmailsResponse",
            "description": "<p>Argument passed to the callback when a request finishes successfully or erroneously.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "CloudResponse",
            "isInternal": false,
            "properties": [
                {
                    "name": "success",
                    "deprecated": false,
                    "description": "<p>Indicates whether the request succeeded.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "error",
                    "deprecated": false,
                    "description": "<p>Indicates whether the request failed.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "meta",
                    "deprecated": false,
                    "description": "<p>Meta data, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Object",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "code",
                    "deprecated": false,
                    "description": "<p>Error code, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "message",
                    "deprecated": false,
                    "description": "<p>Error message, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Modules.Cloud.Events",
            "description": "<p>Provides methods for accessing ArrowDB events.</p>",
            "deprecated": false,
            "events": [],
            "examples": [
                {
                    "title": "Create Event",
                    "code": "<p>This example creates a new event and checks the response.</p>\n<pre><code>Cloud.Events.create({\n    name: 'Celebration',\n    start_time: starttime,\n    duration: 3600,\n    recurring: 'monthly',\n    recurring_count: 5\n}, function (e) {\n    if (e.success) {\n        var event = e.events[0];\n        alert('Success:\\n' +\n            'id: ' + event.id + '\\n' +\n            'name: ' + event.name + '\\n' +\n            'updated_at: ' + event.updated_at);\n    } else {\n        alert('Error:\\n' +\n            ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>"
                },
                {
                    "title": "Show an Event",
                    "code": "<p>This example retrieves information about a event and checks the response.</p>\n<pre><code>Cloud.Events.show({\n    event_id: savedEventId\n}, function (e) {\n    if (e.success) {\n        var event = e.events[0];\n        alert('Success:\\n' +\n            'id: ' + event.id + '\\n' +\n            'name: ' + event.name + '\\n' +\n            'updated_at: ' + event.updated_at);\n    } else {\n        alert('Error:\\n' +\n            ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>"
                },
                {
                    "title": "Show Occurrences for an Event",
                    "code": "<p>This example retrieves information about an event's occurrences and checks the response.</p>\n<pre><code>Cloud.Events.showOccurrences({\n    event_id: savedEventId\n}, function (e) {\n    if (e.success) {\n        alert('Success:\\n' +\n            'Count: ' + e.event_occurrences.length);\n        for (var i = 0; i &lt; e.event_occurrences.length; i++) {\n            var event = e.event_occurrences[i].event;\n            alert('id: ' + event.id + '\\n' +\n                  'name: ' + event.name + '\\n' +\n                  'start time: ' + event.start_time + '\\n' +\n                  'updated_at: ' + place.updated_at);\n        }\n    } else {\n        alert('Error:\\n' +\n            ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>"
                },
                {
                    "title": "Query Events",
                    "code": "<p>This example requests a list of events and checks the response.</p>\n<pre><code>Cloud.Events.query(function (e) {\n    if (e.success) {\n        alert('Success:\\n' +\n            'Count: ' + e.events.length);\n        for (var i = 0; i &lt; e.events.length; i++) {\n            var event = e.events[i];\n            alert('id: ' + event.id + '\\n' +\n                  'name: ' + event.name + '\\n' +\n                  'start time: ' + event.start_time + '\\n' +\n                  'updated_at: ' + place.updated_at);\n        }\n    } else {\n        alert('Error:\\n' +\n            ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>"
                },
                {
                    "title": "Query Event Occurrences",
                    "code": "<p>This example retrieves a list of event occurrences and checks the response.</p>\n<pre><code>Cloud.Events.queryOccurrences(function (e) {\n    if (e.success) {\n        alert('Success:\\n' +\n            'Count: ' + e.event_occurrences.length);\n        for (var i = 0; i &lt; e.event_occurrences.length; i++) {\n            var event = e.event_occurrences[i].event;\n            alert('id: ' + event.id + '\\n' +\n                  'name: ' + event.name + '\\n' +\n                  'start time: ' + event.start_time + '\\n' +\n                  'updated_at: ' + place.updated_at);\n        }\n    } else {\n        alert('Error:\\n' +\n            ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>"
                },
                {
                    "title": "Search Events",
                    "code": "<p>This example requests a list of events and checks the response.</p>\n<pre><code>Cloud.Events.search({\n    place_id: savedPlaceId,\n    start_time: startTime,\n}, function (e) {\n    if (e.success) {\n        alert('Success:\\n' +\n            'Count: ' + e.events.length);\n        for (var i = 0; i &lt; e.events.length; i++) {\n            var event = e.events[i];\n            alert('id: ' + event.id + '\\n' +\n                  'name: ' + event.name + '\\n' +\n                  'start time: ' + event.start_time + '\\n' +\n                  'updated_at: ' + place.updated_at);\n        }\n    } else {\n        alert('Error:\\n' +\n            ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>"
                },
                {
                    "title": "Search Event Occurrences",
                    "code": "<p>This example retrieves a list of event occurrences and checks the response.</p>\n<pre><code>Cloud.Events.searchOccurrences({\n    place_id: savedPlaceId,\n    start_time: startTime\n}, function (e) {\n    if (e.success) {\n        alert('Success:\\n' +\n            'Count: ' + e.event_occurrences.length);\n        for (var i = 0; i &lt; e.event_occurrences.length; i++) {\n            var event = e.event_occurrences[i].event;\n            alert('id: ' + event.id + '\\n' +\n                  'name: ' + event.name + '\\n' +\n                  'start time: ' + event.start_time + '\\n' +\n                  'updated_at: ' + place.updated_at);\n        }\n    } else {\n        alert('Error:\\n' +\n            ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>"
                },
                {
                    "title": "Search for events",
                    "code": "<p>This example searches for events and checks the response.</p>\n<pre><code>Cloud.Events.search({\n    latitude: lat,\n    longitude: lon\n}, function (e) {\n    if (e.success) {\n        alert('Success:\\n' +\n            'Count: ' + e.events.length);\n        for (var i = 0; i &lt; e.events.length; i++) {\n            var event = e.events[i];\n            alert('id: ' + event.id + '\\n' +\n                  'name: ' + event.name + '\\n' +\n                  'longitude: ' + event.longitude + '\\n' +\n                  'latitude: ' + event.latitude + '\\n' +\n                  'updated_at: ' + event.updated_at);\n        }\n    } else {\n        alert('Error:\\n' +\n            ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>"
                },
                {
                    "title": "Update an Event",
                    "code": "<p>This example updates a event and checks the response.</p>\n<pre><code>Cloud.Events.update({\n    event_id: savedEventId,\n    name: 'Annual Celebration',\n    start_time: starttime,\n    duration: 3600,\n    recurring: 'monthly',\n    recurring_count: 5\n}, function (e) {\n    if (e.success) {\n        var event = e.events[0];\n        alert('Success:\\n' +\n            'id: ' + event.id + '\\n' +\n            'name: ' + event.name + '\\n' +\n            'updated_at: ' + event.updated_at);\n    } else {\n        alert('Error:\\n' +\n            ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>"
                },
                {
                    "title": "Remove an Event",
                    "code": "<p>This example deletes a event and checks the response.</p>\n<pre><code>Cloud.Events.remove({\n    event_id: savedEventId\n}, function (e) {\n    if (e.success) {\n        alert('Removed');\n    } else {\n        alert('Error:\\n' +\n            ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "create",
                    "deprecated": false,
                    "description": "<p>Create a new event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "show",
                    "deprecated": false,
                    "description": "<p>Retrieve a list of events.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "optional"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "showOccurrences",
                    "deprecated": false,
                    "description": "<p>Retrieve a list of event occurrences for a given event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "optional"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "query",
                    "deprecated": false,
                    "description": "<p>Retrieve a list of events with sorting and pagination.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "optional"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "queryOccurrences",
                    "deprecated": false,
                    "description": "<p>Retrieve a list of event occurrences with sorting and pagination.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "optional"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "search",
                    "deprecated": false,
                    "description": "<p>Retrieve a list of events with full text search.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "optional"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "searchOccurrences",
                    "deprecated": false,
                    "description": "<p>Retrieve a list of event occurrences with full text search.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "optional"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "remove",
                    "deprecated": false,
                    "description": "<p>Delete a event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "update",
                    "deprecated": false,
                    "description": "<p>Update information about a event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Modules.Cloud.Events.bubbleParent\">Modules.Cloud.Events.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Modules.Cloud.Events.bubbleParent\">Modules.Cloud.Events.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Modules.Cloud.Events.bubbleParent\">Modules.Cloud.Events.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Modules.Cloud.Events.bubbleParent\">Modules.Cloud.Events.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Modules.Cloud.Events.apiName\">Modules.Cloud.Events.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Modules.Cloud.Events.apiName\">Modules.Cloud.Events.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Modules.Cloud.Events.lifecycleContainer\">Modules.Cloud.Events.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Modules.Cloud.Events.lifecycleContainer\">Modules.Cloud.Events.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Modules.Cloud.Events.lifecycleContainer\">Modules.Cloud.Events.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Modules.Cloud.Events.lifecycleContainer\">Modules.Cloud.Events.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Module",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "CloudEventsResponse",
            "description": "<p>Argument passed to the callback when a request finishes successfully or erroneously.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "CloudResponse",
            "isInternal": false,
            "properties": [
                {
                    "name": "success",
                    "deprecated": false,
                    "description": "<p>Indicates whether the request succeeded.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "error",
                    "deprecated": false,
                    "description": "<p>Indicates whether the request failed.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "meta",
                    "deprecated": false,
                    "description": "<p>Meta data, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Object",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "code",
                    "deprecated": false,
                    "description": "<p>Error code, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "message",
                    "deprecated": false,
                    "description": "<p>Error message, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "events",
                    "deprecated": false,
                    "description": "<p>Set of <code>event</code> objects, if any exist.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "CloudEventOccurrencesResponse",
            "description": "<p>Argument passed to the callback when a request finishes successfully or erroneously.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "CloudResponse",
            "isInternal": false,
            "properties": [
                {
                    "name": "success",
                    "deprecated": false,
                    "description": "<p>Indicates whether the request succeeded.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "error",
                    "deprecated": false,
                    "description": "<p>Indicates whether the request failed.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "meta",
                    "deprecated": false,
                    "description": "<p>Meta data, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Object",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "code",
                    "deprecated": false,
                    "description": "<p>Error code, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "message",
                    "deprecated": false,
                    "description": "<p>Error message, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "event_occurrences",
                    "deprecated": false,
                    "description": "<p>Set of <code>event</code> objects, if any exist.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Modules.Cloud.Files",
            "description": "<p>Provides methods for accessing ArrowDB files.</p>",
            "deprecated": false,
            "events": [],
            "examples": [
                {
                    "title": "Create File",
                    "code": "<p>This example creates a new file and checks the response.</p>\n<pre><code>Cloud.Files.create({\n    name: 'test.dat',\n    file: Titanium.Filesystem.getFile('test.dat')\n}, function (e) {\n    if (e.success) {\n        var file = e.files[0];\n        alert('Success:\\n' +\n            'id: ' + file.id + '\\n' +\n            'name: ' + file.name + '\\n' +\n            'updated_at: ' + file.updated_at);\n    } else {\n        alert('Error:\\n' +\n            ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>"
                },
                {
                    "title": "Show a File",
                    "code": "<p>This example retrieves information about a file and checks the response.</p>\n<pre><code>Cloud.Files.show({\n    file_id: savedFileId\n}, function (e) {\n    if (e.success) {\n        var file = e.files[0];\n        alert('Success:\\n' +\n            'id: ' + file.id + '\\n' +\n            'name: ' + file.name + '\\n' +\n            'updated_at: ' + file.updated_at);\n    } else {\n        alert('Error:\\n' +\n            ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>"
                },
                {
                    "title": "Query for Files",
                    "code": "<p>This example requests a list of files and checks the response.</p>\n<pre><code>Cloud.Files.query({\n    page: 1,\n    per_page: 20\n}, function (e) {\n    if (e.success) {\n        alert('Success:\\n' +\n            'Count: ' + e.files.length);\n        for (var i = 0; i &lt; e.files.length; i++) {\n            var file = e.files[i];\n            alert('id: ' + file.id + '\\n' +\n                'name: ' + file.name + '\\n' +\n                'updated_at: ' + file.updated_at);\n        }\n    } else {\n        alert('Error:\\n' +\n            ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>"
                },
                {
                    "title": "Update a File",
                    "code": "<p>This example updates a file and checks the response.</p>\n<pre><code>Cloud.Files.update({\n    file_id: savedFileId,\n    name: 'Notice'\n}, function (e) {\n    if (e.success) {\n        var file = e.files[0];\n        alert('Success:\\n' +\n            'id: ' + file.id + '\\n' +\n            'name: ' + file.name + '\\n' +\n            'updated_at: ' + file.updated_at);\n    } else {\n        alert('Error:\\n' +\n            ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>"
                },
                {
                    "title": "Remove a File",
                    "code": "<p>This example deletes a file and checks the response.</p>\n<pre><code>Cloud.Files.remove({\n    file_id: savedFileId\n}, function (e) {\n    if (e.success) {\n        alert('Removed');\n    } else {\n        alert('Error:\\n' +\n            ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "create",
                    "deprecated": false,
                    "description": "<p>Create a file.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "query",
                    "deprecated": false,
                    "description": "<p>Retrieve a list of files with sorting and pagination.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "optional"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "remove",
                    "deprecated": false,
                    "description": "<p>Delete a file.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "show",
                    "deprecated": false,
                    "description": "<p>Retrieve information about a file.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "update",
                    "deprecated": false,
                    "description": "<p>Update the information for a file.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Modules.Cloud.Files.bubbleParent\">Modules.Cloud.Files.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Modules.Cloud.Files.bubbleParent\">Modules.Cloud.Files.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Modules.Cloud.Files.bubbleParent\">Modules.Cloud.Files.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Modules.Cloud.Files.bubbleParent\">Modules.Cloud.Files.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Modules.Cloud.Files.apiName\">Modules.Cloud.Files.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Modules.Cloud.Files.apiName\">Modules.Cloud.Files.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Modules.Cloud.Files.lifecycleContainer\">Modules.Cloud.Files.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Modules.Cloud.Files.lifecycleContainer\">Modules.Cloud.Files.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Modules.Cloud.Files.lifecycleContainer\">Modules.Cloud.Files.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Modules.Cloud.Files.lifecycleContainer\">Modules.Cloud.Files.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Module",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "CloudFilesResponse",
            "description": "<p>Argument passed to the callback when a request finishes successfully or erroneously.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "CloudResponse",
            "isInternal": false,
            "properties": [
                {
                    "name": "success",
                    "deprecated": false,
                    "description": "<p>Indicates whether the request succeeded.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "error",
                    "deprecated": false,
                    "description": "<p>Indicates whether the request failed.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "meta",
                    "deprecated": false,
                    "description": "<p>Meta data, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Object",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "code",
                    "deprecated": false,
                    "description": "<p>Error code, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "message",
                    "deprecated": false,
                    "description": "<p>Error message, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "files",
                    "deprecated": false,
                    "description": "<p>Set of <code>file</code> objects, if any exist.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Modules.Cloud.Friends",
            "description": "<p>Provides methods for accessing ArrowDB friends.</p>",
            "deprecated": false,
            "events": [],
            "examples": [
                {
                    "title": "Add a friend",
                    "code": "<p>This example adds a friend and checks the response.</p>\n<pre><code>Cloud.Friends.add({\n    user_ids: checked.join(&quot;,&quot;)\n}, function (e) {\n    if (e.success) {\n        alert('Friend(s) added');\n    } else {\n        alert('Error:\\n' +\n            ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>"
                },
                {
                    "title": "Show friend requests",
                    "code": "<p>This example shows pending friend requests and checks the response.</p>\n<pre><code>Cloud.Friends.requests(function (e) {\n    if (e.success) {\n        alert('Success:\\n' +\n            'Count: ' + e.friend_requests.length);\n        for (var i = 0; i &lt; e.friend_requests.length; i++) {\n            var user = e.friend_requests[i].user;\n            alert('id: ' + user.id + '\\n' +\n                'first name: ' + user.first_name + '\\n' +\n                'last name: ' + user.last_name);\n        }\n    } else {\n        alert('Error:\\n' +\n            ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>"
                },
                {
                    "title": "Approve friend requests",
                    "code": "<p>This example approves pending friend requests and checks the response.</p>\n<pre><code>Cloud.Friends.approve({\n    user_ids: checked.join(&quot;,&quot;)\n}, function (e) {\n    if (e.success) {\n        alert('Friend(s) approved');\n    } else {\n        alert('Error:\\n' +\n            ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>"
                },
                {
                    "title": "Remove friends",
                    "code": "<p>This example removes friends and checks the response.</p>\n<pre><code>Cloud.Friends.remove({\n    user_ids: checked.join(&quot;,&quot;)\n}, function (e) {\n    if (e.success) {\n        alert('Friend(s) removed');\n    } else {\n        alert('Error:\\n' +\n            ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>"
                },
                {
                    "title": "Search for friends",
                    "code": "<p>This example requests information about particular friends and checks the response.</p>\n<pre><code>Cloud.Friends.search({\n    user_id: searchID\n}, function (e) {\n    if (e.success) {\n        alert('Success:\\n' +\n            'Count: ' + e.users.length);\n        for (var i = 0; i &lt; e.users.length; i++) {\n            var user = e.users[i];\n            alert('id: ' + user.id + '\\n' +\n                'first name: ' + user.first_name + '\\n' +\n                'last name: ' + user.last_name);\n        }\n    } else {\n        alert('Error:\\n' +\n            ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "add",
                    "deprecated": false,
                    "description": "<p>Add friends to the current user.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "requests",
                    "deprecated": false,
                    "description": "<p>View pending friend requests.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "approve",
                    "deprecated": false,
                    "description": "<p>Approve existing friend requests.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "remove",
                    "deprecated": false,
                    "description": "<p>Removes one or more friends from the current user.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "search",
                    "deprecated": false,
                    "description": "<p>Retrieve a list of friends.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Modules.Cloud.Friends.bubbleParent\">Modules.Cloud.Friends.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Modules.Cloud.Friends.bubbleParent\">Modules.Cloud.Friends.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Modules.Cloud.Friends.bubbleParent\">Modules.Cloud.Friends.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Modules.Cloud.Friends.bubbleParent\">Modules.Cloud.Friends.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Modules.Cloud.Friends.apiName\">Modules.Cloud.Friends.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Modules.Cloud.Friends.apiName\">Modules.Cloud.Friends.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Modules.Cloud.Friends.lifecycleContainer\">Modules.Cloud.Friends.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Modules.Cloud.Friends.lifecycleContainer\">Modules.Cloud.Friends.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Modules.Cloud.Friends.lifecycleContainer\">Modules.Cloud.Friends.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Modules.Cloud.Friends.lifecycleContainer\">Modules.Cloud.Friends.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Module",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "CloudFriendsResponse",
            "description": "<p>Argument passed to the callback when a request finishes successfully or erroneously.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "CloudResponse",
            "isInternal": false,
            "properties": [
                {
                    "name": "success",
                    "deprecated": false,
                    "description": "<p>Indicates whether the request succeeded.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "error",
                    "deprecated": false,
                    "description": "<p>Indicates whether the request failed.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "meta",
                    "deprecated": false,
                    "description": "<p>Meta data, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Object",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "code",
                    "deprecated": false,
                    "description": "<p>Error code, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "message",
                    "deprecated": false,
                    "description": "<p>Error message, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "users",
                    "deprecated": false,
                    "description": "<p>Set of <code>user</code> objects, if any exist.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "CloudFriendRequestsResponse",
            "description": "<p>Argument passed to the callback when a request finishes successfully or erroneously.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "CloudResponse",
            "isInternal": false,
            "properties": [
                {
                    "name": "success",
                    "deprecated": false,
                    "description": "<p>Indicates whether the request succeeded.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "error",
                    "deprecated": false,
                    "description": "<p>Indicates whether the request failed.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "meta",
                    "deprecated": false,
                    "description": "<p>Meta data, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Object",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "code",
                    "deprecated": false,
                    "description": "<p>Error code, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "message",
                    "deprecated": false,
                    "description": "<p>Error message, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "friend_requests",
                    "deprecated": false,
                    "description": "<p>Set of <code>user</code> objects, if any exist.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Modules.Cloud.GeoFences",
            "description": "<p>Provides methods for accessing ArrowDB geo-fence objects.</p>",
            "deprecated": false,
            "events": [],
            "examples": [
                {
                    "title": "Create a geo-fence object",
                    "code": "<p>This example creates a new geo-fence object covering a 10 mile radius around San Francisco,\nCA, USA, and checks the response.</p>\n<pre><code>  Cloud.GeoFences.create({\n      geo_fence: {\n          &quot;loc&quot;:{&quot;coordinates&quot;:[-122.4167,37.7833], &quot;radius&quot;:&quot;10/3959&quot;},\n          &quot;payload&quot;:{&quot;alert&quot;:&quot;24-hour sale at our SF flagship store on 12/26!&quot;},\n          &quot;start_time&quot;: &quot;2014-12-25T00:00&quot;,\n          &quot;end_time&quot;:&quot;2014-12-26T19:00&quot;\n      }\n  }, function (e) {\n      if (e.success) {\n          Ti.API.info(JSON.stringify(e.geo_fences));\n      } else {\n          alert('Error:\\n' +\n              ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n      }\n  });\n</code></pre>"
                },
                {
                    "title": "Query for geo-fence objects",
                    "code": "<p>This example searches for geo-fence objects within 2 km of Oakland, CA, USA, and checks the response.</p>\n<pre><code>  Cloud.GeoFences.query({\n      where:{\n          &quot;loc&quot;: { \n              &quot;$nearSphere&quot; : { \n                  &quot;$geometry&quot; : { &quot;type&quot; : &quot;Point&quot;, &quot;coordinates&quot; : [-122.2708,37.8044] },\n                      &quot;$maxDistance&quot; : 2000\n                  }\n              }\n      }\n  }, function (e) {\n      if (e.success) {\n          Ti.API.info(JSON.stringify(e.geo_fences));\n      } else {\n          alert('Error:\\n' +\n              ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n      }\n  });\n</code></pre>"
                },
                {
                    "title": "Update a geo-fence object",
                    "code": "<p>This example updates a geo-fence object and checks the response.</p>\n<pre><code>Cloud.GeoFences.update({\n    id: geoFenceId,\n    geo_fence:{&quot;loc&quot;:{&quot;place_id&quot;:&quot;531a1217447d300f05003b69&quot;,&quot;radius&quot;:&quot;2/6371&quot;}}\n}, function (e) {\n    if (e.success) {\n        Ti.API.info(JSON.stringify(e.geo_fences));\n    } else {\n        alert('Error:\\n' +\n            ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>"
                },
                {
                    "title": "Delete a geo-fence object",
                    "code": "<p>This example deletes a geo-fence object and checks the response.</p>\n<pre><code>Cloud.GeoFences.remove({\n    id: geoFenceId\n}, function (e) {\n    if (e.success) {\n        Ti.API.info(JSON.stringify(e));\n    } else {\n        alert('Error:\\n' +\n            ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.1"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.1"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.1"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "create",
                    "deprecated": false,
                    "description": "<p>Create a new geofence object.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.1"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.1"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.1"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "query",
                    "deprecated": false,
                    "description": "<p>Retrieve a list of places with sorting and pagination.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "optional"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.1"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.1"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.1"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "remove",
                    "deprecated": false,
                    "description": "<p>Delete a place.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.1"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.1"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.1"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "update",
                    "deprecated": false,
                    "description": "<p>Update information about a place.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.1"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.1"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.1"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Modules.Cloud.GeoFences.bubbleParent\">Modules.Cloud.GeoFences.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Modules.Cloud.GeoFences.bubbleParent\">Modules.Cloud.GeoFences.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.1"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.1"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.1"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Modules.Cloud.GeoFences.bubbleParent\">Modules.Cloud.GeoFences.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Modules.Cloud.GeoFences.bubbleParent\">Modules.Cloud.GeoFences.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.1"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.1"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.1"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Modules.Cloud.GeoFences.apiName\">Modules.Cloud.GeoFences.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Modules.Cloud.GeoFences.apiName\">Modules.Cloud.GeoFences.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.1"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.1"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.1"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Modules.Cloud.GeoFences.lifecycleContainer\">Modules.Cloud.GeoFences.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Modules.Cloud.GeoFences.lifecycleContainer\">Modules.Cloud.GeoFences.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Modules.Cloud.GeoFences.lifecycleContainer\">Modules.Cloud.GeoFences.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Modules.Cloud.GeoFences.lifecycleContainer\">Modules.Cloud.GeoFences.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Module",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.1"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.1"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.1"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.1"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.1"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.1"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>This feature is only available for <strong>enterprise users</strong>, and the current user must be an <strong>application\nadmin</strong> to create, update or remove geo-fence objects.</p>\n<p>The ArrowDB GeoFences API lets you manage geographic regions with an associated JSON data payload.\nUse this API to have the device query the ArrowDB server to retrieve data based on a location.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "3.2.1"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "3.2.1"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "3.2.1"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "CloudGeoFenceResponse",
            "description": "<p>Argument passed to the callback when a request finishes successfully or erroneously.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "CloudResponse",
            "isInternal": false,
            "properties": [
                {
                    "name": "success",
                    "deprecated": false,
                    "description": "<p>Indicates whether the request succeeded.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "error",
                    "deprecated": false,
                    "description": "<p>Indicates whether the request failed.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "meta",
                    "deprecated": false,
                    "description": "<p>Meta data, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Object",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "code",
                    "deprecated": false,
                    "description": "<p>Error code, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "message",
                    "deprecated": false,
                    "description": "<p>Error message, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "geo_fences",
                    "deprecated": false,
                    "description": "<p>Set of geo-fence objects, if any exist.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Modules.Cloud.KeyValues",
            "description": "<p>Provides methods for accessing ArrowDB Key-Values storage.</p>",
            "deprecated": false,
            "events": [],
            "examples": [
                {
                    "title": "Set a Key-Value",
                    "code": "<p>This example sets a key-value and checks the response.</p>\n<pre><code>Cloud.KeyValues.set({\n    name: 'welcome_message',\n    value: 'Welcome to Appcelerator Cloud Services'\n}, function (e) {\n    if (e.success) {\n        alert('Success');\n    } else {\n        alert('Error:\\n' +\n            ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>"
                },
                {
                    "title": "Get a Key-Value",
                    "code": "<p>This example gets a key-value and checks the response.</p>\n<pre><code>Cloud.KeyValues.get({\n    name: 'welcome_message'\n}, function (e) {\n    if (e.success) {\n        var keyvalue = e.keyvalues[0];\n        alert('Success:\\n' +\n            'name: ' + keyvalue.name + '\\n' +\n            'value: ' + keyvalue.value);\n    } else {\n        alert('Error:\\n' +\n            ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>"
                },
                {
                    "title": "Append a Key-Value",
                    "code": "<p>This example appends a value to a key-value and checks the response.</p>\n<pre><code>Cloud.KeyValues.append({\n    name: 'welcome_message',\n    value: ', take a look around'\n}, function (e) {\n     if (e.success) {\n         var keyvalue = e.keyvalues[0];\n         alert('Success:\\n' +\n             'name: ' + keyvalue.name + '\\n' +\n             'value: ' + keyvalue.value);\n     } else {\n         alert('Error:\\n' +\n             ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n     }\n\n});\n</code></pre>"
                },
                {
                    "title": "Increment a Key-Value",
                    "code": "<p>This example increments a key-value and checks the response.</p>\n<pre><code>Cloud.KeyValues.increment({\n    name: 'score',\n    value: 1\n}, function (e) {\n     if (e.success) {\n         var keyvalue = e.keyvalues[0];\n         alert('Success:\\n' +\n             'name: ' + keyvalue.name + '\\n' +\n             'value: ' + keyvalue.value);\n     } else {\n         alert('Error:\\n' +\n             ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n     }\n\n});\n</code></pre>"
                },
                {
                    "title": "Remove a Key-Value",
                    "code": "<p>This example deletes a key-value and checks the response.</p>\n<pre><code>Cloud.KeyValues.remove({\n    name: 'welcome_message'\n}, function (e) {\n     if (e.success) {\n         alert('Success');\n     } else {\n         alert('Error:\\n' +\n             ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n     }\n\n});\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "append",
                    "deprecated": false,
                    "description": "<p>Add the given value to the end of an existing value.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "get",
                    "deprecated": false,
                    "description": "<p>Retrieve a string or binary value.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "increment",
                    "deprecated": false,
                    "description": "<p>Increment the value by the given value.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "remove",
                    "deprecated": false,
                    "description": "<p>Delete a value.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "set",
                    "deprecated": false,
                    "description": "<p>Sets a string or binary value referenced by the key name.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Modules.Cloud.KeyValues.bubbleParent\">Modules.Cloud.KeyValues.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Modules.Cloud.KeyValues.bubbleParent\">Modules.Cloud.KeyValues.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Modules.Cloud.KeyValues.bubbleParent\">Modules.Cloud.KeyValues.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Modules.Cloud.KeyValues.bubbleParent\">Modules.Cloud.KeyValues.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Modules.Cloud.KeyValues.apiName\">Modules.Cloud.KeyValues.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Modules.Cloud.KeyValues.apiName\">Modules.Cloud.KeyValues.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Modules.Cloud.KeyValues.lifecycleContainer\">Modules.Cloud.KeyValues.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Modules.Cloud.KeyValues.lifecycleContainer\">Modules.Cloud.KeyValues.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Modules.Cloud.KeyValues.lifecycleContainer\">Modules.Cloud.KeyValues.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Modules.Cloud.KeyValues.lifecycleContainer\">Modules.Cloud.KeyValues.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Module",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "CloudKeyValuesResponse",
            "description": "<p>Argument passed to the callback when a request finishes successfully or erroneously.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "CloudResponse",
            "isInternal": false,
            "properties": [
                {
                    "name": "success",
                    "deprecated": false,
                    "description": "<p>Indicates whether the request succeeded.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "error",
                    "deprecated": false,
                    "description": "<p>Indicates whether the request failed.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "meta",
                    "deprecated": false,
                    "description": "<p>Meta data, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Object",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "code",
                    "deprecated": false,
                    "description": "<p>Error code, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "message",
                    "deprecated": false,
                    "description": "<p>Error message, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "keyvalues",
                    "deprecated": false,
                    "description": "<p>Set of <code>keyvalues</code> objects, if any exist.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Modules.Cloud.Likes",
            "description": "<p>Provides methods for accessing ArrowDB likes.</p>",
            "deprecated": false,
            "events": [],
            "examples": [
                {
                    "title": "Create a Like",
                    "code": "<p>This example creates a new like and checks the response.</p>\n<pre><code>Cloud.Likes.create({\n    user_id: someUserId\n}, function (e) {\n    if (e.success) {\n        alert('Created!');\n    } else {\n        alert('Error:\\n' +\n            ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>"
                },
                {
                    "title": "Remove a Like",
                    "code": "<p>This example deletes a like and checks the response.</p>\n<pre><code>Cloud.Likes.remove({\n    user_id: someUserId\n}, function (e) {\n    if (e.success) {\n        alert('Removed');\n    } else {\n        alert('Error:\\n' +\n            ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "create",
                    "deprecated": false,
                    "description": "<p>Create a like.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "remove",
                    "deprecated": false,
                    "description": "<p>Delete a like.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Modules.Cloud.Likes.bubbleParent\">Modules.Cloud.Likes.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Modules.Cloud.Likes.bubbleParent\">Modules.Cloud.Likes.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Modules.Cloud.Likes.bubbleParent\">Modules.Cloud.Likes.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Modules.Cloud.Likes.bubbleParent\">Modules.Cloud.Likes.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Modules.Cloud.Likes.apiName\">Modules.Cloud.Likes.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Modules.Cloud.Likes.apiName\">Modules.Cloud.Likes.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Modules.Cloud.Likes.lifecycleContainer\">Modules.Cloud.Likes.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Modules.Cloud.Likes.lifecycleContainer\">Modules.Cloud.Likes.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Modules.Cloud.Likes.lifecycleContainer\">Modules.Cloud.Likes.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Modules.Cloud.Likes.lifecycleContainer\">Modules.Cloud.Likes.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Module",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "CloudLikesResponse",
            "description": "<p>Argument passed to the callback when a request finishes successfully or erroneously.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "CloudResponse",
            "isInternal": false,
            "properties": [
                {
                    "name": "success",
                    "deprecated": false,
                    "description": "<p>Indicates whether the request succeeded.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "error",
                    "deprecated": false,
                    "description": "<p>Indicates whether the request failed.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "meta",
                    "deprecated": false,
                    "description": "<p>Meta data, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Object",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "code",
                    "deprecated": false,
                    "description": "<p>Error code, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "message",
                    "deprecated": false,
                    "description": "<p>Error message, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "likes",
                    "deprecated": false,
                    "description": "<p>Set of <code>like</code> objects, if any exist.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Modules.Cloud.Messages",
            "description": "<p>Provides methods for accessing ArrowDB messages.</p>",
            "deprecated": false,
            "events": [],
            "examples": [
                {
                    "title": "Create Message",
                    "code": "<p>This example creates a new message and checks the response.</p>\n<pre><code>Cloud.Messages.create({\n    to_ids: toSet.ids.join(','),\n    body: 'Hello World',\n    subject: 'Test Message'\n}, function (e) {\n    if (e.success) {\n        var message = e.messages[0];\n        alert('Success:\\n' +\n            'id: ' + message.id + '\\n' +\n            'subject: ' + message.subject + '\\n' +\n            'body: ' + message.body + '\\n' +\n            'updated_at: ' + message.updated_at);\n    } else {\n        alert('Error:\\n' +\n            ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>"
                },
                {
                    "title": "Reply to a Message",
                    "code": "<p>This example replies to a message and checks the response.</p>\n<pre><code>Cloud.Messages.reply({\n    message_id: savedMessageId,\n    body: 'Welcome'\n}, function (e) {\n    if (e.success) {\n        var message = e.messages[0];\n        alert('Success:\\n' +\n            'id: ' + message.id + '\\n' +\n            'subject: ' + message.subject + '\\n' +\n            'body: ' + message.body + '\\n' +\n            'updated_at: ' + message.updated_at);\n    } else {\n        alert('Error:\\n' +\n            ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>"
                },
                {
                    "title": "Show a Message",
                    "code": "<p>This example retrieves information about a message and checks the response.</p>\n<pre><code>Cloud.Messages.show({\n    message_id: savedMessageId\n}, function (e) {\n    if (e.success) {\n        var message = e.messages[0];\n        alert('Success:\\n' +\n            'id: ' + message.id + '\\n' +\n            'subject: ' + message.subject + '\\n' +\n            'body: ' + message.body + '\\n' +\n            'updated_at: ' + message.updated_at);\n    } else {\n        alert('Error:\\n' +\n            ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>"
                },
                {
                    "title": "Show Inbox Messages",
                    "code": "<p>This example requests a list of messages in the inbox and checks the response.</p>\n<pre><code>Cloud.Messages.showInbox(function (e) {\n    if (e.success) {\n        alert('Success:\\n' +\n            'Count: ' + e.messages.length);\n        for (var i = 0; i &lt; e.messages.length; i++) {\n            var message = e.messages[i];\n            alert('Success:\\n' +\n                'id: ' + message.id + '\\n' +\n                'subject: ' + message.subject + '\\n' +\n                'body: ' + message.body + '\\n' +\n                'updated_at: ' + message.updated_at);\n        }\n    } else {\n        alert('Error:\\n' +\n            ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>"
                },
                {
                    "title": "Show Sent Messages",
                    "code": "<p>This example requests a list of messages that have been sent and checks the response.</p>\n<pre><code>Cloud.Messages.showSent(function (e) {\n    if (e.success) {\n        alert('Success:\\n' +\n            'Count: ' + e.messages.length);\n        for (var i = 0; i &lt; e.messages.length; i++) {\n            var message = e.messages[i];\n            alert('Success:\\n' +\n                'id: ' + message.id + '\\n' +\n                'subject: ' + message.subject + '\\n' +\n                'body: ' + message.body + '\\n' +\n                'updated_at: ' + message.updated_at);\n        }\n    } else {\n        alert('Error:\\n' +\n            ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>"
                },
                {
                    "title": "Show Message Threads",
                    "code": "<p>This example requests a list of message threads and checks the response.</p>\n<pre><code>Cloud.Messages.showThreads(function (e) {\n    if (e.success) {\n        alert('Success:\\n' +\n            'Count: ' + e.messages.length);\n        for (var i = 0; i &lt; e.messages.length; i++) {\n            var message = e.messages[i];\n            alert('Success:\\n' +\n                'id: ' + message.id + '\\n' +\n                'thread id: ' + message.thread_id + '\\n' +\n                'subject: ' + message.subject + '\\n' +\n                'body: ' + message.body + '\\n' +\n                'updated_at: ' + message.updated_at);\n        }\n    } else {\n        alert('Error:\\n' +\n            ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>"
                },
                {
                    "title": "Show Thread Messages",
                    "code": "<p>This example requests a list of messages in a thread and checks the response.</p>\n<pre><code>Cloud.Messages.showThread({\n    thread_id: savedThreadId\n}, function (e) {\n    if (e.success) {\n        alert('Success:\\n' +\n            'Count: ' + e.messages.length);\n        for (var i = 0; i &lt; e.messages.length; i++) {\n            var message = e.messages[i];\n            alert('Success:\\n' +\n                'id: ' + message.id + '\\n' +\n                'thread id: ' + message.thread_id + '\\n' +\n                'subject: ' + message.subject + '\\n' +\n                'body: ' + message.body + '\\n' +\n                'updated_at: ' + message.updated_at);\n        }\n    } else {\n        alert('Error:\\n' +\n            ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>"
                },
                {
                    "title": "Remove a Message",
                    "code": "<p>This example deletes a message and checks the response.</p>\n<pre><code>Cloud.Messages.remove({\n    message_id: savedMessageId\n}, function (e) {\n    if (e.success) {\n        alert('Removed');\n    } else {\n        alert('Error:\\n' +\n            ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>"
                },
                {
                    "title": "Remove Thread Messages",
                    "code": "<p>This example deletes all messages in a thread and checks the response.</p>\n<pre><code>Cloud.Messages.removeThread({\n    thread_id: savedThreadId\n}, function (e) {\n    if (e.success) {\n        alert('Removed');\n    } else {\n        alert('Error:\\n' +\n            ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "create",
                    "deprecated": false,
                    "description": "<p>Create a message.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "reply",
                    "deprecated": false,
                    "description": "<p>Reply to all recipients of a message.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "optional"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "show",
                    "deprecated": false,
                    "description": "<p>Retrieve information about a message.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "showInbox",
                    "deprecated": false,
                    "description": "<p>Retrieve a list of messages in the current user's inbox.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "showSent",
                    "deprecated": false,
                    "description": "<p>Retrieve a list of messages in the current user's inbox.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "showThreads",
                    "deprecated": false,
                    "description": "<p>Retrieve a list of message threads in the current users' inbox.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "showThread",
                    "deprecated": false,
                    "description": "<p>Retrieve a list of messages in a thread from the current user's inbox.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "remove",
                    "deprecated": false,
                    "description": "<p>Delete a message.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeThread",
                    "deprecated": false,
                    "description": "<p>Delete all messages in a thread.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Modules.Cloud.Messages.bubbleParent\">Modules.Cloud.Messages.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Modules.Cloud.Messages.bubbleParent\">Modules.Cloud.Messages.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Modules.Cloud.Messages.bubbleParent\">Modules.Cloud.Messages.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Modules.Cloud.Messages.bubbleParent\">Modules.Cloud.Messages.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Modules.Cloud.Messages.apiName\">Modules.Cloud.Messages.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Modules.Cloud.Messages.apiName\">Modules.Cloud.Messages.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Modules.Cloud.Messages.lifecycleContainer\">Modules.Cloud.Messages.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Modules.Cloud.Messages.lifecycleContainer\">Modules.Cloud.Messages.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Modules.Cloud.Messages.lifecycleContainer\">Modules.Cloud.Messages.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Modules.Cloud.Messages.lifecycleContainer\">Modules.Cloud.Messages.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Module",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "CloudMessagesResponse",
            "description": "<p>Argument passed to the callback when a request finishes successfully or erroneously.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "CloudResponse",
            "isInternal": false,
            "properties": [
                {
                    "name": "success",
                    "deprecated": false,
                    "description": "<p>Indicates whether the request succeeded.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "error",
                    "deprecated": false,
                    "description": "<p>Indicates whether the request failed.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "meta",
                    "deprecated": false,
                    "description": "<p>Meta data, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Object",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "code",
                    "deprecated": false,
                    "description": "<p>Error code, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "message",
                    "deprecated": false,
                    "description": "<p>Error message, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "messages",
                    "deprecated": false,
                    "description": "<p>Set of <code>message</code> objects, if any exist.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Modules.Cloud.Objects",
            "description": "<p>Provides methods for accessing ArrowDB custom objects.</p>",
            "deprecated": false,
            "events": [],
            "examples": [
                {
                    "title": "Create Custom Object",
                    "code": "<p>This example creates a new custom object and checks the response.</p>\n<pre><code>Cloud.Objects.create({\n    classname: 'cars',\n    fields: {\n        make: 'nissan',\n        color: 'blue',\n        year: 2005\n    }\n}, function (e) {\n    if (e.success) {\n        var car = e.cars[0];\n        alert('Success:\\n' +\n            'id: ' + car.id + '\\n' +\n            'make: ' + car.make + '\\n' +\n            'color: ' + car.color + '\\n' +\n            'year: ' + car.year + '\\n' +\n            'created_at: ' + car.created_at);\n    } else {\n        alert('Error:\\n' +\n            ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>"
                },
                {
                    "title": "Show Custom Objects",
                    "code": "<p>This example requests information about custom objects and checks the response.</p>\n<pre><code>Cloud.Objects.show({\n    classname: 'cars',\n    ids: [ savedCar1.id, savedCar2.id ]\n}, function (e) {\n    if (e.success) {\n        alert('Success:\\n' +\n            'Count: ' + e.cars.length);\n        for (var i = 0; i &lt; e.cars.length; i++) {\n            var car = e.cars[i];\n            alert('id: ' + cars.id + '\\n' +\n                'make: ' + car.make + '\\n' +\n                'color: ' + car.color + '\\n' +\n                'year: ' + car.year + '\\n' +\n                'created_at: ' + car.created_at);\n        }\n    } else {\n        alert('Error:\\n' +\n            ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>"
                },
                {
                    "title": "Update Custom Object",
                    "code": "<p>This example updates a custom object and checks the response.</p>\n<pre><code>Cloud.Objects.update({\n    classname: 'cars',\n    id: savedCar1.id,\n    fields: {\n        color: 'purple',\n        mileage: 10000\n    }\n}, function (e) {\n    if (e.success) {\n        var car = e.cars[0];\n        alert('Success:\\n' +\n            'id: ' + car.id + '\\n' +\n            'make: ' + car.make + '\\n' +\n            'color: ' + car.color + '\\n' +\n            'year: ' + car.year + '\\n' +\n            'mileage: ' + car.mileage + '\\n' +\n            'updated_at: ' + car.updated_at);\n    } else {\n        alert('Error:\\n' +\n            ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>"
                },
                {
                    "title": "Remove Custom Object",
                    "code": "<p>This example deletes a custom object and checks the response.</p>\n<pre><code>Cloud.Objects.remove({\n    classname: 'cars',\n    id: savedCar1.id\n}, function (e) {\n    if (e.success) {\n        alert('Success');\n    } else {\n        alert('Error:\\n' +\n            ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>"
                },
                {
                    "title": "Query for Custom Objects",
                    "code": "<p>This example requests information about custom objects and checks the response.</p>\n<pre><code>Cloud.Objects.query({\n    classname: 'cars',\n    page: 1,\n    per_page: 10,\n    where: {\n        color: 'blue'\n    }\n}, function (e) {\n    if (e.success) {\n        alert('Success:\\n' +\n            'Count: ' + e.cars.length);\n        for (var i = 0; i &lt; e.cars.length; i++) {\n            var car = e.cars[i];\n            alert('id: ' + cars.id + '\\n' +\n                'make: ' + car.make + '\\n' +\n                'color: ' + car.color + '\\n' +\n                'year: ' + car.year + '\\n' +\n                'created_at: ' + car.created_at);\n        }\n    } else {\n        alert('Error:\\n' +\n            ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "create",
                    "deprecated": false,
                    "description": "<p>Create a custom object of type <code>classname</code>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request. A <code>classname</code> property is required.</p>",
                            "type": "Object",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "query",
                    "deprecated": false,
                    "description": "<p>Retrieve a list of custom objects of type <code>classname</code>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request. A <code>classname</code> property is required.</p>",
                            "type": "Object",
                            "usage": "optional"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "remove",
                    "deprecated": false,
                    "description": "<p>Delete a custom object of type <code>classname</code>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request. A <code>classname</code> property is required.</p>",
                            "type": "Object",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "show",
                    "deprecated": false,
                    "description": "<p>Retrieve a list of custom objects of type <code>classname</code>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request. A <code>classname</code> property is required.</p>",
                            "type": "Object",
                            "usage": "optional"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "update",
                    "deprecated": false,
                    "description": "<p>Update the fields of a custom object of type <code>classname</code>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request. A <code>classname</code> property is required.</p>",
                            "type": "Object",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Modules.Cloud.Objects.bubbleParent\">Modules.Cloud.Objects.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Modules.Cloud.Objects.bubbleParent\">Modules.Cloud.Objects.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Modules.Cloud.Objects.bubbleParent\">Modules.Cloud.Objects.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Modules.Cloud.Objects.bubbleParent\">Modules.Cloud.Objects.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Modules.Cloud.Objects.apiName\">Modules.Cloud.Objects.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Modules.Cloud.Objects.apiName\">Modules.Cloud.Objects.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Modules.Cloud.Objects.lifecycleContainer\">Modules.Cloud.Objects.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Modules.Cloud.Objects.lifecycleContainer\">Modules.Cloud.Objects.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Modules.Cloud.Objects.lifecycleContainer\">Modules.Cloud.Objects.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Modules.Cloud.Objects.lifecycleContainer\">Modules.Cloud.Objects.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Module",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "CloudObjectsResponse",
            "description": "<p>Argument passed to the callback when a request finishes successfully or erroneously.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "CloudResponse",
            "isInternal": false,
            "properties": [
                {
                    "name": "success",
                    "deprecated": false,
                    "description": "<p>Indicates whether the request succeeded.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "error",
                    "deprecated": false,
                    "description": "<p>Indicates whether the request failed.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "meta",
                    "deprecated": false,
                    "description": "<p>Meta data, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Object",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "code",
                    "deprecated": false,
                    "description": "<p>Error code, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "message",
                    "deprecated": false,
                    "description": "<p>Error message, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "classname",
                    "deprecated": false,
                    "description": "<p>Set of <code>classname</code> objects, if any exist.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Modules.Cloud.PhotoCollections",
            "description": "<p>Provides methods for ArrowDB photo collections.</p>",
            "deprecated": false,
            "events": [],
            "examples": [
                {
                    "title": "Create Photo Collection",
                    "code": "<p>This example creates a new photo collection and checks the response.</p>\n<pre><code>Cloud.PhotoCollections.create({\n    name: 'Party Pictures'\n}, function (e) {\n    if (e.success) {\n        var collection = e.collections[0];\n        alert('Success:\\n' +\n            'id: ' + collection.id + '\\n' +\n            'name: ' + collection.name + '\\n' +\n            'count: ' + collection.counts.total_photos + '\\n'\n            'updated_at: ' + collection.updated_at);\n    } else {\n        alert('Error:\\n' +\n            ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>"
                },
                {
                    "title": "Show a Photo Collection",
                    "code": "<p>This example retrieves information about a photo collection and checks the response.</p>\n<pre><code>Cloud.PhotoCollections.show({\n    collection_id: savedPhotoCollectionId\n}, function (e) {\n    if (e.success) {\n        var collection = e.collections[0];\n        alert('Success:\\n' +\n            'id: ' + collection.id + '\\n' +\n            'name: ' + collection.name + '\\n' +\n            'count: ' + collection.counts.total_photos + '\\n'\n            'updated_at: ' + collection.updated_at);\n    } else {\n        alert('Error:\\n' +\n            ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>"
                },
                {
                    "title": "Search for Photo Collections",
                    "code": "<p>This example searches for collections and checks the response.</p>\n<pre><code>Cloud.PhotoCollections.search({\n    user_id: savedUserId\n}, function (e) {\n    if (e.success) {\n        alert('Success:\\n' +\n            'Count: ' + e.collections.length);\n        for (var i = 0; i &lt; e.collections.length; i++) {\n            var collection = e.collections[i];\n            alert('Success:\\n' +\n                'id: ' + collection.id + '\\n' +\n                'name: ' + collection.name + '\\n' +\n                'count: ' + collection.counts.total_photos + '\\n'\n                'updated_at: ' + collection.updated_at);\n        }\n    } else {\n        alert('Error:\\n' +\n            ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>"
                },
                {
                    "title": "Show Photo Subcollections",
                    "code": "<p>This example requests a list of photo subcollections and checks the response.</p>\n<pre><code>Cloud.PhotoCollections.showSubcollections({\n    page: 1,\n    per_page: 20,\n    collection_id: savedCollectionId\n}, function (e) {\n    if (e.success) {\n        alert('Success:\\n' +\n            'Count: ' + e.collections.length);\n        for (var i = 0; i &lt; e.collections.length; i++) {\n            var collection = e.collections[i];\n            alert('Success:\\n' +\n                'id: ' + collection.id + '\\n' +\n                'name: ' + collection.name + '\\n' +\n                'count: ' + collection.counts.total_photos + '\\n'\n                'updated_at: ' + collection.updated_at);\n        }\n    } else {\n        alert('Error:\\n' +\n            ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>"
                },
                {
                    "title": "Show Photo Collection Photos",
                    "code": "<p>This example requests a list of photos in a photo collections and checks the response.</p>\n<pre><code>Cloud.PhotoCollections.showPhotos({\n    page: 1,\n    per_page: 20,\n    collection_id: savedCollectionId\n}, function (e) {\n    if (e.success) {\n        if (!e.photos) {\n            alert('Success: No photos');\n        } else {\n            alert('Success:\\n' +\n                'Count: ' + e.collections.length);\n            for (var i = 0; i &lt; e.collections.length; i++) {\n                var collection = e.collections[i];\n                alert('Success:\\n' +\n                    'id: ' + collection.id + '\\n' +\n                    'name: ' + collection.name + '\\n' +\n                    'count: ' + collection.counts.total_photos + '\\n'\n                    'updated_at: ' + collection.updated_at);\n            }\n        }\n    } else {\n        alert('Error:\\n' +\n            ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>"
                },
                {
                    "title": "Update a Photo Collection",
                    "code": "<p>This example updates a photo collection and checks the response.</p>\n<pre><code>Cloud.PhotoCollections.update({\n    collection_id: savedPhotoCollectionId,\n    cover_photo_id: savedPhotoId\n}, function (e) {\n    if (e.success) {\n        var collection = e.collections[0];\n        alert('Success:\\n' +\n            'id: ' + collection.id + '\\n' +\n            'name: ' + collection.name + '\\n' +\n            'count: ' + collection.counts.total_photos + '\\n'\n            'updated_at: ' + collection.updated_at);\n    } else {\n        alert('Error:\\n' +\n            ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>"
                },
                {
                    "title": "Remove a Photo Collection",
                    "code": "<p>This example deletes a photo collection and checks the response.</p>\n<pre><code>Cloud.PhotoCollections.remove({\n    collection_id: savedPhotoCollectionId\n}, function (e) {\n    if (e.success) {\n        alert('Success');\n    } else {\n        alert('Error:\\n' +\n            ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "create",
                    "deprecated": false,
                    "description": "<p>Creates a photo collection.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "remove",
                    "deprecated": false,
                    "description": "<p>Deletes an empty collection.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "search",
                    "deprecated": false,
                    "description": "<p>Retrieves a list of top-level collections owned by a user.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "show",
                    "deprecated": false,
                    "description": "<p>Retrieves details about a photo collection.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "showPhotos",
                    "deprecated": false,
                    "description": "<p>Retrieves photos in a collection.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "showSubCollections",
                    "deprecated": false,
                    "description": "<p>Retrieves a list of subcollections of a collection.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "update",
                    "deprecated": false,
                    "description": "<p>Updates a photo collection.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Modules.Cloud.PhotoCollections.bubbleParent\">Modules.Cloud.PhotoCollections.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Modules.Cloud.PhotoCollections.bubbleParent\">Modules.Cloud.PhotoCollections.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Modules.Cloud.PhotoCollections.bubbleParent\">Modules.Cloud.PhotoCollections.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Modules.Cloud.PhotoCollections.bubbleParent\">Modules.Cloud.PhotoCollections.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Modules.Cloud.PhotoCollections.apiName\">Modules.Cloud.PhotoCollections.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Modules.Cloud.PhotoCollections.apiName\">Modules.Cloud.PhotoCollections.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Modules.Cloud.PhotoCollections.lifecycleContainer\">Modules.Cloud.PhotoCollections.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Modules.Cloud.PhotoCollections.lifecycleContainer\">Modules.Cloud.PhotoCollections.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Modules.Cloud.PhotoCollections.lifecycleContainer\">Modules.Cloud.PhotoCollections.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Modules.Cloud.PhotoCollections.lifecycleContainer\">Modules.Cloud.PhotoCollections.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Module",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "CloudPhotoCollectionsResponse",
            "description": "<p>Argument passed to the callback when a request finishes successfully or erroneously.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "CloudResponse",
            "isInternal": false,
            "properties": [
                {
                    "name": "success",
                    "deprecated": false,
                    "description": "<p>Indicates whether the request succeeded.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "error",
                    "deprecated": false,
                    "description": "<p>Indicates whether the request failed.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "meta",
                    "deprecated": false,
                    "description": "<p>Meta data, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Object",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "code",
                    "deprecated": false,
                    "description": "<p>Error code, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "message",
                    "deprecated": false,
                    "description": "<p>Error message, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "collections",
                    "deprecated": false,
                    "description": "<p>Set of <code>collections</code> objects, if any exist.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "CloudPhotoCollectionsPhotosResponse",
            "description": "<p>Argument passed to the callback when a request finishes successfully or erroneously.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "CloudResponse",
            "isInternal": false,
            "properties": [
                {
                    "name": "success",
                    "deprecated": false,
                    "description": "<p>Indicates whether the request succeeded.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "error",
                    "deprecated": false,
                    "description": "<p>Indicates whether the request failed.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "meta",
                    "deprecated": false,
                    "description": "<p>Meta data, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Object",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "code",
                    "deprecated": false,
                    "description": "<p>Error code, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "message",
                    "deprecated": false,
                    "description": "<p>Error message, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "photos",
                    "deprecated": false,
                    "description": "<p>Set of <code>photos</code> objects, if any exist.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Modules.Cloud.Photos",
            "description": "<p>Provides methods for accessing ArrowDB photos.</p>",
            "deprecated": false,
            "events": [],
            "examples": [
                {
                    "title": "Create Photo",
                    "code": "<p>This example creates a new photo and checks the response.</p>\n<pre><code>Cloud.Photos.create({\n    photo: Titanium.Filesystem.getFile('photo.jpg')\n}, function (e) {\n    if (e.success) {\n        var photo = e.photos[0];\n        alert('Success:\\n' +\n            'id: ' + photo.id + '\\n' +\n            'filename: ' + photo.filename + '\\n' +\n            'size: ' + photo.size,\n            'updated_at: ' + photo.updated_at);\n    } else {\n        alert('Error:\\n' +\n            ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>"
                },
                {
                    "title": "Show a Photo",
                    "code": "<p>This example retrieves information about a photo and checks the response.</p>\n<pre><code>Cloud.Photos.show({\n    photo_id: savedPhotoId\n}, function (e) {\n    if (e.success) {\n        var photo = e.photos[0];\n        alert('Success:\\n' +\n            'id: ' + photo.id + '\\n' +\n            'filename: ' + photo.filename + '\\n' +\n            'updated_at: ' + photo.updated_at);\n    } else {\n        alert('Error:\\n' +\n            ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>"
                },
                {
                    "title": "Search for Photos",
                    "code": "<p>This example searches for photos and checks the response.</p>\n<pre><code>Cloud.Photos.search({\n    user_id: savedUserId\n}, function (e) {\n    if (e.success) {\n        alert('Success:\\n' +\n            'Count: ' + e.photos.length);\n        for (var i = 0; i &lt; e.photos.length; i++) {\n            var photo = e.photos[i];\n            alert('id: ' + photo.id + '\\n' +\n                  'name: ' + photo.name + '\\n' +\n                  'filename: ' + photo.filename + '\\n' +\n                  'updated_at: ' + photo.updated_at);\n        }\n    } else {\n        alert('Error:\\n' +\n            ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>"
                },
                {
                    "title": "Query for Photos",
                    "code": "<p>This example requests a list of photos and checks the response.</p>\n<pre><code>Cloud.Photos.query({\n    page: 1,\n    per_page: 20,\n    where: {\n        coordinates: {\n            '$nearSphere': [-122.23,37.12],\n            '$maxDistance': 0.00126\n        }\n    }\n}, function (e) {\n    if (e.success) {\n        alert('Success:\\n' +\n            'Count: ' + e.photos.length);\n        for (var i = 0; i &lt; e.photos.length; i++) {\n            var photo = e.photos[i];\n            alert('id: ' + photo.id + '\\n' +\n                  'name: ' + photo.name + '\\n' +\n                  'filename: ' + photo.filename + '\\n' +\n                  'updated_at: ' + photo.updated_at);\n        }\n    } else {\n        alert('Error:\\n' +\n            ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>"
                },
                {
                    "title": "Update a Photo",
                    "code": "<p>This example updates a photo and checks the response.</p>\n<pre><code>Cloud.Photos.update({\n    photo_id: savedPhotoId,\n    photo: Titanium.Filesystem.getFile('newphoto.jpg'),\n    tags: 'mountains'\n}, function (e) {\n    if (e.success) {\n        var photo = e.photos[0];\n        alert('Success:\\n' +\n            'id: ' + photo.id + '\\n' +\n            'filename: ' + photo.filename + '\\n' +\n            'updated_at: ' + photo.updated_at);\n    } else {\n        alert('Error:\\n' +\n            ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>"
                },
                {
                    "title": "Remove a Photo",
                    "code": "<p>This example deletes a photo and checks the response.</p>\n<pre><code>Cloud.Photos.remove({\n    photo_id: savedPhotoId\n}, function (e) {\n    if (e.success) {\n        alert('Success');\n    } else {\n        alert('Error:\\n' +\n            ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "create",
                    "deprecated": false,
                    "description": "<p>Create or upload a new photo.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "query",
                    "deprecated": false,
                    "description": "<p>Retrieve a list of photos with sorting and pagination.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "optional"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "remove",
                    "deprecated": false,
                    "description": "<p>Delete a photo.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "search",
                    "deprecated": false,
                    "description": "<p>Retrieve a list of photos.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "show",
                    "deprecated": false,
                    "description": "<p>Retrieve information about a photo.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "update",
                    "deprecated": false,
                    "description": "<p>Update a photo.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Modules.Cloud.Photos.bubbleParent\">Modules.Cloud.Photos.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Modules.Cloud.Photos.bubbleParent\">Modules.Cloud.Photos.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Modules.Cloud.Photos.bubbleParent\">Modules.Cloud.Photos.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Modules.Cloud.Photos.bubbleParent\">Modules.Cloud.Photos.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Modules.Cloud.Photos.apiName\">Modules.Cloud.Photos.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Modules.Cloud.Photos.apiName\">Modules.Cloud.Photos.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Modules.Cloud.Photos.lifecycleContainer\">Modules.Cloud.Photos.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Modules.Cloud.Photos.lifecycleContainer\">Modules.Cloud.Photos.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Modules.Cloud.Photos.lifecycleContainer\">Modules.Cloud.Photos.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Modules.Cloud.Photos.lifecycleContainer\">Modules.Cloud.Photos.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Module",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "CloudPhotosResponse",
            "description": "<p>Argument passed to the callback when a request finishes successfully or erroneously.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "CloudResponse",
            "isInternal": false,
            "properties": [
                {
                    "name": "success",
                    "deprecated": false,
                    "description": "<p>Indicates whether the request succeeded.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "error",
                    "deprecated": false,
                    "description": "<p>Indicates whether the request failed.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "meta",
                    "deprecated": false,
                    "description": "<p>Meta data, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Object",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "code",
                    "deprecated": false,
                    "description": "<p>Error code, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "message",
                    "deprecated": false,
                    "description": "<p>Error message, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "photos",
                    "deprecated": false,
                    "description": "<p>Set of <code>photos</code> objects, if any exist.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Modules.Cloud.Places",
            "description": "<p>Provides methods for accessing ArrowDB places.</p>",
            "deprecated": false,
            "events": [],
            "examples": [
                {
                    "title": "Create Place",
                    "code": "<p>This example creates a new place and checks the response.</p>\n<pre><code>Cloud.Places.create({\n    name: 'Appcelerator HQ',\n    state: 'California',\n    website: 'https://www.appcelerator.com'\n}, function (e) {\n    if (e.success) {\n        var place = e.places[0];\n        alert('Success:\\n' +\n            'id: ' + place.id + '\\n' +\n            'name: ' + place.name + '\\n' +\n            'updated_at: ' + place.updated_at);\n    } else {\n        alert('Error:\\n' +\n            ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>"
                },
                {
                    "title": "Show a Place",
                    "code": "<p>This example retrieves information about a place and checks the response.</p>\n<pre><code>Cloud.Places.show({\n    place_id: savedPlaceId\n}, function (e) {\n    if (e.success) {\n        var place = e.places[0];\n        alert('Success:\\n' +\n            'id: ' + place.id + '\\n' +\n            'name: ' + place.name + '\\n' +\n            'updated_at: ' + place.updated_at);\n    } else {\n        alert('Error:\\n' +\n            ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>"
                },
                {
                    "title": "Search for Places",
                    "code": "<p>This example searches for places and checks the response.</p>\n<pre><code>Cloud.Places.search({\n    latitude: lat,\n    longitude: lon\n}, function (e) {\n    if (e.success) {\n        alert('Success:\\n' +\n            'Count: ' + e.places.length);\n        for (var i = 0; i &lt; e.places.length; i++) {\n            var place = e.places[i];\n            alert('id: ' + place.id + '\\n' +\n                  'name: ' + place.name + '\\n' +\n                  'longitude: ' + place.longitude + '\\n' +\n                  'latitude: ' + place.latitude + '\\n' +\n                  'updated_at: ' + place.updated_at);\n        }\n    } else {\n        alert('Error:\\n' +\n            ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>"
                },
                {
                    "title": "Query for Places",
                    "code": "<p>This example requests a list of places and checks the response.</p>\n<pre><code>Cloud.Places.query({\n    page: 1,\n    per_page: 20,\n    where: {\n        lnglat: {\n            '$nearSphere': [-122.23,37.12],\n            '$maxDistance': 0.00126\n        }\n    }\n}, function (e) {\n    if (e.success) {\n        alert('Success:\\n' +\n            'Count: ' + e.places.length);\n        for (var i = 0; i &lt; e.places.length; i++) {\n            var place = e.places[i];\n            alert('id: ' + place.id + '\\n' +\n                  'name: ' + place.name + '\\n' +\n                  'longitude: ' + place.longitude + '\\n' +\n                  'latitude: ' + place.latitude + '\\n' +\n                  'updated_at: ' + place.updated_at);\n        }\n    } else {\n        alert('Error:\\n' +\n            ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>"
                },
                {
                    "title": "Update a Place",
                    "code": "<p>This example updates a place and checks the response.</p>\n<pre><code>Cloud.Places.update({\n    place_id: savedPlaceId,\n    city: 'Mountain View'\n}, function (e) {\n    if (e.success) {\n        var place = e.places[0];\n        alert('Success:\\n' +\n            'id: ' + place.id + '\\n' +\n            'name: ' + place.name + '\\n' +\n            'updated_at: ' + place.updated_at);\n    } else {\n        alert('Error:\\n' +\n            ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>"
                },
                {
                    "title": "Remove a Place",
                    "code": "<p>This example deletes a place and checks the response.</p>\n<pre><code>Cloud.Places.remove({\n    place_id: savedPlaceId\n}, function (e) {\n    if (e.success) {\n        alert('Success');\n    } else {\n        alert('Error:\\n' +\n            ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "create",
                    "deprecated": false,
                    "description": "<p>Create a new place.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "query",
                    "deprecated": false,
                    "description": "<p>Retrieve a list of places with sorting and pagination.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "optional"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "remove",
                    "deprecated": false,
                    "description": "<p>Delete a place.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "search",
                    "deprecated": false,
                    "description": "<p>Retrieve a list of places.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "optional"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "show",
                    "deprecated": false,
                    "description": "<p>Retrieve information about a place.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "update",
                    "deprecated": false,
                    "description": "<p>Update information about a place.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Modules.Cloud.Places.bubbleParent\">Modules.Cloud.Places.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Modules.Cloud.Places.bubbleParent\">Modules.Cloud.Places.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Modules.Cloud.Places.bubbleParent\">Modules.Cloud.Places.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Modules.Cloud.Places.bubbleParent\">Modules.Cloud.Places.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Modules.Cloud.Places.apiName\">Modules.Cloud.Places.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Modules.Cloud.Places.apiName\">Modules.Cloud.Places.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Modules.Cloud.Places.lifecycleContainer\">Modules.Cloud.Places.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Modules.Cloud.Places.lifecycleContainer\">Modules.Cloud.Places.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Modules.Cloud.Places.lifecycleContainer\">Modules.Cloud.Places.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Modules.Cloud.Places.lifecycleContainer\">Modules.Cloud.Places.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Module",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "CloudPlacesResponse",
            "description": "<p>Argument passed to the callback when a request finishes successfully or erroneously.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "CloudResponse",
            "isInternal": false,
            "properties": [
                {
                    "name": "success",
                    "deprecated": false,
                    "description": "<p>Indicates whether the request succeeded.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "error",
                    "deprecated": false,
                    "description": "<p>Indicates whether the request failed.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "meta",
                    "deprecated": false,
                    "description": "<p>Meta data, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Object",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "code",
                    "deprecated": false,
                    "description": "<p>Error code, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "message",
                    "deprecated": false,
                    "description": "<p>Error message, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "places",
                    "deprecated": false,
                    "description": "<p>Set of <code>places</code> objects, if any exist.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Modules.Cloud.Posts",
            "description": "<p>Provides methods for accessing ArrowDB posts.</p>",
            "deprecated": false,
            "events": [],
            "examples": [
                {
                    "title": "Create Post",
                    "code": "<p>This example creates a new post and checks the response.</p>\n<pre><code>Cloud.Posts.create({\n    content: 'Man Walks On Moon',\n    title: 'News of the day',\n    photo: Titanium.Filesystem.getFile('photo.jpg')\n}, function (e) {\n    if (e.success) {\n        var post = e.posts[0];\n        alert('Success:\\n' +\n            'id: ' + post.id + '\\n' +\n            'title: ' + post.title + '\\n' +\n            'content: ' + post.content + '\\n' +\n            'updated_at: ' + post.updated_at);\n    } else {\n        alert('Error:\\n' +\n            ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>"
                },
                {
                    "title": "Show a Post",
                    "code": "<p>This example retrieves information about a post and checks the response.</p>\n<pre><code>Cloud.Posts.show({\n    post_id: savedPostId\n}, function (e) {\n    if (e.success) {\n        var post = e.posts[0];\n        alert('Success:\\n' +\n            'id: ' + post.id + '\\n' +\n            'title: ' + post.title + '\\n' +\n            'content: ' + post.content + '\\n' +\n            'updated_at: ' + post.updated_at);\n    } else {\n        alert('Error:\\n' +\n            ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>"
                },
                {
                    "title": "Query for Posts",
                    "code": "<p>This example requests a list of posts and checks the response.</p>\n<pre><code>Cloud.Posts.query({\n    page: 1,\n    per_page: 20,\n    where: {\n        reviews_count: { '$gt': 1.0 }\n    }\n}, function (e) {\n    if (e.success) {\n        alert('Success:\\n' +\n            'Count: ' + e.posts.length);\n        for (var i = 0; i &lt; e.posts.length; i++) {\n            var post = e.posts[i];\n            alert('id: ' + post.id + '\\n' +\n                'id: ' + post.id + '\\n' +\n                'title: ' + post.title + '\\n' +\n                'content: ' + post.content + '\\n' +\n                'updated_at: ' + post.updated_at);\n        }\n    } else {\n        alert('Error:\\n' +\n            ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>"
                },
                {
                    "title": "Update a Post",
                    "code": "<p>This example updates a post and checks the response.</p>\n<pre><code>Cloud.Posts.update({\n    post_id: savedPostId,\n    title: 'Lunar Eclipse'\n}, function (e) {\n    if (e.success) {\n        var post = e.posts[0];\n        alert('Success:\\n' +\n            'id: ' + post.id + '\\n' +\n            'title: ' + post.title + '\\n' +\n            'content: ' + post.content + '\\n' +\n            'updated_at: ' + post.updated_at);\n    } else {\n        alert('Error:\\n' +\n            ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>"
                },
                {
                    "title": "Remove a Post",
                    "code": "<p>This example deletes a post and checks the response.</p>\n<pre><code>Cloud.Posts.remove({\n    post_id: savedPostId\n}, function (e) {\n    if (e.success) {\n        alert('Success');\n    } else {\n        alert('Error:\\n' +\n            ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "create",
                    "deprecated": false,
                    "description": "<p>Create a post.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "query",
                    "deprecated": false,
                    "description": "<p>Retrieve a list of posts with sorting and pagination.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "optional"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "remove",
                    "deprecated": false,
                    "description": "<p>Delete a post.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "show",
                    "deprecated": false,
                    "description": "<p>Retrieve information about a post.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "update",
                    "deprecated": false,
                    "description": "<p>Update the information for a post.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Modules.Cloud.Posts.bubbleParent\">Modules.Cloud.Posts.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Modules.Cloud.Posts.bubbleParent\">Modules.Cloud.Posts.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Modules.Cloud.Posts.bubbleParent\">Modules.Cloud.Posts.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Modules.Cloud.Posts.bubbleParent\">Modules.Cloud.Posts.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Modules.Cloud.Posts.apiName\">Modules.Cloud.Posts.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Modules.Cloud.Posts.apiName\">Modules.Cloud.Posts.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Modules.Cloud.Posts.lifecycleContainer\">Modules.Cloud.Posts.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Modules.Cloud.Posts.lifecycleContainer\">Modules.Cloud.Posts.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Modules.Cloud.Posts.lifecycleContainer\">Modules.Cloud.Posts.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Modules.Cloud.Posts.lifecycleContainer\">Modules.Cloud.Posts.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Module",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "CloudPostsResponse",
            "description": "<p>Argument passed to the callback when a request finishes successfully or erroneously.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "CloudResponse",
            "isInternal": false,
            "properties": [
                {
                    "name": "success",
                    "deprecated": false,
                    "description": "<p>Indicates whether the request succeeded.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "error",
                    "deprecated": false,
                    "description": "<p>Indicates whether the request failed.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "meta",
                    "deprecated": false,
                    "description": "<p>Meta data, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Object",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "code",
                    "deprecated": false,
                    "description": "<p>Error code, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "message",
                    "deprecated": false,
                    "description": "<p>Error message, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "posts",
                    "deprecated": false,
                    "description": "<p>Set of <code>posts</code> objects, if any exist.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Modules.Cloud.PushNotifications",
            "description": "<p>Provides methods for accessing Arrow push notification channels.</p>",
            "deprecated": false,
            "events": [],
            "examples": [
                {
                    "title": "Subscribe to Channel",
                    "code": "<p>This example subscribes to a push notification channel and checks the response.</p>\n<pre><code>Cloud.PushNotifications.subscribe({\n    channel: 'friend_request',\n    device_token: myPushDeviceToken\n}, function (e) {\n    if (e.success) {\n        alert('Success');\n    } else {\n        alert('Error:\\n' +\n            ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>"
                },
                {
                    "title": "Unsubscribe to Channel",
                    "code": "<p>This example unsubscribes from a push notification channel and checks the response.</p>\n<pre><code>Cloud.PushNotifications.unsubscribe({\n    channel: 'friend_request',\n    device_token: myPushDeviceToken\n}, function (e) {\n    if (e.success) {\n        alert('Success');\n    } else {\n        alert('Error:\\n' +\n            ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>"
                },
                {
                    "title": "Notify Channel",
                    "code": "<p>This example sends a push notification to a channel and checks the response.</p>\n<pre><code>Cloud.PushNotifications.notify({\n    channel: 'friend_request',\n    payload: 'Welcome to push notifications'\n}, function (e) {\n    if (e.success) {\n        alert('Success');\n    } else {\n        alert('Error:\\n' +\n            ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>"
                },
                {
                    "title": "Update Subscription",
                    "code": "<p>This example updates the user's notification subscription with the device's current\nlocation, upon successfully obtaining the device's current position.</p>\n<pre><code>var latitude, longitude, \nvar pushDeviceToken; // Device token obtained earlier...\n\nTitanium.Geolocation.getCurrentPosition(function(e) {\n    if (e.error) {\n        Ti.API.error('Error: ' + e.error);\n    } else {\n        latitude = e.coords.latitude;\n        longitude = e.coords.longitude;\n        Cloud.PushNotifications.updateSubscription({\n            device_token: pushDeviceToken,\n            loc: [longitude, latitude]\n        }, function (e) {\n            if (e.success) {\n                alert('Subscription Updated.');\n            }\n            else {\n                alert(e);\n            }\n        });                        \n    }\n});\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "notify",
                    "deprecated": false,
                    "description": "<p>Send a push notification to a channel.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "notifyTokens",
                    "deprecated": false,
                    "description": "<p>Send a push notification to a channel to the specified devices.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "resetBadge",
                    "deprecated": false,
                    "description": "<p>Resets the badge value to zero but does not update it on the device.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.1"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.1"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.1"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBadge",
                    "deprecated": false,
                    "description": "<p>Sets the badge value but does not update it on the device.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.1"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.1"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.1"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "subscribe",
                    "deprecated": false,
                    "description": "<p>Subscribe a mobile device to a push notification channel.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "subscribeToken",
                    "deprecated": false,
                    "description": "<p>Subscribe a mobile device to a push notification channel using a device token.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "unsubscribe",
                    "deprecated": false,
                    "description": "<p>Unsubscribe a mobile device from a push notification channel.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "unsubscribeToken",
                    "deprecated": false,
                    "description": "<p>Unsubscribe a mobile device from a push notification channel using a device token.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "updateSubscription",
                    "deprecated": false,
                    "description": "<p>Updates a user's notification subscription with the device's location.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "queryChannels",
                    "deprecated": false,
                    "description": "<p>Returns a list of push notification channels the user is subscribed to.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "showChannels",
                    "deprecated": false,
                    "description": "<p>Returns the number of devices subscribed to the specified channel.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "query",
                    "deprecated": false,
                    "description": "<p>Custom query of push notification subscriptions with paginating.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Modules.Cloud.PushNotifications.bubbleParent\">Modules.Cloud.PushNotifications.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Modules.Cloud.PushNotifications.bubbleParent\">Modules.Cloud.PushNotifications.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Modules.Cloud.PushNotifications.bubbleParent\">Modules.Cloud.PushNotifications.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Modules.Cloud.PushNotifications.bubbleParent\">Modules.Cloud.PushNotifications.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Modules.Cloud.PushNotifications.apiName\">Modules.Cloud.PushNotifications.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Modules.Cloud.PushNotifications.apiName\">Modules.Cloud.PushNotifications.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Modules.Cloud.PushNotifications.lifecycleContainer\">Modules.Cloud.PushNotifications.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Modules.Cloud.PushNotifications.lifecycleContainer\">Modules.Cloud.PushNotifications.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Modules.Cloud.PushNotifications.lifecycleContainer\">Modules.Cloud.PushNotifications.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Modules.Cloud.PushNotifications.lifecycleContainer\">Modules.Cloud.PushNotifications.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Module",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>For information on configuring and setting up push notifications,\nsee the <a href=\"https://docs.appcelerator.com/platform/latest/#!/guide/Push_Notifications\">Push Notifications guide</a>.</p>\n<p>The methods in this module are used to subscribe and unsubscribe from Arrow push notification\nchannels, and to generate Arrow push notifications. Push notifications are received using\nplatform-specific mechanisms:</p>\n<ul>\n<li>On iOS, push notifications are received through the standard iOS push notification\nmechanism. When you register for push notifications, incoming push notifications\nare passed to the <code>callback</code> callback. See\n<a href=\"Titanium.Network.registerForPushNotifications\">Network.registerForPushNotifications</a>\nfor details.</li>\n<li>On Android, push notifications are received through the <a href=\"Modules.CloudPush\">Modules.CloudPush</a> module.\nAdd a listener for the <a href=\"Modules.CloudPush.callback\">callback</a> event to receive push notifications.</li>\n</ul>\n<p>To register for push notifications, you need to obtain an application-specific <em>device\ntoken</em>. To obtain a device token:</p>\n<ul>\n<li>On iOS, when you successfully register for push notifications, the device token is\npassed to the <code>success</code> callback.</li>\n<li>On Android, use\n<a href=\"Modules.CloudPush.retrieveDeviceToken\">CloudPush.retrieveDeviceToken</a> to request\na device token. The device token is passed to the <code>success</code> callback.</li>\n</ul>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "CloudPushNotificationsResponse",
            "description": "<p>Argument passed to the callback when a request finishes successfully or erroneously.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "CloudResponse",
            "isInternal": false,
            "properties": [
                {
                    "name": "success",
                    "deprecated": false,
                    "description": "<p>Indicates whether the request succeeded.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "error",
                    "deprecated": false,
                    "description": "<p>Indicates whether the request failed.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "meta",
                    "deprecated": false,
                    "description": "<p>Meta data, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Object",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "code",
                    "deprecated": false,
                    "description": "<p>Error code, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "message",
                    "deprecated": false,
                    "description": "<p>Error message, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "CloudPushNotificationsQueryChannelResponse",
            "description": "<p>Argument passed to the callback when a request finishes successfully.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "CloudResponse",
            "isInternal": false,
            "properties": [
                {
                    "name": "success",
                    "deprecated": false,
                    "description": "<p>Indicates whether the request succeeded.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "error",
                    "deprecated": false,
                    "description": "<p>Indicates whether the request failed.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "meta",
                    "deprecated": false,
                    "description": "<p>Meta data, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Object",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "code",
                    "deprecated": false,
                    "description": "<p>Error code, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "message",
                    "deprecated": false,
                    "description": "<p>Error message, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "push_channels",
                    "deprecated": false,
                    "description": "<p>Array of <code>push_channel</code> names, if any exist.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "CloudPushNotificationsShowChannelResponse",
            "description": "<p>Argument passed to the callback when a request finishes successfully.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "CloudResponse",
            "isInternal": false,
            "properties": [
                {
                    "name": "success",
                    "deprecated": false,
                    "description": "<p>Indicates whether the request succeeded.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "error",
                    "deprecated": false,
                    "description": "<p>Indicates whether the request failed.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "meta",
                    "deprecated": false,
                    "description": "<p>Meta data, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Object",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "code",
                    "deprecated": false,
                    "description": "<p>Error code, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "message",
                    "deprecated": false,
                    "description": "<p>Error message, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "devices",
                    "deprecated": false,
                    "description": "<p>Dictionary containing counts of devices subscribed to a push channel, grouped by platform.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Object",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "CloudPushNotificationsQueryResponse",
            "description": "<p>Argument passed to the callback when a request finishes successfully or erroneously.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "CloudResponse",
            "isInternal": false,
            "properties": [
                {
                    "name": "success",
                    "deprecated": false,
                    "description": "<p>Indicates whether the request succeeded.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "error",
                    "deprecated": false,
                    "description": "<p>Indicates whether the request failed.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "meta",
                    "deprecated": false,
                    "description": "<p>Meta data, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Object",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "code",
                    "deprecated": false,
                    "description": "<p>Error code, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "message",
                    "deprecated": false,
                    "description": "<p>Error message, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "subscriptions",
                    "deprecated": false,
                    "description": "<p>Set of <code>subscription</code> objects, if any exist.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Modules.Cloud.PushSchedules",
            "description": "<p>Provides methods for scheduling Arrow push notifications</p>",
            "deprecated": false,
            "events": [],
            "examples": [
                {
                    "title": "Create a scheduled push notification",
                    "code": "<p>This example schedules a push notification to be sent only once within the five-day perid.</p>\n<pre><code>Cloud.PushSchedules.create({\n    schedule: {\n        name: 'push schedule',\n        start_time: '2015-09-05T10:11',\n        recurrence: {\n            interval: 'weekly',\n            end_time: '2015-09-10T10:11'\n        },\n        push_notification: {\n            payload: 'hello world',\n            channel: 'channelOne'\n        }\n    }\n}, function(e) {\n    if (e.success) {\n        Ti.API.info('Success! \\n id: ' + e.push_schedules[0].id);\n    } else {\n        Ti.API.error('Error: ' + ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>"
                },
                {
                    "title": "Remove a scheduled push notification",
                    "code": "<p>This example deletes the specified scheduled push notification.</p>\n<pre><code>Cloud.PushSchedules.remove({\n    ids: savedPushId\n}, function(e){\n    if (e.success) {\n        Ti.API.info(&quot;Success!&quot;);\n    } else {\n        Ti.API.error('Error: ' + ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>"
                },
                {
                    "title": "Query scheduled push notifications",
                    "code": "<p>This example retrieves all scheduled push notifications.</p>\n<pre><code>Cloud.PushSchedules.query({}, function(e) {\n    if (e.success) {\n        Ti.API.info(&quot;List of scheduled push notifications:&quot;);\n        e.push_schedules.forEach(function(push){\n            Ti.API.info(&quot;\\t&quot; + push.name);\n        });\n    } else {\n        Ti.API.error('Error: ' + ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "create",
                    "deprecated": false,
                    "description": "<p>Schedules a push notification.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "remove",
                    "deprecated": false,
                    "description": "<p>Deletes a scheduled push notification.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "query",
                    "deprecated": false,
                    "description": "<p>Queries the list of scheduled push notifications.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Modules.Cloud.PushSchedules.bubbleParent\">Modules.Cloud.PushSchedules.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Modules.Cloud.PushSchedules.bubbleParent\">Modules.Cloud.PushSchedules.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Modules.Cloud.PushSchedules.bubbleParent\">Modules.Cloud.PushSchedules.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Modules.Cloud.PushSchedules.bubbleParent\">Modules.Cloud.PushSchedules.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Modules.Cloud.PushSchedules.apiName\">Modules.Cloud.PushSchedules.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Modules.Cloud.PushSchedules.apiName\">Modules.Cloud.PushSchedules.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Modules.Cloud.PushSchedules.lifecycleContainer\">Modules.Cloud.PushSchedules.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Modules.Cloud.PushSchedules.lifecycleContainer\">Modules.Cloud.PushSchedules.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Modules.Cloud.PushSchedules.lifecycleContainer\">Modules.Cloud.PushSchedules.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Modules.Cloud.PushSchedules.lifecycleContainer\">Modules.Cloud.PushSchedules.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Module",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>The following APIs are only available for Appcelerator Platform customers.  You must be an\napplication admin to use these APIs.</p>\n<p>The PushSchedules API lets you schedule push notifications to be delivered to your application users\non a recurring or one-time basis.</p>\n<p>You may create up to 100 scheduled push notifications for your application.\nDatetime fields use the ISO 8601 format, for example, <code>YYYY-MM-DDTHH:mm:ss+ZZZZ</code>.</p>\n<p>For information on configuring and setting up push notifications,\nsee the <a href=\"https://docs.appcelerator.com/platform/latest/#!/guide/Push_Notifications\">Push Notifications guide</a>.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "3.2.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "3.2.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "3.2.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "CloudPushSchedulesResponse",
            "description": "<p>Argument passed to the callback when a request finishes successfully.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "CloudResponse",
            "isInternal": false,
            "properties": [
                {
                    "name": "success",
                    "deprecated": false,
                    "description": "<p>Indicates whether the request succeeded.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "error",
                    "deprecated": false,
                    "description": "<p>Indicates whether the request failed.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "meta",
                    "deprecated": false,
                    "description": "<p>Meta data, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Object",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "code",
                    "deprecated": false,
                    "description": "<p>Error code, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "message",
                    "deprecated": false,
                    "description": "<p>Error message, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "push_schedules",
                    "deprecated": false,
                    "description": "<p>Array of <a href=\"https://docs.appcelerator.com/arrowdb/latest/#!/api/PushSchedules\">schedules push notifications</a>, if any exist.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Modules.Cloud.Reviews",
            "description": "<p>Provides methods for accessing ArrowDB reviews.</p>",
            "deprecated": false,
            "events": [],
            "examples": [
                {
                    "title": "Create Review",
                    "code": "<p>This example creates a new review and checks the response.</p>\n<pre><code>Cloud.Reviews.create({\n    post_id: savedPostId,\n    rating: 1,\n    content: 'Good'\n}, function (e) {\n    if (e.success) {\n        var review = e.reviews[0];\n        alert('Success:\\n' +\n            'id: ' + review.id + '\\n' +\n            'rating: ' + review.rating + '\\n' +\n            'content: ' + review.content + '\\n' +\n            'updated_at: ' + review.updated_at);\n    } else {\n        alert('Error:\\n' +\n            ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>"
                },
                {
                    "title": "Show a Review",
                    "code": "<p>This example retrieves information about a review and checks the response.</p>\n<pre><code>Cloud.Reviews.show({\n    post_id: savedPostId,\n    review_id: savedReviewId\n}, function (e) {\n    if (e.success) {\n        var review = e.reviews[0];\n        alert('Success:\\n' +\n            'id: ' + review.id + '\\n' +\n            'rating: ' + review.rating + '\\n' +\n            'content: ' + review.content + '\\n' +\n            'updated_at: ' + review.updated_at);\n    } else {\n        alert('Error:\\n' +\n            ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>"
                },
                {
                    "title": "Query for Reviews",
                    "code": "<p>This example requests a list of reviews and checks the response.</p>\n<pre><code>Cloud.Reviews.query({\n    page: 1,\n    per_page: 20,\n    where: {\n        rating: { '$gt': 5.0 }\n    }\n}, function (e) {\n    if (e.success) {\n        alert('Success:\\n' +\n            'Count: ' + e.reviews.length);\n        for (var i = 0; i &lt; e.reviews.length; i++) {\n            var review = e.reviews[i];\n            alert('id: ' + review.id + '\\n' +\n                'id: ' + review.id + '\\n' +\n                'rating: ' + review.rating + '\\n' +\n                'content: ' + review.content + '\\n' +\n                'updated_at: ' + review.updated_at);\n        }\n    } else {\n        alert('Error:\\n' +\n            ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>"
                },
                {
                    "title": "Update a Review",
                    "code": "<p>This example updates a review and checks the response.</p>\n<pre><code>Cloud.Reviews.update({\n    post_id: savedPostId,\n    review_id: savedReviewId,\n    rating: 100,\n    content: 'Very good!'\n}, function (e) {\n    if (e.success) {\n        var review = e.reviews[0];\n        alert('Success:\\n' +\n            'id: ' + review.id + '\\n' +\n            'rating: ' + review.rating + '\\n' +\n            'content: ' + review.content + '\\n' +\n            'updated_at: ' + review.updated_at);\n    } else {\n        alert('Error:\\n' +\n            ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>"
                },
                {
                    "title": "Remove a Review",
                    "code": "<p>This example deletes a review and checks the response.</p>\n<pre><code>Cloud.Reviews.remove({\n    post_id: savedPostId,\n    review_id: savedReviewId\n}, function (e) {\n    if (e.success) {\n        alert('Success');\n    } else {\n        alert('Error:\\n' +\n            ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "create",
                    "deprecated": false,
                    "description": "<p>Add a review, comment, rating, or like.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "query",
                    "deprecated": false,
                    "description": "<p>Retrieve a list of reviews with sorting and pagination.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "remove",
                    "deprecated": false,
                    "description": "<p>Delete a review.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "show",
                    "deprecated": false,
                    "description": "<p>Retrieve details of a review.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "update",
                    "deprecated": false,
                    "description": "<p>Update a review.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Modules.Cloud.Reviews.bubbleParent\">Modules.Cloud.Reviews.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Modules.Cloud.Reviews.bubbleParent\">Modules.Cloud.Reviews.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Modules.Cloud.Reviews.bubbleParent\">Modules.Cloud.Reviews.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Modules.Cloud.Reviews.bubbleParent\">Modules.Cloud.Reviews.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Modules.Cloud.Reviews.apiName\">Modules.Cloud.Reviews.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Modules.Cloud.Reviews.apiName\">Modules.Cloud.Reviews.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Modules.Cloud.Reviews.lifecycleContainer\">Modules.Cloud.Reviews.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Modules.Cloud.Reviews.lifecycleContainer\">Modules.Cloud.Reviews.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Modules.Cloud.Reviews.lifecycleContainer\">Modules.Cloud.Reviews.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Modules.Cloud.Reviews.lifecycleContainer\">Modules.Cloud.Reviews.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Module",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "CloudReviewsResponse",
            "description": "<p>Argument passed to the callback when a request finishes successfully or erroneously.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "CloudResponse",
            "isInternal": false,
            "properties": [
                {
                    "name": "success",
                    "deprecated": false,
                    "description": "<p>Indicates whether the request succeeded.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "error",
                    "deprecated": false,
                    "description": "<p>Indicates whether the request failed.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "meta",
                    "deprecated": false,
                    "description": "<p>Meta data, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Object",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "code",
                    "deprecated": false,
                    "description": "<p>Error code, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "message",
                    "deprecated": false,
                    "description": "<p>Error message, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "reviews",
                    "deprecated": false,
                    "description": "<p>Set of <code>reviews</code> objects, if any exist.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Modules.Cloud.SocialIntegrations",
            "description": "<p>Provides methods for access ArrowDB social integrations.</p>",
            "deprecated": false,
            "events": [],
            "examples": [
                {
                    "title": "Log in External Account",
                    "code": "<p>This example logs a user in using an external account and checks the response</p>\n<pre><code>Cloud.SocialIntegrations.externalAccountLogin({\n    type: 'facebook',\n    token: Ti.Facebook.accessToken\n}, function (e) {\n    if (e.success) {\n        var user = e.users[0];\n        alert('Success:\\n' +\n            'id: ' + user.id + '\\n' +\n            'first name: ' + user.first_name + '\\n' +\n            'last name: ' + user.last_name);\n    } else {\n        alert('Error:\\n' +\n            ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>"
                },
                {
                    "title": "Link in External Account",
                    "code": "<p>This example links an external account and checks the response</p>\n<pre><code>Cloud.SocialIntegrations.externalAccountLink({\n    type: 'facebook',\n    token: Ti.Facebook.accessToken\n}, function (e) {\n    if (e.success) {\n        var user = e.users[0];\n        alert('Success:\\n' +\n            'id: ' + user.id + '\\n' +\n            'first name: ' + user.first_name + '\\n' +\n            'last name: ' + user.last_name);\n    } else {\n        alert('Error:\\n' +\n            ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>"
                },
                {
                    "title": "Search for Facebook Friends",
                    "code": "<p>This example retrieves a list of Facebook Friends and checks the response</p>\n<pre><code>Cloud.SocialIntegrations.searchFacebookFriends(function (e){\n    if (e.success) {\n        alert('Success:\\n' +\n            'Count: ' + e.users.length);\n        for (var i = 0; i &lt; e.users.length; i++) {\n            var user = e.users[i];\n            alert('id: ' + user.id + '\\n' +\n                'first name: ' + user.first_name + '\\n' +\n                'last name: ' + user.last_name);\n         }\n    } else {\n        alert('Error:\\n' +\n            ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "externalAccountLink",
                    "deprecated": false,
                    "description": "<p>Associate an external account with an existing ArrowDB user account.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "externalAccountLogin",
                    "deprecated": false,
                    "description": "<p>Login to ArrowDB using an external account such as Facebook, Twitter, LinkedIn, etc.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "externalAccountUnlink",
                    "deprecated": false,
                    "description": "<p>Disassociate an external account from a ArrowDB user account.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "searchFacebookFriends",
                    "deprecated": false,
                    "description": "<p>Returns a list of the current user's Facebook friends who are also using this application.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Modules.Cloud.SocialIntegrations.bubbleParent\">Modules.Cloud.SocialIntegrations.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Modules.Cloud.SocialIntegrations.bubbleParent\">Modules.Cloud.SocialIntegrations.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Modules.Cloud.SocialIntegrations.bubbleParent\">Modules.Cloud.SocialIntegrations.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Modules.Cloud.SocialIntegrations.bubbleParent\">Modules.Cloud.SocialIntegrations.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Modules.Cloud.SocialIntegrations.apiName\">Modules.Cloud.SocialIntegrations.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Modules.Cloud.SocialIntegrations.apiName\">Modules.Cloud.SocialIntegrations.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Modules.Cloud.SocialIntegrations.lifecycleContainer\">Modules.Cloud.SocialIntegrations.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Modules.Cloud.SocialIntegrations.lifecycleContainer\">Modules.Cloud.SocialIntegrations.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Modules.Cloud.SocialIntegrations.lifecycleContainer\">Modules.Cloud.SocialIntegrations.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Modules.Cloud.SocialIntegrations.lifecycleContainer\">Modules.Cloud.SocialIntegrations.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Module",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "CloudSocialIntegrationsResponse",
            "description": "<p>Argument passed to the callback when a request finishes successfully or erroneously.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "CloudResponse",
            "isInternal": false,
            "properties": [
                {
                    "name": "success",
                    "deprecated": false,
                    "description": "<p>Indicates whether the request succeeded.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "error",
                    "deprecated": false,
                    "description": "<p>Indicates whether the request failed.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "meta",
                    "deprecated": false,
                    "description": "<p>Meta data, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Object",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "code",
                    "deprecated": false,
                    "description": "<p>Error code, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "message",
                    "deprecated": false,
                    "description": "<p>Error message, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "users",
                    "deprecated": false,
                    "description": "<p>Set of <code>users</code> objects, if any exist.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Modules.Cloud.Statuses",
            "description": "<p>Provides methods for accessing ArrowDB Statuses.</p>",
            "deprecated": false,
            "events": [],
            "examples": [
                {
                    "title": "Create a Status",
                    "code": "<p>This example creates a status and checks the response.</p>\n<pre><code>Cloud.Statuses.create({\n    place_id: myPlaceId,\n    message: 'What a great view!',\n    photo: Titanium.Filesystem.getFile('photo.jpg')\n}, function (e) {\n    if (e.success) {\n        var status = e.statuses[0];\n        alert('Success:\\n' +\n            'id: ' + status.id + '\\n' +\n            'place: ' + status.place.name);\n    } else {\n        alert('Error:\\n' +\n            ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>"
                },
                {
                    "title": "Search Status",
                    "code": "<p>This example requests information about a user's status and checks the response.</p>\n<pre><code>Cloud.Statuses.search({\n    user_id: someUserId\n}, function (e) {\n    if (e.success) {\n        alert('Success:\\n' +\n            'Count: ' + e.statuses.length);\n        for (var i = 0; i &lt; e.statuses.length; i++) {\n            var status = e.statuses[i];\n            alert('id: ' + status.id + '\\n' +\n                  'message: ' + status.message + '\\n' +\n                  'updated_at: ' + status.updated_at);\n        }\n    } else {\n        alert('Error:\\n' +\n            ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>"
                },
                {
                    "title": "Query Status",
                    "code": "<p>This example requests information about statuses and checks the response.</p>\n<pre><code>Cloud.Statuses.query({\n    page: 1,\n    per_page: 20,\n    order: '-updated_at'\n}, function (e) {\n    if (e.success) {\n        for (var i = 0; i &lt; e.statuses.length; i++) {\n            var status = e.statuses[i];\n            alert('Success:\\n' +\n               'id: ' + status.id + '\\n' +\n               'message: ' + status.message + '\\n' +\n               'updated_at: ' + status.updated_at);\n         }\n    } else {\n        alert('Error:\\n' +\n            ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "create",
                    "deprecated": false,
                    "description": "<p>Creates a status for the currently logged in user.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "update",
                    "deprecated": false,
                    "description": "<p>Updates a status.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "show",
                    "deprecated": false,
                    "description": "<p>Shows a status.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "delete",
                    "deprecated": false,
                    "description": "<p>Deletes a status.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "query",
                    "deprecated": false,
                    "description": "<p>Retrieve a list of statuses with sorting and pagination.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "optional"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "search",
                    "deprecated": false,
                    "description": "<p>Retrieve the statuses for a user.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Modules.Cloud.Statuses.bubbleParent\">Modules.Cloud.Statuses.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Modules.Cloud.Statuses.bubbleParent\">Modules.Cloud.Statuses.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Modules.Cloud.Statuses.bubbleParent\">Modules.Cloud.Statuses.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Modules.Cloud.Statuses.bubbleParent\">Modules.Cloud.Statuses.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Modules.Cloud.Statuses.apiName\">Modules.Cloud.Statuses.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Modules.Cloud.Statuses.apiName\">Modules.Cloud.Statuses.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Modules.Cloud.Statuses.lifecycleContainer\">Modules.Cloud.Statuses.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Modules.Cloud.Statuses.lifecycleContainer\">Modules.Cloud.Statuses.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Modules.Cloud.Statuses.lifecycleContainer\">Modules.Cloud.Statuses.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Modules.Cloud.Statuses.lifecycleContainer\">Modules.Cloud.Statuses.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Module",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "CloudStatusesResponse",
            "description": "<p>Argument passed to the callback when a request finishes successfully or erroneously.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "CloudResponse",
            "isInternal": false,
            "properties": [
                {
                    "name": "success",
                    "deprecated": false,
                    "description": "<p>Indicates whether the request succeeded.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "error",
                    "deprecated": false,
                    "description": "<p>Indicates whether the request failed.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "meta",
                    "deprecated": false,
                    "description": "<p>Meta data, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Object",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "code",
                    "deprecated": false,
                    "description": "<p>Error code, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "message",
                    "deprecated": false,
                    "description": "<p>Error message, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "statuses",
                    "deprecated": false,
                    "description": "<p>Set of <code>statuses</code> objects, if any exist.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Modules.Cloud.Users",
            "description": "<p>Provides methods for accessing ArrowDB user objects.</p>",
            "deprecated": false,
            "events": [],
            "examples": [
                {
                    "title": "Create User",
                    "code": "<p>This example creates a new user and checks the response.</p>\n<pre><code>Cloud.Users.create({\n    email: 'test@mycompany.com',\n    first_name: 'test_firstname',\n    last_name: 'test_lastname',\n    password: 'test_password',\n    password_confirmation: 'test_password'\n}, function (e) {\n    if (e.success) {\n        var user = e.users[0];\n        alert('Success:\\n' +\n            'id: ' + user.id + '\\n' +\n            'sessionId: ' + Cloud.sessionId + '\\n' +\n            'first name: ' + user.first_name + '\\n' +\n            'last name: ' + user.last_name);\n    } else {\n        alert('Error:\\n' +\n            ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>"
                },
                {
                    "title": "Log in User",
                    "code": "<p>This example logs a user in and checks the response.</p>\n<pre><code>Cloud.Users.login({\n    login: 'test@mycompany.com',\n    password: 'test_password'\n}, function (e) {\n    if (e.success) {\n        var user = e.users[0];\n        alert('Success:\\n' +\n            'id: ' + user.id + '\\n' +\n            'sessionId: ' + Cloud.sessionId + '\\n' +\n            'first name: ' + user.first_name + '\\n' +\n            'last name: ' + user.last_name);\n    } else {\n        alert('Error:\\n' +\n            ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>"
                },
                {
                    "title": "Show User",
                    "code": "<p>This example requests information about a user and checks the response.</p>\n<pre><code>Cloud.Users.show({\n    user_id: savedUserInfo.id\n}, function (e) {\n    if (e.success) {\n        var user = e.users[0];\n        alert('Success:\\n' +\n            'id: ' + user.id + '\\n' +\n            'first name: ' + user.first_name + '\\n' +\n            'last name: ' + user.last_name);\n    } else {\n        alert('Error:\\n' +\n            ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>"
                },
                {
                    "title": "Show Current User",
                    "code": "<p>This example requests information about the currently logged in user and checks the response.</p>\n<pre><code>Cloud.Users.showMe(function (e) {\n    if (e.success) {\n        var user = e.users[0];\n        alert('Success:\\n' +\n            'id: ' + user.id + '\\n' +\n            'first name: ' + user.first_name + '\\n' +\n            'last name: ' + user.last_name);\n    } else {\n        alert('Error:\\n' +\n            ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>"
                },
                {
                    "title": "Search for Users",
                    "code": "<p>This example requests information about particular users and checks the response.</p>\n<pre><code>Cloud.Users.search({\n    q: 'test'\n}, function (e) {\n    if (e.success) {\n        alert('Success:\\n' +\n            'Count: ' + e.users.length);\n        for (var i = 0; i &lt; e.users.length; i++) {\n            var user = e.users[i];\n            alert('id: ' + user.id + '\\n' +\n                'first name: ' + user.first_name + '\\n' +\n                'last name: ' + user.last_name);\n         }\n    } else {\n        alert('Error:\\n' +\n            ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>"
                },
                {
                    "title": "Query for Users",
                    "code": "<p>This example requests information about specific users and checks the response.</p>\n<pre><code>Cloud.Users.query({\n    page: 1,\n    per_page: 10,\n    where: {\n        age: { '$gt': 28 },\n        favorite_color: 'blue',\n        first_name: 'joe'\n    }\n}, function (e) {\n    if (e.success) {\n        alert('Success:\\n' +\n            'Count: ' + e.users.length);\n        for (var i = 0; i &lt; e.users.length; i++) {\n            var user = e.users[i];\n            alert('id: ' + user.id + '\\n' +\n                'first name: ' + user.first_name + '\\n' +\n                'last name: ' + user.last_name);\n         }\n    } else {\n        alert('Error:\\n' +\n            ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>"
                },
                {
                    "title": "Update User",
                    "code": "<p>This example updates information about the currently logged in user and checks the response.</p>\n<pre><code>Cloud.Users.update({\n    email: 'joeuser@mycompany.com',\n    first_name: 'joe',\n    last_name: 'user',\n    custom_fields: {\n        favorite_color: 'blue',\n        age: 25\n    }\n}, function (e) {\n    if (e.success) {\n        var user = e.users[0];\n        alert('Success:\\n' +\n            'id: ' + user.id + '\\n' +\n            'first name: ' + user.first_name + '\\n' +\n            'last name: ' + user.last_name);\n    } else {\n        alert('Error:\\n' +\n            ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>"
                },
                {
                    "title": "Logout User",
                    "code": "<p>This example logs out the current user and checks the response.</p>\n<pre><code>Cloud.Users.logout(function (e) {\n    if (e.success) {\n        alert('Success: Logged out');\n    } else {\n        alert('Error:\\n' +\n            ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>"
                },
                {
                    "title": "Remove User",
                    "code": "<p>This example deletes the current user and checks the response.</p>\n<pre><code>Cloud.Users.remove(function (e) {\n    if (e.success) {\n        alert('Success: Removed');\n    } else {\n        alert('Error:\\n' +\n            ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>"
                },
                {
                    "title": "Request Reset Password User",
                    "code": "<p>This example requests a password reset for a user and checks the response.</p>\n<pre><code>Cloud.Users.requestResetPassword({\n    email: 'joeuser@mycompany.com'\n}, function (e) {\n    if (e.success) {\n        alert('Success: Reset Request Sent');\n    } else {\n        alert('Error:\\n' +\n            ((e.error &amp;&amp; e.message) || JSON.stringify(e)));\n    }\n});\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "create",
                    "deprecated": false,
                    "description": "<p>Create a new user.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "login",
                    "deprecated": false,
                    "description": "<p>Log in a user.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "logout",
                    "deprecated": false,
                    "description": "<p>Log out the current user.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "optional"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "query",
                    "deprecated": false,
                    "description": "<p>Retrieve a list of users with sorting and pagination.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "optional"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "search",
                    "deprecated": false,
                    "description": "<p>Retrieve a list of users based on the specified search criteria.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "optional"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "show",
                    "deprecated": false,
                    "description": "<p>Show public user information.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "showMe",
                    "deprecated": false,
                    "description": "<p>Show both public and private information about the user currently logged in.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "update",
                    "deprecated": false,
                    "description": "<p>Update the current user.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "remove",
                    "deprecated": false,
                    "description": "<p>Delete the current user.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "requestResetPassword",
                    "deprecated": false,
                    "description": "<p>Send an email to user to recover lost password.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "resendConfirmation",
                    "deprecated": false,
                    "description": "<p>Re-send a user verification email.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Parameters to send in the request.</p>",
                            "type": "Object",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "secureCreate",
                    "deprecated": true,
                    "description": "<p>Create a new user using 3-Legged OAuth. <strong>Removed in 3.2.3. OAuth authentication is no longer supported in the ti.cloud module.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>A dictionary of properties for the request.</p>",
                            "type": "CloudUsersSecureDialog",
                            "usage": "optional"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "secureLogin",
                    "deprecated": true,
                    "description": "<p>Log in a user using 3-Legged OAuth. <strong>Removed in 3.2.3. OAuth authentication is no longer supported in the ti.cloud module.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>A dictionary of properties for the request.</p>",
                            "type": "CloudUsersSecureDialog",
                            "usage": "optional"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the method completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "secureStatus",
                    "deprecated": true,
                    "description": "<p>Checks if the user is authenticated with 3-Legged OAuth. <strong>Removed in 3.2.3. OAuth authentication is no longer supported in the ti.cloud module.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Modules.Cloud.Users.bubbleParent\">Modules.Cloud.Users.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Modules.Cloud.Users.bubbleParent\">Modules.Cloud.Users.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Modules.Cloud.Users.bubbleParent\">Modules.Cloud.Users.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Modules.Cloud.Users.bubbleParent\">Modules.Cloud.Users.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Modules.Cloud.Users.apiName\">Modules.Cloud.Users.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Modules.Cloud.Users.apiName\">Modules.Cloud.Users.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Modules.Cloud.Users.lifecycleContainer\">Modules.Cloud.Users.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Modules.Cloud.Users.lifecycleContainer\">Modules.Cloud.Users.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Modules.Cloud.Users.lifecycleContainer\">Modules.Cloud.Users.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Modules.Cloud.Users.lifecycleContainer\">Modules.Cloud.Users.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Module",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "CloudUsersSecureDialog",
            "description": "<p>Properties for the modal dialog used in 3-Legged OAuth</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "title",
                    "deprecated": false,
                    "description": "<p>Defines the title for the dialog.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "CloudUsersResponse",
            "description": "<p>Argument passed to the callback when a request finishes successfully or erroneously.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "CloudResponse",
            "isInternal": false,
            "properties": [
                {
                    "name": "success",
                    "deprecated": false,
                    "description": "<p>Indicates whether the request succeeded.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "error",
                    "deprecated": false,
                    "description": "<p>Indicates whether the request failed.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "meta",
                    "deprecated": false,
                    "description": "<p>Meta data, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Object",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "code",
                    "deprecated": false,
                    "description": "<p>Error code, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "message",
                    "deprecated": false,
                    "description": "<p>Error message, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "users",
                    "deprecated": false,
                    "description": "<p>Set of <code>user</code> objects, if any exist.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "CloudUsersSecureResponse",
            "description": "<p>Argument passed to the callback when a request finishes successfully or erroneously.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "CloudResponse",
            "isInternal": false,
            "properties": [
                {
                    "name": "success",
                    "deprecated": false,
                    "description": "<p>Indicates whether the request succeeded.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "error",
                    "deprecated": false,
                    "description": "<p>Indicates whether the request failed.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "meta",
                    "deprecated": false,
                    "description": "<p>Meta data, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Object",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "code",
                    "deprecated": false,
                    "description": "<p>Error code, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "message",
                    "deprecated": false,
                    "description": "<p>Error message, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessToken",
                    "deprecated": false,
                    "description": "<p>Identifies the current access token when using 3-Legged OAuth.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "expiresIn",
                    "deprecated": false,
                    "description": "<p>Indicates the number of seconds before the access token expires.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Modules.CloudPush",
            "description": "<p>Provides support for Android push notifications.</p>",
            "deprecated": false,
            "events": [
                {
                    "name": "trayClickLaunchedApp",
                    "deprecated": false,
                    "description": "<p>Fired when a tray notification is shown and the application is not running.</p>",
                    "properties": [
                        {
                            "name": "payload",
                            "constants": [],
                            "description": "<p>A JSON string of your data payload. Use JSON.parse to turn this into an object you can use.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "trayClickFocusedApp",
                    "deprecated": false,
                    "description": "<p>Fired when a tray notification is shown and the application is already running.</p>",
                    "properties": [
                        {
                            "name": "payload",
                            "constants": [],
                            "description": "<p>A JSON string of your data payload. Use JSON.parse to turn this into an object you can use.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "callback",
                    "deprecated": false,
                    "description": "<p>Fired whenever a push notification is received.</p>",
                    "properties": [
                        {
                            "name": "payload",
                            "constants": [],
                            "description": "<p>A JSON string of your data payload. Use JSON.parse to turn this into an object you can use.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                }
            ],
            "examples": [
                {
                    "title": "Listening for Push Notifications",
                    "code": "<p>This example lets the application retrieve the device token and listens for several events\nto monitor incoming push notifications.</p>\n<pre><code>var CloudPush = require('ti.cloudpush');\nCloudPush.retrieveDeviceToken({\n    success: function deviceTokenSuccess(e) {\n        // Use this device token with Ti.Cloud.PushNotifications calls\n        // to subscribe and unsubscribe to push notification channels\n        Ti.API.info('Device Token: ' + e.deviceToken);\n    },\n    error: function deviceTokenError(e) {\n        alert('Failed to register for push! ' + e.error);\n    }\n});\n// These events monitor incoming push notifications\nCloudPush.addEventListener('callback', function (evt) {\n    alert(evt.payload);\n});\nCloudPush.addEventListener('trayClickLaunchedApp', function (evt) {\n    Ti.API.info('Tray Click Launched App (app was not running)');\n});\nCloudPush.addEventListener('trayClickFocusedApp', function (evt) {\n    Ti.API.info('Tray Click Focused App (app was already running)');\n});\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "retrieveDeviceToken",
                    "deprecated": false,
                    "description": "<p>Asynchronously retrieves the application specific device token.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "config",
                            "constants": [],
                            "description": "<p>Dictionary specifying token retrieval related options.</p>",
                            "type": "CloudPushNotificationConfig",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "clearStatus",
                    "deprecated": false,
                    "description": "<p>Clears the CloudPush module's stored status, including the push type, device token, GCM sender ID, etc.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Modules.CloudPush.bubbleParent\">Modules.CloudPush.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Modules.CloudPush.bubbleParent\">Modules.CloudPush.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Modules.CloudPush.bubbleParent\">Modules.CloudPush.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Modules.CloudPush.bubbleParent\">Modules.CloudPush.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Modules.CloudPush.apiName\">Modules.CloudPush.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Modules.CloudPush.apiName\">Modules.CloudPush.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Modules.CloudPush.lifecycleContainer\">Modules.CloudPush.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Modules.CloudPush.lifecycleContainer\">Modules.CloudPush.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Modules.CloudPush.lifecycleContainer\">Modules.CloudPush.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Modules.CloudPush.lifecycleContainer\">Modules.CloudPush.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getEnabled",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Modules.CloudPush.enabled\">Modules.CloudPush.enabled</a> property. <strong>Deprecated since 3.2.0. This property was only required to enable push notifications for the legacy MQTT\nprotocol.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setEnabled",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Modules.CloudPush.enabled\">Modules.CloudPush.enabled</a> property. <strong>Deprecated since 3.2.0. This property was only required to enable push notifications for the legacy MQTT\nprotocol.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "enabled",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getShowTrayNotification",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Modules.CloudPush.showTrayNotification\">Modules.CloudPush.showTrayNotification</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Modules.CloudPush.showTrayNotification\">Modules.CloudPush.showTrayNotification</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setShowTrayNotification",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Modules.CloudPush.showTrayNotification\">Modules.CloudPush.showTrayNotification</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Modules.CloudPush.showTrayNotification\">Modules.CloudPush.showTrayNotification</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "showTrayNotification",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getShowAppOnTrayClick",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Modules.CloudPush.showAppOnTrayClick\">Modules.CloudPush.showAppOnTrayClick</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Modules.CloudPush.showAppOnTrayClick\">Modules.CloudPush.showAppOnTrayClick</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setShowAppOnTrayClick",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Modules.CloudPush.showAppOnTrayClick\">Modules.CloudPush.showAppOnTrayClick</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Modules.CloudPush.showAppOnTrayClick\">Modules.CloudPush.showAppOnTrayClick</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "showAppOnTrayClick",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getShowTrayNotificationsWhenFocused",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Modules.CloudPush.showTrayNotificationsWhenFocused\">Modules.CloudPush.showTrayNotificationsWhenFocused</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Modules.CloudPush.showTrayNotificationsWhenFocused\">Modules.CloudPush.showTrayNotificationsWhenFocused</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setShowTrayNotificationsWhenFocused",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Modules.CloudPush.showTrayNotificationsWhenFocused\">Modules.CloudPush.showTrayNotificationsWhenFocused</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Modules.CloudPush.showTrayNotificationsWhenFocused\">Modules.CloudPush.showTrayNotificationsWhenFocused</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "showTrayNotificationsWhenFocused",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getFocusAppOnPush",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Modules.CloudPush.focusAppOnPush\">Modules.CloudPush.focusAppOnPush</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Modules.CloudPush.focusAppOnPush\">Modules.CloudPush.focusAppOnPush</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setFocusAppOnPush",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Modules.CloudPush.focusAppOnPush\">Modules.CloudPush.focusAppOnPush</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Modules.CloudPush.focusAppOnPush\">Modules.CloudPush.focusAppOnPush</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "focusAppOnPush",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getSingleCallback",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Modules.CloudPush.singleCallback\">Modules.CloudPush.singleCallback</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Modules.CloudPush.singleCallback\">Modules.CloudPush.singleCallback</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setSingleCallback",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Modules.CloudPush.singleCallback\">Modules.CloudPush.singleCallback</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Modules.CloudPush.singleCallback\">Modules.CloudPush.singleCallback</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "singleCallback",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Module",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "enabled",
                    "deprecated": true,
                    "description": "<p>Whether or not this device will receive push notifications. <strong>Deprecated since 3.2.0. This property was only required to enable push notifications for the legacy MQTT\nprotocol.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "showTrayNotification",
                    "deprecated": false,
                    "description": "<p>Whether or not to show a tray notification when a new push is received.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "showAppOnTrayClick",
                    "deprecated": false,
                    "description": "<p>Whether or not clicking the tray notification will bring your application to the foreground.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "showTrayNotificationsWhenFocused",
                    "deprecated": false,
                    "description": "<p>Whether or not to show tray notifications when your application is in the foreground.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "focusAppOnPush",
                    "deprecated": false,
                    "description": "<p>Whether or not your application is brought to the foreground whenever a new push is received.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "singleCallback",
                    "deprecated": false,
                    "description": "<p>Set to true to trigger a single callback for the selected push notification when multiple push notifications are displayed in the tray.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "SUCCESS",
                    "deprecated": false,
                    "description": "<p>Code returned from &lt;Modules.PlayServices.isGooglePlayServicesAvailable&gt;. Google Play services is available, and the connection is successful.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.4.1"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "SERVICE_MISSING",
                    "deprecated": false,
                    "description": "<p>Code returned from &lt;Modules.PlayServices.isGooglePlayServicesAvailable&gt;. Google Play services is not installed on the device.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.4.1"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "SERVICE_VERSION_UPDATE_REQUIRED",
                    "deprecated": false,
                    "description": "<p>Code returned from &lt;Modules.PlayServices.isGooglePlayServicesAvailable&gt;. Google Play services is out of date.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.4.1"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "SERVICE_DISABLED",
                    "deprecated": false,
                    "description": "<p>Code returned from &lt;Modules.PlayServices.isGooglePlayServicesAvailable&gt;. Google Play services has been disabled on this device.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.4.1"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "SERVICE_INVALID",
                    "deprecated": false,
                    "description": "<p>Code returned from &lt;Modules.PlayServices.isGooglePlayServicesAvailable&gt;. The version of Google Play services installed on this device is not authentic.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.4.1"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>The CloudPush module supports Android push notifications for a device by providing a connection\nto the push notification server to the device to receive push notifications and to optionally\npresent a tray notification to the user when a new push notification is received.</p>\n<p>This module is only used to receive push notifications.  For information on configuring your\nproject to send push notifications, see <a href=\"Modules.Cloud.PushNotifications\">Modules.Cloud.PushNotifications</a>.</p>\n<h4>Push Protocols</h4>\n<p>The CloudPush module only supports <a href=\"https://firebase.google.com/docs/cloud-messaging\">Firebase Cloud Messaging</a> (FCM) for push\nnotifications.</p>\n<h4>Getting Started</h4>\n<p>To use the CloudPush module in your JavaScript code, you need to require it in and\nget a device token with the <code>retrieveDeviceToken</code> method to enable push notifications with Arrow Push.\nIn your project's <code>tiapp.xml</code>, you need to add some keys to configure push notifications.</p>\n<p>Note that this module is not included in the Titanium namespace, but it is bundled with the Titanium SDK as of\nversion 2.0.0. To use it, you must require it, like this:</p>\n<pre><code>var CloudPush = require('ti.cloudpush');\n</code></pre>\n<p>Then, call the <code>retrieveDeviceToken</code> method to get a unique token specific to that device and\nArrow DB application.  This token is used with <a href=\"Modules.Cloud.PushNotifications\">Arrow PushNotifications calls</a>\nto subscribe and unsubscribe the device to push notification channels.</p>\n<p>Once the device is subscribed to at least one push channel, listen to the module's <code>callback</code>,\n<code>trayClickLaunchedApp</code>, and <code>trayClickFocusedApp</code> events to monitor for incoming push notifications.</p>\n<p>This module must also be added to the modules section in your tiapp.xml. This can be done using the Modules list in\nthe Titanium Studio TiApp Editor, or by editing the XML directly and adding the following line to the modules\nelement:</p>\n<pre><code>&lt;module platform=&quot;android&quot;&gt;ti.cloudpush&lt;/module&gt;\n</code></pre>\n<p>Your app must prove that it is allowed to talk to Arrow. This keeps your data secure by preventing anyone from\nmaking requests to Arrow that impersonate your app.</p>\n<p>Titanium Studio creates a pair of keys (Development and Production) for each Titanium application depending on the\nuser preference specified during new project creation. This pair of keys will be stored in <code>tiapp.xml</code> and one of the\nkeys will be used during application build depending on the build type (development or production).</p>\n<p>To use push notifications, in the <code>tiapp.xml</code> file, you need to specify the Arrow Push keys and push\ntype. The supported properties in <code>tiapp.xml</code> are:</p>\n<pre><code>&lt;!-- Property keys for Arrow Push (required) --&gt;\n&lt;property name=&quot;acs-api-key-development&quot; type=&quot;string&quot;&gt;YOUR DEVELOPMENT API KEY HERE&lt;/property&gt;\n&lt;property name=&quot;acs-api-key-production&quot; type=&quot;string&quot;&gt;YOUR PRODUCTION API KEY HERE&lt;/property&gt;\n&lt;property name=&quot;acs-api-key&quot; type=&quot;string&quot;&gt;YOUR API KEY HERE&lt;/property&gt;\n</code></pre>\n<p>If a deployment-specific setting is provided (production or development) then that value will be used for the current deployment environment.</p>\n<p><em>WARNING</em>: The default properties of this module are used until you set a property for the first time. Because the\nproperties are persisted to the device settings (via <a href=\"Titanium.App.Properties\">Titanium.App.Properties</a>), the most recent value you set will\nalways be used.</p>\n<h4>Virtual Private Cloud Configuration</h4>\n<p>If you are using a virtual private cloud (VPC), you need to configure your Arrow Push dispatcher\nURL in order to send push notifications with FCM.  In the <code>tiapp.xml</code> file, add the <code>acs-push-api-url</code>\napplication property and set the node text to the push dispatcher URL provided to you.  The URL may\nbe the same as your custom ArrowDB endpoint and have deployment-specific settings, that is, two\nURLs--one for production and another for the development environment.</p>\n<pre><code>&lt;ti:app&gt;\n    &lt;property name=&quot;acs-push-api-url-production&quot;&gt;https://api-prod.fooinc.com&lt;/property&gt;\n    &lt;property name=&quot;acs-push-api-url-development&quot;&gt;https://api-dev.fooinc.com&lt;/property&gt;\n&lt;/ti:app&gt;\n</code></pre>\n<h4>Grouped Notifications</h4>\n<p>If the device receives multiple push notifications from the application, Android can group these\nnotifications together as one notification.</p>\n<p>To use grouped notifications, add a grouped notification template to either the <code>tiapp.xml</code> file\nor the <code>i18n</code> folder for internationalized versions:</p>\n<p><code>tiapp.xml</code>:</p>\n<pre><code>&lt;property name=&quot;acs-grouped-notification-message-development&quot; type=&quot;string&quot;&gt;You have $number$ unread messages.&lt;/property&gt;\n&lt;property name=&quot;acs-grouped-notification-message-production&quot; type=&quot;string&quot;&gt;You have $number$ unread messages.&lt;/property&gt;\n-or-\n&lt;property name=&quot;acs-grouped-notification-message&quot; type=&quot;string&quot;&gt;You have $number$ unread messages.&lt;/property&gt;\n</code></pre>\n<p><code>i18n/es/strings.xml</code> (example for Spanish):</p>\n<pre><code>&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;\n&lt;resources&gt;\n   &lt;string name=&quot;acs_grouped_notification_message&quot;&gt;Tienes $number$ mensajes no leidos.&lt;/string&gt;\n&lt;/resources&gt;\n</code></pre>\n<p>The <code>$number$</code> variable indicates the number of unread messages.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "2.0.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                }
            ]
        },
        {
            "name": "CloudPushNotificationConfig",
            "description": "<p>Simple object for specifying token retrieval options to <a href=\"Modules.CloudPush.retrieveDeviceToken\">retrieveDeviceToken</a>.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "success",
                    "deprecated": false,
                    "description": "<p>Callback function called when the push registration is successfully completed.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Function",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "error",
                    "deprecated": false,
                    "description": "<p>Callback function called when an error occurs during registration.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Function",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "CloudPushNotificationSuccessArg",
            "description": "<p>A simple object passed to the <a href=\"Modules.CloudPush.retrieveDeviceToken\">retrieveDeviceToken</a> success callback.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "deviceToken",
                    "deprecated": false,
                    "description": "<p>The device token which this device was registered for.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "CloudPushNotificationErrorArg",
            "description": "<p>A simple object passed to the <a href=\"Modules.CloudPush.retrieveDeviceToken\">retrieveDeviceToken</a> error callback.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "error",
                    "deprecated": false,
                    "description": "<p>Description of the error.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Modules",
            "description": "<p>Optional Titanium modules.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [],
            "remarks": [
                "<p>Modules in this section are optional modules that may be packaged with the Titanium SDK.\nThese modules are not part of the Titanium namespace, and must be added to the <code>tiapp.xml</code>\nfile and imported using <a href=\"Global.require\">require</a>.</p>\n<p>Each of the modules in this section is either packaged with the Titanium SDK or\navailable for free through the <a href=\"https://marketplace.axway.com/home\">Axway Marketplace</a> and\nthe community based <a href=\"http://gitt.io\">Gitt.io</a> project.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.API",
            "description": "<p>The top-level API module, containing methods to output messages to the system log.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "debug",
                    "deprecated": false,
                    "description": "<p>Logs messages with a <code>debug</code> severity-level.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "message",
                            "constants": [],
                            "description": "<p>Message to log. Accepts an array on iOS only.</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "error",
                    "deprecated": false,
                    "description": "<p>Logs messages with an <code>error</code> severity-level.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "message",
                            "constants": [],
                            "description": "<p>Message to log. Accepts an array on iOS only.</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "info",
                    "deprecated": false,
                    "description": "<p>Logs messages with an <code>info</code> severity-level.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "message",
                            "constants": [],
                            "description": "<p>Message to log. Accepts an array on iOS only.</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "log",
                    "deprecated": false,
                    "description": "<p>Logs messages with the specified severity-level.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "level",
                            "constants": [],
                            "description": "<p>Log level. One of <code>info</code>, <code>warn</code>, <code>error</code>, <code>debug</code> and <code>trace</code>. If the value is not\nrecognized, an info-level message prefixed with the value is logged.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "message",
                            "constants": [],
                            "description": "<p>Message to log. Accepts an array on iOS only.</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "timestamp",
                    "deprecated": false,
                    "description": "<p>Logs messages with a <code>timestamp</code> severity-level, prefixed with a timestamp float number\nrepresenting the number of seconds since January 1st, 2001.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "message",
                            "constants": [],
                            "description": "<p>Message to log. Accepts an array on iOS only.</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "trace",
                    "deprecated": false,
                    "description": "<p>Logs messages with a <code>trace</code> severity-level.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "message",
                            "constants": [],
                            "description": "<p>Message to log. Accepts an array on iOS only.</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "warn",
                    "deprecated": false,
                    "description": "<p>Logs messages with a <code>warn</code> severity-level.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "message",
                            "constants": [],
                            "description": "<p>Message to log. Accepts an array on iOS only.</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.API.bubbleParent\">Titanium.API.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.API.bubbleParent\">Titanium.API.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.API.bubbleParent\">Titanium.API.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.API.bubbleParent\">Titanium.API.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.API.apiName\">Titanium.API.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.API.apiName\">Titanium.API.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.API.lifecycleContainer\">Titanium.API.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.API.lifecycleContainer\">Titanium.API.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.API.lifecycleContainer\">Titanium.API.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.API.lifecycleContainer\">Titanium.API.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Module",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.Accelerometer",
            "description": "<p>The top-level Accelerometer module, used to determine the device's physical position.</p>",
            "deprecated": false,
            "events": [
                {
                    "name": "update",
                    "deprecated": false,
                    "description": "<p>Fired when the accelerometer changes.</p>",
                    "properties": [
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>Reference timestamp since the previous change. This is not a valid timestamp and should\nsimply be used to determine the number of milliseconds between events.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Current <code>y</code> axis of the device.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>Current <code>x</code> axis of the device.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "z",
                            "constants": [],
                            "description": "<p>Current <code>z</code> axis of the device.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                }
            ],
            "examples": [
                {
                    "title": "Basic Accelerometer Event",
                    "code": "<p>Adds an accelerometer update event listener, and displays the x, y and z axis in the\nwindow when the device is moved. On Android, the accelerometer is switched off and on when\nthe application is paused and resumed.</p>\n<pre><code>var win = Ti.UI.createWindow({\n  backgroundColor: 'white',\n  exitOnClose:true,\n  layout: 'vertical'\n});\n\nopts = {\n  color:'black',\n  font:{fontSize:20},\n  text:'-',\n  top:20, left:10,\n  width:300\n};\nvar labelTimestamp = Ti.UI.createLabel(opts);\nwin.add(labelTimestamp);\nvar labelx = Ti.UI.createLabel(opts);\nwin.add(labelx);\nvar labely = Ti.UI.createLabel(opts);\nwin.add(labely);\nvar labelz = Ti.UI.createLabel(opts);\nwin.add(labelz);\nwin.open();\n\nvar accelerometerCallback = function(e) {\n  labelTimestamp.text = 'timestamp: ' + e.timestamp;\n  labelx.text = 'x: ' + e.x;\n  labely.text = 'y: ' + e.y;\n  labelz.text = 'z: ' + e.z;\n};\n\nif (Ti.Platform.model === 'Simulator' || Ti.Platform.model.indexOf('sdk') !== -1 ) {\n  alert('Accelerometer does not work on a virtual device');\n} else {\n  Ti.Accelerometer.addEventListener('update', accelerometerCallback);\n  if (Ti.Platform.name === 'android') {\n    win.addEventListener(&quot;open&quot;, function(e) {\n      win.activity.addEventListener(&quot;pause&quot;, function() {\n        Ti.API.info(&quot;removing accelerometer callback on pause&quot;);\n        Ti.Accelerometer.removeEventListener('update', accelerometerCallback);\n      });\n      win.activity.addEventListener(&quot;resume&quot;, function() {\n        Ti.API.info(&quot;adding accelerometer callback on resume&quot;);\n        Ti.Accelerometer.addEventListener('update', accelerometerCallback);\n      });\n    });\n  }\n}\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Accelerometer.bubbleParent\">Titanium.Accelerometer.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Accelerometer.bubbleParent\">Titanium.Accelerometer.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Accelerometer.bubbleParent\">Titanium.Accelerometer.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Accelerometer.bubbleParent\">Titanium.Accelerometer.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Accelerometer.apiName\">Titanium.Accelerometer.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Accelerometer.apiName\">Titanium.Accelerometer.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Accelerometer.lifecycleContainer\">Titanium.Accelerometer.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Accelerometer.lifecycleContainer\">Titanium.Accelerometer.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Accelerometer.lifecycleContainer\">Titanium.Accelerometer.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Accelerometer.lifecycleContainer\">Titanium.Accelerometer.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Module",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>An accelerometer is a hardware unit integrated into a mobile device, that detects when the\ndevice has moved, and returns its new orientation in a three-dimensional space. With its\nsingle <code>update</code> event, this module provides an interface to access the output positional data.</p>\n<p>An accelerometer needs to be switched on in order for it to report to the operating system,\nwhich consumes a lot of power that will deplete the battery over time. This is why it is\nrecommended that the accelerometer is switched off when not in use.</p>\n<p>The accelerometer may be switched on and off by simply adding and removing the <code>update</code>\nevent listener function. See the example for a demonstration.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.Analytics",
            "description": "<p>Used for transmitting developer-defined Analytics events to the Appcelerator Analytics product.</p>",
            "deprecated": false,
            "events": [],
            "examples": [
                {
                    "title": "Custom Feature Event",
                    "code": "<p>This example shows how to send a feature event during an application session to indicate\nsome feature that you would like to track was used.</p>\n<pre><code>Ti.Analytics.featureEvent('app.feature');\n</code></pre>\n<p>In this case, the Analytics product would show statistics about how many times the\n'app.feature' event was generated.</p>"
                }
            ],
            "functions": [
                {
                    "name": "addEvent",
                    "deprecated": true,
                    "description": "<p>Sends a generic event for this application session.\n<strong>Not displayed in Analytics UI</strong>.\n<strong>Removed in 3.3.0.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Event type.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Event name.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "data",
                            "constants": [],
                            "description": "<p>Extra data related to the event. Must be serializable as JSON.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "featureEvent",
                    "deprecated": false,
                    "description": "<p>Sends a feature event for this application session.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Event name, displayed in Analytics UI.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "data",
                            "constants": [],
                            "description": "<p>Extra data related to the event. Must be serializable as JSON.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "<p>It returns 0 if it is successful. Otherwise, it is an error.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "filterEvents",
                    "deprecated": false,
                    "description": "<p>Sets a list of events that will not be sent to the Analytics server.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "events",
                            "constants": [],
                            "description": "<p>List of events to be filtered.</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "4.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "4.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "4.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "navEvent",
                    "deprecated": true,
                    "description": "<p>Sends a navigation event for this application session.\n<strong>Not displayed in Analytics UI</strong>.\n<strong>Deprecated since 8.3.0.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "from",
                            "constants": [],
                            "description": "<p>String describing the location the user navigated from.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "to",
                            "constants": [],
                            "description": "<p>String describing the location the user navigated to.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Event name.</p>",
                            "type": "String",
                            "usage": "optional"
                        },
                        {
                            "name": "data",
                            "constants": [],
                            "description": "<p>Extra data related to the event. The object must be serializable as JSON.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "settingsEvent",
                    "deprecated": true,
                    "description": "<p>Sends a settings event for this application session.\n<strong>Not displayed in Analytics UI</strong>.\n<strong>Removed in 3.3.0.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Event name.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "data",
                            "constants": [],
                            "description": "<p>Extra data related to the event. Must be serializable as JSON.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "timedEvent",
                    "deprecated": true,
                    "description": "<p>Send a timed event for this application session.\n<strong>Not displayed in Analytics UI</strong>.\n<strong>Removed in 3.3.0.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Event name.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "start",
                            "constants": [],
                            "description": "<p>Event start as a Date object.</p>",
                            "type": "Date",
                            "usage": "required"
                        },
                        {
                            "name": "stop",
                            "constants": [],
                            "description": "<p>Event end as a Date object.</p>",
                            "type": "Date",
                            "usage": "required"
                        },
                        {
                            "name": "duration",
                            "constants": [],
                            "description": "<p>Event duration.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "data",
                            "constants": [],
                            "description": "<p>Extra data related to the event. Must be serializable as JSON.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "userEvent",
                    "deprecated": true,
                    "description": "<p>Sends a user event for this application session. <strong>Not displayed in Analytics UI</strong>. <strong>Removed in 3.3.0.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Event name.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "data",
                            "constants": [],
                            "description": "<p>Extra data related to the event. Must be serializable as JSON.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Analytics.bubbleParent\">Titanium.Analytics.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Analytics.bubbleParent\">Titanium.Analytics.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Analytics.bubbleParent\">Titanium.Analytics.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Analytics.bubbleParent\">Titanium.Analytics.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Analytics.apiName\">Titanium.Analytics.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Analytics.apiName\">Titanium.Analytics.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Analytics.lifecycleContainer\">Titanium.Analytics.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Analytics.lifecycleContainer\">Titanium.Analytics.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Analytics.lifecycleContainer\">Titanium.Analytics.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Analytics.lifecycleContainer\">Titanium.Analytics.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getLastEvent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Analytics.lastEvent\">Titanium.Analytics.lastEvent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Analytics.lastEvent\">Titanium.Analytics.lastEvent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getOptedOut",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Analytics.optedOut\">Titanium.Analytics.optedOut</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Analytics.optedOut\">Titanium.Analytics.optedOut</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setOptedOut",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Analytics.optedOut\">Titanium.Analytics.optedOut</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Analytics.optedOut\">Titanium.Analytics.optedOut</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "optedOut",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Module",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "lastEvent",
                    "deprecated": false,
                    "description": "<p>JSON representation of the last Analytics event generated.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.2"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "optedOut",
                    "deprecated": false,
                    "description": "<p>Allows the user to opt out from Analytics during runtime to comply to GPDR.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.2.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>The Analytics module can be used to supply additional context or application-specific\ninformation which can then be accessed during analysis using Analytics.</p>\n<p>Use the <a href=\"Titanium.Analytics.featureEvent\">featureEvent</a> method to generate custom\nevents that you can view through the Analytics product. You can specify a name for\nthe feature event which is visible through Analytics.</p>\n<p><strong>NOTE</strong> The Analytics module lets you transmit some data that is stored, but\nnot made accessible through the Analytics UI. To access this data, you must\nsign up for the optional raw data export service.</p>\n<p><em>The following types of data are stored but not made available through the Analytics UI:</em></p>\n<ul>\n<li>\n<p>Navigation events.</p>\n</li>\n<li>\n<p>Extra data added to feature events (the <code>data</code> parameter).</p>\n</li>\n</ul>\n<p>Viewing navigation events in the Analytics UI will be supported in a future version\nof the Analytics product. There is no plan to support the other event types, and they\nshould not be used.</p>\n<p><strong>GDPR Compliance</strong></p>\n<p>The Ti.Analytics namespace in Titanium is GDPR compliant since SDK 7.2.0. End users\nshould be able to opt out of Analytics using the <a href=\"Titanium.Analytics.optedOut\">Titanium.Analytics.optedOut</a> property.\nIf a user opted out from Analytics and you still call Analytics events, they will be ignored.</p>\n<p>Note: This does not affect your app until you make use of the <code>optedOut</code> property. Once\nenabled for your users (e.g. by having a <a href=\"Titanium.UI.Switch\">Titanium.UI.Switch</a> in your settings), you\nshould handle it within your app logic.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.Android.ActionBar",
            "description": "<p>An action bar is a window feature that identifies the application and user location,\nand provides user actions and navigation modes.</p>",
            "deprecated": false,
            "events": [],
            "examples": [
                {
                    "title": "Action Bar using Alloy XML Markup",
                    "code": "<p>Adds action items and sets several properties on a window's action bar in the XML and TSS files.</p>\n<p><code>app/views/index.xml</code>:</p>\n<pre><code>&lt;Alloy&gt;\n    &lt;Window title=&quot;My Test App&quot;&gt;\n        &lt;ActionBar id=&quot;actionbar&quot; title=&quot;My XML Menu&quot; onHomeIconItemSelected=&quot;doMenuClick&quot; /&gt;\n        &lt;Menu&gt;\n            &lt;MenuItem id=&quot;item1&quot; title=&quot;Settings&quot; onClick=&quot;openSettings&quot; /&gt;\n            &lt;MenuItem id=&quot;item2&quot; title=&quot;Search&quot; onClick=&quot;doSearch&quot; /&gt;\n        &lt;/Menu&gt;\n        &lt;Label id=&quot;label&quot;&gt;Welcome!&lt;/Label&gt;\n    &lt;/Window&gt;\n&lt;/Alloy&gt;\n</code></pre>\n<p><code>app/styles/index.tss</code>:</p>\n<pre><code>&quot;MenuItem&quot;: {\n    showAsAction: Ti.Android.SHOW_AS_ACTION_ALWAYS\n},\n&quot;#item1&quot;: {\n    icon: Ti.Android.R.drawable.ic_menu_preferences\n},\n&quot;#item2&quot;: {\n    icon: Ti.Android.R.drawable.ic_menu_search\n},\n&quot;#actionbar&quot;: {\n    icon: &quot;/actionicon.png&quot;,\n    displayHomeAsUp: true,\n    backgroundImage: &quot;/actionbackground.png&quot;\n}\n</code></pre>"
                },
                {
                    "title": "Action Bar Example",
                    "code": "<p>The following example sets several properties on a window's action bar.</p>\n<pre><code>var win = Ti.UI.createWindow({\n    title: &quot;Old Title&quot;,\n    navBarHidden: false\n});\nvar actionBar;\n\nwin.addEventListener(&quot;open&quot;, function() {\n    if (Ti.Platform.osname === &quot;android&quot;) {\n        if (! win.activity) {\n            Ti.API.error(&quot;Can't access action bar on a lightweight window.&quot;);\n        } else {\n            actionBar = win.activity.actionBar;\n            if (actionBar) {\n                actionBar.backgroundImage = &quot;/bg.png&quot;;\n                actionBar.title = &quot;New Title&quot;;\n                actionBar.onHomeIconItemSelected = function() {\n                    Ti.API.info(&quot;Home icon clicked!&quot;);\n                };\n            }\n        }\n    }\n});\n\nwin.open();\n</code></pre>\n<p>Nearly identical code can be used for a tab group, but in Release 3.0, the tab group's\nactivity must be accessed using the <a href=\"Titanium.UI.TabGroup.getActivity\">getActivity</a> method.</p>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "hide",
                    "deprecated": false,
                    "description": "<p>Hides the action bar if it is currently showing.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setDisplayShowHomeEnabled",
                    "deprecated": false,
                    "description": "<p>Shows or hides the action bar home icon</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "show",
                            "constants": [],
                            "description": "<p>Boolean to show or hide action bar home icon</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setDisplayShowTitleEnabled",
                    "deprecated": false,
                    "description": "<p>Shows or hides the action bar title/subtitle</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "show",
                            "constants": [],
                            "description": "<p>Boolean to show or hide action bar title/subtitle</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "show",
                    "deprecated": false,
                    "description": "<p>Shows the action bar if it is currently hidden.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.ActionBar.bubbleParent\">Titanium.Android.ActionBar.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.ActionBar.bubbleParent\">Titanium.Android.ActionBar.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.ActionBar.bubbleParent\">Titanium.Android.ActionBar.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.ActionBar.bubbleParent\">Titanium.Android.ActionBar.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.ActionBar.apiName\">Titanium.Android.ActionBar.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.ActionBar.apiName\">Titanium.Android.ActionBar.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.ActionBar.lifecycleContainer\">Titanium.Android.ActionBar.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.ActionBar.lifecycleContainer\">Titanium.Android.ActionBar.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.ActionBar.lifecycleContainer\">Titanium.Android.ActionBar.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.ActionBar.lifecycleContainer\">Titanium.Android.ActionBar.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.ActionBar.backgroundImage\">Titanium.Android.ActionBar.backgroundImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.ActionBar.backgroundImage\">Titanium.Android.ActionBar.backgroundImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setDisplayHomeAsUp",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.ActionBar.displayHomeAsUp\">Titanium.Android.ActionBar.displayHomeAsUp</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.ActionBar.displayHomeAsUp\">Titanium.Android.ActionBar.displayHomeAsUp</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "displayHomeAsUp",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setHomeButtonEnabled",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.ActionBar.homeButtonEnabled\">Titanium.Android.ActionBar.homeButtonEnabled</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.ActionBar.homeButtonEnabled\">Titanium.Android.ActionBar.homeButtonEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "homeButtonEnabled",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setIcon",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.ActionBar.icon\">Titanium.Android.ActionBar.icon</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.ActionBar.icon\">Titanium.Android.ActionBar.icon</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "icon",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLogo",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.ActionBar.logo\">Titanium.Android.ActionBar.logo</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.ActionBar.logo\">Titanium.Android.ActionBar.logo</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "logo",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getNavigationMode",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.ActionBar.navigationMode\">Titanium.Android.ActionBar.navigationMode</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.ActionBar.navigationMode\">Titanium.Android.ActionBar.navigationMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setNavigationMode",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.ActionBar.navigationMode\">Titanium.Android.ActionBar.navigationMode</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.ActionBar.navigationMode\">Titanium.Android.ActionBar.navigationMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "navigationMode",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setOnHomeIconItemSelected",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.ActionBar.onHomeIconItemSelected\">Titanium.Android.ActionBar.onHomeIconItemSelected</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.ActionBar.onHomeIconItemSelected\">Titanium.Android.ActionBar.onHomeIconItemSelected</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "onHomeIconItemSelected",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getSubtitle",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.ActionBar.subtitle\">Titanium.Android.ActionBar.subtitle</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.ActionBar.subtitle\">Titanium.Android.ActionBar.subtitle</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setSubtitle",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.ActionBar.subtitle\">Titanium.Android.ActionBar.subtitle</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.ActionBar.subtitle\">Titanium.Android.ActionBar.subtitle</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "subtitle",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTitle",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.ActionBar.title\">Titanium.Android.ActionBar.title</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.ActionBar.title\">Titanium.Android.ActionBar.title</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTitle",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.ActionBar.title\">Titanium.Android.ActionBar.title</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.ActionBar.title\">Titanium.Android.ActionBar.title</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "title",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getCustomView",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.ActionBar.customView\">Titanium.Android.ActionBar.customView</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.ActionBar.customView\">Titanium.Android.ActionBar.customView</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.View",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setCustomView",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.ActionBar.customView\">Titanium.Android.ActionBar.customView</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.ActionBar.customView\">Titanium.Android.ActionBar.customView</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "customView",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundImage",
                    "deprecated": false,
                    "description": "<p>The background image for the action bar, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "write-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "displayHomeAsUp",
                    "deprecated": false,
                    "description": "<p>Displays an &quot;up&quot; affordance on the &quot;home&quot; area of the action bar.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "write-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "homeButtonEnabled",
                    "deprecated": false,
                    "description": "<p>Enable or disable the &quot;home&quot; button in the corner of the action bar.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "write-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "icon",
                    "deprecated": false,
                    "description": "<p>Sets the application icon displayed in the &quot;home&quot; area of the action bar, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "write-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "logo",
                    "deprecated": false,
                    "description": "<p>Sets the application logo displayed in the &quot;home&quot; area of the action bar, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "write-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "navigationMode",
                    "deprecated": false,
                    "description": "<p>Controls the navigation mode.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "onHomeIconItemSelected",
                    "deprecated": false,
                    "description": "<p>Callback function called when the home icon is clicked.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "write-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0"
                        }
                    ],
                    "type": "Function",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "subtitle",
                    "deprecated": false,
                    "description": "<p>Sets the subtitle of the action bar.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.3"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "title",
                    "deprecated": false,
                    "description": "<p>Sets the title of the action bar.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "customView",
                    "deprecated": false,
                    "description": "<p>Sets a view to be used for a custom navigation mode.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.1.0"
                        }
                    ],
                    "type": "Titanium.UI.View",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>Starting with Release 3.3.0, the Titanium SDK uses the appcompat library to provide support for\nthe action bar, including devices running Android 2.3.x and prior. If you are using a release earlier\nthan 3.3.0, refer to the <em>Applicaton Note</em> below for additional information.</p>\n<p>You can add action items to the action bar by defining an Android menu and setting the\nmenu items to display as action items. See <a href=\"Titanium.Android.Menu\">Menu</a> and\n<a href=\"Titanium.Android.MenuItem\">MenuItem</a> for details.</p>\n<p>In JavaScript, wait for the window or tab group's <code>open</code> event before accessing\nthe action bar from the window or tab group's <a href=\"Titanium.Android.Activity\">activity</a>.</p>\n<p>Note that setting the <a href=\"Titanium.UI.Window.navBarHidden\">Window.navBarHidden</a> property\nto true disables the Action Bar since it is part of the navigation title bar.</p>\n<p>For more examples on using the Action Bar, refer to the\n<a href=\"https://docs.appcelerator.com/platform/latest/#!/guide/Android_Action_Bar\">Android Action Bar guide</a>.</p>\n<h4>Application Notes for Alloy</h4>\n<p>Starting with Alloy 1.5.0, you can add ActionBar attributes to the <code>ActionBar</code> element.\nTo use the action bar, add the <code>&lt;ActionBar&gt;</code> tag as a child of either a\na <code>&lt;Window&gt;</code> or <code>&lt;TabGroup&gt;</code>, then set ActionBar attributes in either the XML or TSS file.</p>\n<p>Starting with Alloy 1.4.0, you can also add ActionBar attributes to the <code>Menu</code> element.\nDo not define ActionBar attributes in both the <code>ActionBar</code> and <code>Menu</code> elements. Only define the\nattributes in one element.</p>\n<p>To add action items to the action bar, add the <code>&lt;Menu&gt;</code> tag as a child of either\na <code>&lt;Window&gt;</code> or <code>&lt;TabGroup&gt;</code>, then add <code>&lt;MenuItem&gt;</code> tags as children of the <code>&lt;Menu&gt;</code> tag.\nSet MenuItem attributes in either the XML or TSS file.</p>\n<p>For an example of using the Action Bar with Alloy, see &quot;Action Bar using Alloy XML Markup&quot; below.</p>\n<h4>Action Bar Icon</h4>\n<p>Starting with Release 4.0, due to the requirement that the target SDK must be set to Android 5.0\n(API level 21) or higher, the action bar icon may not display. Google is discouraging\nthe use of icons in toolbars:</p>\n<pre><code>In modern Android UIs developers should lean more on a visually distinct color scheme for toolbars\nthan on their application icon. The use of application icon plus title as a standard layout is\ndiscouraged on API 21 devices and newer.\n</code></pre>\n<p>Source: <a href=\"https://developer.android.com/reference/android/support/v7/widget/Toolbar.html\">Android Developer: Toolbar API reference</a></p>\n<h4>Application Note for Release 3.2.x and earlier</h4>\n<p>If you are using Release 3.2.x or earlier, this feature is only available in Android 3.0\n(API level 11) and above.</p>\n<p>To access the action bar, you must first open a heavyweight window or tab group that\nuses one of the action bar themes (such as the Android Holo theme).</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "3.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                }
            ]
        },
        {
            "name": "Titanium.Android.Activity",
            "description": "<p>The Titanium binding of an Android Activity.</p>",
            "deprecated": false,
            "events": [
                {
                    "name": "create",
                    "deprecated": true,
                    "description": "<p>Fired from the activity's <code>onCreate</code> method. <strong>Removed in 9.0.0. Use <a href=\"Titanium.Android.Activity.onCreate\">Titanium.Android.Activity.onCreate</a> instead.</strong></p>"
                },
                {
                    "name": "destroy",
                    "deprecated": true,
                    "description": "<p>Fired from the activity's <code>onDestroy</code> method. <strong>Removed in 9.0.0. Use <a href=\"Titanium.Android.Activity.onDestroy\">Titanium.Android.Activity.onDestroy</a> instead.</strong></p>"
                },
                {
                    "name": "newintent",
                    "deprecated": false,
                    "description": "<p>Fired when the activity is already running and an intent different than the one that launched it was received.</p>",
                    "properties": [
                        {
                            "name": "intent",
                            "constants": [],
                            "description": "<p>The <code>Intent</code> passed to the native <code>onNewIntent</code> method.</p>",
                            "type": "Titanium.Android.Intent",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "onIntent",
                    "deprecated": false,
                    "description": "<p>Fired when the activity is launched.</p>",
                    "properties": [
                        {
                            "name": "intent",
                            "constants": [],
                            "description": "<p>The <code>Intent</code> used to launch the Activity.</p>",
                            "type": "Titanium.Android.Intent",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "pause",
                    "deprecated": true,
                    "description": "<p>Fired when the activity is paused. <strong>Removed in 9.0.0. Use <a href=\"Titanium.Android.Activity.onPause\">Titanium.Android.Activity.onPause</a> instead.</strong></p>"
                },
                {
                    "name": "restart",
                    "deprecated": true,
                    "description": "<p>Fired when the activity is restarted. <strong>Removed in 9.0.0. Use <a href=\"Titanium.Android.Activity.onRestart\">Titanium.Android.Activity.onRestart</a> instead.</strong></p>"
                },
                {
                    "name": "resume",
                    "deprecated": true,
                    "description": "<p>Fired when the activity is resumed. <strong>Removed in 9.0.0. Use <a href=\"Titanium.Android.Activity.onResume\">Titanium.Android.Activity.onResume</a> instead.</strong></p>"
                },
                {
                    "name": "start",
                    "deprecated": true,
                    "description": "<p>Fired when the activity is started. <strong>Removed in 9.0.0. Use <a href=\"Titanium.Android.Activity.onStart\">Titanium.Android.Activity.onStart</a> instead.</strong></p>"
                },
                {
                    "name": "stop",
                    "deprecated": true,
                    "description": "<p>Fired when the activity is stopped. <strong>Removed in 9.0.0. Use <a href=\"Titanium.Android.Activity.onStop\">Titanium.Android.Activity.onStop</a> instead.</strong></p>"
                },
                {
                    "name": "userleavehint",
                    "deprecated": false,
                    "description": "<p>Fired when the activity is about to go into the background as a result of user choice.</p>"
                },
                {
                    "name": "userinteraction",
                    "deprecated": false,
                    "description": "<p>Called whenever a key, touch, or trackball event is dispatched to the activity.</p>"
                }
            ],
            "examples": [
                {
                    "title": "Callback Example",
                    "code": "<p>The following example shows how to start an activity and retrieve a result code\nand optional data intent when the activity ends.</p>\n<pre><code>activity.startActivityForResult(intent, function(e) {\n    // The request code used to start this Activity\n    var requestCode = e.requestCode;\n    // The result code returned from the activity \n    // (https://developer.android.com/reference/android/app/Activity.html#StartingActivities)\n    var resultCode = e.resultCode;\n    // A Titanium.Android.Intent filled with data returned from the Activity\n    var intent = e.intent;\n    // The Activity the received the result\n    var source = e.source;\n});\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "finish",
                    "deprecated": false,
                    "description": "<p>Closes this activity.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getString",
                    "deprecated": false,
                    "description": "<p>Gets an Android or Application string using the specified Resource ID and optional format arguments.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "resourceId",
                            "constants": [],
                            "description": "<p>Resource ID from the Application or Android.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "format",
                            "constants": [],
                            "description": "<p>Optional format arguments for the String resource. May be repeated.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "invalidateOptionsMenu",
                    "deprecated": false,
                    "description": "<p>Declares that the option menu has changed and should be recreated.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRequestedOrientation",
                    "deprecated": false,
                    "description": "<p>Sets the requested Activity orientation.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "orientation",
                            "constants": [
                                "Titanium.Android.SCREEN_ORIENTATION_BEHIND",
                                "Titanium.Android.SCREEN_ORIENTATION_LANDSCAPE",
                                "Titanium.Android.SCREEN_ORIENTATION_NOSENSOR",
                                "Titanium.Android.SCREEN_ORIENTATION_PORTRAIT",
                                "Titanium.Android.SCREEN_ORIENTATION_SENSOR",
                                "Titanium.Android.SCREEN_ORIENTATION_UNSPECIFIED",
                                "Titanium.Android.SCREEN_ORIENTATION_USER"
                            ],
                            "description": "<p>Orientation mode for the activity.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setResult",
                    "deprecated": false,
                    "description": "<p>Sets the result of this activity using an <code>Intent</code>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "resultCode",
                            "constants": [
                                "Titanium.Android.RESULT_CANCELED",
                                "Titanium.Android.RESULT_FIRST_USER",
                                "Titanium.Android.RESULT_OK"
                            ],
                            "description": "<p>Result code for this activity.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "intent",
                            "constants": [],
                            "description": "<p>An optional <code>Intent</code> with extra result data.</p>",
                            "type": "Titanium.Android.Intent",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setSupportActionBar",
                    "deprecated": false,
                    "description": "<p>Sets a toolbar instance to be used as an ActionBar.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "toolbar",
                            "constants": [],
                            "description": "<p>Instance of a toolbar to be used as an ActionBar</p>",
                            "type": "Titanium.UI.Toolbar",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "startActivity",
                    "deprecated": false,
                    "description": "<p>Starts a new activity, using the passed in <code>Intent</code> as the description.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "intent",
                            "constants": [],
                            "description": "<p>Description of the activity to start.</p>",
                            "type": "Titanium.Android.Intent",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "startActivityForResult",
                    "deprecated": false,
                    "description": "<p>The same as <code>startActivity</code>, but also accepts a callback function for handling the result of the started Activity.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "intent",
                            "constants": [],
                            "description": "<p>Description of the activity to start.</p>",
                            "type": "Titanium.Android.Intent",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to be executed when the activity sets result. See\nexamples.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "openOptionsMenu",
                    "deprecated": false,
                    "description": "<p>Programmatically opens the options menu.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "sendBroadcast",
                    "deprecated": false,
                    "description": "<p>Broadcast the passed in <code>Intent</code> to all <code>BroadcastReceiver</code>s.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "intent",
                            "constants": [],
                            "description": "<p>Description of the broadcast.</p>",
                            "type": "Titanium.Android.Intent",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "sendBroadcastWithPermission",
                    "deprecated": false,
                    "description": "<p>Broadcast the passed in <code>Intent</code> to all <code>BroadcastReceiver</code>s with an optional permission.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "intent",
                            "constants": [],
                            "description": "<p>Description of the broadcast.</p>",
                            "type": "Titanium.Android.Intent",
                            "usage": "required"
                        },
                        {
                            "name": "receiverPermission",
                            "constants": [],
                            "description": "<p>Name of the permission that the receiver should hold in order to receive the broadcast.</p>",
                            "type": "String",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.Activity.bubbleParent\">Titanium.Android.Activity.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.Activity.bubbleParent\">Titanium.Android.Activity.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.Activity.bubbleParent\">Titanium.Android.Activity.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.Activity.bubbleParent\">Titanium.Android.Activity.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.Activity.apiName\">Titanium.Android.Activity.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.Activity.apiName\">Titanium.Android.Activity.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.Activity.lifecycleContainer\">Titanium.Android.Activity.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.Activity.lifecycleContainer\">Titanium.Android.Activity.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.Activity.lifecycleContainer\">Titanium.Android.Activity.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.Activity.lifecycleContainer\">Titanium.Android.Activity.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getActionBar",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.Activity.actionBar\">Titanium.Android.Activity.actionBar</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.Activity.actionBar\">Titanium.Android.Activity.actionBar</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Android.ActionBar",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getIntent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.Activity.intent\">Titanium.Android.Activity.intent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.Activity.intent\">Titanium.Android.Activity.intent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Android.Intent",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getOnCreate",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.Activity.onCreate\">Titanium.Android.Activity.onCreate</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.Activity.onCreate\">Titanium.Android.Activity.onCreate</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Function",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setOnCreate",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.Activity.onCreate\">Titanium.Android.Activity.onCreate</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.Activity.onCreate\">Titanium.Android.Activity.onCreate</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "onCreate",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getOnCreateOptionsMenu",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.Activity.onCreateOptionsMenu\">Titanium.Android.Activity.onCreateOptionsMenu</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.Activity.onCreateOptionsMenu\">Titanium.Android.Activity.onCreateOptionsMenu</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Function",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setOnCreateOptionsMenu",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.Activity.onCreateOptionsMenu\">Titanium.Android.Activity.onCreateOptionsMenu</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.Activity.onCreateOptionsMenu\">Titanium.Android.Activity.onCreateOptionsMenu</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "onCreateOptionsMenu",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getOnDestroy",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.Activity.onDestroy\">Titanium.Android.Activity.onDestroy</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.Activity.onDestroy\">Titanium.Android.Activity.onDestroy</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Function",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setOnDestroy",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.Activity.onDestroy\">Titanium.Android.Activity.onDestroy</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.Activity.onDestroy\">Titanium.Android.Activity.onDestroy</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "onDestroy",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getOnPause",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.Activity.onPause\">Titanium.Android.Activity.onPause</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.Activity.onPause\">Titanium.Android.Activity.onPause</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Function",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setOnPause",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.Activity.onPause\">Titanium.Android.Activity.onPause</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.Activity.onPause\">Titanium.Android.Activity.onPause</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "onPause",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getOnPrepareOptionsMenu",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.Activity.onPrepareOptionsMenu\">Titanium.Android.Activity.onPrepareOptionsMenu</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.Activity.onPrepareOptionsMenu\">Titanium.Android.Activity.onPrepareOptionsMenu</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Function",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setOnPrepareOptionsMenu",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.Activity.onPrepareOptionsMenu\">Titanium.Android.Activity.onPrepareOptionsMenu</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.Activity.onPrepareOptionsMenu\">Titanium.Android.Activity.onPrepareOptionsMenu</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "onPrepareOptionsMenu",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getOnRestart",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.Activity.onRestart\">Titanium.Android.Activity.onRestart</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.Activity.onRestart\">Titanium.Android.Activity.onRestart</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Function",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setOnRestart",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.Activity.onRestart\">Titanium.Android.Activity.onRestart</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.Activity.onRestart\">Titanium.Android.Activity.onRestart</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "onRestart",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getOnResume",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.Activity.onResume\">Titanium.Android.Activity.onResume</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.Activity.onResume\">Titanium.Android.Activity.onResume</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Function",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setOnResume",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.Activity.onResume\">Titanium.Android.Activity.onResume</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.Activity.onResume\">Titanium.Android.Activity.onResume</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "onResume",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getOnStart",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.Activity.onStart\">Titanium.Android.Activity.onStart</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.Activity.onStart\">Titanium.Android.Activity.onStart</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Function",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setOnStart",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.Activity.onStart\">Titanium.Android.Activity.onStart</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.Activity.onStart\">Titanium.Android.Activity.onStart</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "onStart",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getOnStop",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.Activity.onStop\">Titanium.Android.Activity.onStop</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.Activity.onStop\">Titanium.Android.Activity.onStop</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Function",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setOnStop",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.Activity.onStop\">Titanium.Android.Activity.onStop</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.Activity.onStop\">Titanium.Android.Activity.onStop</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "onStop",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getSupportToolbar",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.Activity.supportToolbar\">Titanium.Android.Activity.supportToolbar</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.Activity.supportToolbar\">Titanium.Android.Activity.supportToolbar</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Toolbar",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setSupportToolbar",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.Activity.supportToolbar\">Titanium.Android.Activity.supportToolbar</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.Activity.supportToolbar\">Titanium.Android.Activity.supportToolbar</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "supportToolbar",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Toolbar",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "actionBar",
                    "deprecated": false,
                    "description": "<p>The action bar for this activity.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Titanium.Android.ActionBar",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "intent",
                    "deprecated": false,
                    "description": "<p>The last <code>Intent</code> received by this activity.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Titanium.Android.Intent",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "onCreate",
                    "deprecated": false,
                    "description": "<p>Callback function called when the Android activity is created.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.4.0"
                        }
                    ],
                    "type": "Function",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "onCreateOptionsMenu",
                    "deprecated": false,
                    "description": "<p>Callback function called to initially create an Android options menu\nfor this Activity when the user presses the <strong>Menu</strong> button.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Function",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "onDestroy",
                    "deprecated": false,
                    "description": "<p>Callback function called when the Android activity is destroyed.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.4.0"
                        }
                    ],
                    "type": "Function",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "onPause",
                    "deprecated": false,
                    "description": "<p>Callback function called when the Android activity is paused.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.4.0"
                        }
                    ],
                    "type": "Function",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "onPrepareOptionsMenu",
                    "deprecated": false,
                    "description": "<p>Callback function called to prepare an options menu for display when the user presses\nthe <strong>Menu</strong> button.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Function",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "onRestart",
                    "deprecated": false,
                    "description": "<p>Callback function called when the Android activity is restarted.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.4.0"
                        }
                    ],
                    "type": "Function",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "onResume",
                    "deprecated": false,
                    "description": "<p>Callback function called when the Android activity is resumed.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.4.0"
                        }
                    ],
                    "type": "Function",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "onStart",
                    "deprecated": false,
                    "description": "<p>Callback function called when the Android activity is started.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.4.0"
                        }
                    ],
                    "type": "Function",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "onStop",
                    "deprecated": false,
                    "description": "<p>Callback function called when the Android activity is stopped.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.4.0"
                        }
                    ],
                    "type": "Function",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "requestedOrientation",
                    "deprecated": false,
                    "description": "<p>Specifies a specific orientation for this activity.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.Android.SCREEN_ORIENTATION_BEHIND",
                        "Titanium.Android.SCREEN_ORIENTATION_LANDSCAPE",
                        "Titanium.Android.SCREEN_ORIENTATION_NOSENSOR",
                        "Titanium.Android.SCREEN_ORIENTATION_PORTRAIT",
                        "Titanium.Android.SCREEN_ORIENTATION_SENSOR",
                        "Titanium.Android.SCREEN_ORIENTATION_UNSPECIFIED",
                        "Titanium.Android.SCREEN_ORIENTATION_USER"
                    ],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "write-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "supportToolbar",
                    "deprecated": false,
                    "description": "<p>Toolbar instance that serves as ActionBar</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Titanium.UI.Toolbar",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>According to the Android API Reference, an activity is &quot;a single, focused thing that a\nuser can do.&quot;</p>\n<p>In almost all cases, an activity is associated with a window.  Activities are central\nto the Android <strong>Back</strong> button navigation -- the <strong>Back</strong> button closes the current\nactivity and returns to whatever activity was open previously.</p>\n<p>In Titanium, the Android Activity is not created until a window or tab group is opened.\nAfter a Window or TabGroup object is created but before it is opened, its <code>activity</code> property\nrefers to an empty JavaScript object. You can use it to set properties on the activity, such as\nthe <code>onCreateOptionsMenu</code> property, but you cannot invoke any Activity methods.</p>\n<p>After the window or tab group opens, a real Activity object is created and the properties from\nthe JavaScript object are copied over. The <code>activity</code> property now refers to this real Activity object,\nwhich you can use to call the various Activity methods. For example, to use the\n<code>invalidateOptionsMenu</code> method, you need to get the activity after the window or tab group opens.</p>\n<p>See also <a href=\"https://developer.android.com/reference/android/app/Activity.html\">android.app.Activity</a>\nin the Android API Reference.</p>\n<h4>Activity Lifecycle</h4>\n<p>In Android, activities are created, started, resumed, paused, stopped, destroyed and restarted.\nTitanium generates lifecycle events for activities but does not generate application-level events.\nTo be notified when an activity's lifecycle event is triggered, assign callbacks to the following activity\nproperties:</p>\n<ul>\n<li><a href=\"Titanium.Android.Activity.onCreate\">onCreate</a></li>\n<li><a href=\"Titanium.Android.Activity.onStart\">onStart</a></li>\n<li><a href=\"Titanium.Android.Activity.onResume\">onResume</a></li>\n<li><a href=\"Titanium.Android.Activity.onPause\">onPause</a></li>\n<li><a href=\"Titanium.Android.Activity.onStop\">onStop</a></li>\n<li><a href=\"Titanium.Android.Activity.onDestroy\">onDestroy</a></li>\n<li><a href=\"Titanium.Android.Activity.onRestart\">onRestart</a></li>\n</ul>\n<p>See also the &quot;Understand the Lifecycle Callbacks&quot; section in\n<a href=\"https://developer.android.com/training/basics/activity-lifecycle/starting.html\">Android Developers: Activity Lifecycle</a>.</p>\n<h4>Don't keep activities option</h4>\n<p>Android 4.0 and greater devices have an option called <strong>Don't keep activities</strong> under the <strong>Developer\nOptions</strong> menu. When this option is enabled, the Android OS will destroy an activity as soon as it\nis stopped. It is intended to help developers debug their apps. For example, it can simulate the\ncase that Android will kill an activity in the background due to memory pressure. In\nnormal use, it is not recommended to turn this option on because this may lead to unexpected issues\non the apps, such as freezes, force closes and reboots.</p>\n<p>When the <strong>Don't keep activities</strong> option is enabled, the lifecycle of the activity is different\nfrom the normal case. Whenever the user leaves an activity, such as backgrounding the app using the\nHOME button, this activity is destroyed by Android, which calls <code>onDestroy</code>.  In the normal case, <code>onStop</code>\nwould be called and the activity would not be destroyed.  Later, when the user goes back to that activity, this\nactivity will be recreated, which calls <code>onCreate</code>.  In the normal case, since the activity is not destroyed,\n<code>onRestart</code> would be called instead.  Therefore, some events, such as the open and close events on the Window\nor TabGroup, will be fired differently from the normal case, and the root window of the app must set\n<a href=\"Titanium.UI.Window.exitOnClose\">exitOnClose</a> to true; otherwise, the app will be unable to back out, that is,\nhitting the BACK button in the root window will not allow the application to exit.</p>\n<h4>Deprecated Behavior</h4>\n<p>Prior to Release 8.0.0, you would set the below &quot;tiapp.xml&quot; property to <code>true</code> to handle the case\nwhere the Android OS would automatically close all child activity windows after the app has been backgrounded\nfor about 30 minutes, bringing the app back to the root splash screen activity window. The below property\nwould restart your app's UI in this case. This is no longer needed in 8.0.0 since Titanium now sets the\n&quot;AndroidManifest.xml&quot; setting\n<a href=\"https://developer.android.com/guide/topics/manifest/activity-element#always\">android:alwaysRetainTaskState</a>\nto the root activity instead</p>\n<pre><code>    &lt;property name=&quot;ti.android.root.reappears.restart&quot; type=&quot;bool&quot;&gt;true&lt;/property&gt;\n</code></pre>\n<p>Prior to Release 3.4.0, to monitor lifecycle events, use the activity's events, <code>create</code>, <code>destroy</code>,\n<code>pause</code>, <code>resume</code>, <code>start</code> and <code>stop</code>, to be notified when an activity is created, destroyed, paused,\nresumed, started and stopped, respectively.</p>\n<p>You can only set Activity properties from a TabGroup object after the tab group opens.</p>\n<p>Prior to Release 3.2.0, you can create either a &quot;lightweight&quot; or &quot;heavyweight&quot; window, as\ndescribed on the <a href=\"Titanium.UI.Window\">Titanium.UI.Window</a> reference page. A <em>heavyweight</em> window creates a\nnew <code>Activity</code>. A <em>lightweight</em> window runs inside the same activity as the code that\ncreated it.  If you try to reference the activity of lightweight window, it returns undefined.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "1.5"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                }
            ]
        },
        {
            "name": "ActivityResult",
            "description": "<p>Simple object passed to the\n<a href=\"Titanium.Android.Activity.startActivityForResult\">startActivityForResult</a> callback.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "requestCode",
                    "deprecated": false,
                    "description": "<p>Unique, automatically generated integer request code.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "resultCode",
                    "deprecated": false,
                    "description": "<p>Integer result code that the started activity passed to\n<a href=\"Titanium.Android.Activity.setResult\">setResult</a>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "intent",
                    "deprecated": false,
                    "description": "<p>Intent that can contain data returned to the caller. Data can be attached to\nthe intent as &quot;extras&quot;).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Titanium.Android.Intent",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "ActivityLifecycleCallbackObject",
            "description": "<p>Simple object passed to the <a href=\"Titanium.Android.Activity\">Titanium.Android.Activity</a> callbacks for\nonCreate, onDestroy, onPause, onResume, onStart, onStop, onRestart.</p>\n<p>Additional properties may be set on the Object.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "source",
                    "deprecated": false,
                    "description": "<p>The Activity firing the callback.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Titanium.Android.Activity",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "OptionsMenuCallbackObject",
            "description": "<p>Simple object passed to the <a href=\"Titanium.Android.Activity\">Titanium.Android.Activity</a> callbacks for\nonPrepareOptionsMenu and onCreateOptionsMenu.</p>\n<p>Additional properties may be set on the Object.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "menu",
                    "deprecated": false,
                    "description": "<p>The relevant Menu.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Titanium.Android.Menu",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.Android",
            "description": "<p>The top-level Android module.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "createIntentChooser",
                    "deprecated": false,
                    "description": "<p>Creates an activity chooser intent, used to allow the user to select a target activity\nfor an intent.</p>",
                    "examples": [
                        {
                            "title": "Using a Chooser",
                            "code": "<p>The following example uses an activity chooser to send a plain text message.</p>\n<pre><code>var intent = Ti.Android.createIntent( {\n    action: Ti.Android.ACTION_SEND,\n    type: 'text/plain'\n});\nintent.putExtra(Ti.Android.EXTRA_SUBJECT, 'This is the subject.');\nintent.putExtra(Ti.Android.EXTRA_TEXT, 'This is some text to send.')\n\nvar chooser = Ti.Android.createIntentChooser(intent, 'Send Message');\nvar activity = Ti.Android.currentActivity.startActivity(chooser);\n</code></pre>"
                        }
                    ],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "intent",
                            "constants": [],
                            "description": "<p>The intent to display a chooser for.</p>",
                            "type": "Titanium.Android.Intent",
                            "usage": "required"
                        },
                        {
                            "name": "title",
                            "constants": [],
                            "description": "<p>Title to display on the chooser.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Android.Intent",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "createPendingIntent",
                    "deprecated": false,
                    "description": "<p>Creates a <a href=\"Titanium.Android.PendingIntent\">PendingIntent</a> to be used inside a\n<a href=\"Titanium.Android.Notification\">Notification</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on the new object, including any defined by\n<a href=\"Titanium.Android.PendingIntent\">Titanium.Android.PendingIntent</a>, except those marked not-creation or read-only.</p>",
                            "type": "Titanium.Android.PendingIntent",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Android.PendingIntent",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "createService",
                    "deprecated": false,
                    "description": "<p>Create a <a href=\"Titanium.Android.Service\">Titanium.Android.Service</a> so you can start/stop it and listen for events from it.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "intent",
                            "constants": [],
                            "description": "<p>An <code>Intent</code> created with <a href=\"Titanium.Android.createServiceIntent\">createServiceIntent</a>,\nwhich specifies the service to be instantiated.</p>",
                            "type": "Titanium.Android.Intent",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Android.Service",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "createServiceIntent",
                    "deprecated": false,
                    "description": "<p>Create an <code>Intent</code> to be used to start a service.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Options for the Service.</p>",
                            "type": "ServiceIntentOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Android.Intent",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "createDrawerLayout",
                    "deprecated": false,
                    "description": "<p>Creates a <a href=\"Titanium.UI.Android.DrawerLayout\">DrawerLayout</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on the new object, including any defined by\n<a href=\"Titanium.UI.Android.DrawerLayout\">Titanium.UI.Android.DrawerLayout</a>, except those marked not-creation or read-only.</p>",
                            "type": "Titanium.UI.Android.DrawerLayout",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Android.DrawerLayout",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "hasPermission",
                    "deprecated": false,
                    "description": "<p>Returns <code>true</code> if the app has permission access.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "permission",
                            "constants": [],
                            "description": "<p>The permission to check for access. This can be any of the constants listed here\nwith dangerous protection level <a href=\"https://developer.android.com/reference/android/Manifest.permission.html\">here</a>.\nFor example, <code>android.permission.WRITE_CONTACTS</code>.</p>\n<p>Since Titanium 6.1.0, the method will also accept <code>Array&lt;String&gt;</code></p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "requestPermissions",
                    "deprecated": false,
                    "description": "<p>Request for permission access.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "permissions",
                            "constants": [],
                            "description": "<p>The permission(s) to request for access. This can be any of the constants listed here\nwith dangerous protection level <a href=\"https://developer.android.com/reference/android/Manifest.permission.html\">here</a>.\nNormal protection permissions are automatically enabled if they are included in the manifest. An example of a\ndangerous protection permission would be <code>android.permission.WRITE_CONTACTS</code>.\nThe requested permission(s) MUST also be included in the Android Manifest.</p>\n<p>Besides this, there are also requestPermission methods that are ready for commonly used situations. These methods are\n<a href=\"Titanium.Calendar.requestCalendarPermissions\">Titanium.Calendar.requestCalendarPermissions</a>, <a href=\"Titanium.Contacts.requestContactsPermissions\">Titanium.Contacts.requestContactsPermissions</a>,\n<a href=\"Titanium.Filesystem.requestStoragePermissions\">Titanium.Filesystem.requestStoragePermissions</a>, <a href=\"Titanium.Geolocation.requestLocationPermissions\">Titanium.Geolocation.requestLocationPermissions</a> and <a href=\"Titanium.Media.requestCameraPermissions\">Titanium.Media.requestCameraPermissions</a>.</p>\n<p>Since Titanium 6.1.0, the method will also accept a String. Any requests where permissions are already granted will yield a successful callback.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Function to call upon user decision to grant access.</p>",
                            "type": "Function",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "isServiceRunning",
                    "deprecated": false,
                    "description": "<p>Check on state of Service.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "intent",
                            "constants": [],
                            "description": "<p>An <code>Intent</code> created with <a href=\"Titanium.Android.createServiceIntent\">createServiceIntent</a>,\nwhich specifies the service to check.</p>",
                            "type": "Titanium.Android.Intent",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "registerBroadcastReceiver",
                    "deprecated": false,
                    "description": "<p>Registers broadcast receiver for the given actions.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "broadcastReceiver",
                            "constants": [],
                            "description": "<p>The broadcast receiver to register and handle the broadcast.</p>",
                            "type": "Titanium.Android.BroadcastReceiver",
                            "usage": "required"
                        },
                        {
                            "name": "actions",
                            "constants": [],
                            "description": "<p>The actions that the broadcast reciever will handle</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "unregisterBroadcastReceiver",
                    "deprecated": false,
                    "description": "<p>Unregisters a broadcast receiver.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "broadcastReceiver",
                            "constants": [],
                            "description": "<p>The broadcast receiver to unregister.</p>",
                            "type": "Titanium.Android.BroadcastReceiver",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "startService",
                    "deprecated": false,
                    "description": "<p>Starts a simple service.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "intent",
                            "constants": [],
                            "description": "<p>An <code>Intent</code> created with <a href=\"Titanium.Android.createServiceIntent\">createServiceIntent</a>,\nwhich specifies the service to start.</p>",
                            "type": "Titanium.Android.Intent",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "stopService",
                    "deprecated": false,
                    "description": "<p>Stop a simple service that was started with <code>startService</code>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "intent",
                            "constants": [],
                            "description": "<p>An <code>Intent</code> created with <a href=\"Titanium.Android.createServiceIntent\">createServiceIntent</a>,\nwhich specifies the service to stop.</p>",
                            "type": "Titanium.Android.Intent",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "createBroadcastIntent",
                    "deprecated": false,
                    "description": "<p>Create an <code>Intent</code> to be used in a broadcast.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on the new object, including any defined by\n<a href=\"Titanium.Android.Intent\">Titanium.Android.Intent</a>, except those marked not-creation or read-only.</p>",
                            "type": "Titanium.Android.Intent",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Android.Intent",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.bubbleParent\">Titanium.Android.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.bubbleParent\">Titanium.Android.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.bubbleParent\">Titanium.Android.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.bubbleParent\">Titanium.Android.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.apiName\">Titanium.Android.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.apiName\">Titanium.Android.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.lifecycleContainer\">Titanium.Android.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.lifecycleContainer\">Titanium.Android.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.lifecycleContainer\">Titanium.Android.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.lifecycleContainer\">Titanium.Android.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "createBigPictureStyle",
                    "deprecated": false,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.Android.BigPictureStyle\">Titanium.Android.BigPictureStyle</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any defined by <a href=\"Titanium.Android.BigPictureStyle\">Titanium.Android.BigPictureStyle</a> except those marked not-creation or read-only.</p>",
                            "type": "Titanium.Android.BigPictureStyle",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Android.BigPictureStyle",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "createBigTextStyle",
                    "deprecated": false,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.Android.BigTextStyle\">Titanium.Android.BigTextStyle</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any defined by <a href=\"Titanium.Android.BigTextStyle\">Titanium.Android.BigTextStyle</a> except those marked not-creation or read-only.</p>",
                            "type": "Titanium.Android.BigTextStyle",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Android.BigTextStyle",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "createBroadcastReceiver",
                    "deprecated": false,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.Android.BroadcastReceiver\">Titanium.Android.BroadcastReceiver</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any defined by <a href=\"Titanium.Android.BroadcastReceiver\">Titanium.Android.BroadcastReceiver</a> except those marked not-creation or read-only.</p>",
                            "type": "Titanium.Android.BroadcastReceiver",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Android.BroadcastReceiver",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "createIntent",
                    "deprecated": false,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.Android.Intent\">Titanium.Android.Intent</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any defined by <a href=\"Titanium.Android.Intent\">Titanium.Android.Intent</a> except those marked not-creation or read-only.</p>",
                            "type": "Titanium.Android.Intent",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Android.Intent",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "createNotification",
                    "deprecated": false,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.Android.Notification\">Titanium.Android.Notification</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any defined by <a href=\"Titanium.Android.Notification\">Titanium.Android.Notification</a> except those marked not-creation or read-only.</p>",
                            "type": "Titanium.Android.Notification",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Android.Notification",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "createNotificationChannel",
                    "deprecated": false,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.Android.NotificationChannel\">Titanium.Android.NotificationChannel</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any defined by <a href=\"Titanium.Android.NotificationChannel\">Titanium.Android.NotificationChannel</a> except those marked not-creation or read-only.</p>",
                            "type": "Titanium.Android.NotificationChannel",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Android.NotificationChannel",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "createQuickSettingsService",
                    "deprecated": false,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.Android.QuickSettingsService\">Titanium.Android.QuickSettingsService</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any defined by <a href=\"Titanium.Android.QuickSettingsService\">Titanium.Android.QuickSettingsService</a> except those marked not-creation or read-only.</p>",
                            "type": "Titanium.Android.QuickSettingsService",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Android.QuickSettingsService",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "createRemoteViews",
                    "deprecated": false,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.Android.RemoteViews\">Titanium.Android.RemoteViews</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any defined by <a href=\"Titanium.Android.RemoteViews\">Titanium.Android.RemoteViews</a> except those marked not-creation or read-only.</p>",
                            "type": "Titanium.Android.RemoteViews",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Android.RemoteViews",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.6"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Module",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "ACTION_AIRPLANE_MODE_CHANGED",
                    "deprecated": false,
                    "description": "<p>User switched airplane mode on or off.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "ACTION_ALL_APPS",
                    "deprecated": false,
                    "description": "<p>List all applications.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "ACTION_ANSWER",
                    "deprecated": false,
                    "description": "<p>Handle an incoming phone call.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "ACTION_ATTACH_DATA",
                    "deprecated": false,
                    "description": "<p>Used to indicate that the data is an attachment.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "ACTION_BATTERY_CHANGED",
                    "deprecated": false,
                    "description": "<p>Listen to battery state change status.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "ACTION_BATTERY_LOW",
                    "deprecated": false,
                    "description": "<p>Indicates low battery condition on the device.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "ACTION_BATTERY_OKAY",
                    "deprecated": false,
                    "description": "<p>Inidicates the battery is now okay after being low.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "ACTION_BOOT_COMPLETED",
                    "deprecated": false,
                    "description": "<p>Indicates the system has finished booting.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "ACTION_BUG_REPORT",
                    "deprecated": false,
                    "description": "<p>Show activity for reporting a bug.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "ACTION_CALL",
                    "deprecated": false,
                    "description": "<p>Perform a call to someone specified by the <code>data</code> property.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "ACTION_CALL_BUTTON",
                    "deprecated": false,
                    "description": "<p>User pressed the call button.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "ACTION_CAMERA_BUTTON",
                    "deprecated": false,
                    "description": "<p>The camera button was pressed.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "ACTION_CHOOSER",
                    "deprecated": false,
                    "description": "<p>Display an activity chooser.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "ACTION_CLOSE_SYSTEM_DIALOGS",
                    "deprecated": false,
                    "description": "<p>User dismissed a temporary system dialog, such as the notification drawer or recent-app drawer.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "ACTION_CONFIGURATION_CHANGED",
                    "deprecated": false,
                    "description": "<p>The device's configuration changed.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "ACTION_CREATE_SHORTCUT",
                    "deprecated": false,
                    "description": "<p>Create a shortcut.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "ACTION_DATE_CHANGED",
                    "deprecated": false,
                    "description": "<p>Date changed.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "ACTION_DEFAULT",
                    "deprecated": false,
                    "description": "<p>Default action, which is <code>Titanium.Android.ACTION_VIEW</code></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "ACTION_DELETE",
                    "deprecated": false,
                    "description": "<p>Delete the data specified by the Intent's <code>data</code> property.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "ACTION_DEVICE_STORAGE_LOW",
                    "deprecated": false,
                    "description": "<p>Indicates a low memory condition on the device.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "ACTION_DIAL",
                    "deprecated": false,
                    "description": "<p>Dial a number specified by the Intent's <code>data</code> property.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "ACTION_EDIT",
                    "deprecated": false,
                    "description": "<p>Provide editable access to the data specified by the Intent's <code>data</code> property.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "ACTION_GET_CONTENT",
                    "deprecated": false,
                    "description": "<p>Allow the user to select a particular kind of data specified by the Intent's <code>type</code> property.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "ACTION_GTALK_SERVICE_CONNECTED",
                    "deprecated": false,
                    "description": "<p>GTalk connection has been established.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "ACTION_GTALK_SERVICE_DISCONNECTED",
                    "deprecated": false,
                    "description": "<p>GTalk connection has been disconnected.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "ACTION_HEADSET_PLUG",
                    "deprecated": false,
                    "description": "<p>A wired headset has been plugged in or unplugged.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "ACTION_INPUT_METHOD_CHANGED",
                    "deprecated": false,
                    "description": "<p>An input method has been changed.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "ACTION_INSERT",
                    "deprecated": false,
                    "description": "<p>Insert an empty item into the given container.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "ACTION_INSERT_OR_EDIT",
                    "deprecated": false,
                    "description": "<p>Pick an existing item or insert an empty item, then edit it.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "ACTION_MAIN",
                    "deprecated": false,
                    "description": "<p>Start as the main entry point.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "ACTION_MANAGE_PACKAGE_STORAGE",
                    "deprecated": false,
                    "description": "<p>Indicates low memory condition notification acknowledged by user and package management should be started.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "ACTION_MEDIA_BAD_REMOVAL",
                    "deprecated": false,
                    "description": "<p>External media was removed from SD card slot, but mount point was not unmounted.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "ACTION_MEDIA_BUTTON",
                    "deprecated": false,
                    "description": "<p>The media button was pressed.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "ACTION_MEDIA_CHECKING",
                    "deprecated": false,
                    "description": "<p>External media is present and being disk-checked.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "ACTION_MEDIA_EJECT",
                    "deprecated": false,
                    "description": "<p>User has expressed the desire to remove the external storage media.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "ACTION_MEDIA_MOUNTED",
                    "deprecated": false,
                    "description": "<p>External media is present and mounted at its mount point.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "ACTION_MEDIA_NOFS",
                    "deprecated": false,
                    "description": "<p>External media is present, but is using an incompatible filesystem or is blank.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "ACTION_MEDIA_REMOVED",
                    "deprecated": false,
                    "description": "<p>External media has been removed.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "ACTION_MEDIA_SCANNER_FINISHED",
                    "deprecated": false,
                    "description": "<p>The media scanner has finished scanning a directory.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "ACTION_MEDIA_SCANNER_SCAN_FILE",
                    "deprecated": false,
                    "description": "<p>Request the media scanner to scan a file and add it to the media database.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "ACTION_MEDIA_SCANNER_STARTED",
                    "deprecated": false,
                    "description": "<p>The media scanner has started scanning a directory.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "ACTION_MEDIA_SHARED",
                    "deprecated": false,
                    "description": "<p>External media is unmounted because it is being shared via USB mass storage.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "ACTION_MEDIA_UNMOUNTABLE",
                    "deprecated": false,
                    "description": "<p>Corresponds to the Android <code>Intent.ACTION_MEDIA_UNMOUNTABLE</code> constant.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "ACTION_MEDIA_UNMOUNTED",
                    "deprecated": false,
                    "description": "<p>External media is present, but not mounted at its mount point.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "ACTION_NEW_OUTGOING_CALL",
                    "deprecated": false,
                    "description": "<p>An outgoing call is about to be placed.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "ACTION_PACKAGE_ADDED",
                    "deprecated": false,
                    "description": "<p>A new application package has been installed on the device.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "ACTION_PACKAGE_CHANGED",
                    "deprecated": false,
                    "description": "<p>An existing application package has been changed.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "ACTION_PACKAGE_DATA_CLEARED",
                    "deprecated": false,
                    "description": "<p>The user has cleared the data of a package.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "ACTION_PACKAGE_REMOVED",
                    "deprecated": false,
                    "description": "<p>An existing application package has been removed from the device.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "ACTION_PACKAGE_REPLACED",
                    "deprecated": false,
                    "description": "<p>A new version of an application package has been installed, replacing an existing version that was previously installed.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "ACTION_PACKAGE_RESTARTED",
                    "deprecated": false,
                    "description": "<p>The user has restarted a package, and all of its processes have been killed.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "ACTION_PICK",
                    "deprecated": false,
                    "description": "<p>Pick an item from the directory indicated by the Intent's <code>data</code> property.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "ACTION_PICK_ACTIVITY",
                    "deprecated": false,
                    "description": "<p>Pick an activity given an intent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "ACTION_POWER_CONNECTED",
                    "deprecated": false,
                    "description": "<p>External power has been connected to the device.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "ACTION_POWER_DISCONNECTED",
                    "deprecated": false,
                    "description": "<p>External power has been disconnected from the device.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "ACTION_POWER_USAGE_SUMMARY",
                    "deprecated": false,
                    "description": "<p>Show power usage information to the user.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "ACTION_PROVIDER_CHANGED",
                    "deprecated": false,
                    "description": "<p>Content provider published new events or items.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "ACTION_REBOOT",
                    "deprecated": false,
                    "description": "<p>Device rebooted.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "ACTION_RUN",
                    "deprecated": false,
                    "description": "<p>Run the data.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "ACTION_SCREEN_OFF",
                    "deprecated": false,
                    "description": "<p>Sent when the device goes to sleep and becomes non-interactive.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "ACTION_SCREEN_ON",
                    "deprecated": false,
                    "description": "<p>Sent when the device wakes up and becomes interactive.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "ACTION_SEARCH",
                    "deprecated": false,
                    "description": "<p>Perform a search.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "ACTION_SEARCH_LONG_PRESS",
                    "deprecated": false,
                    "description": "<p>Start action associated with long pressing on the search key.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "ACTION_SEND",
                    "deprecated": false,
                    "description": "<p>Deliver data to another activity.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "ACTION_SENDTO",
                    "deprecated": false,
                    "description": "<p>Deliver data to the recipient specified by the Intent's <code>data</code> property.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "ACTION_SEND_MULTIPLE",
                    "deprecated": false,
                    "description": "<p>Deliver multiple data to another activity.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "ACTION_SET_WALLPAPER",
                    "deprecated": false,
                    "description": "<p>Show settings for choosing the system wallpaper.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "ACTION_SHUTDOWN",
                    "deprecated": false,
                    "description": "<p>Device is shutting down.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "ACTION_SYNC",
                    "deprecated": false,
                    "description": "<p>Perform data synchronization.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "ACTION_SYSTEM_TUTORIAL",
                    "deprecated": false,
                    "description": "<p>Start the platform-defined tutorial.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "ACTION_TIME_CHANGED",
                    "deprecated": false,
                    "description": "<p>The time was set.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "ACTION_TIME_TICK",
                    "deprecated": false,
                    "description": "<p>The current time changed.  Sent every minute.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "ACTION_UID_REMOVED",
                    "deprecated": false,
                    "description": "<p>A user ID was removed from the system.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "ACTION_USER_PRESENT",
                    "deprecated": false,
                    "description": "<p>Sent when the user is present after device wakes up.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "ACTION_VIEW",
                    "deprecated": false,
                    "description": "<p>Display data to the user.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "ACTION_VOICE_COMMAND",
                    "deprecated": false,
                    "description": "<p>Start voice command.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "ACTION_WALLPAPER_CHANGED",
                    "deprecated": false,
                    "description": "<p>The current system wallpaper has changed.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "ACTION_WEB_SEARCH",
                    "deprecated": false,
                    "description": "<p>Perform a web search.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "CATEGORY_ALTERNATIVE",
                    "deprecated": false,
                    "description": "<p>Set if the activity should be considered as an alternative action to the data the user is currently viewing.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "CATEGORY_BROWSABLE",
                    "deprecated": false,
                    "description": "<p>Activity can browse the Internet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "CATEGORY_DEFAULT",
                    "deprecated": false,
                    "description": "<p>Activity should be used as the default action to perform on a piece of data.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "CATEGORY_DEVELOPMENT_PREFERENCE",
                    "deprecated": false,
                    "description": "<p>Activity is in the development preference panel.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "CATEGORY_EMBED",
                    "deprecated": false,
                    "description": "<p>Activity can run inside a parent activity.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "CATEGORY_FRAMEWORK_INSTRUMENTATION_TEST",
                    "deprecated": false,
                    "description": "<p>To be used as test code for framework instrumentation tests.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "CATEGORY_HOME",
                    "deprecated": false,
                    "description": "<p>Home activity, the first activity that is displayed when the device boots.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "CATEGORY_INFO",
                    "deprecated": false,
                    "description": "<p>Provides information about the package it is in.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "CATEGORY_LAUNCHER",
                    "deprecated": false,
                    "description": "<p>Activity is in the device's launcher.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "CATEGORY_MONKEY",
                    "deprecated": false,
                    "description": "<p>This activity may be exercised by the monkey or other automated test tools.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "CATEGORY_OPENABLE",
                    "deprecated": false,
                    "description": "<p>Activity can open raw <code>file://</code> or <code>scheme://</code> URIs.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "CATEGORY_PREFERENCE",
                    "deprecated": false,
                    "description": "<p>This activity is a preference panel.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "CATEGORY_SAMPLE_CODE",
                    "deprecated": false,
                    "description": "<p>To be used as a sample code example (not part of the normal user experience).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "CATEGORY_SELECTED_ALTERNATIVE",
                    "deprecated": false,
                    "description": "<p>Activity should be considered as an alternative selection action to the data the user\nhas currently selected.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "CATEGORY_TAB",
                    "deprecated": false,
                    "description": "<p>Activity to be used in a tab activity.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "CATEGORY_TEST",
                    "deprecated": false,
                    "description": "<p>To be used as a test (not part of the normal user experience).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "CATEGORY_UNIT_TEST",
                    "deprecated": false,
                    "description": "<p>To be used as a unit test (run through the Test Harness).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "EXTRA_ALARM_COUNT",
                    "deprecated": false,
                    "description": "<p>Integer indicating how many pending alarms are being delivered with the intent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "EXTRA_BCC",
                    "deprecated": false,
                    "description": "<p>String array containing e-mail addresses for blind carbon copying.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "EXTRA_CC",
                    "deprecated": false,
                    "description": "<p>String array containing e-mail addresses for carbon copying.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "EXTRA_DATA_REMOVED",
                    "deprecated": false,
                    "description": "<p>Boolean indicating full uninstall (true) or partial uninstall (false).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "EXTRA_DONT_KILL_APP",
                    "deprecated": false,
                    "description": "<p>Boolean indicating to restart the application or not.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "EXTRA_EMAIL",
                    "deprecated": false,
                    "description": "<p>String array containing e-mail addresses.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "EXTRA_INTENT",
                    "deprecated": false,
                    "description": "<p>An Intent describing the choices you would like shown.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "EXTRA_KEY_EVENT",
                    "deprecated": false,
                    "description": "<p>A KeyEvent object containing the event that triggered the creation of the Intent it is in.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "EXTRA_PHONE_NUMBER",
                    "deprecated": false,
                    "description": "<p>String holding the phone number to call or number that was called.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "EXTRA_REPLACING",
                    "deprecated": false,
                    "description": "<p>Boolean indicating if the package is being replaced.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "EXTRA_SHORTCUT_ICON",
                    "deprecated": false,
                    "description": "<p>Bitmap icon.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "EXTRA_SHORTCUT_ICON_RESOURCE",
                    "deprecated": false,
                    "description": "<p>Resource of the shortcut.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "EXTRA_SHORTCUT_INTENT",
                    "deprecated": false,
                    "description": "<p>Intent of a shortcut.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "EXTRA_SHORTCUT_NAME",
                    "deprecated": false,
                    "description": "<p>Name of the shortcut.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "EXTRA_STREAM",
                    "deprecated": false,
                    "description": "<p>URI containing the stream data.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "EXTRA_SUBJECT",
                    "deprecated": false,
                    "description": "<p>Subject line of a message.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "EXTRA_TEMPLATE",
                    "deprecated": false,
                    "description": "<p>Initial data to place in a newly created record.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "EXTRA_TEXT",
                    "deprecated": false,
                    "description": "<p>Corresponds to the Android <code>Intent.EXTRA_TEXT</code> constant.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "EXTRA_TITLE",
                    "deprecated": false,
                    "description": "<p>Corresponds to the Android <code>Intent.EXTRA_TITLE</code> constant.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "EXTRA_UID",
                    "deprecated": false,
                    "description": "<p>UID of the assigned packaged.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "FILL_IN_ACTION",
                    "deprecated": false,
                    "description": "<p>Not used.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "FILL_IN_CATEGORIES",
                    "deprecated": false,
                    "description": "<p>Not used.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "FILL_IN_COMPONENT",
                    "deprecated": false,
                    "description": "<p>Not used.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "FILL_IN_DATA",
                    "deprecated": false,
                    "description": "<p>Not used.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "FILL_IN_PACKAGE",
                    "deprecated": false,
                    "description": "<p>Not used.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "FLAG_ACTIVITY_BROUGHT_TO_FRONT",
                    "deprecated": false,
                    "description": "<p>If activity is already running, bring it to the foreground.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "FLAG_ACTIVITY_CLEAR_TOP",
                    "deprecated": false,
                    "description": "<p>If the activity is present, removes any activities on top of it to make it the foreground activity.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "FLAG_ACTIVITY_CLEAR_WHEN_TASK_RESET",
                    "deprecated": false,
                    "description": "<p>Corresponds to the Android <code>Intent.FLAG_ACTIVITY_CLEAR_WHEN_TASK_RESET</code> constant.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "FLAG_ACTIVITY_EXCLUDE_FROM_RECENTS",
                    "deprecated": false,
                    "description": "<p>Exclude the activity from recently launched activities.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "FLAG_ACTIVITY_FORWARD_RESULT",
                    "deprecated": false,
                    "description": "<p>Return result to the original calling activity.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "FLAG_ACTIVITY_LAUNCHED_FROM_HISTORY",
                    "deprecated": false,
                    "description": "<p>Activity was launched from history.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "FLAG_ACTIVITY_MULTIPLE_TASK",
                    "deprecated": false,
                    "description": "<p>Start the activity as a new task even if it exists.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "FLAG_ACTIVITY_NEW_TASK",
                    "deprecated": false,
                    "description": "<p>Activity will be the start of a new task (collection of activities).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "FLAG_ACTIVITY_NO_ANIMATION",
                    "deprecated": false,
                    "description": "<p>Prevent transition animation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "FLAG_ACTIVITY_NO_HISTORY",
                    "deprecated": false,
                    "description": "<p>Do not keep the activity in the history stack.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "FLAG_ACTIVITY_NO_USER_ACTION",
                    "deprecated": false,
                    "description": "<p>Disables the <a href=\"https://developer.android.com/reference/android/app/Activity.html#onUserLeaveHint()\">onUserLeaveHint()</a> callback.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "FLAG_ACTIVITY_PREVIOUS_IS_TOP",
                    "deprecated": false,
                    "description": "<p>Corresponds to the Android <code>Intent.FLAG_ACTIVITY_PREVIOUS_IS_TOP</code> constant.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "FLAG_ACTIVITY_REORDER_TO_FRONT",
                    "deprecated": false,
                    "description": "<p>If the activity already exists, place it at the top of the history stack.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "FLAG_ACTIVITY_RESET_TASK_IF_NEEDED",
                    "deprecated": false,
                    "description": "<p>If the task already exists, resets the task to its initial state.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "FLAG_ACTIVITY_SINGLE_TOP",
                    "deprecated": false,
                    "description": "<p>Do not launch the activity if it is already running.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "FLAG_DEBUG_LOG_RESOLUTION",
                    "deprecated": false,
                    "description": "<p>Enable a log message to print out the resolution of the intent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "FLAG_FROM_BACKGROUND",
                    "deprecated": false,
                    "description": "<p>Indicates the intent is coming from a background operation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "FLAG_GRANT_READ_URI_PERMISSION",
                    "deprecated": false,
                    "description": "<p>Grant read permission on the URI in the Intent's data or clipboard.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "FLAG_GRANT_WRITE_URI_PERMISSION",
                    "deprecated": false,
                    "description": "<p>Grants write permission on the URI in the Intent's data or clipboard.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "FLAG_RECEIVER_REGISTERED_ONLY",
                    "deprecated": false,
                    "description": "<p>When sending a broadcast, only registered receivers will be called.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "FLAG_CANCEL_CURRENT",
                    "deprecated": false,
                    "description": "<p>Cancel the current pending intent before creating a new one.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "FLAG_NO_CREATE",
                    "deprecated": false,
                    "description": "<p>If the current intent does not exist, do not create it.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "FLAG_ONE_SHOT",
                    "deprecated": false,
                    "description": "<p>The pending intent can only be used once.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "FLAG_UPDATE_CURRENT",
                    "deprecated": false,
                    "description": "<p>If the current pending intent already exists, only update the current intent's extra data.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "CATEGORY_ALARM",
                    "deprecated": false,
                    "description": "<p>Notification category indicating an alarm or timer.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "CATEGORY_CALL",
                    "deprecated": false,
                    "description": "<p>Notification category indicating an incoming call (voice or video) or similar synchronous\ncommunication request.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "CATEGORY_EMAIL",
                    "deprecated": false,
                    "description": "<p>Notification category indicating an asynchronous bulk message (email).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "CATEGORY_ERROR",
                    "deprecated": false,
                    "description": "<p>Notification category indicating an error in background operation or authentication status.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "CATEGORY_EVENT",
                    "deprecated": false,
                    "description": "<p>Notification category indicating a calendar event.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "CATEGORY_MESSAGE",
                    "deprecated": false,
                    "description": "<p>Notification category indicating an incoming direct message (SMS, instant message, etc.).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "CATEGORY_PROGRESS",
                    "deprecated": false,
                    "description": "<p>Notification category indicating the progress of a long-running background operation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "CATEGORY_PROMO",
                    "deprecated": false,
                    "description": "<p>Notification category indicating a promotion or advertisement.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "CATEGORY_RECOMMENDATION",
                    "deprecated": false,
                    "description": "<p>Notification category indicating a specific, timely recommendation for a single thing.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "CATEGORY_SERVICE",
                    "deprecated": false,
                    "description": "<p>Notification category for a running background service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "CATEGORY_SOCIAL",
                    "deprecated": false,
                    "description": "<p>Notification category for a social network or sharing update.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "CATEGORY_STATUS",
                    "deprecated": false,
                    "description": "<p>Notification category indicating ongoing information about device or contextual status.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "CATEGORY_TRANSPORT",
                    "deprecated": false,
                    "description": "<p>Notification category indicating media transport control for playback.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "DEFAULT_ALL",
                    "deprecated": false,
                    "description": "<p>Use all default settings for a notification; see\n<a href=\"Titanium.Android.Notification.defaults\">Notification.defaults</a>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "DEFAULT_LIGHTS",
                    "deprecated": false,
                    "description": "<p>Use the default light settings for a notification; see\n<a href=\"Titanium.Android.Notification.defaults\">Notification.defaults</a>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "DEFAULT_SOUND",
                    "deprecated": false,
                    "description": "<p>Use the default sound settings for a notification; see\n<a href=\"Titanium.Android.Notification.defaults\">Notification.defaults</a>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "DEFAULT_VIBRATE",
                    "deprecated": false,
                    "description": "<p>Use the default vibration settings for a notification; see\n<a href=\"Titanium.Android.Notification.defaults\">Notification.defaults</a>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "FOREGROUND_SERVICE_TYPE_MANIFEST",
                    "deprecated": false,
                    "description": "<p>A special value indicates to use all types set in manifest file.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "FOREGROUND_SERVICE_TYPE_NONE",
                    "deprecated": false,
                    "description": "<p>The default foreground service type if not been set in manifest file.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "FOREGROUND_SERVICE_TYPE_MEDIA_PLAYBACK",
                    "deprecated": false,
                    "description": "<p>Constant corresponding to mediaPlayback in the R.attr.foregroundServiceType attribute. Music, video, news or other media playback.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "FOREGROUND_SERVICE_TYPE_PHONE_CALL",
                    "deprecated": false,
                    "description": "<p>Constant corresponding to phoneCall in the R.attr.foregroundServiceType attribute. Ongoing phone call or video conference.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "FOREGROUND_SERVICE_TYPE_LOCATION",
                    "deprecated": false,
                    "description": "<p>Constant corresponding to location in the R.attr.foregroundServiceType attribute. GPS, map, navigation location update.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "FOREGROUND_SERVICE_TYPE_CONNECTED_DEVICE",
                    "deprecated": false,
                    "description": "<p>Constant corresponding to connectedDevice in the R.attr.foregroundServiceType attribute. Auto, bluetooth, TV or other devices connection, monitoring and interaction.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "FOREGROUND_SERVICE_TYPE_MEDIA_PROJECTION",
                    "deprecated": false,
                    "description": "<p>Constant corresponding to mediaProjection in the R.attr.foregroundServiceType attribute. Managing a media projection session, e.g for screen recording or taking screenshots.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "FLAG_AUTO_CANCEL",
                    "deprecated": false,
                    "description": "<p>Cancel the notification when it is clicked by the user.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "FLAG_INSISTENT",
                    "deprecated": false,
                    "description": "<p>Repeat audio until the notification is cancelled or the notification window\nis opened.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "FLAG_NO_CLEAR",
                    "deprecated": false,
                    "description": "<p>Do not cancel the notification when the user clicks the Clear All button.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "FLAG_ONGOING_EVENT",
                    "deprecated": false,
                    "description": "<p>Specifies that a notification is in reference to something that is ongoing, like a phone call.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "FLAG_ONLY_ALERT_ONCE",
                    "deprecated": false,
                    "description": "<p>Play an alert (sound, lights, and/or vibration) once each time the notification is sent, even if it has not been canceled before that.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "FLAG_SHOW_LIGHTS",
                    "deprecated": false,
                    "description": "<p>Use LED lights to alert the user to the notification.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "PRIORITY_MAX",
                    "deprecated": false,
                    "description": "<p>Use for urgent or time-critical notifications, for example, turn-by-turn directions or\nemergency alerts.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "PRIORITY_HIGH",
                    "deprecated": false,
                    "description": "<p>Use for high priority notifications like real-time chat messages.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "PRIORITY_DEFAULT",
                    "deprecated": false,
                    "description": "<p>Default priority if it does not fit into another priority category.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "PRIORITY_LOW",
                    "deprecated": false,
                    "description": "<p>Use for low priority notifications like software updates.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "PRIORITY_MIN",
                    "deprecated": false,
                    "description": "<p>Use for expired events.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "VISIBILITY_PRIVATE",
                    "deprecated": false,
                    "description": "<p>Shows basic information about the notification.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "VISIBILITY_PUBLIC",
                    "deprecated": false,
                    "description": "<p>Shows the notification's full content on the lockscreen. This is the system default if visibility is left unspecified.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "VISIBILITY_SECRET",
                    "deprecated": false,
                    "description": "<p>Shows the most minimal information of the notification on the lockscreen.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "TILE_STATE_UNAVAILABLE",
                    "deprecated": false,
                    "description": "<p>QuickSettings tile is unavailble.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "TILE_STATE_INACTIVE",
                    "deprecated": false,
                    "description": "<p>QuickSettings tile is inactive.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "TILE_STATE_ACTIVE",
                    "deprecated": false,
                    "description": "<p>QuickSettings tile is active.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "WAKE_LOCK_PARTIAL",
                    "deprecated": false,
                    "description": "<p>Ensures that the CPU is running; the screen and keyboard backlight will be allowed to go off.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "WAKE_LOCK_FULL",
                    "deprecated": false,
                    "description": "<p>Ensures that the screen and keyboard backlight are on at full brightness.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "WAKE_LOCK_SCREEN_DIM",
                    "deprecated": false,
                    "description": "<p>Ensures that the screen is on (but may be dimmed); the keyboard backlight will be allowed to go off.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "WAKE_LOCK_SCREEN_BRIGHT",
                    "deprecated": false,
                    "description": "<p>Ensures that the screen is on at full brightness; the keyboard backlight will be allowed to go off.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "WAKE_LOCK_ACQUIRE_CAUSES_WAKEUP",
                    "deprecated": false,
                    "description": "<p>Turn the screen on when the wake lock is acquired.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "WAKE_LOCK_ON_AFTER_RELEASE",
                    "deprecated": false,
                    "description": "<p>When this wake lock is released, poke the user activity timer so the screen stays on for a little longer.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "PENDING_INTENT_FOR_ACTIVITY",
                    "deprecated": true,
                    "description": "<p>Not used. <strong>Deprecated since 2.0.0.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "PENDING_INTENT_FOR_BROADCAST",
                    "deprecated": true,
                    "description": "<p>Not used. <strong>Deprecated since 2.0.0.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "PENDING_INTENT_FOR_SERVICE",
                    "deprecated": true,
                    "description": "<p>Not used. <strong>Deprecated since 2.0.0.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "PENDING_INTENT_MAX_VALUE",
                    "deprecated": true,
                    "description": "<p>Not used. <strong>Deprecated since 2.0.0.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "R",
                    "deprecated": false,
                    "description": "<p>Accessor for Android system resources.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Titanium.Android.R",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "RESULT_CANCELED",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.Android.Activity.setResult\">setResult</a> to specify that\nan activity was canceled.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "RESULT_FIRST_USER",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.Android.Activity.setResult\">setResult</a> to specify a\nuser-defined result.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "RESULT_OK",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.Android.Activity.setResult\">setResult</a> to specify that\nan activity succeeded.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "SCREEN_ORIENTATION_BEHIND",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.Android.Activity.requestedOrientation\">requestedOrientation</a> to\nspecify the activity should run in the same orientation as the activity behind it\nin the activity stack.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "SCREEN_ORIENTATION_LANDSCAPE",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.Android.Activity.requestedOrientation\">requestedOrientation</a> to\nspecify a landscape screen orientation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "SCREEN_ORIENTATION_NOSENSOR",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.Android.Activity.requestedOrientation\">requestedOrientation</a> to\nspecify that the sensor should be ignored and the display should not rotate.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "SCREEN_ORIENTATION_PORTRAIT",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.Android.Activity.requestedOrientation\">requestedOrientation</a> to\nspecify a portrait screen orientation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "SCREEN_ORIENTATION_SENSOR",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.Android.Activity.requestedOrientation\">requestedOrientation</a> to\nspecify that orientation should be determined by the orientation sensor.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "SCREEN_ORIENTATION_UNSPECIFIED",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.Android.Activity.requestedOrientation\">requestedOrientation</a> to\nspecify that the system should use its default rules for determining the best\norientation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "SCREEN_ORIENTATION_USER",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.Android.Activity.requestedOrientation\">requestedOrientation</a> to\nspecify that the system should use the user's preferred orientation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "SHOW_AS_ACTION_ALWAYS",
                    "deprecated": false,
                    "description": "<p>Always show this item as an action button in the action bar.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "SHOW_AS_ACTION_COLLAPSE_ACTION_VIEW",
                    "deprecated": false,
                    "description": "<p>The action view can collapse to a normal menu item.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "SHOW_AS_ACTION_IF_ROOM",
                    "deprecated": false,
                    "description": "<p>Show this item as an action button if the system decides there is room for it.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "SHOW_AS_ACTION_NEVER",
                    "deprecated": false,
                    "description": "<p>Never display this item as an action button in the action bar.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "SHOW_AS_ACTION_WITH_TEXT",
                    "deprecated": false,
                    "description": "<p>When this item is in the action bar, always show it with a text label.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "NAVIGATION_MODE_STANDARD",
                    "deprecated": false,
                    "description": "<p>Standard Action Bar navigation mode.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "NAVIGATION_MODE_TABS",
                    "deprecated": false,
                    "description": "<p>Action Bar tab navigation mode.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "START_NOT_STICKY",
                    "deprecated": false,
                    "description": "<p>A Service start mode indicating that if the host application is stopped by Android, the service should not be restarted automatically.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "START_REDELIVER_INTENT",
                    "deprecated": false,
                    "description": "<p>A Service start mode indicating that if the host application is stopped by Android, the service should be restarted automatically and the original Intent re-sent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "STREAM_ALARM",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.Android.Notification.audioStreamType\">audioStreamType</a> to\nrequest that the alarm stream type for notifications be used.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "STREAM_DEFAULT",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.Android.Notification.audioStreamType\">audioStreamType</a> to request that the\ndefault stream type for notifications be used.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "STREAM_MUSIC",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.Android.Notification.audioStreamType\">audioStreamType</a> to\nrequest that the music stream type for notifications be used.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "STREAM_NOTIFICATION",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.Android.Notification.audioStreamType\">audioStreamType</a> to request that the\nnotification stream type for notifications be used.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "STREAM_RING",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.Android.Notification.audioStreamType\">audioStreamType</a> to request that the\nring stream type for notifications be used.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "STREAM_SYSTEM",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.Android.Notification.audioStreamType\">audioStreamType</a> to request that the\nsystem stream type for notifications be used.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "STREAM_VOICE_CALL",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.Android.Notification.audioStreamType\">audioStreamType</a> to request that the\nvoice call stream type for notifications be used.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "URI_INTENT_SCHEME",
                    "deprecated": false,
                    "description": "<p>The URI scheme used for intent URIs.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "IMPORTANCE_DEFAULT",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.Android.NotificationChannel\">NotificationChannel</a> to specify an importance level.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "IMPORTANCE_HIGH",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.Android.NotificationChannel\">NotificationChannel</a> to specify an importance level.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "IMPORTANCE_LOW",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.Android.NotificationChannel\">NotificationChannel</a> to specify an importance level.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "IMPORTANCE_MAX",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.Android.NotificationChannel\">NotificationChannel</a> to specify an importance level.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "IMPORTANCE_MIN",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.Android.NotificationChannel\">NotificationChannel</a> to specify an importance level.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "IMPORTANCE_NONE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.Android.NotificationChannel\">NotificationChannel</a> to specify an importance level.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "IMPORTANCE_UNSPECIFIED",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.Android.NotificationChannel\">NotificationChannel</a> to specify an importance level.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "currentActivity",
                    "deprecated": false,
                    "description": "<p>References the top-most window's activity.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Titanium.Android.Activity",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "currentService",
                    "deprecated": false,
                    "description": "<p>Service in the active context.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Titanium.Android.Service",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "rootActivity",
                    "deprecated": false,
                    "description": "<p>The first activity launched by the application.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Titanium.Android.Activity",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>The Android module allows the application to manage various Android components.</p>\n<h4>Drawer Layout</h4>\n<p>The drawer-layout components acts as a top-level container for window content that allows\nfor interactive &quot;drawer&quot; views to be pulled out from one or both vertical edges of the window.\nIt is represented by a <code>centerView</code> and optional <code>leftView</code> and <code>rightView</code> components that\ncan be swiped in and out with additional configuration and transitions. Learn more about\ndrawer-layouts in it's dedicated <a href=\"Titanium.UI.Android.DrawerLayout\">Titanium.UI.Android.DrawerLayout</a> docs.</p>\n<h4>Action Bar</h4>\n<p>An action bar is a UI feature that identifies the application and user location, and\nprovides user actions and navigation modes.</p>\n<p>The Titanium SDK lets you customize the look of the action bar and add action items.\nAction items are added using the <a href=\"Titanium.Android.Menu\">Titanium.Android.Menu</a> API.</p>\n<p>For more information about the action bar, see the\n<a href=\"Titanium.Android.ActionBar\">Titanium.Android.ActionBar API reference</a>.</p>\n<h4>Activities</h4>\n<p>An Android application is made up of one or more activities. Each activity represents a single screen\nwith a user interface.</p>\n<p>In Titanium, each <code>Window</code> or <code>TabGroup</code> has its own activity. The application\ncan access the activity of a <code>Window</code> and <code>TabGroup</code> object and monitor its lifecycle events.\nTitanium also lets you launch new activities by creating intents to launch them.\nSee the &quot;Intents&quot; section below.</p>\n<p>For more information about activities, see the\n<a href=\"Titanium.Android.Activity\">Titanium.Android.Activity API reference</a>.</p>\n<h4>Broadcast Intents and Receivers</h4>\n<p>Broadcast Intents allow your application to send out a message to any application that sets up\na Broadcast Receiver to listen to it. Your application can also register Broadcast Receivers\nto listen to system events sent by the Android OS, such as low battery warnings or airplane\nmode changes.</p>\n<p>For more information about broadcasts, see the\n<a href=\"https://docs.appcelerator.com/platform/latest/#!/guide/Android_Broadcast_Intents_and_Receivers\">Android Broadcast Intents and Receivers guide</a>\nand <a href=\"Titanium.Android.BroadcastReceiver\">Titanium.Android.BroadcastReceiver API reference</a>.</p>\n<h4>Intents</h4>\n<p>Intents are message objects that specify actions to perform which can start either activities,\nbroadcasts or services.</p>\n<p>For more information about intents, see the\n<a href=\"Titanium.Android.Intent\">Titanium.Android.Intent API reference</a>.</p>\n<h4>Intent Filters</h4>\n<p>Intent Filters advertise to the Android OS that your application handles certain actions and\ndata types. For example, when another application wants to share an image or text, your application\ncan define intent filters to let Android know your application can handle those data types.</p>\n<p>For more information about intent filters, see the\n<a href=\"https://docs.appcelerator.com/platform/latest/#!/guide/Android_Intent_Filters\">Android Intent Filters guide</a>.</p>\n<h4>Notifications</h4>\n<p>Notifications alert the user that something is happening to your application while it is\nin the background. Notifications appear in the notification drawer until the user\nclears them and on the lock screen for devices running Android 5.0 or greater.\nNote that the user can filter or turn notifications on and off from <strong>Settings</strong>.\nFor more information about notifications, see the\n<a href=\"Titanium.Android.Notification\">Titanium.Android.Notification API reference</a>.</p>\n<p>For Android toast notifications (pop-up notifications sent while the application is in the\nforeground), see <a href=\"Titanium.UI.Notification\">Titanium.UI.Notification</a>.</p>\n<h4>Options Menu</h4>\n<p>The options menu is a feature of older Android devices (prior to Android 3.0 (API 11)), and has been\nreplaced by the action bar. The options menu is accessed by pressing the <strong>Menu</strong> and presents\na pop-up menu of options the user can execute.</p>\n<p>The <code>Titanium.Android.Menu</code> API is used to construct both the options menu and action items for\nthe action bar.</p>\n<p>For more information about the options menu, see the\n<a href=\"Titanium.Android.Menu\">Titanium.Android.Menu API reference</a>.</p>\n<h4>Services</h4>\n<p>A service is a component started by an application that runs in the background. The service\ndoes not have any application UI associated with it, so the user does not directly interact\nwith it, only your application.</p>\n<p>The Titanium SDK gives you the ability to write your own Android Services using JavaScript.\nThe service executes your JavaScript code at intervals you specify. Note that the service\nwill stop running when you back out of the app. So, if you want the service to continue running,\nthen it's recommended that you set the root window's <a href=\"Titanium.UI.Window.exitOnClose\">exitOnClose</a>\nproperty to <code>false</code> so that the window will persist in the background like iOS.</p>\n<p>For more information about services, see the\n<a href=\"Titanium.Android.Service\">Titanium.Android.Service API reference</a>.</p>\n<h4>Permissions</h4>\n<p>Starting from Android 6.0 (API level 23), users need to grant certain permissions to apps while the\napp is running. You can read it more <a href=\"https://developer.android.com/training/permissions/requesting.html\">here</a>.</p>\n<p>In Titanium SDK, to support this, we have the <a href=\"Titanium.Android.requestPermissions\">Titanium.Android.requestPermissions</a> method. It is used to\nrequest any permission you may need. An example of using it is shown below:</p>\n<pre><code>var permissions = [ 'android.permission.CAMERA', 'android.permission.READ_EXTERNAL_STORAGE', 'android.permission.WRITE_EXTERNAL_STORAGE' ];\nTi.Android.requestPermissions(permissions, function (e) {\n    if (e.success) {\n        Ti.API.info('SUCCESS');\n    } else {\n        Ti.API.info('ERROR: ' + e.error);\n    }\n});\n</code></pre>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "1.5"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                }
            ]
        },
        {
            "name": "ServiceIntentOptions",
            "description": "<p>Options passed to <a href=\"Titanium.Android.createServiceIntent\">Titanium.Android.createServiceIntent</a>.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "url",
                    "deprecated": false,
                    "description": "<p>URL for the service's JavaScript.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "startMode",
                    "deprecated": false,
                    "description": "<p>One of the <code>START_*</code> constants from <a href=\"Titanium.Android\">Titanium.Android</a> to specify the &quot;stickiness&quot; of the Service when Android shuts down the host application.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.Android.START_NOT_STICKY",
                        "Titanium.Android.START_REDELIVER_INTENT"
                    ],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "RequestPermissionAccessResult",
            "description": "<p>Argument passed to the callback when a request finishes successfully or erroneously.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "ErrorResponse",
            "isInternal": false,
            "properties": [
                {
                    "name": "success",
                    "deprecated": false,
                    "description": "<p>Indicates if the operation succeeded.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "error",
                    "deprecated": false,
                    "description": "<p>Error message, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "code",
                    "deprecated": false,
                    "description": "<p>Error code. Returns 0 if <code>success</code> is <code>true</code>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.Android.BigPictureStyle",
            "description": "<p>Helper object for generating large-format notifications that include a large image attachment.</p>",
            "deprecated": false,
            "events": [],
            "examples": [
                {
                    "title": "Big picture style Example",
                    "code": "<p>This example will be use image that placed in one of the density-specific folder\nunder <code>Resources/android/images</code></p>\n<pre><code>var bigPictureStyle = Titanium.Android.createBigPictureStyle({\n    bigPicture: &quot;/images/bigPicture.png&quot;,\n    bigContentTitle: &quot;Title for big picture&quot;,\n    summaryText: &quot;Summary for big picture&quot;\n});\n</code></pre>\n<p>Create big image style notification</p>\n<pre><code>var notification = Titanium.Android.createNotification({\n    contentTitle: 'Something Happened',\n    contentText : 'Click to return to the application.',\n    style: bigPictureStyle,\n    time: Date.now()\n});\n</code></pre>\n<p>Send the notification.</p>\n<pre><code>Titanium.Android.NotificationManager.notify(1, notification);\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.BigPictureStyle.bubbleParent\">Titanium.Android.BigPictureStyle.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.BigPictureStyle.bubbleParent\">Titanium.Android.BigPictureStyle.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.BigPictureStyle.bubbleParent\">Titanium.Android.BigPictureStyle.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.BigPictureStyle.bubbleParent\">Titanium.Android.BigPictureStyle.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.BigPictureStyle.apiName\">Titanium.Android.BigPictureStyle.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.BigPictureStyle.apiName\">Titanium.Android.BigPictureStyle.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.BigPictureStyle.lifecycleContainer\">Titanium.Android.BigPictureStyle.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.BigPictureStyle.lifecycleContainer\">Titanium.Android.BigPictureStyle.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.BigPictureStyle.lifecycleContainer\">Titanium.Android.BigPictureStyle.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.BigPictureStyle.lifecycleContainer\">Titanium.Android.BigPictureStyle.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBigLargeIcon",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.BigPictureStyle.bigLargeIcon\">Titanium.Android.BigPictureStyle.bigLargeIcon</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.BigPictureStyle.bigLargeIcon\">Titanium.Android.BigPictureStyle.bigLargeIcon</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBigLargeIcon",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.BigPictureStyle.bigLargeIcon\">Titanium.Android.BigPictureStyle.bigLargeIcon</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.BigPictureStyle.bigLargeIcon\">Titanium.Android.BigPictureStyle.bigLargeIcon</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bigLargeIcon",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBigPicture",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.BigPictureStyle.bigPicture\">Titanium.Android.BigPictureStyle.bigPicture</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.BigPictureStyle.bigPicture\">Titanium.Android.BigPictureStyle.bigPicture</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBigPicture",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.BigPictureStyle.bigPicture\">Titanium.Android.BigPictureStyle.bigPicture</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.BigPictureStyle.bigPicture\">Titanium.Android.BigPictureStyle.bigPicture</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bigPicture",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBigContentTitle",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.BigPictureStyle.bigContentTitle\">Titanium.Android.BigPictureStyle.bigContentTitle</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.BigPictureStyle.bigContentTitle\">Titanium.Android.BigPictureStyle.bigContentTitle</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBigContentTitle",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.BigPictureStyle.bigContentTitle\">Titanium.Android.BigPictureStyle.bigContentTitle</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.BigPictureStyle.bigContentTitle\">Titanium.Android.BigPictureStyle.bigContentTitle</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bigContentTitle",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getDecodeRetries",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.BigPictureStyle.decodeRetries\">Titanium.Android.BigPictureStyle.decodeRetries</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.BigPictureStyle.decodeRetries\">Titanium.Android.BigPictureStyle.decodeRetries</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setDecodeRetries",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.BigPictureStyle.decodeRetries\">Titanium.Android.BigPictureStyle.decodeRetries</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.BigPictureStyle.decodeRetries\">Titanium.Android.BigPictureStyle.decodeRetries</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "decodeRetries",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getSummaryText",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.BigPictureStyle.summaryText\">Titanium.Android.BigPictureStyle.summaryText</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.BigPictureStyle.summaryText\">Titanium.Android.BigPictureStyle.summaryText</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setSummaryText",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.BigPictureStyle.summaryText\">Titanium.Android.BigPictureStyle.summaryText</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.BigPictureStyle.summaryText\">Titanium.Android.BigPictureStyle.summaryText</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "summaryText",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": true,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "bigLargeIcon",
                    "deprecated": false,
                    "description": "<p>Override the <a href=\"Titanium.Android.Notification.largeIcon\">Titanium.Android.Notification.largeIcon</a> when the big notification is shown.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "bigPicture",
                    "deprecated": false,
                    "description": "<p>Provide the bitmap to be used as the payload for the BigPicture notification.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "bigContentTitle",
                    "deprecated": false,
                    "description": "<p>Overrides <a href=\"Titanium.Android.Notification.contentTitle\">Titanium.Android.Notification.contentTitle</a> in the big form of the notification. This defaults to the value passed to <a href=\"Titanium.Android.Notification.contentTitle\">Titanium.Android.Notification.contentTitle</a>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "decodeRetries",
                    "deprecated": false,
                    "description": "<p>Number of times to retry decoding the bitmap at bigPicture URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "summaryText",
                    "deprecated": false,
                    "description": "<p>Set the first line of text after the detail section in the big form of the notification.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>If the platform does not provide large-format notifications, this style helper has no effect.\nThe user will always see the normal notification view.</p>\n<p>This style object attaches to a <a href=\"Titanium.UI.Notification\">Titanium.UI.Notification</a> object and modifies its behavior.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "5.4.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                }
            ]
        },
        {
            "name": "Titanium.Android.BigTextStyle",
            "description": "<p>Helper object for generating large-format notifications that include a lot of text.</p>",
            "deprecated": false,
            "events": [],
            "examples": [
                {
                    "title": "Big text style Example",
                    "code": "<pre><code>var bigTextStyle = Titanium.Android.createBigTextStyle({\nbigText: &quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.&quot;,\nbigContentTitle: &quot;Title for big text&quot;,\nsummaryText: &quot;Summary for big text&quot;\n});\n// Create big text style notification\nvar notification = Titanium.Android.createNotification({\ncontentTitle: 'Something Happened',\ncontentText : 'Click to return to the application.',\nstyle: bigTextStyle,\ntime: Date.now()\n});\n// Send the notification.\nTitanium.Android.NotificationManager.notify(1, notification);</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.BigTextStyle.bubbleParent\">Titanium.Android.BigTextStyle.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.BigTextStyle.bubbleParent\">Titanium.Android.BigTextStyle.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.BigTextStyle.bubbleParent\">Titanium.Android.BigTextStyle.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.BigTextStyle.bubbleParent\">Titanium.Android.BigTextStyle.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.BigTextStyle.apiName\">Titanium.Android.BigTextStyle.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.BigTextStyle.apiName\">Titanium.Android.BigTextStyle.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.BigTextStyle.lifecycleContainer\">Titanium.Android.BigTextStyle.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.BigTextStyle.lifecycleContainer\">Titanium.Android.BigTextStyle.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.BigTextStyle.lifecycleContainer\">Titanium.Android.BigTextStyle.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.BigTextStyle.lifecycleContainer\">Titanium.Android.BigTextStyle.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBigText",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.BigTextStyle.bigText\">Titanium.Android.BigTextStyle.bigText</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.BigTextStyle.bigText\">Titanium.Android.BigTextStyle.bigText</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBigText",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.BigTextStyle.bigText\">Titanium.Android.BigTextStyle.bigText</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.BigTextStyle.bigText\">Titanium.Android.BigTextStyle.bigText</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bigText",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBigContentTitle",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.BigTextStyle.bigContentTitle\">Titanium.Android.BigTextStyle.bigContentTitle</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.BigTextStyle.bigContentTitle\">Titanium.Android.BigTextStyle.bigContentTitle</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBigContentTitle",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.BigTextStyle.bigContentTitle\">Titanium.Android.BigTextStyle.bigContentTitle</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.BigTextStyle.bigContentTitle\">Titanium.Android.BigTextStyle.bigContentTitle</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bigContentTitle",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getSummaryText",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.BigTextStyle.summaryText\">Titanium.Android.BigTextStyle.summaryText</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.BigTextStyle.summaryText\">Titanium.Android.BigTextStyle.summaryText</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setSummaryText",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.BigTextStyle.summaryText\">Titanium.Android.BigTextStyle.summaryText</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.BigTextStyle.summaryText\">Titanium.Android.BigTextStyle.summaryText</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "summaryText",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": true,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "bigText",
                    "deprecated": false,
                    "description": "<p>Sets the longer text to be displayed in the big form of the notification in place of the content text.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "bigContentTitle",
                    "deprecated": false,
                    "description": "<p>Overrides <a href=\"Titanium.Android.Notification.contentTitle\">Titanium.Android.Notification.contentTitle</a> in the big form of the notification. This defaults to the value passed to <a href=\"Titanium.Android.Notification.contentTitle\">Titanium.Android.Notification.contentTitle</a>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "summaryText",
                    "deprecated": false,
                    "description": "<p>Set the first line of text after the detail section in the big form of the notification.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>If the platform does not provide large-format notifications, this style helper has no effect.\nThe user will always see the normal notification view.</p>\n<p>This style object attaches to a <a href=\"Titanium.Android.Notification\">Titanium.Android.Notification</a> object and modifies its behavior.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "5.4.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                }
            ]
        },
        {
            "name": "Titanium.Android.BroadcastReceiver",
            "description": "<p>Monitor and handle Android system broadcasts.</p>",
            "deprecated": false,
            "events": [],
            "examples": [
                {
                    "title": "Create and register a broadcast receiver",
                    "code": "<p>This example creates a broadcast receiver and registers it to handle the airplane mode broadcast.</p>\n<pre><code>var bc = Ti.Android.createBroadcastReceiver({\n    onReceived: function() {\n        Ti.API.info('Handling broadcast.');\n    }\n});\n\nTi.Android.registerBroadcastReceiver(bc, [Ti.Android.ACTION_AIRPLANE_MODE_CHANGED]);\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.BroadcastReceiver.bubbleParent\">Titanium.Android.BroadcastReceiver.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.BroadcastReceiver.bubbleParent\">Titanium.Android.BroadcastReceiver.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.BroadcastReceiver.bubbleParent\">Titanium.Android.BroadcastReceiver.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.BroadcastReceiver.bubbleParent\">Titanium.Android.BroadcastReceiver.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.BroadcastReceiver.apiName\">Titanium.Android.BroadcastReceiver.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.BroadcastReceiver.apiName\">Titanium.Android.BroadcastReceiver.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.BroadcastReceiver.lifecycleContainer\">Titanium.Android.BroadcastReceiver.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.BroadcastReceiver.lifecycleContainer\">Titanium.Android.BroadcastReceiver.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.BroadcastReceiver.lifecycleContainer\">Titanium.Android.BroadcastReceiver.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.BroadcastReceiver.lifecycleContainer\">Titanium.Android.BroadcastReceiver.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getOnReceived",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.BroadcastReceiver.onReceived\">Titanium.Android.BroadcastReceiver.onReceived</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.BroadcastReceiver.onReceived\">Titanium.Android.BroadcastReceiver.onReceived</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Function",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setOnReceived",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.BroadcastReceiver.onReceived\">Titanium.Android.BroadcastReceiver.onReceived</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.BroadcastReceiver.onReceived\">Titanium.Android.BroadcastReceiver.onReceived</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "onReceived",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getUrl",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.BroadcastReceiver.url\">Titanium.Android.BroadcastReceiver.url</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.BroadcastReceiver.url\">Titanium.Android.BroadcastReceiver.url</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setUrl",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.BroadcastReceiver.url\">Titanium.Android.BroadcastReceiver.url</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.BroadcastReceiver.url\">Titanium.Android.BroadcastReceiver.url</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "url",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": true,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "onReceived",
                    "deprecated": false,
                    "description": "<p>The function called when a broadcast is received.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Function",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "url",
                    "deprecated": false,
                    "description": "<p>URL of the JavaScript file to handle the broadcast.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>The application can use broadcast receivers to monitor system events from the Android OS\nas well as custom broadcasts sent by other applications. The application will need to know the\nname of the broadcast actions in order to monitor them. Note that Titanium only supports\nprogrammatically creating and registering broadcast receivers. Titanium does not support\ndeclaring a receiver in the Android manifest.</p>\n<p>To create a Broadcast Receiver, use the <a href=\"Titanium.Android.createBroadcastReceiver\">Titanium.Android.createBroadcastReceiver</a> method.\nSpecify either a callback to handle the broadcast with the <code>onReceived</code> property or a\nJavaScript file with the <code>url</code> property.  Do not specify both.  If both properties are\nused, the <code>url</code> property takes precedence.</p>\n<p>To start listening to a broadcast, pass the <code>BroadcastReceiver</code> object and an array of\nbroadcast actions to listen for to the <a href=\"Titanium.Android.registerBroadcastReceiver\">Titanium.Android.registerBroadcastReceiver</a> method.</p>\n<p>Titanium exposes some of the system-level broadcasts as the <code>Titanium.Android.ACTION_*</code>\nconstants. Note that some of these constants are not broadcast messages.</p>\n<p>You can also define a custom broadcast action.  Use a reverse domain name scheme in order to\navoid potential conflicts with other applications.</p>\n<p>To stop listening to a broadcast, pass the <code>BroadcastReceiver</code> object to the\n<a href=\"Titanium.Android.unregisterBroadcastReceiver\">Titanium.Android.unregisterBroadcastReceiver</a> method.</p>\n<p>To monitor a broadcast that requires a special permission, declare the <strong><code>&lt;uses-permission&gt;</code></strong>\nelement in the Android manifest section of the <code>tiapp.xml</code> file for each broadcast that uses\na special permission.  For example, to monitor the <code>NEW_OUTGOING_CALL</code> broadcast, the\napplication needs to add the following permission:</p>\n<pre><code>&lt;ti:app&gt;\n    &lt;android&gt;\n        &lt;manifest&gt;\n            &lt;uses-permission android:name=&quot;android.permission.NEW_OUTGOING_CALL&quot; /&gt;\n        &lt;/manifest&gt;\n    &lt;/android&gt;\n&lt;/ti:app&gt;\n</code></pre>\n<p>Further Reading:</p>\n<ul>\n<li><a href=\"https://docs.appcelerator.com/platform/latest/#!/guide/Android_Broadcast_Intents_and_Receivers\">Android Broadcast Intents and Receivers guide</a></li>\n<li><a href=\"https://developer.android.com/reference/android/content/BroadcastReceiver.html\">Android Developers: Broadcast Receivers</a>.</li>\n</ul>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "3.1.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                }
            ]
        },
        {
            "name": "Titanium.Android.Calendar.Alert",
            "description": "<p>An object that represents a single alert for an event in an Android calendar. <strong>Removed in 6.0.0. Use <a href=\"Titanium.Calendar\">Titanium.Calendar</a> instead.</strong></p>",
            "deprecated": true,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.Calendar.Alert.bubbleParent\">Titanium.Android.Calendar.Alert.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.Calendar.Alert.bubbleParent\">Titanium.Android.Calendar.Alert.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.Calendar.Alert.bubbleParent\">Titanium.Android.Calendar.Alert.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.Calendar.Alert.bubbleParent\">Titanium.Android.Calendar.Alert.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.Calendar.Alert.apiName\">Titanium.Android.Calendar.Alert.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.Calendar.Alert.apiName\">Titanium.Android.Calendar.Alert.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.Calendar.Alert.lifecycleContainer\">Titanium.Android.Calendar.Alert.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.Calendar.Alert.lifecycleContainer\">Titanium.Android.Calendar.Alert.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.Calendar.Alert.lifecycleContainer\">Titanium.Android.Calendar.Alert.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.Calendar.Alert.lifecycleContainer\">Titanium.Android.Calendar.Alert.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getAlarmTime",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.Calendar.Alert.alarmTime\">Titanium.Android.Calendar.Alert.alarmTime</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.Calendar.Alert.alarmTime\">Titanium.Android.Calendar.Alert.alarmTime</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Date",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBegin",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.Calendar.Alert.begin\">Titanium.Android.Calendar.Alert.begin</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.Calendar.Alert.begin\">Titanium.Android.Calendar.Alert.begin</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Date",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getEnd",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.Calendar.Alert.end\">Titanium.Android.Calendar.Alert.end</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.Calendar.Alert.end\">Titanium.Android.Calendar.Alert.end</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Date",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getEventId",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.Calendar.Alert.eventId\">Titanium.Android.Calendar.Alert.eventId</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.Calendar.Alert.eventId\">Titanium.Android.Calendar.Alert.eventId</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getId",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.Calendar.Alert.id\">Titanium.Android.Calendar.Alert.id</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.Calendar.Alert.id\">Titanium.Android.Calendar.Alert.id</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getMinutes",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.Calendar.Alert.minutes\">Titanium.Android.Calendar.Alert.minutes</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.Calendar.Alert.minutes\">Titanium.Android.Calendar.Alert.minutes</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getState",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.Calendar.Alert.state\">Titanium.Android.Calendar.Alert.state</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.Calendar.Alert.state\">Titanium.Android.Calendar.Alert.state</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "alarmTime",
                    "deprecated": false,
                    "description": "<p>Date/time at which this alert alarm is set to trigger.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Date",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "begin",
                    "deprecated": false,
                    "description": "<p>Start date/time for the corresponding event.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Date",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "end",
                    "deprecated": false,
                    "description": "<p>End date/time for the corresponding event.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Date",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "eventId",
                    "deprecated": false,
                    "description": "<p>Identifier of the event for which this alert is set.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "id",
                    "deprecated": false,
                    "description": "<p>Identifier of this alert.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "minutes",
                    "deprecated": false,
                    "description": "<p>Reminder notice period in minutes, that determines how long prior to the event this alert\nshould trigger.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "state",
                    "deprecated": false,
                    "description": "<p>The current state of the alert.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "1.5"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                }
            ]
        },
        {
            "name": "Titanium.Android.Calendar",
            "description": "<p>The Android.Calendar module provides proxies and methods for accessing the native Android\ncalendar functionality.\n<strong>Removed in 6.0.0. Use <a href=\"Titanium.Calendar\">Titanium.Calendar</a> instead.</strong></p>",
            "deprecated": true,
            "events": [],
            "examples": [
                {
                    "title": "All Calendars vs Selectable Calendars",
                    "code": "<p>Print the names of all calendars known to Android, and the names of calendars that\nhave been selected in the native Android calendar application.</p>\n<pre><code>function showCalendars(calendars) {\n    for (var i = 0; i &lt; calendars.length; i++) {\n        Ti.API.info(calendars[i].name);\n    }\n}\n\nTi.API.info('ALL CALENDARS:');\nshowCalendars(Ti.Android.Calendar.allCalendars);\nTi.API.info('SELECTABLE CALENDARS:');\nshowCalendars(Ti.Android.Calendar.selectableCalendars);\n</code></pre>"
                },
                {
                    "title": "Events in a year",
                    "code": "<p>Create a picker to allow an existing calendar to be selected and, when a button is clicked,\ngenerate details of all events in that calendar for the current year .</p>\n<pre><code>var calendars = [];\nvar selectedCalendarName;\nvar selectedCalendarId;\nvar pickerData = [];\n\nvar win = Ti.UI.createWindow({\n  backgroundColor: 'white',\n  exitOnClose: true,\n  fullscreen: false,\n  layout: 'vertical',\n  title: 'Calendar Demo'\n});\n\nvar scrollView = Ti.UI.createScrollView({\n  backgroundColor: '#eee',\n  height: 500,\n  top: 20\n});\n\nvar label = Ti.UI.createLabel({\n  backgroundColor: 'white',\n  text: 'Click on the button to display the events for the selected calendar',\n  textAlign: Ti.UI.TEXT_ALIGNMENT_CENTER,\n  top: 20\n});\nscrollView.add(label);\n\nvar selectableCalendars = Ti.Android.Calendar.selectableCalendars;\nfor (var i = 0, ilen = selectableCalendars.length; i &lt; ilen; i++) {\n  calendars.push({ name: selectableCalendars[i].name, id: selectableCalendars[i].id });\n  pickerData.push( Ti.UI.createPickerRow({ title: calendars[i].name }) );\n  if(i === 0){\n    selectedCalendarName = selectableCalendars[i].name;\n    selectedCalendarId = selectableCalendars[i].id;\n  }\n}\nvar selectableCalendars = null;\n\nif(!calendars.length){\n  label.text = 'No calendars available. Select at least one in the native calendar before using this app';\n} else {\n  label.text = 'Click button to view calendar events';\n  \n  var picker = Ti.UI.createPicker({\n    top:20\n  });\n  \n  picker.add(pickerData);\n  win.add(picker);\n  \n  picker.addEventListener('change', function(e){\n    for (var i = 0, ilen = calendars.length; i &lt; ilen; i++) {\n      if(calendars[i].name === e.row.title){\n        selectedCalendarName = calendars[i].name;\n        selectedCalendarId = calendars[i].id;\n      }\n    }\n  });\n  \n  var button = Ti.UI.createButton({\n    title: 'View events',\n    top: 20\n  });\n  win.add(button);\n  \n  button.addEventListener('click', function(e){\n    label.text = 'Generating...';\n    \n    var currentYear = new Date().getFullYear();\n    \n    var consoleString = '';\n    \n    function print(s) {\n      if (consoleString.length) {\n        consoleString = consoleString + '\\n';\n      }\n      consoleString = consoleString + s;\n    }\n    \n    var calendar = Ti.Android.Calendar.getCalendarById(selectedCalendarId);\n    \n    function printReminder(r) {\n      var typetext = '[method unknown]';\n      if (r.method == Ti.Android.Calendar.METHOD_EMAIL) {\n        typetext = 'Email';\n      } else if (r.method == Ti.Android.Calendar.METHOD_SMS) {\n        typetext = 'SMS';\n      } else if (r.method == Ti.Android.Calendar.METHOD_ALERT) {\n        typetext = 'Alert';\n      } else if (r.method == Ti.Android.Calendar.METHOD_DEFAULT) {\n        typetext = '[default reminder method]';\n      }\n      print(typetext + ' reminder to be sent ' + r.minutes + ' minutes before the event');\n    }\n    \n    function printAlert(a) {\n      print('Alert id ' + a.id + ' begin ' + a.begin + '; end ' + a.end + '; alarmTime ' + a.alarmTime + '; minutes ' + a.minutes);\n    }\n    \n    function printEvent(event) {\n      if (event.allDay) {\n        print('Event: ' + event.title + '; ' + event.begin.toLocaleDateString() + ' (all day)');\n      } else {\n        print('Event: ' + event.title + '; ' + event.begin.toLocaleDateString() + ' ' + event.begin.toLocaleTimeString()+ '-' + event.end.toLocaleTimeString());\n      }\n      \n      var reminders = event.reminders;\n      if (reminders &amp;&amp; reminders.length) {\n        print('There is/are ' + reminders.length + ' reminder(s)');\n        for (var i = 0; i &lt; reminders.length; i++) {\n          printReminder(reminders[i]);\n        }\n      }\n      \n      print('hasAlarm? ' + event.hasAlarm);\n      var alerts = event.alerts;\n      if (alerts &amp;&amp; alerts.length) {\n        for (var i = 0; i &lt; alerts.length; i++) {\n          printAlert(alerts[i]);\n        }\n      }\n      \n      var status = event.status;\n      if (status == Ti.Android.Calendar.STATUS_TENTATIVE) {\n        print('This event is tentative');\n      }\n      if (status == Ti.Android.Calendar.STATUS_CONFIRMED) {\n        print('This event is confirmed');\n      }\n      if (status == Ti.Android.Calendar.STATUS_CANCELED) {\n        print('This event was canceled');\n      }\n    }\n    \n    var events = calendar.getEventsInYear(currentYear);\n    if (events &amp;&amp; events.length) {\n      print(events.length + ' event(s) in ' + currentYear);\n      print('');\n      for (var i = 0; i &lt; events.length; i++) {\n        printEvent(events[i]);\n        print('');\n      }\n    } else {\n      print('No events');\n    }\n    \n    label.text = consoleString;\n  });\n}\n\nwin.add(scrollView);\n\nwin.open();\n</code></pre>"
                },
                {
                    "title": "Create an Event and Reminder",
                    "code": "<p>Creates an event and adds an e-mail reminder for 10 minutes before the event.</p>\n<pre><code>var CALENDAR_TO_USE = 3;\nvar calendar = Ti.Android.Calendar.getCalendarById(CALENDAR_TO_USE);\n\n// Create the event\nvar eventBegins = new Date(2010, 11, 26, 12, 0, 0);\nvar eventEnds = new Date(2010, 11, 26, 14, 0, 0);\nvar details = {\n    title: 'Do some stuff',\n    description: &quot;I'm going to do some stuff at this time.&quot;,\n    begin: eventBegins,\n    end: eventEnds\n};\n\nvar event = calendar.createEvent(details);\n\n// Now add a reminder via e-mail for 10 minutes before the event.\nvar reminderDetails = {\n    minutes: 10,\n    method: Ti.Android.Calendar.METHOD_EMAIL\n};\nevent.createReminder(reminderDetails);\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getCalendarById",
                    "deprecated": false,
                    "description": "<p>Gets the calendar with the specified identifier.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "id",
                            "constants": [],
                            "description": "<p>Integer identifier of the calendar.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Android.Calendar.Calendar",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.Calendar.bubbleParent\">Titanium.Android.Calendar.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.Calendar.bubbleParent\">Titanium.Android.Calendar.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.Calendar.bubbleParent\">Titanium.Android.Calendar.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.Calendar.bubbleParent\">Titanium.Android.Calendar.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.Calendar.apiName\">Titanium.Android.Calendar.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.Calendar.apiName\">Titanium.Android.Calendar.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.Calendar.lifecycleContainer\">Titanium.Android.Calendar.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.Calendar.lifecycleContainer\">Titanium.Android.Calendar.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.Calendar.lifecycleContainer\">Titanium.Android.Calendar.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.Calendar.lifecycleContainer\">Titanium.Android.Calendar.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getAllAlerts",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.Calendar.allAlerts\">Titanium.Android.Calendar.allAlerts</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.Calendar.allAlerts\">Titanium.Android.Calendar.allAlerts</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getAllCalendars",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.Calendar.allCalendars\">Titanium.Android.Calendar.allCalendars</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.Calendar.allCalendars\">Titanium.Android.Calendar.allCalendars</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getSelectableCalendars",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.Calendar.selectableCalendars\">Titanium.Android.Calendar.selectableCalendars</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.Calendar.selectableCalendars\">Titanium.Android.Calendar.selectableCalendars</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Module",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "METHOD_ALERT",
                    "deprecated": false,
                    "description": "<p>Reminder alert delivery method.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "METHOD_DEFAULT",
                    "deprecated": false,
                    "description": "<p>Reminder default delivery method.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "METHOD_EMAIL",
                    "deprecated": false,
                    "description": "<p>Reminder email delivery method.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "METHOD_SMS",
                    "deprecated": false,
                    "description": "<p>Reminder SMS delivery method.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "STATE_DISMISSED",
                    "deprecated": false,
                    "description": "<p>Alert dismissed state.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "STATE_FIRED",
                    "deprecated": false,
                    "description": "<p>Alert fired state.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "STATE_SCHEDULED",
                    "deprecated": false,
                    "description": "<p>Alert scheduled status.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "STATUS_CANCELED",
                    "deprecated": false,
                    "description": "<p>Event canceled status.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "STATUS_CONFIRMED",
                    "deprecated": false,
                    "description": "<p>Event confirmed status.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "STATUS_TENTATIVE",
                    "deprecated": false,
                    "description": "<p>Event tentative status.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "VISIBILITY_CONFIDENTIAL",
                    "deprecated": false,
                    "description": "<p>Event confidential visibility.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "VISIBILITY_DEFAULT",
                    "deprecated": false,
                    "description": "<p>Event default visibility.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "VISIBILITY_PRIVATE",
                    "deprecated": false,
                    "description": "<p>Event private visibility.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "VISIBILITY_PUBLIC",
                    "deprecated": false,
                    "description": "<p>Event public visibility.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "allAlerts",
                    "deprecated": false,
                    "description": "<p>All alerts in selected calendars.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "allCalendars",
                    "deprecated": false,
                    "description": "<p>All calendars known to the native calendar app.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "selectableCalendars",
                    "deprecated": false,
                    "description": "<p>All calendars selected within the native calendar app, which may be a subset of <code>allCalendars</code>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>This module supports retrieving information about existing events and creating new events.<br>\nHowever, modifying or deleting existing events is not yet supported.<br>\nAdditionally, recurring events are not yet supported.</p>\n<p>Currently, calendar permissions must be explicitly configured in <code>tiapp.xml</code> in order to access the\ncalendar. See &quot;Common Requirements&quot; in\n<a href=\"https://docs.appcelerator.com/platform/latest/#!/guide/tiapp.xml_and_timodule.xml_Reference\">tiapp.xml and timodule.xml Reference</a>.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "1.5"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                }
            ]
        },
        {
            "name": "CalendarPermissionResponse",
            "description": "<p>Argument passed to the callback when a request finishes successfully or erroneously.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "success",
                    "deprecated": false,
                    "description": "<p>Indicates whether the request succeeded.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "error",
                    "deprecated": false,
                    "description": "<p>Error message, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "code",
                    "deprecated": false,
                    "description": "<p>Error code, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "5.1.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                }
            ]
        },
        {
            "name": "Titanium.Android.Calendar.Calendar",
            "description": "<p>An object that represents a single calendar on Android. <strong>Removed in 6.0.0. Use <a href=\"Titanium.Calendar\">Titanium.Calendar</a> instead.</strong></p>",
            "deprecated": true,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "createEvent",
                    "deprecated": false,
                    "description": "<p>Creates an event in this calendar.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "properties",
                            "constants": [],
                            "description": "<p>Properties of the event</p>",
                            "type": "Titanium.Android.Calendar.Event",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Android.Calendar.Event",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getEventById",
                    "deprecated": false,
                    "description": "<p>Gets the event with the specified identifier.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "id",
                            "constants": [],
                            "description": "<p>Identifier of the event.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Android.Calendar.Event",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getEventsBetweenDates",
                    "deprecated": false,
                    "description": "<p>Gets events that occur between two dates.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "date1",
                            "constants": [],
                            "description": "<p>Start date.</p>",
                            "type": "Date",
                            "usage": "required"
                        },
                        {
                            "name": "date2",
                            "constants": [],
                            "description": "<p>End date.</p>",
                            "type": "Date",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getEventsInDate",
                    "deprecated": false,
                    "description": "<p>Gets events that occur on a specified date.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "year",
                            "constants": [],
                            "description": "<p>Year of the events.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "month",
                            "constants": [],
                            "description": "<p>Month of the events, as a zero-based integer with January at 0 and December at 11.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "day",
                            "constants": [],
                            "description": "<p>Day of the month of the events.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getEventsInMonth",
                    "deprecated": false,
                    "description": "<p>Gets events that occur during a specified month.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "year",
                            "constants": [],
                            "description": "<p>Year of the events.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "month",
                            "constants": [],
                            "description": "<p>Month of the events, as a zero-based integer with January at 0 and December at 11.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getEventsInYear",
                    "deprecated": false,
                    "description": "<p>Gets all events that occur during a specified year.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "year",
                            "constants": [],
                            "description": "<p>Year of the events.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.Calendar.Calendar.bubbleParent\">Titanium.Android.Calendar.Calendar.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.Calendar.Calendar.bubbleParent\">Titanium.Android.Calendar.Calendar.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.Calendar.Calendar.bubbleParent\">Titanium.Android.Calendar.Calendar.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.Calendar.Calendar.bubbleParent\">Titanium.Android.Calendar.Calendar.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.Calendar.Calendar.apiName\">Titanium.Android.Calendar.Calendar.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.Calendar.Calendar.apiName\">Titanium.Android.Calendar.Calendar.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.Calendar.Calendar.lifecycleContainer\">Titanium.Android.Calendar.Calendar.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.Calendar.Calendar.lifecycleContainer\">Titanium.Android.Calendar.Calendar.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.Calendar.Calendar.lifecycleContainer\">Titanium.Android.Calendar.Calendar.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.Calendar.Calendar.lifecycleContainer\">Titanium.Android.Calendar.Calendar.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getHidden",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.Calendar.Calendar.hidden\">Titanium.Android.Calendar.Calendar.hidden</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.Calendar.Calendar.hidden\">Titanium.Android.Calendar.Calendar.hidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getId",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.Calendar.Calendar.id\">Titanium.Android.Calendar.Calendar.id</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.Calendar.Calendar.id\">Titanium.Android.Calendar.Calendar.id</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.Calendar.Calendar.name\">Titanium.Android.Calendar.Calendar.name</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.Calendar.Calendar.name\">Titanium.Android.Calendar.Calendar.name</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getSelected",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.Calendar.Calendar.selected\">Titanium.Android.Calendar.Calendar.selected</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.Calendar.Calendar.selected\">Titanium.Android.Calendar.Calendar.selected</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "hidden",
                    "deprecated": false,
                    "description": "<p>Indicates whether this calendar is hidden.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "id",
                    "deprecated": false,
                    "description": "<p>Identifier of this calendar.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "name",
                    "deprecated": false,
                    "description": "<p>Display name of this calendar.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "selected",
                    "deprecated": false,
                    "description": "<p>Indicates whether the calendar is selected.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "1.5"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                }
            ]
        },
        {
            "name": "Titanium.Android.Calendar.Event",
            "description": "<p>An object that represents a single event in an Android calendar. <strong>Removed in 6.0.0. Use <a href=\"Titanium.Calendar\">Titanium.Calendar</a> instead.</strong></p>",
            "deprecated": true,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "createAlert",
                    "deprecated": false,
                    "description": "<p>Creates an alert for this event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "data",
                            "constants": [],
                            "description": "<p>Properties for the alert.</p>",
                            "type": "Titanium.Android.Calendar.Alert",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Android.Calendar.Alert",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "createReminder",
                    "deprecated": false,
                    "description": "<p>Creates a reminder for this event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "data",
                            "constants": [],
                            "description": "<p>Properties for the reminder.</p>",
                            "type": "Titanium.Android.Calendar.Reminder",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Android.Calendar.Reminder",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getExtendedProperty",
                    "deprecated": false,
                    "description": "<p>Gets the value of the specified extended property.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of an existing extended property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setExtendedProperty",
                    "deprecated": false,
                    "description": "<p>Sets the value of the specified extended property.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Property name.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "value",
                            "constants": [],
                            "description": "<p>Property value.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.Calendar.Event.bubbleParent\">Titanium.Android.Calendar.Event.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.Calendar.Event.bubbleParent\">Titanium.Android.Calendar.Event.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.Calendar.Event.bubbleParent\">Titanium.Android.Calendar.Event.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.Calendar.Event.bubbleParent\">Titanium.Android.Calendar.Event.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.Calendar.Event.apiName\">Titanium.Android.Calendar.Event.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.Calendar.Event.apiName\">Titanium.Android.Calendar.Event.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.Calendar.Event.lifecycleContainer\">Titanium.Android.Calendar.Event.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.Calendar.Event.lifecycleContainer\">Titanium.Android.Calendar.Event.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.Calendar.Event.lifecycleContainer\">Titanium.Android.Calendar.Event.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.Calendar.Event.lifecycleContainer\">Titanium.Android.Calendar.Event.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getAlerts",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.Calendar.Event.alerts\">Titanium.Android.Calendar.Event.alerts</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.Calendar.Event.alerts\">Titanium.Android.Calendar.Event.alerts</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getAllDay",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.Calendar.Event.allDay\">Titanium.Android.Calendar.Event.allDay</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.Calendar.Event.allDay\">Titanium.Android.Calendar.Event.allDay</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBegin",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.Calendar.Event.begin\">Titanium.Android.Calendar.Event.begin</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.Calendar.Event.begin\">Titanium.Android.Calendar.Event.begin</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Date",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getDescription",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.Calendar.Event.description\">Titanium.Android.Calendar.Event.description</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.Calendar.Event.description\">Titanium.Android.Calendar.Event.description</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getEnd",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.Calendar.Event.end\">Titanium.Android.Calendar.Event.end</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.Calendar.Event.end\">Titanium.Android.Calendar.Event.end</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Date",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getExtendedProperties",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.Calendar.Event.extendedProperties\">Titanium.Android.Calendar.Event.extendedProperties</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.Calendar.Event.extendedProperties\">Titanium.Android.Calendar.Event.extendedProperties</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Object",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getHasAlarm",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.Calendar.Event.hasAlarm\">Titanium.Android.Calendar.Event.hasAlarm</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.Calendar.Event.hasAlarm\">Titanium.Android.Calendar.Event.hasAlarm</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getHasExtendedProperties",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.Calendar.Event.hasExtendedProperties\">Titanium.Android.Calendar.Event.hasExtendedProperties</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.Calendar.Event.hasExtendedProperties\">Titanium.Android.Calendar.Event.hasExtendedProperties</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getId",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.Calendar.Event.id\">Titanium.Android.Calendar.Event.id</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.Calendar.Event.id\">Titanium.Android.Calendar.Event.id</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getLocation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.Calendar.Event.location\">Titanium.Android.Calendar.Event.location</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.Calendar.Event.location\">Titanium.Android.Calendar.Event.location</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getReminders",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.Calendar.Event.reminders\">Titanium.Android.Calendar.Event.reminders</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.Calendar.Event.reminders\">Titanium.Android.Calendar.Event.reminders</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getStatus",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.Calendar.Event.status\">Titanium.Android.Calendar.Event.status</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.Calendar.Event.status\">Titanium.Android.Calendar.Event.status</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTitle",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.Calendar.Event.title\">Titanium.Android.Calendar.Event.title</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.Calendar.Event.title\">Titanium.Android.Calendar.Event.title</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getVisibility",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.Calendar.Event.visibility\">Titanium.Android.Calendar.Event.visibility</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.Calendar.Event.visibility\">Titanium.Android.Calendar.Event.visibility</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "alerts",
                    "deprecated": false,
                    "description": "<p>Existing alerts for this event.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "allDay",
                    "deprecated": false,
                    "description": "<p>Indicates whether this event is all day.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "begin",
                    "deprecated": false,
                    "description": "<p>Start date/time of this event.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Date",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "description",
                    "deprecated": false,
                    "description": "<p>Description of this event.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "end",
                    "deprecated": false,
                    "description": "<p>End date/time of this event.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Date",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "extendedProperties",
                    "deprecated": false,
                    "description": "<p>Extended properties of this event.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Object",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "hasAlarm",
                    "deprecated": false,
                    "description": "<p>Indicates whether an alarm is scheduled for this event.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "hasExtendedProperties",
                    "deprecated": false,
                    "description": "<p>Indicates whether <a href=\"Titanium.Android.Calendar.Event.extendedProperties\">extendedProperties</a>\nexists for this event.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "id",
                    "deprecated": false,
                    "description": "<p>Identifier of this event.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "location",
                    "deprecated": false,
                    "description": "<p>Location of this event.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "reminders",
                    "deprecated": false,
                    "description": "<p>Existing reminders for this event.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "status",
                    "deprecated": false,
                    "description": "<p>Status of this event.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "title",
                    "deprecated": false,
                    "description": "<p>Title of this event.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "visibility",
                    "deprecated": false,
                    "description": "<p>Visibility of this event.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>The API supports retrieving information about existing events and creating new events.<br>\nBe aware that modifying or deleting existing events is not yet supported. Additionally, recurring\nevents are not yet supported.</p>\n<p>See <a href=\"Titanium.Android.Calendar\">Titanium.Android.Calendar</a> for examples of retrieving event information and creating events.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "1.5"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                }
            ]
        },
        {
            "name": "Titanium.Android.Calendar.Reminder",
            "description": "<p>An object that represents a single reminder for an event in an Android calendar. <strong>Removed in 6.0.0. Use <a href=\"Titanium.Calendar\">Titanium.Calendar</a> instead.</strong></p>",
            "deprecated": true,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.Calendar.Reminder.bubbleParent\">Titanium.Android.Calendar.Reminder.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.Calendar.Reminder.bubbleParent\">Titanium.Android.Calendar.Reminder.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.Calendar.Reminder.bubbleParent\">Titanium.Android.Calendar.Reminder.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.Calendar.Reminder.bubbleParent\">Titanium.Android.Calendar.Reminder.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.Calendar.Reminder.apiName\">Titanium.Android.Calendar.Reminder.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.Calendar.Reminder.apiName\">Titanium.Android.Calendar.Reminder.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.Calendar.Reminder.lifecycleContainer\">Titanium.Android.Calendar.Reminder.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.Calendar.Reminder.lifecycleContainer\">Titanium.Android.Calendar.Reminder.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.Calendar.Reminder.lifecycleContainer\">Titanium.Android.Calendar.Reminder.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.Calendar.Reminder.lifecycleContainer\">Titanium.Android.Calendar.Reminder.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getId",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.Calendar.Reminder.id\">Titanium.Android.Calendar.Reminder.id</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.Calendar.Reminder.id\">Titanium.Android.Calendar.Reminder.id</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getMethod",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.Calendar.Reminder.method\">Titanium.Android.Calendar.Reminder.method</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.Calendar.Reminder.method\">Titanium.Android.Calendar.Reminder.method</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getMinutes",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.Calendar.Reminder.minutes\">Titanium.Android.Calendar.Reminder.minutes</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.Calendar.Reminder.minutes\">Titanium.Android.Calendar.Reminder.minutes</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "id",
                    "deprecated": false,
                    "description": "<p>Identifier of this reminder.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "method",
                    "deprecated": false,
                    "description": "<p>Method by which this reminder will be delivered.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "minutes",
                    "deprecated": false,
                    "description": "<p>Reminder notice period in minutes, that determines how long prior to the event this reminder\nshould trigger.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>Reminders should be created using the <a href=\"Titanium.Android.Calendar.Event.createReminder\">Titanium.Android.Calendar.Event.createReminder</a> method\nrather than directly.</p>\n<p>See <a href=\"Titanium.Android.Calendar\">Titanium.Android.Calendar</a> for examples of retrieving reminder information and creating\nreminders for events.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "1.5"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                }
            ]
        },
        {
            "name": "Titanium.Android.Intent",
            "description": "<p>Message objects passed between Android application components.</p>",
            "deprecated": false,
            "events": [],
            "examples": [
                {
                    "title": "Create an Intent for Launching an Activity",
                    "code": "<p>This example creates an intent and uses it to launch a new activity.</p>\n<pre><code>var intent = Ti.Android.createIntent({\n    action: Ti.Android.ACTION_MAIN,\n    url: 'activity1.js'\n});\nintent.addCategory(Ti.Android.CATEGORY_LAUNCHER);\nTi.Android.currentActivity.startActivity(intent);\n</code></pre>"
                },
                {
                    "title": "Create an Intent to get a Contact URI",
                    "code": "<p>This example creates an intent to retrieve contact information from the user's\ncontacts.</p>\n<pre><code>var intent = Ti.Android.createIntent({\n    action: Ti.Android.ACTION_GET_CONTENT,\n    type: &quot;vnd.android.cursor.item/phone&quot;\n});\n</code></pre>"
                },
                {
                    "title": "Pick a Photo from the Photo Gallery",
                    "code": "<p>This example creates an intent to pick an image from the photo gallery.</p>\n<pre><code>var intent = Ti.Android.createIntent({\n    action: Ti.Android.ACTION_PICK,\n    type: &quot;image/*&quot;\n});\nintent.addCategory(Ti.Android.CATEGORY_DEFAULT);\n</code></pre>"
                },
                {
                    "title": "Create an ImageView from an Image Send Intent",
                    "code": "<p>This example requires that an intent filter be set up in the project's <code>tiapp.xml</code> file.\nAfter copying the default root activity of your application from the <code>AndroidManifest.xml</code>\nfile to the Android manifest section of the <code>tiapp.xml</code> file, add an intent filter.\nFor detailed instructions, refer to the\n<a href=\"https://docs.appcelerator.com/platform/latest/#!/guide/Android_Intent_Filters\">Android Intent Filters guide</a>.</p>\n<p>You can trigger this intent filter by long pressing on an image in the Android gallery\nand selecting &quot;share&quot;.</p>\n<p><code>tiapp.xml</code>:</p>\n<pre><code>&lt;ti:app&gt;\n    &lt;android&gt;\n        &lt;manifest&gt;\n            &lt;application&gt;\n                &lt;activity android:name=&quot;.YourapplicationnameActivity&quot;&gt;\n                    &lt;intent-filter&gt;\n                        &lt;data android:mimeType=&quot;image/*&quot;/&gt;\n                        &lt;action android:name=&quot;android.intent.action.SEND&quot;/&gt;\n                        &lt;category android:name=&quot;android.intent.category.DEFAULT&quot;/&gt;\n                    &lt;/intent-filter&gt;\n                &lt;/activity&gt;\n            &lt;/application&gt;\n        &lt;/manifest&gt;\n    &lt;/android&gt;\n&lt;/ti:app&gt;\n</code></pre>\n<p><code>app.js</code>:</p>\n<pre><code> var win = Ti.UI.createWindow({\n     backgroundColor: '#fff',\n     fullscreen: false,\n     exitOnClose: true\n });\n win.addEventListener('open', function(e) {\n     var intent = Ti.Android.currentActivity.getIntent();\n     var iname = Ti.Android.EXTRA_STREAM;\n     if (intent &amp;&amp; intent.hasExtra(iname)) {\n         // Create ImageView from TiBlob\n         var blob = intent.getBlobExtra(iname);\n         win.add(Ti.UI.createImageView({\n             image: blob,\n             height: 300,\n             width: 300,\n             left: 0,\n             top: 0\n         }));\n     } else {\n         Ti.API.info('No extra named &quot;' + iname + '&quot; found in Intent');\n     }\n });\n win.open();\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "addCategory",
                    "deprecated": false,
                    "description": "<p>Adds a category to this Intent.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [
                                "Titanium.Android.CATEGORY_ALTERNATIVE",
                                "Titanium.Android.CATEGORY_BROWSABLE",
                                "Titanium.Android.CATEGORY_DEFAULT",
                                "Titanium.Android.CATEGORY_DEVELOPMENT_PREFERENCE",
                                "Titanium.Android.CATEGORY_EMBED",
                                "Titanium.Android.CATEGORY_FRAMEWORK_INSTRUMENTATION_TEST",
                                "Titanium.Android.CATEGORY_HOME",
                                "Titanium.Android.CATEGORY_INFO",
                                "Titanium.Android.CATEGORY_LAUNCHER",
                                "Titanium.Android.CATEGORY_MONKEY",
                                "Titanium.Android.CATEGORY_OPENABLE",
                                "Titanium.Android.CATEGORY_PREFERENCE",
                                "Titanium.Android.CATEGORY_SAMPLE_CODE",
                                "Titanium.Android.CATEGORY_SELECTED_ALTERNATIVE",
                                "Titanium.Android.CATEGORY_TAB",
                                "Titanium.Android.CATEGORY_TEST",
                                "Titanium.Android.CATEGORY_UNIT_TEST",
                                "Titanium.Android.CATEGORY_ALARM",
                                "Titanium.Android.CATEGORY_CALL",
                                "Titanium.Android.CATEGORY_EMAIL",
                                "Titanium.Android.CATEGORY_ERROR",
                                "Titanium.Android.CATEGORY_EVENT",
                                "Titanium.Android.CATEGORY_MESSAGE",
                                "Titanium.Android.CATEGORY_PROGRESS",
                                "Titanium.Android.CATEGORY_PROMO",
                                "Titanium.Android.CATEGORY_RECOMMENDATION",
                                "Titanium.Android.CATEGORY_SERVICE",
                                "Titanium.Android.CATEGORY_SOCIAL",
                                "Titanium.Android.CATEGORY_STATUS",
                                "Titanium.Android.CATEGORY_TRANSPORT"
                            ],
                            "description": "<p>The category name.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "addFlags",
                    "deprecated": false,
                    "description": "<p>Adds to the existing flags on the <code>Intent</code>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "flags",
                            "constants": [
                                "Titanium.Android.FLAG_ACTIVITY_BROUGHT_TO_FRONT",
                                "Titanium.Android.FLAG_ACTIVITY_CLEAR_TOP",
                                "Titanium.Android.FLAG_ACTIVITY_CLEAR_WHEN_TASK_RESET",
                                "Titanium.Android.FLAG_ACTIVITY_EXCLUDE_FROM_RECENTS",
                                "Titanium.Android.FLAG_ACTIVITY_FORWARD_RESULT",
                                "Titanium.Android.FLAG_ACTIVITY_LAUNCHED_FROM_HISTORY",
                                "Titanium.Android.FLAG_ACTIVITY_MULTIPLE_TASK",
                                "Titanium.Android.FLAG_ACTIVITY_NEW_TASK",
                                "Titanium.Android.FLAG_ACTIVITY_NO_ANIMATION",
                                "Titanium.Android.FLAG_ACTIVITY_NO_HISTORY",
                                "Titanium.Android.FLAG_ACTIVITY_NO_USER_ACTION",
                                "Titanium.Android.FLAG_ACTIVITY_PREVIOUS_IS_TOP",
                                "Titanium.Android.FLAG_ACTIVITY_REORDER_TO_FRONT",
                                "Titanium.Android.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED",
                                "Titanium.Android.FLAG_ACTIVITY_SINGLE_TOP",
                                "Titanium.Android.FLAG_DEBUG_LOG_RESOLUTION",
                                "Titanium.Android.FLAG_FROM_BACKGROUND",
                                "Titanium.Android.FLAG_GRANT_READ_URI_PERMISSION",
                                "Titanium.Android.FLAG_GRANT_WRITE_URI_PERMISSION",
                                "Titanium.Android.FLAG_RECEIVER_REGISTERED_ONLY",
                                "Titanium.Android.FLAG_CANCEL_CURRENT",
                                "Titanium.Android.FLAG_NO_CREATE",
                                "Titanium.Android.FLAG_ONE_SHOT",
                                "Titanium.Android.FLAG_UPDATE_CURRENT",
                                "Titanium.Android.FLAG_AUTO_CANCEL",
                                "Titanium.Android.FLAG_INSISTENT",
                                "Titanium.Android.FLAG_NO_CLEAR",
                                "Titanium.Android.FLAG_ONGOING_EVENT",
                                "Titanium.Android.FLAG_ONLY_ALERT_ONCE",
                                "Titanium.Android.FLAG_SHOW_LIGHTS"
                            ],
                            "description": "<p>Bitwise OR of the flags to add to the existing set.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBlobExtra",
                    "deprecated": false,
                    "description": "<p>Get a <a href=\"Titanium.Blob\">Titanium.Blob</a> property from this <code>Intent</code>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>The <a href=\"Titanium.Blob\">Titanium.Blob</a> extra to get, most commonly <a href=\"Titanium.Android.EXTRA_STREAM\">Titanium.Android.EXTRA_STREAM</a>.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Blob",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBooleanExtra",
                    "deprecated": false,
                    "description": "<p>Get a boolean property from this Intent.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Property to get.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "default",
                            "constants": [],
                            "description": "<p>Default value to return if property does not exist or is of a different type.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getData",
                    "deprecated": false,
                    "description": "<p>Get the Data URI from this <code>Intent</code>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getDoubleExtra",
                    "deprecated": false,
                    "description": "<p>Get a double property from this <code>Intent</code>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Property to get.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "default",
                            "constants": [],
                            "description": "<p>Default value to return if property does not exist or is of a different type.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getIntExtra",
                    "deprecated": false,
                    "description": "<p>Get an integer property from this <code>Intent</code>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Property to get.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "default",
                            "constants": [],
                            "description": "<p>Default value to return if property does not exist or is of a different type.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getLongExtra",
                    "deprecated": false,
                    "description": "<p>Get a long property from this <code>Intent</code>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Property to get.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "default",
                            "constants": [],
                            "description": "<p>Default value to return if property does not exist or is of a different type.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getStringExtra",
                    "deprecated": false,
                    "description": "<p>Get a string property from this <code>Intent</code>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Property to get.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "hasExtra",
                    "deprecated": false,
                    "description": "<p>Returns <code>true</code> if this <code>Intent</code> has the specified property.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Property name to check for.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "putExtra",
                    "deprecated": false,
                    "description": "<p>Puts an extra property on this <code>Intent</code>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the property to add.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "value",
                            "constants": [],
                            "description": "<p>Property value to set.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "putExtraUri",
                    "deprecated": false,
                    "description": "<p>Put a URI property on this <code>Intent</code> (useful for <a href=\"Titanium.Android.EXTRA_STREAM\">Titanium.Android.EXTRA_STREAM</a>).</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>The property name.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "value",
                            "constants": [],
                            "description": "<p>The URI, as a string or a string array.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.Intent.bubbleParent\">Titanium.Android.Intent.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.Intent.bubbleParent\">Titanium.Android.Intent.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.Intent.bubbleParent\">Titanium.Android.Intent.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.Intent.bubbleParent\">Titanium.Android.Intent.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.Intent.apiName\">Titanium.Android.Intent.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.Intent.apiName\">Titanium.Android.Intent.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.Intent.lifecycleContainer\">Titanium.Android.Intent.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.Intent.lifecycleContainer\">Titanium.Android.Intent.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.Intent.lifecycleContainer\">Titanium.Android.Intent.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.Intent.lifecycleContainer\">Titanium.Android.Intent.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getAction",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.Intent.action\">Titanium.Android.Intent.action</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.Intent.action\">Titanium.Android.Intent.action</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setAction",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.Intent.action\">Titanium.Android.Intent.action</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.Intent.action\">Titanium.Android.Intent.action</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "action",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getClassName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.Intent.className\">Titanium.Android.Intent.className</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.Intent.className\">Titanium.Android.Intent.className</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setClassName",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.Intent.className\">Titanium.Android.Intent.className</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.Intent.className\">Titanium.Android.Intent.className</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "className",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getFlags",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.Intent.flags\">Titanium.Android.Intent.flags</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.Intent.flags\">Titanium.Android.Intent.flags</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setFlags",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.Intent.flags\">Titanium.Android.Intent.flags</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.Intent.flags\">Titanium.Android.Intent.flags</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "flags",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getPackageName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.Intent.packageName\">Titanium.Android.Intent.packageName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.Intent.packageName\">Titanium.Android.Intent.packageName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setPackageName",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.Intent.packageName\">Titanium.Android.Intent.packageName</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.Intent.packageName\">Titanium.Android.Intent.packageName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "packageName",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getType",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.Intent.type\">Titanium.Android.Intent.type</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.Intent.type\">Titanium.Android.Intent.type</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getUrl",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.Intent.url\">Titanium.Android.Intent.url</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.Intent.url\">Titanium.Android.Intent.url</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setUrl",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.Intent.url\">Titanium.Android.Intent.url</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.Intent.url\">Titanium.Android.Intent.url</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "url",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": true,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "action",
                    "deprecated": false,
                    "description": "<p>The action associated with this intent.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "className",
                    "deprecated": false,
                    "description": "<p>The Java class name of the activity associated with this intent\n(<a href=\"Titanium.Android.Intent.packageName\">packageName</a> must also be set).</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "data",
                    "deprecated": false,
                    "description": "<p>The Intent's Data URI.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "flags",
                    "deprecated": false,
                    "description": "<p>Intent flags.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.Android.FLAG_ACTIVITY_BROUGHT_TO_FRONT",
                        "Titanium.Android.FLAG_ACTIVITY_CLEAR_TOP",
                        "Titanium.Android.FLAG_ACTIVITY_CLEAR_WHEN_TASK_RESET",
                        "Titanium.Android.FLAG_ACTIVITY_EXCLUDE_FROM_RECENTS",
                        "Titanium.Android.FLAG_ACTIVITY_FORWARD_RESULT",
                        "Titanium.Android.FLAG_ACTIVITY_LAUNCHED_FROM_HISTORY",
                        "Titanium.Android.FLAG_ACTIVITY_MULTIPLE_TASK",
                        "Titanium.Android.FLAG_ACTIVITY_NEW_TASK",
                        "Titanium.Android.FLAG_ACTIVITY_NO_ANIMATION",
                        "Titanium.Android.FLAG_ACTIVITY_NO_HISTORY",
                        "Titanium.Android.FLAG_ACTIVITY_NO_USER_ACTION",
                        "Titanium.Android.FLAG_ACTIVITY_PREVIOUS_IS_TOP",
                        "Titanium.Android.FLAG_ACTIVITY_REORDER_TO_FRONT",
                        "Titanium.Android.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED",
                        "Titanium.Android.FLAG_ACTIVITY_SINGLE_TOP",
                        "Titanium.Android.FLAG_DEBUG_LOG_RESOLUTION",
                        "Titanium.Android.FLAG_FROM_BACKGROUND",
                        "Titanium.Android.FLAG_GRANT_READ_URI_PERMISSION",
                        "Titanium.Android.FLAG_GRANT_WRITE_URI_PERMISSION",
                        "Titanium.Android.FLAG_RECEIVER_REGISTERED_ONLY",
                        "Titanium.Android.FLAG_CANCEL_CURRENT",
                        "Titanium.Android.FLAG_NO_CREATE",
                        "Titanium.Android.FLAG_ONE_SHOT",
                        "Titanium.Android.FLAG_UPDATE_CURRENT",
                        "Titanium.Android.FLAG_AUTO_CANCEL",
                        "Titanium.Android.FLAG_INSISTENT",
                        "Titanium.Android.FLAG_NO_CLEAR",
                        "Titanium.Android.FLAG_ONGOING_EVENT",
                        "Titanium.Android.FLAG_ONLY_ALERT_ONCE",
                        "Titanium.Android.FLAG_SHOW_LIGHTS"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "packageName",
                    "deprecated": false,
                    "description": "<p>The fully-qualified Java package name of the activity.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "type",
                    "deprecated": false,
                    "description": "<p>The MIME type for this Intent.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "url",
                    "deprecated": false,
                    "description": "<p>The URL to a Titanium JavaScript Activity.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>In Android, applications and application components cannot directly communicate with each other.\nIn order to communicate with another application, use an intent. An intent is a message sent\nto the Android OS. Android directs the message to an application or application component based\non the intent's settings.</p>\n<p>To receive an intent, an application needs to declare an Intent Filter. An intent filter\nindicates to the Android OS that your application can handle certain data types or URIs.\nFor details on using Intent Filters, see the\n<a href=\"https://docs.appcelerator.com/platform/latest/#!/guide/Android_Intent_Filters\">Android Intent Filters guide</a>.</p>\n<p>Intents can be used to start an activity, start a service or start a broadcast.</p>\n<ul>\n<li>To create an intent to start an <strong>Activity</strong>, use the <a href=\"Titanium.Android.createIntent\">Titanium.Android.createIntent</a> method.</li>\n<li>To create an intent to start a <strong>Broadcast</strong>, use the <a href=\"Titanium.Android.createBroadcastIntent\">Titanium.Android.createBroadcastIntent</a> method.</li>\n<li>To create an intent to start a <strong>Service</strong>, use the <a href=\"Titanium.Android.createServiceIntent\">Titanium.Android.createServiceIntent</a> method.</li>\n</ul>\n<p>You can create either an implicit intent or an explicit intent.</p>\n<p>An <em>explicit intent</em> specifies the application or application component to launch. To create an\nexplicit intent, specify the Intent's <code>className</code> and <code>packageName</code> properties to specify the\napplication component to launch or the <code>url</code> property to specify a JavaScript file to handle\nthe data.</p>\n<p>An <em>implicit intent</em> does not specify a particular application.  Android will present the options\nto the user of which applications to launch if a default application was not selected to handle\na particular data type or content URI. To create an implicit intent, do not specify the\n<code>className</code>, <code>packageName</code> or <code>url</code> properties.</p>\n<p>Note that the parameters to create a Service Intent are different than the ones used to\ncreate an Activity or Broadcast.  The properties and methods listed below\nare used for Activity and Broadcast Intents.  See the <a href=\"Titanium.Android.createServiceIntent\">Titanium.Android.createServiceIntent</a> method\nfor the parameters to create a Service Intent.</p>\n<h4>Action</h4>\n<p>The <code>action</code> property specifies the action you want the activity to perform, or in the case of\nbroadcasts, the action that just completed you want to report.</p>\n<p>Titanium exposes some of the Android Intent actions as the <code>Titanium.Android.ACTION_*</code> constants.\nNote that some of these actions are for system-level broadcasts that only Android can send.\nIf Titanium has not exposed a particular constant, you can pass the string value listed in the\nAndroid API reference guide instead.</p>\n<p>You can also define your own custom action names. Use a reverse domain scheme to name the\naction to avoid potential conflicts, for example, <code>com.appcelerator.action.LINT</code>.\nCustom actions are only useful to communicate between your applications and application\nactivities using intents.</p>\n<h4>Data</h4>\n<p>The <a href=\"Titanium.Android.Intent.data\">data</a> property specifies a content URI you want the activity to handle.</p>\n<p>The <a href=\"Titanium.Android.Intent.type\">type</a> property specifies a MIME type the activity can handle.</p>\n<p>For Broadcast Intents, do not use the <code>data</code> or <code>type</code> properties. Use extras to pass data.\nSee the <em>Extras</em> section below.</p>\n<h4>Category</h4>\n<p>Add a category to your Intent by invoking the <a href=\"Titanium.Android.Intent.addCategory\">addCategory()</a>\nmethod on it.  A category provides additional details about the purpose of the intent.\nNote that most categories are only useful for intent filters.</p>\n<p>Titanium exposes some of the Android Intent categories as the <code>Titanium.Android.CATEGORY_*</code> constants.\nNote that some of these categories are for Notifications.  If Titanium has not exposed a\nparticular constant, you can pass the string value listed in the Android API reference instead.</p>\n<p>You can also define your own custom category names. Use a reverse domain scheme to name the\ncategory to avoid potential conflicts, for example, <code>org.foo.category.SUPER</code>.\nCustom categories are only useful to communicate between your applications and application\nactivities using intents.</p>\n<h4>Flags</h4>\n<p>Bitwise-OR flags with the Intent's <a href=\"Titanium.Android.Intent.flags\">flags</a> property\nor pass a flag to the <a href=\"Titanium.Android.Intent.addFlags\">addFlags()</a> method.\nFlags modify the behavior of the intent.</p>\n<p>Titanium exposes some of the Android Intent flags as the <code>Titanium.Android.FLAG_*</code> constants.\nIf Titanium has not exposed a particular constant, you can pass the constant value listed in\nthe Android API reference instead.</p>\n<h4>Extras</h4>\n<p>Extras are key-value pairs that are useful to pass on extra data with the Intent that can be\nused by another application component.</p>\n<ul>\n<li>Use one of the <code>get*Extra()</code> methods to retrieve the data. Pass the method the extra key.</li>\n<li>Use the <a href=\"Titanium.Android.Intent.hasExtra\">hasExtra()</a> method to check if the intent contains an extra.\nPass the method the key of the extra.</li>\n<li>Use the <a href=\"Titanium.Android.Intent.putExtra\">putExtra()</a> method to add data to the intent.\nPass the method the extra key and data.</li>\n</ul>\n<p>Titanium exposes the Android-defined extra keys as the <code>Titanium.Android.EXTRA_*</code> constants.\nYou can also define your own custom extra keys to use between your applications and application\ncomponents.</p>\n<h4>Further Reading</h4>\n<ul>\n<li><a href=\"https://docs.appcelerator.com/platform/latest/#!/guide/Android_Intents\">Android Intents guide</a></li>\n<li><a href=\"https://developer.android.com/reference/android/content/Intent.html\">Android Developer: Intent</a></li>\n</ul>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "1.5"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                }
            ]
        },
        {
            "name": "Titanium.Android.Menu",
            "description": "<p>The Titanium binding of an Android Options Menu.</p>",
            "deprecated": false,
            "events": [],
            "examples": [
                {
                    "title": "Creating a Simple Menu",
                    "code": "<p>This sample creates an Android menu that displays a menu item named &quot;Item 1&quot;,\nwhich logs a debug message when clicked.</p>\n<p>If the action bar is in use, the menu item will be displayed as an action item if there is room in the action bar.</p>\n<pre><code>var win = Ti.UI.createWindow({\n  fullscreen: true\n});\n\nvar activity = win.activity;\n\nactivity.onCreateOptionsMenu = function(e){\n  var menu = e.menu;\n  var menuItem = menu.add({\n    title: &quot;Item 1&quot;,\n    icon:  &quot;item1.png&quot;,\n    showAsAction: Ti.Android.SHOW_AS_ACTION_IF_ROOM\n  });\n  menuItem.addEventListener(&quot;click&quot;, function(e) {\n    Ti.API.debug(&quot;I was clicked&quot;);\n  });\n};\n\nwin.open();\n</code></pre>"
                },
                {
                    "title": "Creating a Dynamic Menu",
                    "code": "<p>This sample creates an Android menu that displays a menu item named\n&quot;Login&quot; or &quot;Logout&quot;, depending on the value of a <code>loggedIn</code> Boolean variable.\nClick on the item to toggle the variable's value.</p>\n<pre><code>var win = Ti.UI.createWindow({\n  fullscreen: true\n});\nvar LOGIN = 1, LOGOUT = 2;\nvar loggedIn = false;\n\nvar activity = win.activity;\n\nactivity.onCreateOptionsMenu = function(e){\n  var menu = e.menu;\n  var login = menu.add({ title: &quot;Login&quot;, itemId: LOGIN });\n  login.setIcon(&quot;login.png&quot;);\n  login.addEventListener(&quot;click&quot;, function(e) {\n    loggedIn = true;\n    // In Android 3.0 and above we need to call invalidateOptionsMenu() for menu changes at runtime\n    win.activity.invalidateOptionsMenu();\n  });\n  var logout = menu.add({ title: &quot;Logout&quot;, itemId: LOGOUT });\n  logout.setIcon(&quot;logout.png&quot;);\n  logout.addEventListener(&quot;click&quot;, function(e) {\n    loggedIn = false;\n    // In Android 3.0 and above we need to call invalidateOptionsMenu() for menu changes at runtime\n    win.activity.invalidateOptionsMenu();\n  });\n};\n\nactivity.onPrepareOptionsMenu = function(e) {\n  var menu = e.menu;\n  menu.findItem(LOGIN).setVisible(!loggedIn);\n  menu.findItem(LOGOUT).setVisible(loggedIn);\n};\nwin.open();\n</code></pre>"
                },
                {
                    "title": "Alloy XML Markup",
                    "code": "<p>Previous simple menu example as an Alloy view.</p>\n<p>Due to the way menus are created in Alloy, menus created using Alloy markup are not\ndisplayed until the options menu is invalidated. To force menus (or action items)\nto be displayed, call <code>invalidateOptionsMenu</code> from the <code>open</code> event listener of the window or tab group\nwhere the menu is defined.</p>\n<p>index.xml:</p>\n<pre><code>&lt;Alloy&gt;\n    &lt;!-- Create a heavyweight window to use the Android menu. --&gt;\n    &lt;Window id=&quot;win&quot; fullscreen=&quot;true&quot; onOpen=&quot;doOpen&quot;&gt;\n\n        &lt;!-- The Menu tag adds the Android menu. --&gt;\n        &lt;Menu id=&quot;menu&quot; platform=&quot;android&quot;&gt;\n\n            &lt;!-- Cannot specify node text.  Use attributes only. --&gt;\n            &lt;MenuItem id=&quot;menuItem&quot; title=&quot;Item 1&quot; icon=&quot;item1.png&quot; onClick=&quot;doClick&quot; showAsAction=&quot;Ti.Android.SHOW_AS_ACTION_IF_ROOM&quot; /&gt;\n        &lt;/Menu&gt;\n\n        &lt;!-- Place additional views here --&gt;\n    &lt;/Window&gt;\n&lt;/Alloy&gt;\n</code></pre>\n<p>index.js:</p>\n<pre><code>function doClick(e) {\n    Ti.API.info(&quot;Menu item clicked: &quot; + e.source.title);\n}\n\n// Ensure menu is displayed\nfunction doOpen(e) {\n    $.win.activity.invalidateOptionsMenu();\n}\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "add",
                    "deprecated": false,
                    "description": "<p>Creates a <a href=\"Titanium.Android.MenuItem\">Titanium.Android.MenuItem</a> from the passed creation options.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Creation options. Supported options are\n<a href=\"Titanium.Android.MenuItem.itemId\">itemId</a>,\n<a href=\"Titanium.Android.MenuItem.groupId\">groupId</a>,\n<a href=\"Titanium.Android.MenuItem.title\">title</a>,\n<a href=\"Titanium.Android.MenuItem.order\">order</a>,\n<a href=\"Titanium.Android.MenuItem.actionView\">actionView</a>,\n<a href=\"Titanium.Android.MenuItem.checkable\">checkable</a>,\n<a href=\"Titanium.Android.MenuItem.checked\">checked</a>,\n<a href=\"Titanium.Android.MenuItem.enabled\">enabled</a>,\n<a href=\"Titanium.Android.MenuItem.icon\">icon</a>,\n<a href=\"Titanium.Android.MenuItem.showAsAction\">showAsAction</a>,\n<a href=\"Titanium.Android.MenuItem.titleCondensed\">titleCondensed</a>, and\n<a href=\"Titanium.Android.MenuItem.visible\">visible</a>.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Android.MenuItem",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "clear",
                    "deprecated": false,
                    "description": "<p>Clears all items from this menu.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "close",
                    "deprecated": false,
                    "description": "<p>Closes the menu, if visible.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "findItem",
                    "deprecated": false,
                    "description": "<p>Locates a <a href=\"Titanium.Android.MenuItem\">MenuItem</a> in this menu, by item ID or reference.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "item",
                            "constants": [],
                            "description": "<p>Integer <a href=\"Titanium.Android.MenuItem.itemId\">itemId</a> or a reference to a <code>MenuItem</code> object.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Android.MenuItem",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getItem",
                    "deprecated": false,
                    "description": "<p>Returns the <a href=\"Titanium.Android.MenuItem\">MenuItem</a> at a specific index.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "index",
                            "constants": [],
                            "description": "<p>Index of the menu item to return.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Android.MenuItem",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "hasVisibleItems",
                    "deprecated": false,
                    "description": "<p>Returns <code>true</code> if this menu has visible items.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "removeGroup",
                    "deprecated": false,
                    "description": "<p>Removes all menu items with the specified\n<a href=\"Titanium.Android.MenuItem.groupId\">groupId</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "groupId",
                            "constants": [],
                            "description": "<p>Group ID of items to remove.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "removeItem",
                    "deprecated": false,
                    "description": "<p>Removes a specific <a href=\"Titanium.Android.MenuItem\">MenuItem</a> identified by its\n<a href=\"Titanium.Android.MenuItem.itemId\">itemId</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "itemId",
                            "constants": [],
                            "description": "<p>Item ID of item to remove.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setGroupEnabled",
                    "deprecated": false,
                    "description": "<p>Enables or disables a group of menu items identified by a\n<a href=\"Titanium.Android.MenuItem.groupId\">groupId</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "groupId",
                            "constants": [],
                            "description": "<p>ID of the group to enable or disable.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "enabled",
                            "constants": [],
                            "description": "<p>True to enable the specified group, false to disable it.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setGroupVisible",
                    "deprecated": false,
                    "description": "<p>Shows or hides a group of menu items identified by a\n<a href=\"Titanium.Android.MenuItem.groupId\">groupId</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "groupId",
                            "constants": [],
                            "description": "<p>Group ID to enable or disable.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "visible",
                            "constants": [],
                            "description": "<p>True to show the group, false to hide it.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "size",
                    "deprecated": false,
                    "description": "<p>Number of items in this menu.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.Menu.bubbleParent\">Titanium.Android.Menu.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.Menu.bubbleParent\">Titanium.Android.Menu.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.Menu.bubbleParent\">Titanium.Android.Menu.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.Menu.bubbleParent\">Titanium.Android.Menu.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.Menu.apiName\">Titanium.Android.Menu.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.Menu.apiName\">Titanium.Android.Menu.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.Menu.lifecycleContainer\">Titanium.Android.Menu.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.Menu.lifecycleContainer\">Titanium.Android.Menu.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.Menu.lifecycleContainer\">Titanium.Android.Menu.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.Menu.lifecycleContainer\">Titanium.Android.Menu.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getItems",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.Menu.items\">Titanium.Android.Menu.items</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.Menu.items\">Titanium.Android.Menu.items</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "items",
                    "deprecated": false,
                    "description": "<p>Array of menu items in this menu.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>The Menu and MenuItems APIs are used to create the action items\nfor the action bar. Action items can appear in either the action bar or the action bar's\noverflow menu.</p>\n<p>To create action items with JavaScript, assign a callback function to the activity's\n<a href=\"Titanium.Android.Activity.onCreateOptionsMenu\">onCreateOptionsMenu</a> property.\nThe activity's menu object is passed in to the <code>onCreateOptionsMenu</code> function when the menu is created.\nUse the Menu's <a href=\"Titanium.Android.Menu.add\">add()</a> method to create new action items.</p>\n<p>In Alloy you can use <code>&lt;Menu&gt;</code> and <code>&lt;MenuItem&gt;</code> elements to create an options menu.</p>\n<pre><code>&lt;Menu id=&quot;menu&quot; platform=&quot;android&quot;&gt;\n    &lt;!-- Cannot specify node text.  Use attributes only. --&gt;\n    &lt;MenuItem id=&quot;saveitem&quot; title=&quot;Save&quot; icon=&quot;item1.png&quot; onClick=&quot;doSave&quot; /&gt;\n    &lt;MenuItem id=&quot;closeitem&quot; title=&quot;Close&quot; icon=&quot;item1.png&quot; onClick=&quot;doClose&quot; /&gt;\n&lt;/Menu&gt;\n</code></pre>\n<p>To switch menu items dynamically, call\n<a href=\"Titanium.Android.Activity.invalidateOptionsMenu\">invalidateOptionsMenu</a>, which causes\nthe <code>onCreateOptionsMenu</code> callback to be called again.</p>\n<h4>Menus on Tab Groups</h4>\n<p>Menus must be added to tab groups using the tab group's\nactivity. These changes were required to support the Android 3.0 action bar.</p>\n<p>The TabGroup activity is available using <a href=\"Titanium.UI.TabGroup.getActivity\">TabGroup.getActivity</a>.\nHowever, unlike a window's activity it is not currently possible to set properties on\nthe tab group's activity before the tab group is opened. To add a menu to a tab group,\nset the <code>onCreateOptionsMenu</code> property to the tab group's <code>open</code> event listener, and\nthen call <code>invalidateOptionsMenu</code> to force the changes to take effect.</p>\n<pre><code>tabGroup.addEventListener(&quot;open&quot;, function(e) {\n    var activity = globals.tabs.getActivity();\n    activity.onCreateOptionsMenu = function(e) {\n        var menuItem = e.menu.add({\n            title : &quot;Add Task&quot;,\n            showAsAction : Ti.Android.SHOW_AS_ACTION_ALWAYS,\n            icon : &quot;add_icon.png&quot;\n        });\n        menuItem.addEventListener(&quot;click&quot;, function(e) {\n            //\n        });\n    }\n    activity.invalidateOptionsMenu();\n});\n</code></pre>\n<h3>Application Notes for Release 3.2.x and earlier</h3>\n<p>If you are using Release 3.2.x and earlier, the options menu is presented differently\nbased on the Android version and application settings.</p>\n<p>On Android devices prior to Android 3.0 (API level 11), the menu is always presented\nas an options menu, which is displayed when the <strong>Menu</strong> button is pressed.</p>\n<p>On Android 3.0 and later, menu items can be displayed as <em>action items</em> in the action\nbar. To enable this, the application must be built with a theme that supports the\naction bar, such as the Holo theme. (See\n<a href=\"https://docs.appcelerator.com/platform/latest/#!/guide/Android_Themes\">Android Themes</a> in\nthe Titanium Guides for information on setting your application's theme.)</p>\n<p>For menu items displayed in the menu, the <code>onCreateOptionsMenu</code> function is called\nonce, and the <a href=\"Titanium.Android.Activity.onPrepareOptionsMenu\">onPrepareOptionsMenu</a> callback function is called each\ntime the menu is opened. The <code>onPrepareOptionsMenu</code> function can be used to switch menu items dynamically.</p>\n<h4>Further Reading</h4>\n<p>See also:</p>\n<ul>\n<li>\n<p><a href=\"https://developer.android.com/guide/topics/ui/menus.html\">Menus</a> in the\nAndroid Developer Guides.</p>\n</li>\n<li>\n<p><a href=\"https://developer.android.com/guide/topics/ui/actionbar.html\">Action Bar</a> in\nthe Android Developer Guides.</p>\n</li>\n<li>\n<p><a href=\"https://developer.android.com/reference/android/view/Menu.html\">Menu</a>\nin the Android Developer Reference.</p>\n</li>\n</ul>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "1.5"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                }
            ]
        },
        {
            "name": "Titanium.Android.MenuItem",
            "description": "<p>The Titanium binding of an Android menu item.</p>",
            "deprecated": false,
            "events": [
                {
                    "name": "click",
                    "deprecated": false,
                    "description": "<p>Fired when the user clicks the menu item.</p>"
                },
                {
                    "name": "expand",
                    "deprecated": false,
                    "description": "<p>Fired when the action view has been expanded.</p>"
                },
                {
                    "name": "collapse",
                    "deprecated": false,
                    "description": "<p>Fired when the action view has been collapsed.</p>"
                }
            ],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "collapseActionView",
                    "deprecated": false,
                    "description": "<p>Collapse the action view associated with this menu item.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "expandActionView",
                    "deprecated": false,
                    "description": "<p>Expand the action view associated with this menu item.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "isActionViewExpanded",
                    "deprecated": false,
                    "description": "<p>Returns the <a href=\"Titanium.Android.MenuItem.actionViewExpanded\">actionViewExpanded</a> state of the menu item.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "isCheckable",
                    "deprecated": false,
                    "description": "<p>Returns the <a href=\"Titanium.Android.MenuItem.checkable\">checkable</a> state of the menu item.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "isChecked",
                    "deprecated": false,
                    "description": "<p>Returns the <a href=\"Titanium.Android.MenuItem.checked\">checked</a> state of the menu item.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "isEnabled",
                    "deprecated": false,
                    "description": "<p>Returns the <a href=\"Titanium.Android.MenuItem.enabled\">enabled</a> state of the menu item.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "isVisible",
                    "deprecated": false,
                    "description": "<p>Returns the <a href=\"Titanium.Android.MenuItem.visible\">visible</a> state of the menu item.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setCheckable",
                    "deprecated": false,
                    "description": "<p>Sets the <a href=\"Titanium.Android.MenuItem.checkable\">checkable</a> state of the menu item.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "checkable",
                            "constants": [],
                            "description": "<p>True enable checking and unchecking this item, false to disable it.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setChecked",
                    "deprecated": false,
                    "description": "<p>Sets the <a href=\"Titanium.Android.MenuItem.checked\">checked</a> state of the menu item.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "enabled",
                            "constants": [],
                            "description": "<p>True to check the item, false to uncheck it.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setEnabled",
                    "deprecated": false,
                    "description": "<p>Sets the <a href=\"Titanium.Android.MenuItem.enabled\">enabled</a> state of the menu item.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "enabled",
                            "constants": [],
                            "description": "<p>True to enable item, false to disable it.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setVisible",
                    "deprecated": false,
                    "description": "<p>Sets the <a href=\"Titanium.Android.MenuItem.visible\">visible</a> state of the menu item.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "visible",
                            "constants": [],
                            "description": "<p>True to show the item, false to hide it.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.MenuItem.bubbleParent\">Titanium.Android.MenuItem.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.MenuItem.bubbleParent\">Titanium.Android.MenuItem.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.MenuItem.bubbleParent\">Titanium.Android.MenuItem.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.MenuItem.bubbleParent\">Titanium.Android.MenuItem.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.MenuItem.apiName\">Titanium.Android.MenuItem.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.MenuItem.apiName\">Titanium.Android.MenuItem.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.MenuItem.lifecycleContainer\">Titanium.Android.MenuItem.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.MenuItem.lifecycleContainer\">Titanium.Android.MenuItem.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.MenuItem.lifecycleContainer\">Titanium.Android.MenuItem.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.MenuItem.lifecycleContainer\">Titanium.Android.MenuItem.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityHint",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.MenuItem.accessibilityHint\">Titanium.Android.MenuItem.accessibilityHint</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.MenuItem.accessibilityHint\">Titanium.Android.MenuItem.accessibilityHint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityHint",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.MenuItem.accessibilityHint\">Titanium.Android.MenuItem.accessibilityHint</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.MenuItem.accessibilityHint\">Titanium.Android.MenuItem.accessibilityHint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityHint",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityLabel",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.MenuItem.accessibilityLabel\">Titanium.Android.MenuItem.accessibilityLabel</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.MenuItem.accessibilityLabel\">Titanium.Android.MenuItem.accessibilityLabel</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityLabel",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.MenuItem.accessibilityLabel\">Titanium.Android.MenuItem.accessibilityLabel</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.MenuItem.accessibilityLabel\">Titanium.Android.MenuItem.accessibilityLabel</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityLabel",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityValue",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.MenuItem.accessibilityValue\">Titanium.Android.MenuItem.accessibilityValue</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.MenuItem.accessibilityValue\">Titanium.Android.MenuItem.accessibilityValue</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityValue",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.MenuItem.accessibilityValue\">Titanium.Android.MenuItem.accessibilityValue</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.MenuItem.accessibilityValue\">Titanium.Android.MenuItem.accessibilityValue</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityValue",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getActionView",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.MenuItem.actionView\">Titanium.Android.MenuItem.actionView</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.MenuItem.actionView\">Titanium.Android.MenuItem.actionView</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.View",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setActionView",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.MenuItem.actionView\">Titanium.Android.MenuItem.actionView</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.MenuItem.actionView\">Titanium.Android.MenuItem.actionView</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "actionView",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getGroupId",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.MenuItem.groupId\">Titanium.Android.MenuItem.groupId</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.MenuItem.groupId\">Titanium.Android.MenuItem.groupId</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setIcon",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.MenuItem.icon\">Titanium.Android.MenuItem.icon</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.MenuItem.icon\">Titanium.Android.MenuItem.icon</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "icon",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getItemId",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.MenuItem.itemId\">Titanium.Android.MenuItem.itemId</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.MenuItem.itemId\">Titanium.Android.MenuItem.itemId</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getOrder",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.MenuItem.order\">Titanium.Android.MenuItem.order</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.MenuItem.order\">Titanium.Android.MenuItem.order</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setShowAsAction",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.MenuItem.showAsAction\">Titanium.Android.MenuItem.showAsAction</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.MenuItem.showAsAction\">Titanium.Android.MenuItem.showAsAction</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "showAsAction",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTitle",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.MenuItem.title\">Titanium.Android.MenuItem.title</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.MenuItem.title\">Titanium.Android.MenuItem.title</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTitle",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.MenuItem.title\">Titanium.Android.MenuItem.title</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.MenuItem.title\">Titanium.Android.MenuItem.title</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "title",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTitleCondensed",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.MenuItem.titleCondensed\">Titanium.Android.MenuItem.titleCondensed</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.MenuItem.titleCondensed\">Titanium.Android.MenuItem.titleCondensed</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTitleCondensed",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.MenuItem.titleCondensed\">Titanium.Android.MenuItem.titleCondensed</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.MenuItem.titleCondensed\">Titanium.Android.MenuItem.titleCondensed</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "titleCondensed",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "accessibilityHint",
                    "deprecated": false,
                    "description": "<p>Briefly describes what performing an action (such as a click) on the view will do.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "accessibilityLabel",
                    "deprecated": false,
                    "description": "<p>A succint label identifying the view for the device's accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "accessibilityValue",
                    "deprecated": false,
                    "description": "<p>A string describing the value (if any) of the view for the device's accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "actionView",
                    "deprecated": false,
                    "description": "<p>Custom view that replaces the default menu item button.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Titanium.UI.View",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "actionViewExpanded",
                    "deprecated": false,
                    "description": "<p>True if this menu item's action view has been expanded.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "checkable",
                    "deprecated": false,
                    "description": "<p>Determines if the item can be checked.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "checked",
                    "deprecated": false,
                    "description": "<p>Determines if the item is checked.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "enabled",
                    "deprecated": false,
                    "description": "<p>Determines if the item is enabled.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "groupId",
                    "deprecated": false,
                    "description": "<p>Group ID for this item.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "icon",
                    "deprecated": false,
                    "description": "<p>Icon to display for the this menu item.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "write-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "itemId",
                    "deprecated": false,
                    "description": "<p>Item ID for this item.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "order",
                    "deprecated": false,
                    "description": "<p>Integer used for controlling the category and sort order for menu items.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "showAsAction",
                    "deprecated": false,
                    "description": "<p>A set of flags that controls how this item appears in the action bar.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.Android.SHOW_AS_ACTION_ALWAYS",
                        "Titanium.Android.SHOW_AS_ACTION_COLLAPSE_ACTION_VIEW",
                        "Titanium.Android.SHOW_AS_ACTION_IF_ROOM",
                        "Titanium.Android.SHOW_AS_ACTION_NEVER",
                        "Titanium.Android.SHOW_AS_ACTION_WITH_TEXT"
                    ],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "write-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "title",
                    "deprecated": false,
                    "description": "<p>Title of the item.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "titleCondensed",
                    "deprecated": false,
                    "description": "<p>Shortened version of the item's title.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "visible",
                    "deprecated": false,
                    "description": "<p>Determines whether the menu item is visible.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>As of Release 3.3.0, the Menu and MenuItem APIs are used to create action items for the action bar.\nPrior to Release 3.3.0, the APIs could also be used to customize the Options Menu.</p>\n<p>In JavaScript, use the Menu's <a href=\"Titanium.Android.Menu.add\">add()</a> method to create\nnew action items.</p>\n<p>In Alloy you can define <strong><code>&lt;MenuItem&gt;</code></strong> elements inside a <code>&lt;Menu&gt;</code> element.</p>\n<pre><code>&lt;Menu id=&quot;menu&quot; platform=&quot;android&quot;&gt;\n    &lt;MenuItem id=&quot;saveitem&quot; title=&quot;Save&quot; icon=&quot;item1.png&quot; onClick=&quot;doSave&quot; /&gt;\n    &lt;MenuItem id=&quot;closeitem&quot; title=&quot;Close&quot; icon=&quot;item1.png&quot; onClick=&quot;doClose&quot; /&gt;\n&lt;/Menu&gt;\n</code></pre>\n<p>Action items can appear in either the action bar or the action bar's\noverflow menu.  To determine how an action item is displayed, set\n<a href=\"Titanium.Android.MenuItem.showAsAction\">showAsAction</a>.</p>\n<p>You can optionally customize the look of action items using the\n<a href=\"Titanium.Android.MenuItem.actionView\">actionView</a> property.</p>\n<p>See the <a href=\"Titanium.Android.Menu\">Titanium.Android.Menu</a> reference page for additional code examples.</p>\n<p>Further Reading:</p>\n<ul>\n<li><a href=\"https://developer.android.com/reference/android/view/MenuItem.html\">Android Developers: MenuItem</a></li>\n</ul>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "1.5"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                }
            ]
        },
        {
            "name": "Titanium.Android.Notification",
            "description": "<p>UI notifications that can be sent while the application is in the background.</p>",
            "deprecated": false,
            "events": [],
            "examples": [
                {
                    "title": "Simple Notification Example",
                    "code": "<p>The following example shows how to create a notification that launches the\napplication when the user clicks on the notification.</p>\n<p>To have the notification launch an application when the user clicks on it,\nassign the <code>contentIntent</code> property to an <a href=\"Titanium.Android.Intent\">Intent</a> object\nthat launches the main activity of the application by specifying the <code>packageName</code>\nand <code>className</code> properties of the intent.</p>\n<p>The <code>packageName</code> is the project's application ID. For Titanium applications, you\ncan find this in the <code>tiapp.xml</code> file.</p>\n<p>The <code>className</code> is the name of the main activity, prefixed with the <code>packageName</code>.\nFor Titanium applications, the name of the main activity is the application name with\nonly the first character capitalized suffixed with <code>Activity</code>.  You can also find the name\nof the main activity in the <code>build/android/AndroidManifest.xml</code> file after you build your\napplication.</p>\n<p>For example, if the application ID is <code>com.appcelerator.notificationsample</code> and the\napplication name is <code>NotificationSample</code>, the class name will be:</p>\n<pre><code>com.appcelerator.notificationsample.NotificationsampleActivity\n</code></pre>\n<p>The notification icon must be specified as an Android resource ID. In this case,\nthe icon, <code>my_icon.png</code> would be placed in <code>platforms/android/res/drawable/my_icon.png</code>.\nSee <a href=\"Titanium.App.Android.R\">Titanium.App.Android.R</a> for more information.</p>\n<p>This example does not include a custom alert sound. For information on adding a\ncustom alert sound, see <a href=\"Titanium.Android.Notification.sound\">Notification.sound</a>.</p>\n<pre><code>// Intent object to launch the application\nvar intent = Ti.Android.createIntent({\n    action: Ti.Android.ACTION_MAIN,\n    // Substitute the correct class name for your application\n    className: 'com.appcelerator.notificationsample.NotificationsampleActivity',\n    // Substitue the correct package name for your application\n    packageName: 'com.appcelerator.notificationsample'\n});\nintent.flags |= Ti.Android.FLAG_ACTIVITY_NEW_TASK;\nintent.addCategory(Ti.Android.CATEGORY_LAUNCHER);\n\n// Create a PendingIntent to tie together the Activity and Intent\nvar pending = Titanium.Android.createPendingIntent({\n    intent: intent,\n    flags: Titanium.Android.FLAG_UPDATE_CURRENT\n});\n\n// Create the notification\nvar notification = Titanium.Android.createNotification({\n\t// icon is passed as an Android resource ID -- see Ti.App.Android.R.\n    icon: Ti.App.Android.R.drawable.my_icon,\n\tcontentTitle: 'Something Happened',\n\tcontentText : 'Click to return to the application.',\n\tcontentIntent: pending\n});\n\n// Send the notification.\nTitanium.Android.NotificationManager.notify(1, notification);\n</code></pre>"
                },
                {
                    "title": "Bundled Notifications Example",
                    "code": "<p>The following example shows how to create bundled notifications.</p>\n<pre><code>var id = 100,\n    groupKey = 'group_key';\n\nfor (var i = 3; i &gt; 0; i--) {\n    Ti.Android.NotificationManager.notify(id++,\n        Ti.Android.createNotification({\n            icon: Ti.Android.R.drawable.ic_dialog_info,\n            contentTitle: 'NOTIFICATION #' + i,\n            contentText : 'Lorem ipsum dolor sit amet, facer eruditi omittantur cu pri, nibh nonumy putant eam eu.'\n            groupKey: groupKey\n        })\n    );\n}\nTi.Android.NotificationManager.notify(id++,\n    Ti.Android.createNotification({\n        icon: Ti.Android.R.drawable.ic_dialog_info,\n        contentTitle: 'NOTIFICATIONS',\n        contentText : 'You have 3 notifications.',\n        groupKey: groupKey,\n        groupSummary: true\n    })\n);\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLatestEventInfo",
                    "deprecated": false,
                    "description": "<p>Sets the latest event info using the built-in notification view for this notification.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "contentTitle",
                            "constants": [],
                            "description": "<p>Title to display when the notification is expanded.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "contentText",
                            "constants": [],
                            "description": "<p>Text to display when the notification is expanded.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "contentIntent",
                            "constants": [],
                            "description": "<p>Intent to launch when the user clicks on the notification.</p>",
                            "type": "Titanium.Android.PendingIntent",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setProgress",
                    "deprecated": false,
                    "description": "<p>Set the progress this notification represents.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "max",
                            "constants": [],
                            "description": "<p>Defines the maximum value the progress can take.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "progress",
                            "constants": [],
                            "description": "<p>Defines the progress value, between 0 and max.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "indeterminate",
                            "constants": [],
                            "description": "<p>Allows to enable the indeterminate mode.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "addAction",
                    "deprecated": false,
                    "description": "<p>Add an action button to the notification</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "icon",
                            "constants": [],
                            "description": "<p>Icon of the action button as URL or resource ID</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "title",
                            "constants": [],
                            "description": "<p>Title of the action button</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "intent",
                            "constants": [],
                            "description": "<p>Intent of the action button</p>",
                            "type": "Titanium.Android.PendingIntent",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.Notification.bubbleParent\">Titanium.Android.Notification.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.Notification.bubbleParent\">Titanium.Android.Notification.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.Notification.bubbleParent\">Titanium.Android.Notification.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.Notification.bubbleParent\">Titanium.Android.Notification.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.Notification.apiName\">Titanium.Android.Notification.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.Notification.apiName\">Titanium.Android.Notification.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.Notification.lifecycleContainer\">Titanium.Android.Notification.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.Notification.lifecycleContainer\">Titanium.Android.Notification.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.Notification.lifecycleContainer\">Titanium.Android.Notification.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.Notification.lifecycleContainer\">Titanium.Android.Notification.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getAudioStreamType",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.Notification.audioStreamType\">Titanium.Android.Notification.audioStreamType</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.Notification.audioStreamType\">Titanium.Android.Notification.audioStreamType</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setAudioStreamType",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.Notification.audioStreamType\">Titanium.Android.Notification.audioStreamType</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.Notification.audioStreamType\">Titanium.Android.Notification.audioStreamType</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "audioStreamType",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getCategory",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.Notification.category\">Titanium.Android.Notification.category</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.Notification.category\">Titanium.Android.Notification.category</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setCategory",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.Notification.category\">Titanium.Android.Notification.category</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.Notification.category\">Titanium.Android.Notification.category</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "category",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getContentIntent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.Notification.contentIntent\">Titanium.Android.Notification.contentIntent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.Notification.contentIntent\">Titanium.Android.Notification.contentIntent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Android.PendingIntent",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setContentIntent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.Notification.contentIntent\">Titanium.Android.Notification.contentIntent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.Notification.contentIntent\">Titanium.Android.Notification.contentIntent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "contentIntent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.Android.PendingIntent",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getContentText",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.Notification.contentText\">Titanium.Android.Notification.contentText</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.Notification.contentText\">Titanium.Android.Notification.contentText</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setContentText",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.Notification.contentText\">Titanium.Android.Notification.contentText</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.Notification.contentText\">Titanium.Android.Notification.contentText</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "contentText",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getContentTitle",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.Notification.contentTitle\">Titanium.Android.Notification.contentTitle</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.Notification.contentTitle\">Titanium.Android.Notification.contentTitle</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setContentTitle",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.Notification.contentTitle\">Titanium.Android.Notification.contentTitle</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.Notification.contentTitle\">Titanium.Android.Notification.contentTitle</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "contentTitle",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setContentView",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.Notification.contentView\">Titanium.Android.Notification.contentView</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.Notification.contentView\">Titanium.Android.Notification.contentView</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "contentView",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.Android.RemoteViews",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getDefaults",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.Notification.defaults\">Titanium.Android.Notification.defaults</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.Notification.defaults\">Titanium.Android.Notification.defaults</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setDefaults",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.Notification.defaults\">Titanium.Android.Notification.defaults</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.Notification.defaults\">Titanium.Android.Notification.defaults</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "defaults",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getDeleteIntent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.Notification.deleteIntent\">Titanium.Android.Notification.deleteIntent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.Notification.deleteIntent\">Titanium.Android.Notification.deleteIntent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Android.PendingIntent",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setDeleteIntent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.Notification.deleteIntent\">Titanium.Android.Notification.deleteIntent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.Notification.deleteIntent\">Titanium.Android.Notification.deleteIntent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "deleteIntent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.Android.PendingIntent",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getFlags",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.Notification.flags\">Titanium.Android.Notification.flags</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.Notification.flags\">Titanium.Android.Notification.flags</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setFlags",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.Notification.flags\">Titanium.Android.Notification.flags</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.Notification.flags\">Titanium.Android.Notification.flags</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "flags",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getGroupKey",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.Notification.groupKey\">Titanium.Android.Notification.groupKey</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.Notification.groupKey\">Titanium.Android.Notification.groupKey</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setGroupKey",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.Notification.groupKey\">Titanium.Android.Notification.groupKey</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.Notification.groupKey\">Titanium.Android.Notification.groupKey</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "groupKey",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getGroupSummary",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.Notification.groupSummary\">Titanium.Android.Notification.groupSummary</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.Notification.groupSummary\">Titanium.Android.Notification.groupSummary</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setGroupSummary",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.Notification.groupSummary\">Titanium.Android.Notification.groupSummary</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.Notification.groupSummary\">Titanium.Android.Notification.groupSummary</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "groupSummary",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getIcon",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.Notification.icon\">Titanium.Android.Notification.icon</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.Notification.icon\">Titanium.Android.Notification.icon</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setIcon",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.Notification.icon\">Titanium.Android.Notification.icon</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.Notification.icon\">Titanium.Android.Notification.icon</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "icon",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getLargeIcon",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.Notification.largeIcon\">Titanium.Android.Notification.largeIcon</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.Notification.largeIcon\">Titanium.Android.Notification.largeIcon</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "4.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLargeIcon",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.Notification.largeIcon\">Titanium.Android.Notification.largeIcon</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.Notification.largeIcon\">Titanium.Android.Notification.largeIcon</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "largeIcon",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "4.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.Notification.color\">Titanium.Android.Notification.color</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.Notification.color\">Titanium.Android.Notification.color</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.Notification.color\">Titanium.Android.Notification.color</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.Notification.color\">Titanium.Android.Notification.color</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "color",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getLedARGB",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.Notification.ledARGB\">Titanium.Android.Notification.ledARGB</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.Notification.ledARGB\">Titanium.Android.Notification.ledARGB</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLedARGB",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.Notification.ledARGB\">Titanium.Android.Notification.ledARGB</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.Notification.ledARGB\">Titanium.Android.Notification.ledARGB</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "ledARGB",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getLedOffMS",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.Notification.ledOffMS\">Titanium.Android.Notification.ledOffMS</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.Notification.ledOffMS\">Titanium.Android.Notification.ledOffMS</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLedOffMS",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.Notification.ledOffMS\">Titanium.Android.Notification.ledOffMS</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.Notification.ledOffMS\">Titanium.Android.Notification.ledOffMS</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "ledOffMS",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getLedOnMS",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.Notification.ledOnMS\">Titanium.Android.Notification.ledOnMS</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.Notification.ledOnMS\">Titanium.Android.Notification.ledOnMS</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLedOnMS",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.Notification.ledOnMS\">Titanium.Android.Notification.ledOnMS</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.Notification.ledOnMS\">Titanium.Android.Notification.ledOnMS</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "ledOnMS",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getNumber",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.Notification.number\">Titanium.Android.Notification.number</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.Notification.number\">Titanium.Android.Notification.number</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setNumber",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.Notification.number\">Titanium.Android.Notification.number</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.Notification.number\">Titanium.Android.Notification.number</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "number",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getPriority",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.Notification.priority\">Titanium.Android.Notification.priority</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.Notification.priority\">Titanium.Android.Notification.priority</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setPriority",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.Notification.priority\">Titanium.Android.Notification.priority</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.Notification.priority\">Titanium.Android.Notification.priority</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "priority",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getSound",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.Notification.sound\">Titanium.Android.Notification.sound</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.Notification.sound\">Titanium.Android.Notification.sound</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setSound",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.Notification.sound\">Titanium.Android.Notification.sound</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.Notification.sound\">Titanium.Android.Notification.sound</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "sound",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getStyle",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.Notification.style\">Titanium.Android.Notification.style</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.Notification.style\">Titanium.Android.Notification.style</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Android.BigTextStyle",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setStyle",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.Notification.style\">Titanium.Android.Notification.style</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.Notification.style\">Titanium.Android.Notification.style</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "style",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.Android.BigTextStyle",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTickerText",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.Notification.tickerText\">Titanium.Android.Notification.tickerText</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.Notification.tickerText\">Titanium.Android.Notification.tickerText</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTickerText",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.Notification.tickerText\">Titanium.Android.Notification.tickerText</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.Notification.tickerText\">Titanium.Android.Notification.tickerText</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "tickerText",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getVisibility",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.Notification.visibility\">Titanium.Android.Notification.visibility</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.Notification.visibility\">Titanium.Android.Notification.visibility</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setVisibility",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.Notification.visibility\">Titanium.Android.Notification.visibility</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.Notification.visibility\">Titanium.Android.Notification.visibility</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "visibility",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getWakeLock",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.Notification.wakeLock\">Titanium.Android.Notification.wakeLock</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.Notification.wakeLock\">Titanium.Android.Notification.wakeLock</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "wakeLockOptions",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setWakeLock",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.Notification.wakeLock\">Titanium.Android.Notification.wakeLock</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.Notification.wakeLock\">Titanium.Android.Notification.wakeLock</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "wakeLock",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "wakeLockOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getWhen",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.Notification.when\">Titanium.Android.Notification.when</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.Notification.when\">Titanium.Android.Notification.when</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Date",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setWhen",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.Notification.when\">Titanium.Android.Notification.when</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.Notification.when\">Titanium.Android.Notification.when</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "when",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Date",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": true,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "audioStreamType",
                    "deprecated": false,
                    "description": "<p>The audio stream type to use when playing the sound.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.Android.STREAM_ALARM",
                        "Titanium.Android.STREAM_DEFAULT",
                        "Titanium.Android.STREAM_MUSIC",
                        "Titanium.Android.STREAM_NOTIFICATION",
                        "Titanium.Android.STREAM_RING",
                        "Titanium.Android.STREAM_SYSTEM",
                        "Titanium.Android.STREAM_VOICE_CALL"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "category",
                    "deprecated": false,
                    "description": "<p>Sets the notification's category.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.Android.CATEGORY_ALTERNATIVE",
                        "Titanium.Android.CATEGORY_BROWSABLE",
                        "Titanium.Android.CATEGORY_DEFAULT",
                        "Titanium.Android.CATEGORY_DEVELOPMENT_PREFERENCE",
                        "Titanium.Android.CATEGORY_EMBED",
                        "Titanium.Android.CATEGORY_FRAMEWORK_INSTRUMENTATION_TEST",
                        "Titanium.Android.CATEGORY_HOME",
                        "Titanium.Android.CATEGORY_INFO",
                        "Titanium.Android.CATEGORY_LAUNCHER",
                        "Titanium.Android.CATEGORY_MONKEY",
                        "Titanium.Android.CATEGORY_OPENABLE",
                        "Titanium.Android.CATEGORY_PREFERENCE",
                        "Titanium.Android.CATEGORY_SAMPLE_CODE",
                        "Titanium.Android.CATEGORY_SELECTED_ALTERNATIVE",
                        "Titanium.Android.CATEGORY_TAB",
                        "Titanium.Android.CATEGORY_TEST",
                        "Titanium.Android.CATEGORY_UNIT_TEST",
                        "Titanium.Android.CATEGORY_ALARM",
                        "Titanium.Android.CATEGORY_CALL",
                        "Titanium.Android.CATEGORY_EMAIL",
                        "Titanium.Android.CATEGORY_ERROR",
                        "Titanium.Android.CATEGORY_EVENT",
                        "Titanium.Android.CATEGORY_MESSAGE",
                        "Titanium.Android.CATEGORY_PROGRESS",
                        "Titanium.Android.CATEGORY_PROMO",
                        "Titanium.Android.CATEGORY_RECOMMENDATION",
                        "Titanium.Android.CATEGORY_SERVICE",
                        "Titanium.Android.CATEGORY_SOCIAL",
                        "Titanium.Android.CATEGORY_STATUS",
                        "Titanium.Android.CATEGORY_TRANSPORT"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "contentIntent",
                    "deprecated": false,
                    "description": "<p>The <code>PendingIntent</code> to execute when the expanded status entry is clicked.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Titanium.Android.PendingIntent",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "contentText",
                    "deprecated": false,
                    "description": "<p>Description text of the notification.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "contentTitle",
                    "deprecated": false,
                    "description": "<p>Title of the notification.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "contentView",
                    "deprecated": false,
                    "description": "<p>Custom layout to display in the notification.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "write-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Titanium.Android.RemoteViews",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "defaults",
                    "deprecated": false,
                    "description": "<p>Specifies which values should be taken from the defaults.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.Android.DEFAULT_ALL",
                        "Titanium.Android.DEFAULT_LIGHTS",
                        "Titanium.Android.DEFAULT_SOUND",
                        "Titanium.Android.DEFAULT_VIBRATE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "deleteIntent",
                    "deprecated": false,
                    "description": "<p>The <code>PendingIntent</code> to execute when the status entry is deleted by the user with the &quot;Clear All Notifications&quot; button.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Titanium.Android.PendingIntent",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "flags",
                    "deprecated": false,
                    "description": "<p>Set of flags for the notification.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.Android.FLAG_AUTO_CANCEL",
                        "Titanium.Android.FLAG_INSISTENT",
                        "Titanium.Android.FLAG_NO_CLEAR",
                        "Titanium.Android.FLAG_ONGOING_EVENT",
                        "Titanium.Android.FLAG_ONLY_ALERT_ONCE",
                        "Titanium.Android.FLAG_SHOW_LIGHTS"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "groupKey",
                    "deprecated": false,
                    "description": "<p>The group key that the notification will belong to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "groupSummary",
                    "deprecated": false,
                    "description": "<p>Specifies if this is a group summary notification.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "icon",
                    "deprecated": false,
                    "description": "<p>Notification icon, specified as an Android resource ID, or a local URL to a density-specific image.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "largeIcon",
                    "deprecated": false,
                    "description": "<p>Add a large icon to the notification (and the ticker on some devices) specified as an Android resource ID, or a local URL to a density-specific image.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "4.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "color",
                    "deprecated": false,
                    "description": "<p>Accent color used behind icon.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "ledARGB",
                    "deprecated": false,
                    "description": "<p>The color for the LED to blink.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "ledOffMS",
                    "deprecated": false,
                    "description": "<p>The number of milliseconds for the LED to be off while it's flashing.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "ledOnMS",
                    "deprecated": false,
                    "description": "<p>The number of milliseconds for the LED to be on while it's flashing.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "number",
                    "deprecated": false,
                    "description": "<p>The number of events that this notification represents.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "priority",
                    "deprecated": false,
                    "description": "<p>Sets the priority of the notification.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.Android.PRIORITY_MAX",
                        "Titanium.Android.PRIORITY_HIGH",
                        "Titanium.Android.PRIORITY_DEFAULT",
                        "Titanium.Android.PRIORITY_LOW",
                        "Titanium.Android.PRIORITY_MIN"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "sound",
                    "deprecated": false,
                    "description": "<p>A URL to the sound to play.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "style",
                    "deprecated": false,
                    "description": "<p>Style object that can apply a rich notification style.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Titanium.Android.BigTextStyle",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "tickerText",
                    "deprecated": false,
                    "description": "<p>Text to scroll across the screen when this item is added to the status bar.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "visibility",
                    "deprecated": false,
                    "description": "<p>Allows user to conceal private information of the notification on the lockscreen.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.Android.VISIBILITY_PRIVATE",
                        "Titanium.Android.VISIBILITY_PUBLIC",
                        "Titanium.Android.VISIBILITY_SECRET"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "wakeLock",
                    "deprecated": false,
                    "description": "<p>Will wake up the device for the given time (in milliseconds) when the notification is shown.\nThe application needs to also set the <code>android.permission.WAKE_LOCK</code> permission\nin the Android manifest section of the <code>tiapp.xml</code> file.</p>\n<pre><code>&lt;ti:app&gt;\n    &lt;android&gt;\n        &lt;manifest&gt;\n            &lt;uses-permission android:name=&quot;android.permission.WAKE_LOCK&quot; /&gt;\n        &lt;/manifest&gt;\n    &lt;/android&gt;\n&lt;/ti:app&gt;\n</code></pre>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "wakeLockOptions",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "when",
                    "deprecated": false,
                    "description": "<p>The timestamp for the notification (defaults to the current time).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Date",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>Notifications alert the user that something is happening to your application while it is\nin the background. Notifications appear in the notification drawer until the user\nclears them and on the lock screen for devices running Android 5.0 or greater.\nNote that the user can filter or turn notifications on and off from <strong>Settings</strong>.</p>\n<p>For Android toast notifications (pop-up notifications sent while the application is in the\nforeground), see <a href=\"Titanium.UI.Notification\">Titanium.UI.Notification</a>.</p>\n<p>To create a notification, use the <a href=\"Titanium.Android.createNotification\">Titanium.Android.createNotification</a> method.</p>\n<p>Pass the Notification object to the methods of the <a href=\"Titanium.Android.NotificationManager\">Titanium.Android.NotificationManager</a> class\nto send or cancel notifications.</p>\n<p>For examples of using Notifications, see <a href=\"#!/guide/Android_Notifications\">Android Notifications</a>.</p>\n<p>Further Reading:</p>\n<ul>\n<li><a href=\"https://developer.android.com/design/patterns/notifications.html\">Android Developers: Notifications</a></li>\n</ul>\n<h4>Android 5.0 Changes</h4>\n<p>Starting with Android 5.0 (API 21), ticker text, defined with the <code>tickerText</code> property,\nno longer appears in the status bar when the notification is first sent but is used as an\naudible notification if accessibility services are enabled.</p>\n<p>Notifications now appear in the lock screen.  The user can customize the visibility level of\nthese notifications from <strong>Settings</strong>.  The visibility level is based on the <code>visibility</code>\nproperty set on the notification.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "1.5"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                }
            ]
        },
        {
            "name": "wakeLockOptions",
            "description": "<p>Parameter for wakeLock</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "time",
                    "deprecated": false,
                    "description": "<p>Minimum time the device will be switched on (plus device switch-off time)</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "flags",
                    "deprecated": false,
                    "description": "<p>Wake lock level and flag. See <a href=\"https://developer.android.com/reference/android/os/PowerManager.html#newWakeLock(int,%20java.lang.String)\">PowerManager.newWakeLock in the Android API Reference</a></p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.Android.WAKE_LOCK_PARTIAL",
                        "Titanium.Android.WAKE_LOCK_FULL",
                        "Titanium.Android.WAKE_LOCK_SCREEN_DIM",
                        "Titanium.Android.WAKE_LOCK_SCREEN_BRIGHT",
                        "Titanium.Android.WAKE_LOCK_ACQUIRE_CAUSES_WAKEUP",
                        "Titanium.Android.WAKE_LOCK_ON_AFTER_RELEASE"
                    ],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "6.2.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "6.2.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "6.2.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.Android.NotificationChannel",
            "description": "<p>Module for notification channels.</p>",
            "deprecated": false,
            "events": [],
            "examples": [
                {
                    "title": "Notification Channel Example",
                    "code": "<p>The following example shows how to create a notification with a channel.</p>\n<pre><code>var channel = Ti.Android.NotificationManager.createNotificationChannel({\n        id: 'my_channel',\n        name: 'TEST CHANNEL',\n        importance: Ti.Android.IMPORTANCE_DEFAULT\n    }),\n    notification = Ti.Android.createNotification({\n        icon: Ti.Android.R.drawable.ic_dialog_info,\n        contentTitle: 'TITLE',\n        contentText : 'This is a test',\n        channelId: channel.getId()\n    });\n\nTi.Android.NotificationManager.notify(100, notification);\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.NotificationChannel.bubbleParent\">Titanium.Android.NotificationChannel.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.NotificationChannel.bubbleParent\">Titanium.Android.NotificationChannel.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.NotificationChannel.bubbleParent\">Titanium.Android.NotificationChannel.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.NotificationChannel.bubbleParent\">Titanium.Android.NotificationChannel.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.NotificationChannel.apiName\">Titanium.Android.NotificationChannel.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.NotificationChannel.apiName\">Titanium.Android.NotificationChannel.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.NotificationChannel.lifecycleContainer\">Titanium.Android.NotificationChannel.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.NotificationChannel.lifecycleContainer\">Titanium.Android.NotificationChannel.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.NotificationChannel.lifecycleContainer\">Titanium.Android.NotificationChannel.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.NotificationChannel.lifecycleContainer\">Titanium.Android.NotificationChannel.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBypassDnd",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.NotificationChannel.bypassDnd\">Titanium.Android.NotificationChannel.bypassDnd</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.NotificationChannel.bypassDnd\">Titanium.Android.NotificationChannel.bypassDnd</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBypassDnd",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.NotificationChannel.bypassDnd\">Titanium.Android.NotificationChannel.bypassDnd</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.NotificationChannel.bypassDnd\">Titanium.Android.NotificationChannel.bypassDnd</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bypassDnd",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getDescription",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.NotificationChannel.description\">Titanium.Android.NotificationChannel.description</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.NotificationChannel.description\">Titanium.Android.NotificationChannel.description</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setDescription",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.NotificationChannel.description\">Titanium.Android.NotificationChannel.description</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.NotificationChannel.description\">Titanium.Android.NotificationChannel.description</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "description",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getEnableLights",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.NotificationChannel.enableLights\">Titanium.Android.NotificationChannel.enableLights</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.NotificationChannel.enableLights\">Titanium.Android.NotificationChannel.enableLights</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setEnableLights",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.NotificationChannel.enableLights\">Titanium.Android.NotificationChannel.enableLights</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.NotificationChannel.enableLights\">Titanium.Android.NotificationChannel.enableLights</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "enableLights",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getEnableVibration",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.NotificationChannel.enableVibration\">Titanium.Android.NotificationChannel.enableVibration</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.NotificationChannel.enableVibration\">Titanium.Android.NotificationChannel.enableVibration</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setEnableVibration",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.NotificationChannel.enableVibration\">Titanium.Android.NotificationChannel.enableVibration</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.NotificationChannel.enableVibration\">Titanium.Android.NotificationChannel.enableVibration</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "enableVibration",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getGroupId",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.NotificationChannel.groupId\">Titanium.Android.NotificationChannel.groupId</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.NotificationChannel.groupId\">Titanium.Android.NotificationChannel.groupId</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setGroupId",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.NotificationChannel.groupId\">Titanium.Android.NotificationChannel.groupId</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.NotificationChannel.groupId\">Titanium.Android.NotificationChannel.groupId</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "groupId",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getImportance",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.NotificationChannel.importance\">Titanium.Android.NotificationChannel.importance</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.NotificationChannel.importance\">Titanium.Android.NotificationChannel.importance</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setImportance",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.NotificationChannel.importance\">Titanium.Android.NotificationChannel.importance</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.NotificationChannel.importance\">Titanium.Android.NotificationChannel.importance</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "importance",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getId",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.NotificationChannel.id\">Titanium.Android.NotificationChannel.id</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.NotificationChannel.id\">Titanium.Android.NotificationChannel.id</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setId",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.NotificationChannel.id\">Titanium.Android.NotificationChannel.id</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.NotificationChannel.id\">Titanium.Android.NotificationChannel.id</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "id",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getLightColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.NotificationChannel.lightColor\">Titanium.Android.NotificationChannel.lightColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.NotificationChannel.lightColor\">Titanium.Android.NotificationChannel.lightColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLightColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.NotificationChannel.lightColor\">Titanium.Android.NotificationChannel.lightColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.NotificationChannel.lightColor\">Titanium.Android.NotificationChannel.lightColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lightColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getLockscreenVisibility",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.NotificationChannel.lockscreenVisibility\">Titanium.Android.NotificationChannel.lockscreenVisibility</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.NotificationChannel.lockscreenVisibility\">Titanium.Android.NotificationChannel.lockscreenVisibility</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLockscreenVisibility",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.NotificationChannel.lockscreenVisibility\">Titanium.Android.NotificationChannel.lockscreenVisibility</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.NotificationChannel.lockscreenVisibility\">Titanium.Android.NotificationChannel.lockscreenVisibility</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lockscreenVisibility",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getShowBadge",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.NotificationChannel.showBadge\">Titanium.Android.NotificationChannel.showBadge</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.NotificationChannel.showBadge\">Titanium.Android.NotificationChannel.showBadge</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setShowBadge",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.NotificationChannel.showBadge\">Titanium.Android.NotificationChannel.showBadge</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.NotificationChannel.showBadge\">Titanium.Android.NotificationChannel.showBadge</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "showBadge",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getSound",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.NotificationChannel.sound\">Titanium.Android.NotificationChannel.sound</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.NotificationChannel.sound\">Titanium.Android.NotificationChannel.sound</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setSound",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.NotificationChannel.sound\">Titanium.Android.NotificationChannel.sound</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.NotificationChannel.sound\">Titanium.Android.NotificationChannel.sound</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "sound",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getVibratePattern",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.NotificationChannel.vibratePattern\">Titanium.Android.NotificationChannel.vibratePattern</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.NotificationChannel.vibratePattern\">Titanium.Android.NotificationChannel.vibratePattern</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setVibratePattern",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.NotificationChannel.vibratePattern\">Titanium.Android.NotificationChannel.vibratePattern</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.NotificationChannel.vibratePattern\">Titanium.Android.NotificationChannel.vibratePattern</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "vibratePattern",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": true,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.0.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "bypassDnd",
                    "deprecated": false,
                    "description": "<p>Whether or not notifications posted to this channel can interrupt the user.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "description",
                    "deprecated": false,
                    "description": "<p>User visible description of this channel.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "enableLights",
                    "deprecated": false,
                    "description": "<p>Whether notifications posted to this channel should display notification lights</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "enableVibration",
                    "deprecated": false,
                    "description": "<p>Whether notification posted to this channel should vibrate.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "groupId",
                    "deprecated": false,
                    "description": "<p>Group id this channel belongs to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "importance",
                    "deprecated": false,
                    "description": "<p>The audio stream type to use when playing the sound.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.Android.IMPORTANCE_DEFAULT",
                        "Titanium.Android.IMPORTANCE_HIGH",
                        "Titanium.Android.IMPORTANCE_LOW",
                        "Titanium.Android.IMPORTANCE_MAX",
                        "Titanium.Android.IMPORTANCE_MIN",
                        "Titanium.Android.IMPORTANCE_NONE",
                        "Titanium.Android.IMPORTANCE_UNSPECIFIED"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "id",
                    "deprecated": false,
                    "description": "<p>The channel id specified for the notification channel.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "lightColor",
                    "deprecated": false,
                    "description": "<p>The notification light color for notifications posted to this channel.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "lockscreenVisibility",
                    "deprecated": false,
                    "description": "<p>Whether or not notifications posted to this channel are shown on the lockscreen in full or redacted form.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.Android.VISIBILITY_PRIVATE",
                        "Titanium.Android.VISIBILITY_PUBLIC",
                        "Titanium.Android.VISIBILITY_SECRET"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "showBadge",
                    "deprecated": false,
                    "description": "<p>Whether notifications posted to this channel can appear as application icon badges in a Launcher.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "sound",
                    "deprecated": false,
                    "description": "<p>A URL to the sound to play.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "vibratePattern",
                    "deprecated": false,
                    "description": "<p>The vibration pattern for notifications posted to this channel.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.0.0"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>You can create a notification channel for each distinct type of notification you need to send.</p>\n<p>To create a notification channel, use the <a href=\"Titanium.Android.createNotificationChannel\">Titanium.Android.createNotificationChannel</a> method.</p>\n<p>Further Reading:</p>\n<ul>\n<li><a href=\"https://developer.android.com/reference/android/app/NotificationChannel.html\">Android Developers: Notification Channel</a></li>\n</ul>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "7.0.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                }
            ]
        },
        {
            "name": "Titanium.Android.NotificationManager",
            "description": "<p>Module for managing notifications.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "cancel",
                    "deprecated": false,
                    "description": "<p>Cancels a previously displayed notification.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "id",
                            "constants": [],
                            "description": "<p>The ID passed to <a href=\"Titanium.Android.NotificationManager.notify\">notify</a>.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "cancelAll",
                    "deprecated": false,
                    "description": "<p>Cancels all previously displayed notifications.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "notify",
                    "deprecated": false,
                    "description": "<p>Adds a persistent notification to the status bar.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "id",
                            "constants": [],
                            "description": "<p>An ID that may be used to cancel a shown notification.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "notification",
                            "constants": [],
                            "description": "<p>Notification to display.</p>",
                            "type": "Titanium.Android.Notification",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "createNotificationChannel",
                    "deprecated": false,
                    "description": "<p>Create a notification channel.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any defined by <a href=\"Titanium.Android.NotificationChannel\">Titanium.Android.NotificationChannel</a> except those marked not-creation or read-only.</p>",
                            "type": "Titanium.Android.NotificationChannel",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Android.NotificationChannel",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "areNotificationsEnabled",
                    "deprecated": false,
                    "description": "<p>Returns whether showing notifications is enabled for the application.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.NotificationManager.bubbleParent\">Titanium.Android.NotificationManager.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.NotificationManager.bubbleParent\">Titanium.Android.NotificationManager.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.NotificationManager.bubbleParent\">Titanium.Android.NotificationManager.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.NotificationManager.bubbleParent\">Titanium.Android.NotificationManager.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.NotificationManager.apiName\">Titanium.Android.NotificationManager.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.NotificationManager.apiName\">Titanium.Android.NotificationManager.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.NotificationManager.lifecycleContainer\">Titanium.Android.NotificationManager.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.NotificationManager.lifecycleContainer\">Titanium.Android.NotificationManager.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.NotificationManager.lifecycleContainer\">Titanium.Android.NotificationManager.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.NotificationManager.lifecycleContainer\">Titanium.Android.NotificationManager.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Module",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "DEFAULT_ALL",
                    "deprecated": false,
                    "description": "<p>Use <a href=\"Titanium.Android.DEFAULT_ALL\">Titanium.Android.DEFAULT_ALL</a> instead.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "DEFAULT_LIGHTS",
                    "deprecated": false,
                    "description": "<p>Use <a href=\"Titanium.Android.DEFAULT_LIGHTS\">Titanium.Android.DEFAULT_LIGHTS</a> instead.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "DEFAULT_SOUND",
                    "deprecated": false,
                    "description": "<p>Use <a href=\"Titanium.Android.DEFAULT_SOUND\">Titanium.Android.DEFAULT_SOUND</a> instead.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "DEFAULT_VIBRATE",
                    "deprecated": false,
                    "description": "<p>Use <a href=\"Titanium.Android.DEFAULT_VIBRATE\">Titanium.Android.DEFAULT_VIBRATE</a> instead.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "FLAG_AUTO_CANCEL",
                    "deprecated": false,
                    "description": "<p>Use <a href=\"Titanium.Android.FLAG_AUTO_CANCEL\">Titanium.Android.FLAG_AUTO_CANCEL</a> instead.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "FLAG_INSISTENT",
                    "deprecated": false,
                    "description": "<p>Use <a href=\"Titanium.Android.FLAG_INSISTENT\">Titanium.Android.FLAG_INSISTENT</a> instead.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "FLAG_NO_CLEAR",
                    "deprecated": false,
                    "description": "<p>Use <a href=\"Titanium.Android.FLAG_NO_CLEAR\">Titanium.Android.FLAG_NO_CLEAR</a> instead.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "FLAG_ONGOING_EVENT",
                    "deprecated": false,
                    "description": "<p>Use <a href=\"Titanium.Android.FLAG_ONGOING_EVENT\">Titanium.Android.FLAG_ONGOING_EVENT</a> instead.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "FLAG_ONLY_ALERT_ONCE",
                    "deprecated": false,
                    "description": "<p>Use <a href=\"Titanium.Android.FLAG_ONLY_ALERT_ONCE\">Titanium.Android.FLAG_ONLY_ALERT_ONCE</a> instead.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "FLAG_SHOW_LIGHTS",
                    "deprecated": false,
                    "description": "<p>Use <a href=\"Titanium.Android.FLAG_SHOW_LIGHTS\">Titanium.Android.FLAG_SHOW_LIGHTS</a> instead.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "STREAM_DEFAULT",
                    "deprecated": false,
                    "description": "<p>Use <a href=\"Titanium.Android.STREAM_DEFAULT\">Titanium.Android.STREAM_DEFAULT</a> instead.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>This module provides methods for sending and canceling notifications,\nwhich are represented by the <a href=\"Titanium.Android.Notification\">Titanium.Android.Notification</a> object.</p>\n<p>Further Reading:</p>\n<ul>\n<li><a href=\"https://docs.appcelerator.com/platform/latest/#!/guide/Android_Notifications\">Android Notifications guide</a></li>\n<li><a href=\"https://developer.android.com/guide/topics/ui/notifiers/notifications.html\">Android Developer: Notifications</a></li>\n</ul>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "1.5"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                }
            ]
        },
        {
            "name": "Titanium.Android.PendingIntent",
            "description": "<p>The Titanium binding of an Android <code>PendingIntent</code>.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.PendingIntent.bubbleParent\">Titanium.Android.PendingIntent.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.PendingIntent.bubbleParent\">Titanium.Android.PendingIntent.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.PendingIntent.bubbleParent\">Titanium.Android.PendingIntent.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.PendingIntent.bubbleParent\">Titanium.Android.PendingIntent.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.PendingIntent.apiName\">Titanium.Android.PendingIntent.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.PendingIntent.apiName\">Titanium.Android.PendingIntent.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.PendingIntent.lifecycleContainer\">Titanium.Android.PendingIntent.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.PendingIntent.lifecycleContainer\">Titanium.Android.PendingIntent.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.PendingIntent.lifecycleContainer\">Titanium.Android.PendingIntent.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.PendingIntent.lifecycleContainer\">Titanium.Android.PendingIntent.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getFlags",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.PendingIntent.flags\">Titanium.Android.PendingIntent.flags</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.PendingIntent.flags\">Titanium.Android.PendingIntent.flags</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setFlags",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.PendingIntent.flags\">Titanium.Android.PendingIntent.flags</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.PendingIntent.flags\">Titanium.Android.PendingIntent.flags</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "flags",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getIntent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.PendingIntent.intent\">Titanium.Android.PendingIntent.intent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.PendingIntent.intent\">Titanium.Android.PendingIntent.intent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Android.Intent",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setIntent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.PendingIntent.intent\">Titanium.Android.PendingIntent.intent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.PendingIntent.intent\">Titanium.Android.PendingIntent.intent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "intent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.Android.Intent",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getUpdateCurrentIntent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.PendingIntent.updateCurrentIntent\">Titanium.Android.PendingIntent.updateCurrentIntent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.PendingIntent.updateCurrentIntent\">Titanium.Android.PendingIntent.updateCurrentIntent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setUpdateCurrentIntent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.PendingIntent.updateCurrentIntent\">Titanium.Android.PendingIntent.updateCurrentIntent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.PendingIntent.updateCurrentIntent\">Titanium.Android.PendingIntent.updateCurrentIntent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "updateCurrentIntent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "flags",
                    "deprecated": false,
                    "description": "<p>Flags used for creating the Pending Intent.</p>",
                    "availability": "creation",
                    "constants": [
                        "Titanium.Android.FLAG_CANCEL_CURRENT",
                        "Titanium.Android.FLAG_NO_CREATE",
                        "Titanium.Android.FLAG_ONE_SHOT",
                        "Titanium.Android.FLAG_UPDATE_CURRENT"
                    ],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "intent",
                    "deprecated": false,
                    "description": "<p>The intent data to pass to the <a href=\"Titanium.Android.Activity\">Activity</a> launched by this <code>PendingIntent</code>.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Titanium.Android.Intent",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "updateCurrentIntent",
                    "deprecated": false,
                    "description": "<p>If this property is true, flag <a href=\"Titanium.Android.FLAG_UPDATE_CURRENT\">Titanium.Android.FLAG_UPDATE_CURRENT</a> will be\nappended to <code>flags</code> automatically. Default value is true.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>Use the <a href=\"Titanium.Android.createPendingIntent\">Titanium.Android.createPendingIntent</a> method to create a pending intent.</p>\n<p>The type of <code>Intent</code> you pass to <code>createPendingIntent</code>  determines what kind of\n<code>PendingIntent</code> is created.  Each type corresponds directly with a get method on\nAndroid's PendingIntent:</p>\n<ul>\n<li>\n<p>To create a <code>PendingIntent</code> that starts an activity, pass in an activity intent,\ncreated with <a href=\"Titanium.Android.createIntent\">createIntent</a>. This is equivalent to\ncalling the native Android <code>PendingIntent.getActivity</code> method. See\n[PendingIntent.getActivity in the Android API Reference](https://developer.android.com/reference/android/app/PendingIntent.html#getActivity(android.content.Context, int, android.content.Intent, int))</p>\n</li>\n<li>\n<p>To create a <code>PendingIntent</code> that starts a service, pass in a service intent,\ncreated with <a href=\"Titanium.Android.createServiceIntent\">createServiceIntent</a>. This is\nequivalent to calling the native Android <code>PendingIntent.getService</code> method. See\n[PendingIntent.getService in the Android API Reference](https://developer.android.com/reference/android/app/PendingIntent.html#getService(android.content.Context, int, android.content.Intent, int)).</p>\n</li>\n</ul>\n<p>The <code>PendingIntent</code> is always associated with the activity that was the current activity\nwhen the intent was created.</p>\n<p>Note that this <code>PendingIntent</code> is designed primarily to be used with the\n<a href=\"Titanium.Android.Notification\">Notification</a> object. It does not support all features\nof the native Android <code>PendingIntent</code> -- in particular,\nbroadcast pending intents are not supported.</p>\n<p>See also:</p>\n<ul>\n<li><a href=\"https://developer.android.com/reference/android/app/PendingIntent.html\">PendingIntent in the Android API Reference</a></li>\n</ul>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "1.5"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                }
            ]
        },
        {
            "name": "Titanium.Android.QuickSettingsService",
            "description": "<p>Android service for creating custom quick settings tiles and handling user's interaction with them.</p>",
            "deprecated": false,
            "events": [
                {
                    "name": "pause",
                    "deprecated": false,
                    "description": "<p>For Javascript-based services that you create, <code>pause</code> fires after each time the JavaScript\ncode executes.</p>",
                    "properties": [
                        {
                            "name": "iteration",
                            "constants": [],
                            "description": "<p>Incrementing integer indicating which iteration of an interval-based Service is pausing.\nFor example, if you have an interval-based Service running every 10 seconds, iteration\n3 would occur at about 30 seconds after you start the instance (assuming your service\ncode runs quickly).</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "resume",
                    "deprecated": false,
                    "description": "<p>For JavaScript-based Services which you create, <code>resume</code> fires each time the JavaScript\ncode executes.</p>",
                    "properties": [
                        {
                            "name": "iteration",
                            "constants": [],
                            "description": "<p>Incrementing integer indicating which iteration of an interval-based Service is pausing.\nFor example, if you have an interval-based Service running every 10 seconds, iteration\n3 would occur at about 30 seconds after you start the instance (assuming your service\ncode runs quickly).</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "start",
                    "deprecated": false,
                    "description": "<p>Fired when the bound service instance starts.</p>"
                },
                {
                    "name": "stop",
                    "deprecated": false,
                    "description": "<p>Fired when the bound service instance stops.</p>"
                },
                {
                    "name": "taskremoved",
                    "deprecated": false,
                    "description": "<p>Fired when the task that comes from the service's application has been removed.</p>"
                },
                {
                    "name": "startlistening",
                    "deprecated": false,
                    "description": "<p>Tile is listening for events.</p>"
                },
                {
                    "name": "stoplistening",
                    "deprecated": false,
                    "description": "<p>Tile has stopped listening for events.</p>"
                },
                {
                    "name": "tileadded",
                    "deprecated": false,
                    "description": "<p>The Tile has been added in the quick menu.</p>"
                },
                {
                    "name": "tileremoved",
                    "deprecated": false,
                    "description": "<p>The Tile has been removed from the quick menu.</p>"
                },
                {
                    "name": "tiledialogoptionselected",
                    "deprecated": false,
                    "description": "<p>An item from the signle choice menu has been selected.</p>",
                    "properties": [
                        {
                            "name": "itemIndex",
                            "constants": [],
                            "description": "<p>Index of the selected item from the single choice menu in the dialog.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "tiledialogcancelled",
                    "deprecated": false,
                    "description": "<p>Dispatched when the alert dialog has been cancelled.</p>"
                },
                {
                    "name": "tiledialogpositive",
                    "deprecated": false,
                    "description": "<p>Dispatched when the positive (index 0) button has been clicked.</p>"
                },
                {
                    "name": "tiledialogneutral",
                    "deprecated": false,
                    "description": "<p>Dispatched when the neutral (index 1) button has been clicked.</p>"
                },
                {
                    "name": "tiledialognegative",
                    "deprecated": false,
                    "description": "<p>Dispatched when the negative (index 2) button has been clicked.</p>"
                }
            ],
            "examples": [
                {
                    "title": "Update Tile Example",
                    "code": "<p>This example shows how to create a service in JavaScript.\nIt will update the Tile in quick settings according to the\nuser's interaction.</p>\n<p>File: updatequicksettings.js:</p>\n<pre><code>var service = Ti.Android.currentService;\nservice.addEventListener('click', function () {\n\n  if (service.getState() == Ti.Android.TILE_STATE_ACTIVE) {\n    service.setState(Ti.Android.TILE_STATE_INACTIVE);\n    service.setLabel('Inactive');\n    service.setIcon('inactive.png');\n  } else {\n    service.setState(Ti.Android.TILE_STATE_ACTIVE);\n    service.setLabel('Active');\n    service.setIcon('active.png');\n  }\n  service.updateTile();\n}\n</code></pre>\n<p>Register the service in tiapp.xml:</p>\n<pre><code>&lt;ti:app&gt;\n    &lt;android xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;&gt;\n        &lt;services&gt;\n            &lt;service url=&quot;updatequicksettings.js&quot; type=&quot;quicksettings&quot; label=&quot;Active&quot; icon=&quot;active.png&quot;/&gt;\n        &lt;/services&gt;\n    &lt;/android&gt;\n&lt;/ti:app&gt;\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "foregroundCancel",
                    "deprecated": false,
                    "description": "<p>Puts the service into the &quot;background&quot; state and removes its foreground notification.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "foregroundNotify",
                    "deprecated": false,
                    "description": "<p>Puts the service into the &quot;foreground&quot; state and displays a notification.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "id",
                            "constants": [],
                            "description": "<p>Unique integer ID to be assigned to the notification. Cannot be zero.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "notification",
                            "constants": [],
                            "description": "<p>Notification to display in the status bar. Cannot be null.</p>",
                            "type": "Titanium.Android.Notification",
                            "usage": "required"
                        },
                        {
                            "name": "foregroundServiceType",
                            "constants": [],
                            "description": "<p>Notification service type specified by &lt;Titanium.Android.FOREGROUND_SERVICE_TYPE_*&gt;.</p>",
                            "type": "Number",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "start",
                    "deprecated": false,
                    "description": "<p>Starts the Service.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "stop",
                    "deprecated": false,
                    "description": "<p>Stops this running instance of the Service.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "updateTile",
                    "deprecated": false,
                    "description": "<p>Applies current tile's properties.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setIcon",
                    "deprecated": false,
                    "description": "<p>Changes the Tile's icon.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "icon",
                            "constants": [],
                            "description": "<p>Source of the icon image</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setState",
                    "deprecated": false,
                    "description": "<p>Sets the state of the Tile.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "state",
                            "constants": [
                                "Titanium.Android.TILE_STATE_UNAVAILABLE",
                                "Titanium.Android.TILE_STATE_INACTIVE",
                                "Titanium.Android.TILE_STATE_ACTIVE"
                            ],
                            "description": "<p>State to be set.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLabel",
                    "deprecated": false,
                    "description": "<p>Changes the Tile's label.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "label",
                            "constants": [],
                            "description": "<p>String to be used.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getIcon",
                    "deprecated": false,
                    "description": "<p>Returns the Tile's current icon.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getState",
                    "deprecated": false,
                    "description": "<p>Returns the Tile's current state.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": [
                                "Titanium.Android.TILE_STATE_UNAVAILABLE",
                                "Titanium.Android.TILE_STATE_INACTIVE",
                                "Titanium.Android.TILE_STATE_ACTIVE"
                            ]
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getLabel",
                    "deprecated": false,
                    "description": "<p>Returns the Tile's current label.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "isLocked",
                    "deprecated": false,
                    "description": "<p>Returns 'true' if the device is currently locked, 'false' otherwise.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "isSecure",
                    "deprecated": false,
                    "description": "<p>Returns 'true' if the device is in secure state, 'false' otherwise.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "showDialog",
                    "deprecated": false,
                    "description": "<p>Opens an Alert dialog.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Dictionary containing the options for the dialog.</p>",
                            "type": "showParams",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "startActivityAndCollapse",
                    "deprecated": false,
                    "description": "<p>Colapses the quick settings menu and starts an activity for the passed Intent.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "intent",
                            "constants": [],
                            "description": "<p>Intent to be fired.</p>",
                            "type": "Titanium.Android.Intent",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "unlockAndRun",
                    "deprecated": false,
                    "description": "<p>Prompts the user to unlock the device and runs the JS code.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "jsCode",
                            "constants": [],
                            "description": "<p>JavaScript code to be evaluated.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.QuickSettingsService.bubbleParent\">Titanium.Android.QuickSettingsService.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.QuickSettingsService.bubbleParent\">Titanium.Android.QuickSettingsService.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.QuickSettingsService.bubbleParent\">Titanium.Android.QuickSettingsService.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.QuickSettingsService.bubbleParent\">Titanium.Android.QuickSettingsService.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.QuickSettingsService.apiName\">Titanium.Android.QuickSettingsService.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.QuickSettingsService.apiName\">Titanium.Android.QuickSettingsService.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.QuickSettingsService.lifecycleContainer\">Titanium.Android.QuickSettingsService.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.QuickSettingsService.lifecycleContainer\">Titanium.Android.QuickSettingsService.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.QuickSettingsService.lifecycleContainer\">Titanium.Android.QuickSettingsService.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.QuickSettingsService.lifecycleContainer\">Titanium.Android.QuickSettingsService.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getIntent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.QuickSettingsService.intent\">Titanium.Android.QuickSettingsService.intent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.QuickSettingsService.intent\">Titanium.Android.QuickSettingsService.intent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Android.Intent",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getServiceInstanceId",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.QuickSettingsService.serviceInstanceId\">Titanium.Android.QuickSettingsService.serviceInstanceId</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.QuickSettingsService.serviceInstanceId\">Titanium.Android.QuickSettingsService.serviceInstanceId</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Android.Service",
            "isInternal": true,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "intent",
                    "deprecated": false,
                    "description": "<p>The intent used to start or bind to the Service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.0"
                        }
                    ],
                    "type": "Titanium.Android.Intent",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "serviceInstanceId",
                    "deprecated": false,
                    "description": "<p>A service can be started more than once -- this number (based on an incrementing integer)\nindicates which &quot;start number&quot; in the sequence the current service instance is.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>A special kind of service providing access to a tile in the quick settings menu. Used for customization\nand event handling of the tile. Usage is similar to default <a href=\"Titanium.Android.Service\">Titanium.Android.Service</a> but with the\naddition of some specific attributes and methods. This service is not started from within the application\nwith the help of an Intent, but instead whenever the custom tile is added in the quick settings menu by the\nuser. Applications can have multiple tiles in the quick settigs menu, but a <a href=\"Titanium.Android.QuickSettingsService\">Titanium.Android.QuickSettingsService</a>\ncorresponds to a single one - you need separate service file for every tile.</p>\n<p>To create a service file:</p>\n<ol>\n<li>Write the JavaScript code you want the service to execute in a separate file.\nThe service can execute any Titanium APIs but you should only use non-UI APIs.</li>\n<li>Register the service in your <code>tiapp.xml</code> file. Refer to the example below.</li>\n</ol>\n<p>Icons used for the 'icon' attribute in the service declaration in tiapp.xml must\nbe in the Android drawables folder, so they you should be put under\n<code>platform/android/res/drawable</code>\nIcons added with the setIcon method can be outside the directory.</p>\n<p>To get a reference to the <code>Service</code> inside the JavaScript service code, use the\n<a href=\"Titanium.Android.currentService\">Titanium.Android.currentService</a> property to retrieve a reference to the service,</p>\n<p>Further Reading:</p>\n<ul>\n<li><a href=\"https://developer.android.com/about/versions/nougat/android-7.0.html#tile_api\">Android Quick Settings Tile API</a></li>\n</ul>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "7.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                }
            ]
        },
        {
            "name": "showParams",
            "description": "<p>Dictionary of options for the <a href=\"Titanium.UI.OptionDialog.show\">Titanium.UI.OptionDialog.show</a> method.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "title",
                    "deprecated": false,
                    "description": "<p>String to be used as title for the dialog.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "message",
                    "deprecated": false,
                    "description": "<p>String to be used as a message for the dialog.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "buttonNames",
                    "deprecated": false,
                    "description": "<p>Array of String instances.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "options",
                    "deprecated": false,
                    "description": "<p>Array of String instances.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "animated",
                    "deprecated": false,
                    "description": "<p>Determines whether to animate the dialog as it is shown.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "view",
                    "deprecated": false,
                    "description": "<p>View to which to attach the dialog.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Titanium.UI.View",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "rect",
                    "deprecated": false,
                    "description": "<p>Positions the arrow of the option dialog relative to the attached view's dimensions.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Dimension",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.Android.R",
            "description": "<p>The Titanium binding of the Android system-wide resources class.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.R.bubbleParent\">Titanium.Android.R.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.R.bubbleParent\">Titanium.Android.R.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.R.bubbleParent\">Titanium.Android.R.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.R.bubbleParent\">Titanium.Android.R.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.R.apiName\">Titanium.Android.R.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.R.apiName\">Titanium.Android.R.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.R.lifecycleContainer\">Titanium.Android.R.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.R.lifecycleContainer\">Titanium.Android.R.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.R.lifecycleContainer\">Titanium.Android.R.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.R.lifecycleContainer\">Titanium.Android.R.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "anim",
                    "deprecated": false,
                    "description": "<p>Animation resources. See\n<a href=\"https://developer.android.com/reference/android/R.anim.html\">R.anim</a>\nin the Android Developer Reference.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Object",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "animator",
                    "deprecated": false,
                    "description": "<p>Animator resources. See\n<a href=\"https://developer.android.com/reference/android/R.animator.html\">R.animator</a>\nin the Android Developer Reference.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "Object",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "array",
                    "deprecated": false,
                    "description": "<p>Array resources. See <a href=\"https://developer.android.com/reference/android/R.array.html\">R.array</a>\nin the Android Developer Reference.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Object",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "attr",
                    "deprecated": false,
                    "description": "<p>Attribute resources. See\n<a href=\"https://developer.android.com/reference/android/R.attr.html\">R.attr</a>\nin the Android Developer Reference.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Object",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "bool",
                    "deprecated": false,
                    "description": "<p>Boolean resources. See\n<a href=\"https://developer.android.com/reference/android/R.bool.html\">R.bool</a>\nin the Android Developer Reference.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "Object",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "color",
                    "deprecated": false,
                    "description": "<p>Color resources. See\n<a href=\"https://developer.android.com/reference/android/R.color.html\">R.color</a>\nin the Android Developer Reference.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Object",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "dimen",
                    "deprecated": false,
                    "description": "<p>Dimension resources.  See\n<a href=\"https://developer.android.com/reference/android/R.dimen.html\">https://developer.android.com/reference/android/R.dimen.html</a>\nin the Android Developer Reference.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Object",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "drawable",
                    "deprecated": false,
                    "description": "<p>Drawable resources. See\n<a href=\"https://developer.android.com/reference/android/R.drawable.html\">R.drawable</a>\nin the Android Developer Reference.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Object",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "fraction",
                    "deprecated": false,
                    "description": "<p>Fraction resources. See\n<a href=\"https://developer.android.com/reference/android/R.fraction.html\">R.fraction</a>\nin the Android Developer Reference.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "Object",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "id",
                    "deprecated": false,
                    "description": "<p>ID resources.  See\n<a href=\"https://developer.android.com/reference/android/R.id.html\">R.id</a>\nin the Android Developer Reference.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Object",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "integer",
                    "deprecated": false,
                    "description": "<p>Integer resources. See\n<a href=\"https://developer.android.com/reference/android/R.integer.html\">R.integer</a>\nin the Android Developer Reference.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Object",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "interpolator",
                    "deprecated": false,
                    "description": "<p>Interpolator resources. See\n<a href=\"https://developer.android.com/reference/android/R.interpolator.html\">R.fraction</a>\nin the Android Developer Reference.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "Object",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "layout",
                    "deprecated": false,
                    "description": "<p>Layout resources. See\n<a href=\"https://developer.android.com/reference/android/R.layout.html\">R.layout</a>\nin the Android Developer Reference.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Object",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "menu",
                    "deprecated": false,
                    "description": "<p>Menu resources. See\n<a href=\"https://developer.android.com/reference/android/R.menu.html\">R.menu</a>\nin the Android Developer Reference.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "Object",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "mipmap",
                    "deprecated": false,
                    "description": "<p>Mipmap resources. See\n<a href=\"https://developer.android.com/reference/android/R.mipmap.html\">R.mipmap</a>\nin the Android Developer Reference.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "Object",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "plurals",
                    "deprecated": false,
                    "description": "<p>Plurals resources. See\n<a href=\"https://developer.android.com/reference/android/R.plurals.html\">R.plurals</a>\nin the Android Developer Reference.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "Object",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "raw",
                    "deprecated": false,
                    "description": "<p>Raw resources. See\n<a href=\"https://developer.android.com/reference/android/R.raw.html\">R.raw</a>\nin the Android Developer Reference.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "Object",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "string",
                    "deprecated": false,
                    "description": "<p>String resources. See\n<a href=\"https://developer.android.com/reference/android/R.string.html\">R.string</a>\nin the Android Developer Reference.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Object",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "style",
                    "deprecated": false,
                    "description": "<p>Style resources. See\n<a href=\"https://developer.android.com/reference/android/R.style.html\">R.style</a>\nin the Android Developer Reference.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Object",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "styleable",
                    "deprecated": false,
                    "description": "<p>Styleable resources. See\n<a href=\"https://developer.android.com/reference/android/R.styleable.html\">R.styleable</a>\nin the Android Developer Reference.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Object",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "transition",
                    "deprecated": false,
                    "description": "<p>Transition resources. See\n<a href=\"https://developer.android.com/reference/android/R.transition.html\">R.transition</a>\nin the Android Developer Reference.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "Object",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "xml",
                    "deprecated": false,
                    "description": "<p>XML resources. See\n<a href=\"https://developer.android.com/reference/android/R.xml.html\">R.xml</a>\nin the Android Developer Reference.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "Object",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>To access your application's resources, use <a href=\"Titanium.App.Android.R\">Titanium.App.Android.R</a>.</p>\n<p>These properties and sub-properties correspond directly to the properties of the the <code>android.R</code>\nclass, and should have the same syntax. For example, to retrieve the &quot;OK&quot; string in Android:</p>\n<pre><code>Ti.Android.currentActivity.getString(Ti.Android.R.string.ok);\n</code></pre>\n<p>See also: <a href=\"https://developer.android.com/reference/android/R.html\">android.R</a> in the\nAndroid Developer Reference.</p>\n<p>Starting in Titanium SDK 7.3.0, this API exposes all Android related R classes\nfor the usage in Hyperloop. For example, it can be used to access <code>menu</code> resources\nas part of native user interfaces, e.g. <code>BottomNavigationView</code> or <code>RecyclerView</code>.\nSee an example in the <a href=\"https://github.com/appcelerator/hyperloop-examples\">Hyperloop Sample App</a> for details!</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "1.5"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                }
            ]
        },
        {
            "name": "Titanium.Android.RemoteViews",
            "description": "<p>The Titanium binding of <a href=\"https://developer.android.com/reference/android/widget/RemoteViews.html\">Android RemoteViews</a>.</p>",
            "deprecated": false,
            "events": [],
            "examples": [
                {
                    "title": "Create a Remote View",
                    "code": "<p>The following code excerpt creates a <code>RemoteViews</code> object based on a custom layout\ncalled <code>custom_layout.xml</code>, and set a label's text.</p>\n<pre><code>var AppR = Ti.App.Android.R;\nvar customLayout = Ti.Android.createRemoteViews({ layoutId: AppR.layout.custom_layout });\ncustomLayout.setTextViewText(AppR.id.custom_text, &quot;Click Me!&quot;);\n</code></pre>\n<p>This example uses a simple custom layout:</p>\n<pre><code>&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;\n&lt;LinearLayout xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;\n        android:layout_width=&quot;fill_parent&quot; \n        android:layout_height=&quot;fill_parent&quot; \n        android:orientation=&quot;vertical&quot; &gt;\n    &lt;TextView android:id=&quot;@+id/custom_text&quot;\n            android:layout_width=&quot;fill_parent&quot;\n            android:layout_height=&quot;fill_parent&quot;\n            android:background=&quot;#ffffff&quot;\n            android:textColor=&quot;#aaff0000&quot;\n            android:textStyle=&quot;italic&quot;\n            android:gravity=&quot;center&quot;\n            android:text=&quot;Hello, I am a TextView&quot; /&gt;\n&lt;/LinearLayout&gt;\n</code></pre>\n<p>The layout file for this example must be placed in\n<code>platform/android/res/layout/custom_layout.xml</code>.</p>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.6"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.6"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.6"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBoolean",
                    "deprecated": false,
                    "description": "<p>Calls a method taking a single <code>boolean</code> argument on a view in the remote view\nhierarchy.  See Android's documentation for\n[setBoolean](https://developer.android.com/reference/android/widget/RemoteViews.html#setBoolean(int, java.lang.String, boolean)).</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewId",
                            "constants": [],
                            "description": "<p>Resource ID of the view to invoke the method on.\nApplication-specific resource IDs can be specified using <a href=\"Titanium.App.Android.R\">Titanium.App.Android.R</a>.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "methodName",
                            "constants": [],
                            "description": "<p>Name of the method to call.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "value",
                            "constants": [],
                            "description": "<p>Value to pass to the method.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.6"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setChronometer",
                    "deprecated": false,
                    "description": "<p>Sets the base time, format string, and started flag for a chronometer\nin the remote view hierarchy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewId",
                            "constants": [],
                            "description": "<p>Resource ID of the Chronometer to update.\nApplication-specific resource IDs can be specified using <a href=\"Titanium.App.Android.R\">Titanium.App.Android.R</a>.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "base",
                            "constants": [],
                            "description": "<p>Time at which the timer would have read 0:00.</p>",
                            "type": "Date",
                            "usage": "required"
                        },
                        {
                            "name": "format",
                            "constants": [],
                            "description": "<p>Chronometer format string, or <code>null</code> to simply display the timer value.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "started",
                            "constants": [],
                            "description": "<p>True if you want the clock to be started, false if not.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.6"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setDouble",
                    "deprecated": false,
                    "description": "<p>Calls a method taking a single <code>double</code> argument on a view in the remote view\nhierarchy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewId",
                            "constants": [],
                            "description": "<p>Resource ID of the view to update.\nApplication-specific resource IDs can be specified using <a href=\"Titanium.App.Android.R\">Titanium.App.Android.R</a>.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "methodName",
                            "constants": [],
                            "description": "<p>Name of the method to call.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "value",
                            "constants": [],
                            "description": "<p>Value to pass to the method.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.6"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setImageViewResource",
                    "deprecated": false,
                    "description": "<p>Sets the image for an image view in the remote view hierarchy using an Android drawable resource.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewId",
                            "constants": [],
                            "description": "<p>Resource ID of the <code>ImageView</code> to update.\nApplication-specific resource IDs can be specified using <a href=\"Titanium.App.Android.R\">Titanium.App.Android.R</a>.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "srcId",
                            "constants": [],
                            "description": "<p>Resource ID of the new image.\nApplication-specific resource IDs can be specified using <a href=\"Titanium.App.Android.R\">Titanium.App.Android.R</a>.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.6"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setImageViewUri",
                    "deprecated": false,
                    "description": "<p>Sets the image for an image view in the remote view hierarchy using a URI.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewId",
                            "constants": [],
                            "description": "<p>Resource ID of the <code>ImageView</code> to update.\nApplication-specific resource IDs can be specified using <a href=\"Titanium.App.Android.R\">Titanium.App.Android.R</a>.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "uri",
                            "constants": [],
                            "description": "<p>URI of the image (both Android and Titanium URLs are supported).</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.6"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setInt",
                    "deprecated": false,
                    "description": "<p>Calls a method taking a single <code>int</code> argument on a view in the remote view hierarchy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewId",
                            "constants": [],
                            "description": "<p>Resource ID of the view to update.\nApplication-specific resource IDs can be specified using <a href=\"Titanium.App.Android.R\">Titanium.App.Android.R</a>.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "methodName",
                            "constants": [],
                            "description": "<p>Name of the method to call.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "value",
                            "constants": [],
                            "description": "<p>Value to pass to the method.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.6"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setOnClickPendingIntent",
                    "deprecated": false,
                    "description": "<p>Launches a <a href=\"Titanium.Android.PendingIntent\">Titanium.Android.PendingIntent</a> when the specified view is clicked.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewId",
                            "constants": [],
                            "description": "<p>Resource ID of the view to add a click listener to.\nApplication-specific resource IDs can be specified using <a href=\"Titanium.App.Android.R\">Titanium.App.Android.R</a>.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "pendingIntent",
                            "constants": [],
                            "description": "<p>The <code>PendingIntent</code> to execute when this view is clicked.</p>",
                            "type": "Titanium.Android.PendingIntent",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.6"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setProgressBar",
                    "deprecated": false,
                    "description": "<p>Sets the progress, max value, and indeterminate flag of a progress bar in the\nremote view hierarchy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewId",
                            "constants": [],
                            "description": "<p>Resource ID of the progress bar to update.\nApplication-specific resource IDs can be specified using <a href=\"Titanium.App.Android.R\">Titanium.App.Android.R</a>.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "max",
                            "constants": [],
                            "description": "<p>The new maximum value of the progress bar.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "progress",
                            "constants": [],
                            "description": "<p>The new progress value of the progress bar (from 0..<code>max</code>).</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "indeterminate",
                            "constants": [],
                            "description": "<p>Determines whether the progress bar is indeterminate.\nIf <code>true</code>, the progress bar displays an infinite looping animation.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.6"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setString",
                    "deprecated": false,
                    "description": "<p>Calls a method taking a single String argument on a view in the remote view\nhierarchy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewId",
                            "constants": [],
                            "description": "<p>Resource ID of the view to update.\nApplication-specific resource IDs can be specified using <a href=\"Titanium.App.Android.R\">Titanium.App.Android.R</a>.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "methodName",
                            "constants": [],
                            "description": "<p>Name of the method to call.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "value",
                            "constants": [],
                            "description": "<p>String to pass to the method.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.6"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTextColor",
                    "deprecated": false,
                    "description": "<p>Sets the text color of a view in the remote view hierarchy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewId",
                            "constants": [],
                            "description": "<p>Resource ID of the view to update.\nApplication-specific resource IDs can be specified using <a href=\"Titanium.App.Android.R\">Titanium.App.Android.R</a>.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "color",
                            "constants": [],
                            "description": "<p>Color as an integer.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.6"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTextViewText",
                    "deprecated": false,
                    "description": "<p>Sets the text of a text view in the remote view hierarchy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewId",
                            "constants": [],
                            "description": "<p>Resource ID of the text view to update.\nApplication-specific resource IDs can be specified using <a href=\"Titanium.App.Android.R\">Titanium.App.Android.R</a>.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "text",
                            "constants": [],
                            "description": "<p>New text for the text view.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.6"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setUri",
                    "deprecated": false,
                    "description": "<p>Calls a method taking one URI on a view in the remote view hierarchy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewId",
                            "constants": [],
                            "description": "<p>Resource ID of the view to update.\nApplication-specific resource IDs can be specified using <a href=\"Titanium.App.Android.R\">Titanium.App.Android.R</a>.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "methodName",
                            "constants": [],
                            "description": "<p>Name of the method to call.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "value",
                            "constants": [],
                            "description": "<p>URI (as a string) to pass to the method.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.6"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setViewVisibility",
                    "deprecated": false,
                    "description": "<p>Sets the visibility of a view in the remote view hierarchy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewId",
                            "constants": [],
                            "description": "<p>Resource ID of the view to show or hide.\nApplication-specific resource IDs can be specified using <a href=\"Titanium.App.Android.R\">Titanium.App.Android.R</a>.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "visibility",
                            "constants": [],
                            "description": "<p>The visibility. Either <code>0</code> (VISIBLE), <code>4</code> (INVISIBLE) or <code>8</code> (GONE).</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.6"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.RemoteViews.bubbleParent\">Titanium.Android.RemoteViews.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.RemoteViews.bubbleParent\">Titanium.Android.RemoteViews.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.RemoteViews.bubbleParent\">Titanium.Android.RemoteViews.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.RemoteViews.bubbleParent\">Titanium.Android.RemoteViews.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.RemoteViews.apiName\">Titanium.Android.RemoteViews.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.RemoteViews.apiName\">Titanium.Android.RemoteViews.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.RemoteViews.lifecycleContainer\">Titanium.Android.RemoteViews.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.RemoteViews.lifecycleContainer\">Titanium.Android.RemoteViews.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.RemoteViews.lifecycleContainer\">Titanium.Android.RemoteViews.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.RemoteViews.lifecycleContainer\">Titanium.Android.RemoteViews.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getLayoutId",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.RemoteViews.layoutId\">Titanium.Android.RemoteViews.layoutId</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.RemoteViews.layoutId\">Titanium.Android.RemoteViews.layoutId</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.6"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLayoutId",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.RemoteViews.layoutId\">Titanium.Android.RemoteViews.layoutId</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.RemoteViews.layoutId\">Titanium.Android.RemoteViews.layoutId</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "layoutId",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.6"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getPackageName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.RemoteViews.packageName\">Titanium.Android.RemoteViews.packageName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.RemoteViews.packageName\">Titanium.Android.RemoteViews.packageName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.6"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setPackageName",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.RemoteViews.packageName\">Titanium.Android.RemoteViews.packageName</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.RemoteViews.packageName\">Titanium.Android.RemoteViews.packageName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "packageName",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.6"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": true,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "layoutId",
                    "deprecated": false,
                    "description": "<p>Android layout resource ID for the view to display. Required.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.6"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "packageName",
                    "deprecated": false,
                    "description": "<p>Package name that the resource ID lives in. Optional.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.6"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p><code>RemoteViews</code> is an API for referencing and updating a remote view hierarchy that\nlives in another process, for example, in a <a href=\"Titanium.Android.Notification\">Notification</a>.</p>\n<p>To create a remote view hierarchy, you must define an Android XML layout for the views\nyou want to display, and place the XML file in the <code>platform/android/res/layout</code> inside your\nproject folder. See the examples for a sample XML layout and sample code for creating a\nremote view.</p>\n<p>To use a remote view hierarchy in a notification, see\n<a href=\"Titanium.Android.Notification.contentView\">Notification.contentView</a>.</p>\n<p>Because the remote view hierarchy belongs to another process, you cannot call methods on it\ndirectly, but you can call methods on the <code>RemoteViews</code> object to update views in the\nheirarchy by ID. To reference a view inside the layout, use the\n<a href=\"Titanium.App.Android.R\">Titanium.App.Android.R</a> object to reference the view's ID. For example, if you have a\nview with the ID <code>notify_imageview</code>, you can refer to it using:</p>\n<pre><code>Ti.App.Android.R.id.notify_imageview\n</code></pre>\n<p>See also:</p>\n<ul>\n<li>\n<p><a href=\"https://developer.android.com/reference/android/widget/RemoteViews.html\">RemoteViews</a>\nin the Android Developer Reference.</p>\n</li>\n<li>\n<p><a href=\"https://developer.android.com/guide/topics/ui/declaring-layout.html\">XML Layouts</a>\nin the Android Developer Guide.</p>\n</li>\n</ul>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "1.6"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                }
            ]
        },
        {
            "name": "Titanium.Android.Service",
            "description": "<p>Android application component that executes in the background.</p>",
            "deprecated": false,
            "events": [
                {
                    "name": "pause",
                    "deprecated": false,
                    "description": "<p>For Javascript-based services that you create, <code>pause</code> fires after each time the JavaScript\ncode executes.</p>",
                    "properties": [
                        {
                            "name": "iteration",
                            "constants": [],
                            "description": "<p>Incrementing integer indicating which iteration of an interval-based Service is pausing.\nFor example, if you have an interval-based Service running every 10 seconds, iteration\n3 would occur at about 30 seconds after you start the instance (assuming your service\ncode runs quickly).</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "resume",
                    "deprecated": false,
                    "description": "<p>For JavaScript-based Services which you create, <code>resume</code> fires each time the JavaScript\ncode executes.</p>",
                    "properties": [
                        {
                            "name": "iteration",
                            "constants": [],
                            "description": "<p>Incrementing integer indicating which iteration of an interval-based Service is pausing.\nFor example, if you have an interval-based Service running every 10 seconds, iteration\n3 would occur at about 30 seconds after you start the instance (assuming your service\ncode runs quickly).</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "start",
                    "deprecated": false,
                    "description": "<p>Fired when the bound service instance starts.</p>"
                },
                {
                    "name": "stop",
                    "deprecated": false,
                    "description": "<p>Fired when the bound service instance stops.</p>"
                },
                {
                    "name": "taskremoved",
                    "deprecated": false,
                    "description": "<p>Fired when the task that comes from the service's application has been removed.</p>"
                }
            ],
            "examples": [
                {
                    "title": "Hello World Service",
                    "code": "<p>This example shows how to create a service in JavaScript.\nYour service code is included in its own JavaScript file.</p>\n<p>In this example, the service reads data from the <a href=\"Titanium.Android.Intent\">Titanium.Android.Intent</a> which created it,\nto see what it should say besides &quot;Hello World&quot;.</p>\n<p>File: myservice.js:</p>\n<pre><code>var service = Titanium.Android.currentService;\nvar intent = service.intent;\nvar message = intent.getStringExtra(&quot;message_to_echo&quot;);\nTitanium.API.info(&quot;Hello World!  I am a Service.  I have this to say: &quot; + message);\n</code></pre>\n<p>Register the service in tiapp.xml:</p>\n<pre><code>&lt;ti:app&gt;\n    &lt;android xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;&gt;\n        &lt;services&gt;\n            &lt;service url=&quot;myservice.js&quot; type=&quot;interval&quot;/&gt;\n        &lt;/services&gt;\n    &lt;/android&gt;\n&lt;/ti:app&gt;\n</code></pre>\n<p>Code in &quot;regular&quot; Titanium file to launch the service and listen for pause/resume events.\nCode also stops the service after its code runs 3 times.</p>\n<pre><code>var intent = Titanium.Android.createServiceIntent( { url: 'myservice.js' } );\n// Service should run its code every 2 seconds.\nintent.putExtra('interval', 2000);\n// A message that the service should 'echo'\nintent.putExtra('message_to_echo', 'Titanium rocks!');\n\nvar service = Titanium.Android.createService(intent);\nservice.addEventListener('resume', function(e) {\n    Titanium.API.info('Service code resumes, iteration ' + e.iteration);\n});\nservice.addEventListener('pause', function(e) {\n    Titanium.API.info('Service code pauses, iteration ' + e.iteration);\n    if (e.iteration === 3) {\n        Titanium.API.info('Service code has run 3 times, will now stop it.');\n        service.stop();\n    }\n});\nservice.start();\n</code></pre>\n<p>Console Output:</p>\n<pre><code>[INFO] [29,1942] Service code resumes, iteration 1\n[INFO] [70,2029] Hello World! I am a Service. I have this to say: Titanium rocks!\n[INFO] [3,2070] Service code pauses, iteration 1\n[INFO] [2,3915] Service code resumes, iteration 2\n[INFO] [31,3961] Hello World! I am a Service. I have this to say: Titanium rocks!\n[INFO] [5,3968] Service code pauses, iteration 2\n[INFO] [2,5917] Service code resumes, iteration 3\n[INFO] [27,5961] Hello World! I am a Service. I have this to say: Titanium rocks!\n[INFO] [16,5980] Service code pauses, iteration 3\n[INFO] [1,5981] Service code has run 3 times, will now stop it.\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "foregroundCancel",
                    "deprecated": false,
                    "description": "<p>Puts the service into the &quot;background&quot; state and removes its foreground notification.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "foregroundNotify",
                    "deprecated": false,
                    "description": "<p>Puts the service into the &quot;foreground&quot; state and displays a notification.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "id",
                            "constants": [],
                            "description": "<p>Unique integer ID to be assigned to the notification. Cannot be zero.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "notification",
                            "constants": [],
                            "description": "<p>Notification to display in the status bar. Cannot be null.</p>",
                            "type": "Titanium.Android.Notification",
                            "usage": "required"
                        },
                        {
                            "name": "foregroundServiceType",
                            "constants": [],
                            "description": "<p>Notification service type specified by &lt;Titanium.Android.FOREGROUND_SERVICE_TYPE_*&gt;.</p>",
                            "type": "Number",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "start",
                    "deprecated": false,
                    "description": "<p>Starts the Service.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "stop",
                    "deprecated": false,
                    "description": "<p>Stops this running instance of the Service.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.Service.bubbleParent\">Titanium.Android.Service.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.Service.bubbleParent\">Titanium.Android.Service.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.Service.bubbleParent\">Titanium.Android.Service.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.Service.bubbleParent\">Titanium.Android.Service.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.Service.apiName\">Titanium.Android.Service.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.Service.apiName\">Titanium.Android.Service.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.Service.lifecycleContainer\">Titanium.Android.Service.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.Service.lifecycleContainer\">Titanium.Android.Service.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Android.Service.lifecycleContainer\">Titanium.Android.Service.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Android.Service.lifecycleContainer\">Titanium.Android.Service.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getIntent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.Service.intent\">Titanium.Android.Service.intent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.Service.intent\">Titanium.Android.Service.intent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Android.Intent",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getServiceInstanceId",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Android.Service.serviceInstanceId\">Titanium.Android.Service.serviceInstanceId</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Android.Service.serviceInstanceId\">Titanium.Android.Service.serviceInstanceId</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "intent",
                    "deprecated": false,
                    "description": "<p>The intent used to start or bind to the Service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Titanium.Android.Intent",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "serviceInstanceId",
                    "deprecated": false,
                    "description": "<p>A service can be started more than once -- this number (based on an incrementing integer)\nindicates which &quot;start number&quot; in the sequence the current service instance is.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>A service is a component started by an application that runs in the background. The service\ndoes not have any application UI associated with it, so the user does not directly interact\nwith it, only your application.</p>\n<p>The Titanium SDK gives you the ability to write your own Android Services using JavaScript.\nThe service executes your JavaScript code at intervals you specify.  Note that the service\nmay stop running if the application is killed.</p>\n<p>To create a service:</p>\n<ol>\n<li>Write the JavaScript code you want the service to execute in a separate file.\nThe service can execute any Titanium APIs but you should only use non-UI APIs.</li>\n<li>Register the service in your <code>tiapp.xml</code> file. Refer to the example below.</li>\n<li>Create a service intent by passing the JavaScript file to\nthe <a href=\"Titanium.Android.createServiceIntent\">Titanium.Android.createServiceIntent</a> method and set the interval to run the\ncode using the intent's <code>putExtra()</code> method.</li>\n<li>Pass the Intent object to either the <a href=\"Titanium.Android.createService\">Titanium.Android.createService</a> method\nto create a <code>Service</code> object (<em>bound service</em>), where the application can\nmanage the service by invoking methods and binding callbacks on the object,\nor to the <a href=\"Titanium.Android.startService\">Titanium.Android.startService</a> method to start the service (<em>started service</em>)\nand the service manages itself.</li>\n</ol>\n<p>Use the <code>Titanium.Android.Service</code> API to manage the service.</p>\n<p>To get a reference to the <code>Service</code> inside the JavaScript service code, use the\n<a href=\"Titanium.Android.currentService\">Titanium.Android.currentService</a> property to retrieve a reference to the service,\nthen invoke the <code>Titanium.Android.Service</code> APIs on the <code>Service</code> object.</p>\n<p>Further Reading:</p>\n<ul>\n<li><a href=\"https://docs.appcelerator.com/platform/latest/#!/guide/Android_Services\">Android Services guide</a></li>\n<li><a href=\"https://developer.android.com/reference/android/app/Service.html\">Android Developer: Service</a></li>\n</ul>\n<h3>Background Location Service Example</h3>\n<p>In order to obtain location events while the application is backgrounded a foreground service must be used.\nBelow is an example of a simple background location service.</p>\n<p>tiapp.xml:\n<android>\n<manifest>\n<uses-permission android:name=\"android.permission.ACCESS_BACKGROUND_LOCATION\"/>\n<uses-permission android:name=\"android.permission.FOREGROUND_SERVICE\"/>\n</manifest>\n<services>\n<service url=\"locationService.js\"/>\n</services>\n</android></p>\n<p>locationService.js:\nconsole.log(<code>Background location service started.</code>);</p>\n<pre><code>// Create foreground service.\nTi.Android.currentService.foregroundNotify(\n  123,\n  Ti.Android.createNotification({\n    contentTitle: &quot;Background Location Service&quot;,\n    contentText: &quot;Obtaining location data...&quot;,\n    contentIntent: Ti.Android.createPendingIntent({\n      intent: Ti.App.Android.launchIntent || Ti.Android.createIntent(),\n    })\n  }),\n  Ti.Android.FOREGROUND_SERVICE_TYPE_LOCATION\n);\n</code></pre>\n<p>app.js:\nconst win = Ti.UI.createWindow({ backgroundColor: 'gray', layout: 'vertical' });\nconst backgroundServiceBtn = Ti.UI.createButton({ title: 'START BACKGROUND SERVICE' });\nconst listView = Ti.UI.createListView();</p>\n<pre><code>let count = 1;\nlet service = null;\n\n// Set accuracy to high\nTi.Geolocation.accuracy = Ti.Geolocation.ACCURACY_HIGH;\n\n// Enable manual configuration via location providers.\nTi.Geolocation.Android.manualMode = true;\n\n// Define a location provider.\nTi.Geolocation.Android.addLocationProvider(\n    Ti.Geolocation.Android.createLocationProvider({\n        name: Ti.Geolocation.Android.PROVIDER_GPS,\n        minUpdateDistance: 0,\n        minUpdateTime: 5000\n    })\n);\n\nfunction getLocation () {\n\n    // Create location event listener.\n    Ti.Geolocation.addEventListener('location', e =&gt; {\n\n        // Create new section for location data.\n        let section = Ti.UI.createListSection({ headerTitle: `#${count++} - ${new Date().toTimeString()}` });\n        if (e.success) {\n            if (e.coords) {\n                e = e.coords;\n            }\n\n            // Insert location data.\n            section.setItems([\n                { properties: { title: 'LOCATION:\\n' + e.latitude + ', ' + e.longitude, color: 'green' } },\n                { properties: { title: 'ALTITUDE:\\n' + e.altitude, color: 'green' } },\n                { properties: { title: 'ACCURACY:\\n' + e.accuracy, color: 'green' } }\n            ]);\n\n        } else {\n\n            // Oops! Something bad happened.\n            section.setItems([\n                { properties: { title: 'ERROR:\\n' + e.error, color: 'red' } }\n            ]);\n        }\n\n        // Add section to listView\n        listView.appendSection(section);\n    });\n}\n\nfunction startBackgroundLocationService() {\n    if (service) {\n        console.log('Starting background location service...');\n        service.start();\n        backgroundServiceBtn.title = 'STOP BACKGROUND SERVICE';\n    }\n}\n\nfunction stopBackgroundLocationService() {\n    if (service) {\n        console.log('Stopping background location service...');\n        service.stop();\n        backgroundServiceBtn.title = 'START BACKGROUND SERVICE';\n    }\n}\n\nwin.addEventListener('open', () =&gt; {\n\n    // Request location permissions.\n    Ti.Geolocation.requestLocationPermissions(Ti.Geolocation.AUTHORIZATION_ALWAYS, e =&gt; {\n        if (e.success) {\n            getLocation();\n        } else {\n            alert('Could not obtain location permissions.');\n        }\n    });\n});\n\nbackgroundServiceBtn.addEventListener('click', () =&gt; {\n    if (!service) {\n\n        // Create background location service.\n        const intent = Ti.Android.createServiceIntent({ url: 'locationService.js' });\n        service = Ti.Android.createService(intent);\n\n        // Android 10+ request background location permissions.\n        if (parseInt(Ti.Platform.version.split('.')[0]) &gt;= 10) {\n            Ti.Android.requestPermissions([ 'android.permission.ACCESS_BACKGROUND_LOCATION' ], e =&gt; {\n                if (e.success) {\n                    startBackgroundLocationService();\n                } else {\n                    alert('Could not obtain background location permissions.');\n                }\n            });\n        } else {\n            startBackgroundLocationService();\n        }\n\n    } else {\n        stopBackgroundLocationService();\n    }\n});\n\nwin.add([backgroundServiceBtn, listView]);\nwin.open();\n</code></pre>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "1.5"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                }
            ]
        },
        {
            "name": "Titanium.App.Android",
            "description": "<p>A module used to access Android application resources.</p>",
            "deprecated": false,
            "events": [
                {
                    "name": "shortcutitemclick",
                    "deprecated": false,
                    "description": "<p>Fired when a <a href=\"Titanium.UI.ShortcutItem\">Titanium.UI.ShortcutItem</a> is clicked.</p>",
                    "properties": [
                        {
                            "name": "id",
                            "constants": [],
                            "description": "<p>Identifier of the clicked shortcut item.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                }
            ],
            "examples": [
                {
                    "title": "Custom String Resource",
                    "code": "<p>Custom Android resources may be placed in <code>platform/android</code> in the project root.<br>\nFor example, to utilize a custom localization file, create and populate\n<code>platform/android/res/values/mystrings.xml</code> with the following data.</p>\n<pre><code>&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;\n&lt;resources&gt;\n    &lt;string name=&quot;mystring&quot;&gt;testing 1 2 3&lt;/string&gt;\n&lt;/resources&gt;\n</code></pre>\n<p>In Javascript, this can be accessed as follows.</p>\n<pre><code>var activity = Ti.Android.currentActivity;\nvar R = Ti.App.Android.R;\n\nvar mystring = activity.getString(R.string.mystring);\nTi.API.debug(&quot;mystring = &quot; + mystring);\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.Android.bubbleParent\">Titanium.App.Android.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.Android.bubbleParent\">Titanium.App.Android.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.Android.bubbleParent\">Titanium.App.Android.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.Android.bubbleParent\">Titanium.App.Android.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.Android.apiName\">Titanium.App.Android.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.Android.apiName\">Titanium.App.Android.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.Android.lifecycleContainer\">Titanium.App.Android.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.Android.lifecycleContainer\">Titanium.App.Android.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.Android.lifecycleContainer\">Titanium.App.Android.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.Android.lifecycleContainer\">Titanium.App.Android.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getAppVersionCode",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.Android.appVersionCode\">Titanium.App.Android.appVersionCode</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.Android.appVersionCode\">Titanium.App.Android.appVersionCode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getAppVersionName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.Android.appVersionName\">Titanium.App.Android.appVersionName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.Android.appVersionName\">Titanium.App.Android.appVersionName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getLaunchIntent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.Android.launchIntent\">Titanium.App.Android.launchIntent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.Android.launchIntent\">Titanium.App.Android.launchIntent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Android.Intent",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Module",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "R",
                    "deprecated": false,
                    "description": "<p>The <code>R</code> namespace for application resources.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "type": "Titanium.App.Android.R",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "appVersionCode",
                    "deprecated": false,
                    "description": "<p>The version number of the application.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "appVersionName",
                    "deprecated": false,
                    "description": "<p>The version name of the application.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "launchIntent",
                    "deprecated": false,
                    "description": "<p>Return the intent that was used to launch the application.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Titanium.Android.Intent",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>For more information, refer to the official documentation on the Android Developer website about\n<a href=\"https://developer.android.com/guide/topics/resources/index.html\">application resources</a>.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "1.5"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                }
            ]
        },
        {
            "name": "Titanium.App.Android.R",
            "description": "<p>The Titanium binding of the native Android <code>R</code> class, giving access to application resources.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.Android.R.bubbleParent\">Titanium.App.Android.R.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.Android.R.bubbleParent\">Titanium.App.Android.R.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.Android.R.bubbleParent\">Titanium.App.Android.R.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.Android.R.bubbleParent\">Titanium.App.Android.R.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.Android.R.apiName\">Titanium.App.Android.R.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.Android.R.apiName\">Titanium.App.Android.R.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.Android.R.lifecycleContainer\">Titanium.App.Android.R.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.Android.R.lifecycleContainer\">Titanium.App.Android.R.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.Android.R.lifecycleContainer\">Titanium.App.Android.R.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.Android.R.lifecycleContainer\">Titanium.App.Android.R.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>The properties and sub-properties of this object relate directly to the native application\nresources <code>R</code> class, and thus have the same syntax. For more information, refer to the\nofficial documentation on the Android Developer website about\n<a href=\"https://developer.android.com/guide/topics/resources/accessing-resources.html\">accessing application resources</a>.</p>\n<p>For example, if the file\n<code>platform/android/res/drawable/icon.png</code> exists in the project, it can be accessed using its\ninteger id, as follows.</p>\n<pre><code>var resid = Titanium.App.Android.R.drawable.icon;\n</code></pre>\n<p>To access system-wide resources, rather than application resources, use <a href=\"Titanium.Android.R\">Titanium.Android.R</a>\ninstead.</p>\n<p>Starting in Titanium SDK 7.3.0, this API exposes all Android related R classes\nfor the usage in Hyperloop. For example, it can be used to access <code>menu</code> resources\nas part of native user interfaces, e.g. <code>BottomNavigationView</code> or <code>RecyclerView</code>.\nSee an example in the <a href=\"https://github.com/appcelerator/hyperloop-examples\">Hyperloop Sample App</a> for details!</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "1.5"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                }
            ]
        },
        {
            "name": "Titanium.App",
            "description": "<p>The top-level App module is mainly used for accessing information about the\napplication at runtime, and for sending or listening for system events.</p>",
            "deprecated": false,
            "events": [
                {
                    "name": "accessibilitychanged",
                    "deprecated": false,
                    "description": "<p>Fired by the system when the device's accessibility service is turned on or off.</p>",
                    "properties": [
                        {
                            "name": "enabled",
                            "constants": [],
                            "description": "<p>Whether accessibility is now enabled or disabled.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "close",
                    "deprecated": false,
                    "description": "<p>Fired by the system when the application is about to be terminated.</p>"
                },
                {
                    "name": "memorywarning",
                    "deprecated": false,
                    "description": "<p>Fired when the app receives a warning from the operating system about low memory availability.</p>"
                },
                {
                    "name": "pause",
                    "deprecated": false,
                    "description": "<p>Fired when the application transitions from active to inactive state on a multitasked system.</p>"
                },
                {
                    "name": "paused",
                    "deprecated": false,
                    "description": "<p>Fired when the application transitions to the background on a multitasked system.</p>"
                },
                {
                    "name": "proximity",
                    "deprecated": false,
                    "description": "<p>Fired when the proximity sensor changes state.</p>",
                    "properties": [
                        {
                            "name": "state",
                            "constants": [],
                            "description": "<p>Proximity state value.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "uncaughtException",
                    "deprecated": false,
                    "description": "<p>Fired when an uncaught JavaScript exception occurs.</p>",
                    "properties": [
                        {
                            "name": "message",
                            "constants": [],
                            "description": "<p>The error message.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "line",
                            "constants": [],
                            "description": "<p>The line where the error occurred.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "sourceId",
                            "constants": [],
                            "description": "<p>A unique identification for the source file.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>The type of error.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "sourceURL",
                            "constants": [],
                            "description": "<p>The URL to the source file.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "backtrace",
                            "constants": [],
                            "description": "<p>The backtrace of function calls when the error occurred. <strong>Removed in 8.0.0.</strong></p>",
                            "type": "String",
                            "deprecated": true
                        },
                        {
                            "name": "title",
                            "constants": [],
                            "description": "<p>The title for the error.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "sourceName",
                            "constants": [],
                            "description": "<p>The name of the source file.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "lineSource",
                            "constants": [],
                            "description": "<p>The line source reference.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "lineOffset",
                            "constants": [],
                            "description": "<p>The offset on the line where the error occurred. <strong>Deprecated since 9.0.0. Use <code>column</code> property for cross-platform parity.</strong></p>",
                            "type": "Number",
                            "deprecated": true
                        },
                        {
                            "name": "jsStack",
                            "constants": [],
                            "description": "<p>The javascript stack trace of the exception. <strong>Deprecated since 9.0.0. Use <code>stack</code> property for cross-platform parity.</strong></p>",
                            "type": "String",
                            "deprecated": true
                        },
                        {
                            "name": "javaStack",
                            "constants": [],
                            "description": "<p>The java stack trace of the exception. <strong>Deprecated since 9.0.0. Use <code>nativeStack</code> property for cross-platform parity.</strong></p>",
                            "type": "String",
                            "deprecated": true
                        },
                        {
                            "name": "stack",
                            "constants": [],
                            "description": "<p>The javascript stack trace of the exception.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "nativeStack",
                            "constants": [],
                            "description": "<p>The native platform stack trace of the exception.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "column",
                            "constants": [],
                            "description": "<p>The column offset on the line where the error occured.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "resume",
                    "deprecated": false,
                    "description": "<p>Fired when the application returns to the foreground on a multitasked system.</p>"
                },
                {
                    "name": "resumed",
                    "deprecated": false,
                    "description": "<p>Fired when the application returns to the foreground.</p>"
                },
                {
                    "name": "started",
                    "deprecated": false,
                    "description": "<p>Fired after the &quot;app.js&quot; or &quot;alloy.js&quot; gets executed during application startup.</p>"
                },
                {
                    "name": "keyboardframechanged",
                    "deprecated": false,
                    "description": "<p>Fired when the soft keyboard is presented, on and off the screen.</p>",
                    "properties": [
                        {
                            "name": "keyboardFrame",
                            "constants": [],
                            "description": "<p>A dictionary with keys x, y, width and height representing the frame of keyboard on screen.</p>",
                            "type": "Dimension",
                            "deprecated": false
                        },
                        {
                            "name": "animationDuration",
                            "constants": [],
                            "description": "<p>The duration of the keyboard animation. This parameter is only available on Titanium SDK 4.0.0 and later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "significanttimechange",
                    "deprecated": false,
                    "description": "<p>Fired when there is a significant change in the time.</p>"
                },
                {
                    "name": "shortcutitemclick",
                    "deprecated": false,
                    "description": "<p>Fired when a <a href=\"Titanium.UI.ShortcutItem\">Titanium.UI.ShortcutItem</a> is clicked.</p>",
                    "properties": [
                        {
                            "name": "id",
                            "constants": [],
                            "description": "<p>Identifier of the clicked shortcut item.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "userinteraction",
                    "deprecated": false,
                    "description": "<p>Called whenever an interaction with the window occurred. To be used together with the <a href=\"Titanium.App.trackUserInteraction\">Titanium.App.trackUserInteraction</a> property.</p>"
                }
            ],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireSystemEvent",
                    "deprecated": false,
                    "description": "<p>Fire a system-level event such as <a href=\"Titanium.App.EVENT_ACCESSIBILITY_ANNOUNCEMENT\">Titanium.App.EVENT_ACCESSIBILITY_ANNOUNCEMENT</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "eventName",
                            "constants": [],
                            "description": "<p>The name of the event to fire.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "param",
                            "constants": [],
                            "description": "<p>A parameter to be passed to the system event.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getArguments",
                    "deprecated": false,
                    "description": "<p>Returns the arguments passed to the application on startup.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "launchOptions",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.bubbleParent\">Titanium.App.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.bubbleParent\">Titanium.App.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.bubbleParent\">Titanium.App.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.bubbleParent\">Titanium.App.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.apiName\">Titanium.App.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.apiName\">Titanium.App.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.lifecycleContainer\">Titanium.App.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.lifecycleContainer\">Titanium.App.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.lifecycleContainer\">Titanium.App.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.lifecycleContainer\">Titanium.App.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityEnabled",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.accessibilityEnabled\">Titanium.App.accessibilityEnabled</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.accessibilityEnabled\">Titanium.App.accessibilityEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAnalytics",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.analytics\">Titanium.App.analytics</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.analytics\">Titanium.App.analytics</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getCopyright",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.copyright\">Titanium.App.copyright</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.copyright\">Titanium.App.copyright</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getCurrentService",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.currentService\">Titanium.App.currentService</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.currentService\">Titanium.App.currentService</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.App.iOS.BackgroundService",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getDeployType",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.deployType\">Titanium.App.deployType</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.deployType\">Titanium.App.deployType</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getDescription",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.description\">Titanium.App.description</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.description\">Titanium.App.description</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getGuid",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.guid\">Titanium.App.guid</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.guid\">Titanium.App.guid</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getForceSplashAsSnapshot",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.forceSplashAsSnapshot\">Titanium.App.forceSplashAsSnapshot</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.forceSplashAsSnapshot\">Titanium.App.forceSplashAsSnapshot</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setForceSplashAsSnapshot",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.forceSplashAsSnapshot\">Titanium.App.forceSplashAsSnapshot</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.forceSplashAsSnapshot\">Titanium.App.forceSplashAsSnapshot</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "forceSplashAsSnapshot",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getId",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.id\">Titanium.App.id</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.id\">Titanium.App.id</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getInstallId",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.installId\">Titanium.App.installId</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.installId\">Titanium.App.installId</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getIdleTimerDisabled",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.idleTimerDisabled\">Titanium.App.idleTimerDisabled</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.idleTimerDisabled\">Titanium.App.idleTimerDisabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setIdleTimerDisabled",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.idleTimerDisabled\">Titanium.App.idleTimerDisabled</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.idleTimerDisabled\">Titanium.App.idleTimerDisabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "idleTimerDisabled",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.name\">Titanium.App.name</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.name\">Titanium.App.name</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getProximityDetection",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.proximityDetection\">Titanium.App.proximityDetection</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.proximityDetection\">Titanium.App.proximityDetection</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setProximityDetection",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.proximityDetection\">Titanium.App.proximityDetection</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.proximityDetection\">Titanium.App.proximityDetection</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "proximityDetection",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getProximityState",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.proximityState\">Titanium.App.proximityState</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.proximityState\">Titanium.App.proximityState</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "getDisableNetworkActivityIndicator",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.disableNetworkActivityIndicator\">Titanium.App.disableNetworkActivityIndicator</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.disableNetworkActivityIndicator\">Titanium.App.disableNetworkActivityIndicator</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setDisableNetworkActivityIndicator",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.disableNetworkActivityIndicator\">Titanium.App.disableNetworkActivityIndicator</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.disableNetworkActivityIndicator\">Titanium.App.disableNetworkActivityIndicator</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "disableNetworkActivityIndicator",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPublisher",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.publisher\">Titanium.App.publisher</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.publisher\">Titanium.App.publisher</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSessionId",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.sessionId\">Titanium.App.sessionId</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.sessionId\">Titanium.App.sessionId</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getUrl",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.url\">Titanium.App.url</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.url\">Titanium.App.url</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getVersion",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.version\">Titanium.App.version</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.version\">Titanium.App.version</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getKeyboardVisible",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.keyboardVisible\">Titanium.App.keyboardVisible</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.keyboardVisible\">Titanium.App.keyboardVisible</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Module",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "EVENT_ACCESSIBILITY_ANNOUNCEMENT",
                    "deprecated": false,
                    "description": "<p>Convenience constant for system event &quot;accessibilityannouncement&quot;.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "EVENT_ACCESSIBILITY_CHANGED",
                    "deprecated": false,
                    "description": "<p>Convenience constant for system event &quot;accessibilitychanged&quot;.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityEnabled",
                    "deprecated": false,
                    "description": "<p>Indicates whether Accessibility is enabled by the system.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "analytics",
                    "deprecated": false,
                    "description": "<p>Indicates whether Analytics is enabled, determined by <code>tiapp.xml</code>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "copyright",
                    "deprecated": false,
                    "description": "<p>Application copyright statement, determined by <code>tiapp.xml</code>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "currentService",
                    "deprecated": false,
                    "description": "<p>A reference to the currnet background service running when the application is placed in the background.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Titanium.App.iOS.BackgroundService",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "deployType",
                    "deprecated": false,
                    "description": "<p>Build type that reflects how the application was packaged.</p>\n<p>Returns one of the following values:</p>\n<ul>\n<li><code>development</code> (Simulator)</li>\n<li><code>test</code> (Device)</li>\n<li><code>production</code> (App Store / Adhoc)</li>\n</ul>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "description",
                    "deprecated": false,
                    "description": "<p>Application description, determined by <code>tiapp.xml</code>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "guid",
                    "deprecated": false,
                    "description": "<p>Application globally-unique ID, determined by <code>tiapp.xml</code>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "forceSplashAsSnapshot",
                    "deprecated": false,
                    "description": "<p>Shows the application's splash screen on app resume.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "id",
                    "deprecated": false,
                    "description": "<p>Application ID, from <code>tiapp.xml</code>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "installId",
                    "deprecated": false,
                    "description": "<p>The install ID for this application.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "idleTimerDisabled",
                    "deprecated": false,
                    "description": "<p>Determines whether the screen is locked when the device is idle.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "name",
                    "deprecated": false,
                    "description": "<p>Application name, determined by <code>tiapp.xml</code>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "proximityDetection",
                    "deprecated": false,
                    "description": "<p>Determines whether proximity detection is enabled.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "proximityState",
                    "deprecated": false,
                    "description": "<p>Indicates the state of the device's proximity sensor, according to the\n<a href=\"Titanium.App.proximity\">Titanium.App.proximity</a> event.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "disableNetworkActivityIndicator",
                    "deprecated": false,
                    "description": "<p>Prevents network activity indicator from being displayed.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "publisher",
                    "deprecated": false,
                    "description": "<p>Application publisher, from <code>tiapp.xml</code>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "sessionId",
                    "deprecated": false,
                    "description": "<p>Unique session identifier for the current continuous run of the application.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "url",
                    "deprecated": false,
                    "description": "<p>Application URL, from <code>tiapp.xml</code>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "version",
                    "deprecated": false,
                    "description": "<p>Application version, from <code>tiapp.xml</code>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "keyboardVisible",
                    "deprecated": false,
                    "description": "<p>Indicates whether or not the soft keyboard is visible.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "trackUserInteraction",
                    "deprecated": false,
                    "description": "<p>Indicates whether or not the user interaction shoud be tracked.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.5.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>The <code>App</code> module exposes a number of properties set in the <code>tiapp.xml</code> file.</p>\n<p>Three of these properties, the application name, ID, and URL, must be specified when the\napplication is created.</p>\n<p>While most values may be changed by editing the <code>tiapp.xml</code> file after creating the project,\nthe GUID is automatically generated and should not be changed.</p>\n<p>To access other application properties set in the <code>tiapp.xml</code> file not exposed by the\n<code>Titanium.App</code> module, see <a href=\"Titanium.App.Properties\">Titanium.App.Properties</a>.</p>\n<h4>iOS Application Life Cycle</h4>\n<p>At any given moment, you applications can be in one of the following possible states:</p>\n<ul>\n<li>\n<p>Not running: The app has not been launched or was running but was terminated by the system.</p>\n</li>\n<li>\n<p>Inactive: The app is running in the foreground but is currently not receiving events.\nAn app usually stays in this state only briefly as it transitions to a different state.\nThe <code>pause</code> event is fired during this state.</p>\n</li>\n<li>\n<p>Active: The app is running in the foreground and is receiving events. This is the normal\nmode for foreground apps.</p>\n</li>\n<li>\n<p>Background: The app is in the background and executing code. Most apps enter this state\nbriefly on their way to being suspended.</p>\n</li>\n<li>\n<p>Suspended: The app is in the background but is not executing code. The system moves\napps to this state automatically and does not notify them before doing so. While suspended,\nan app remains in memory but does not execute any code. The <code>paused</code> event is fired\nduring this state. The system tries to keep as many apps in memory at the same time as it\ncan, but when memory runs low it terminates suspended apps to reclaim that memory. Apps\nthat consume large amounts of memory while in the background are the first apps to be terminated.</p>\n</li>\n</ul>\n<p><strong>Responding To Interruptions</strong></p>\n<p><em><strong>System Alerts</strong></em></p>\n<p>When an <strong>alert-based</strong> interruption occurs, such as an incoming phone call, the app moves\ntemporarily to the inactive state, and fires the <code>pause</code> event. The system then displays\nan alert to the user. The app remains in this state until the user dismisses the alert.\nAt this point, the app either returns to the active state and fires the <code>resumed</code> event;\nor moves to the background state and fires the <code>paused</code> event.</p>\n<p>Alert-based interruptions result in temporary loss of control by your app and results in <code>pause</code>\nevent being fired. Your app continues to run in the foreground, but it does not recieve\ntouch events from the system. (It does continue to receive notifications and other types\nof events, such as accelerometer events.) When your app is moved back to the\nactive state, the <code>resumed</code> event is fired.</p>\n<p>The same set of events takes place when user <strong>double taps on the home button</strong>.</p>\n<p><em><strong>Sleep/Wake Button</strong></em></p>\n<p>Pressing the <strong>Sleep/Wake</strong> button is another type of interruption that causes your app to\nmove to an inactive state. When the app is in the foreground and the <strong>Sleep/Wake button</strong>\nis pressed, the the system fires the <code>pause</code> event followed by the <code>paused</code> event and\nbecomes inactive. This is an intentionally behavioral change by Apple to conserve battery when\nthe Sleep/Wake button is pressed. On waking up the app fires the <code>resume</code> event followed by the\n<code>resumed</code> event and returns the app to normal state.</p>\n<p><em><strong>Home Button</strong></em></p>\n<p>Pressing the <strong>home button</strong> is another kind of interruption. The app fires <code>pause</code> and\n<code>paused</code>events before going into background. When app is reopened it fires the <code>resume</code>\nevent followed by the <code>resumed</code> event, returning the app to the normal state.</p>\n<table class=\"doc-table\" summary=\"This table gives the order of events fired when the app is in normal state.\">\n  <caption><b>Lifecycle events fired during different interruptions</b></caption>\n  <thead>\n    <tr>\n      <th colspan=\"2\">Type of Interruption</th>\n      <th colspan=\"2\">Going into Background</th>\n      <th colspan=\"2\">Coming into  Foreground</th>\n    </tr>\n  </thead>\n  <tbody>\n    <tr>\n      <th colspan=\"2\" align=\"left\">Alert-Based/Fast App Switching</th>\n      <td align=\"center\">pause</td>\n      <td align=\"center\"></td>\n      <td align=\"center\"> </td>\n      <td align=\"center\">resumed</td>\n    </tr>\n    <tr>\n      <th colspan=\"2\" align=\"left\">Sleep/Wake Button</th>\n      <td align=\"center\">pause</td>\n      <td align=\"center\">paused</td>\n      <td align=\"center\">resume</td>\n      <td align=\"center\">resumed</td>\n    </tr>\n    <tr>\n      <th colspan=\"2\" align=\"left\">Home Button (backgrounding)</th>\n      <td align=\"center\">pause</td>\n      <td align=\"center\">paused</td>\n      <td align=\"center\">resume</td>\n      <td align=\"center\">resumed</td>\n    </tr>\n  </tbody>\n</table>\n<p><em><strong>Blur and Focus Events</strong></em></p>\n<p>When using the iOS pause/resume feature, the <code>blur</code> and <code>focus</code> events do not fire\nbefore the application enters the background or after it returns to the foreground,\nrespectively.  Instead, the application needs to monitor the <code>pause</code> and <code>resumed</code> events,\nwhich relies on the underlying iOS events to determine the application state rather than the\nUI events.</p>\n<h4>Application Level Events</h4>\n<p>Application-level events are custom events that are defined globally for your\napplication. By convention, application-level events are set on the <code>Titanium.App</code>\nmodule, like this:</p>\n<pre><code>Ti.App.addEventListener('app:myCustomEvent', myHandlerFunction);\n</code></pre>\n<p>Adding a prefix (like 'app:' in this example) is optional, but can help ensure that\nyour custom event names don't conflict with any future Titanium events.</p>\n<p>Application-level event listeners can be added and fired from any context, including from inside\na web view, so they are ideal for communicating between separate parts of your\napplication.</p>\n<p>When you add an event listener on a Titanium module (such as <code>Ti.App</code> or\n<a href=\"Titanium.Geolocation\">Ti.Geolocation</a>), the event listener function is referenced from\nthe global context. This means the event listener function and any objecst it references\ncan't be garbage collected until the event listener is removed.</p>\n<p>This can lead to memory leaks if application-level event listeners are added and not\nremoved.</p>\n<p>See also: <a href=\"https://docs.appcelerator.com/platform/latest/#!/guide/Event_Handling\">Event Handling</a>\nin the Titanium Mobile Guides.</p>\n<h4>System Level Accessibility Events</h4>\n<p>System-level Accessibility events include:</p>\n<ul>\n<li>Events your application fires to alert the device's accessibility system of some condition\nor to ask it to do something.</li>\n<li>Events fired by the device's accessibility system and listened for in your application.</li>\n</ul>\n<p>Currently there are four system-level accessibility events. Three of them are available for\nyour application to fire, and one of them is for your application to listen for.</p>\n<h5>Firing Accessibility Events.</h5>\n<p>The following accessibility events can be fired by your application to alert the accessibility\nsystem of a particular condition or to ask it to perform an action.</p>\n<p>These events are fired using <a href=\"Titanium.App.fireSystemEvent\">Titanium.App.fireSystemEvent</a>, which is available in Titanium Mobile 3.0.0.</p>\n<ul>\n<li>\n<p><a href=\"Titanium.App.EVENT_ACCESSIBILITY_ANNOUNCEMENT\">Titanium.App.EVENT_ACCESSIBILITY_ANNOUNCEMENT</a>, available in iOS and Android, asks the device's\naccessibility system to make an announcement. The announcement itself is a string passed as the second\nargument to <a href=\"Titanium.App.fireSystemEvent\">Titanium.App.fireSystemEvent</a>. <em>How</em> the device's accessibility actually makes that announcement\ndepends on what accessibility services are activated on the device. The most common are VoiceOver on\niOS and TalkBack on Android. Each of those would read the announcement aloud.</p>\n<pre><code>  Ti.App.fireSystemEvent(Ti.App.EVENT_ACCESSIBILITY_ANNOUNCEMENT, &quot;Welcome to my App&quot;);\n</code></pre>\n</li>\n<li>\n<p><a href=\"Titanium.App.iOS.EVENT_ACCESSIBILITY_LAYOUT_CHANGED\">Titanium.App.iOS.EVENT_ACCESSIBILITY_LAYOUT_CHANGED</a>, available only on iOS, can be used to alert\nthe accessibility system that the layout of the screen has changed, such as when an element\nappears or disappears. When your application fires this event, Titanium calls <code>UIAccessibilityLayoutChangedNotification</code>\nin the iOS <a href=\"https://developer.apple.com/documentation/uikit/accessibility/uiaccessibility\">UIAccessibility Protocol</a>.\nNo second parameter is required when firing this event with <a href=\"Titanium.App.fireSystemEvent\">Titanium.App.fireSystemEvent</a>.</p>\n</li>\n<li>\n<p><a href=\"Titanium.App.iOS.EVENT_ACCESSIBILITY_SCREEN_CHANGED\">Titanium.App.iOS.EVENT_ACCESSIBILITY_SCREEN_CHANGED</a>, available only on iOS, can be used to alert\nthe accessibility system when a new view appears that comprises a major portion of the screen.\nWhen your application fires this event, Titanium calls <code>UIAccessibilityScreenChangedNotification</code>\nin the iOS <a href=\"https://developer.apple.com/documentation/uikit/accessibility/uiaccessibility\">UIAccessibility Protocol</a>.\nNo second parameter is required when firing this event with <a href=\"Titanium.App.fireSystemEvent\">Titanium.App.fireSystemEvent</a>.</p>\n</li>\n</ul>\n<h5>Listening for Accessibility Events</h5>\n<p>Currently there is only one system accessibility event which your application can listen for using\n<a href=\"Titanium.App.addEventListener\">Titanium.App.addEventListener</a>, namely <a href=\"Titanium.App.accessibilitychanged\">Titanium.App.accessibilitychanged</a>.  This event, available on iOS and on Android\n(for devices running Ice Cream Sandwich or greater), is fired when the device's accessibility service is turned\non or off. The object passed as a parameter to the listener function contains an <code>enabled</code> property which is\n<code>true</code> if the accessibility service is now turned on, or <code>false</code> otherwise.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "launchOptions",
            "description": "<p>Dictionary describing the arguments passed to the application on startup.\nUse the <a href=\"Titanium.App.getArguments\">getArguments</a> method to retrieve the launch options.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "url",
                    "deprecated": false,
                    "description": "<p>This key indicates that the application was launched in order to open\nthe specified URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "source",
                    "deprecated": false,
                    "description": "<p>This key indicates that the application was launched by another\napplication with the specified bundle ID.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "launchOptionsLocationKey",
                    "deprecated": false,
                    "description": "<p>If set to <code>true</code>, this key indicates that the application was launched in response to an\nincoming location event.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.App.Properties",
            "description": "<p>The App Properties module is used for storing application-related data in property/value pairs\nthat persist beyond application sessions and device power cycles.</p>",
            "deprecated": false,
            "events": [
                {
                    "name": "change",
                    "deprecated": false,
                    "description": "<p>Fired when a property is changed.</p>"
                }
            ],
            "examples": [
                {
                    "title": "Store a property",
                    "code": "<p>Store a string property.</p>\n<pre><code>Ti.App.Properties.setString('givenName', 'Paul');\nTi.API.info('The value of the givenName property is: ' + Ti.App.Properties.getString('givenName'));\n</code></pre>"
                },
                {
                    "title": "Enumerate over saved properties",
                    "code": "<p>Output all saved properties to the console.</p>\n<pre><code>var props = Ti.App.Properties.listProperties();\n\nfor (var i=0, ilen=props.length; i&lt;ilen; i++){\n    var value = Ti.App.Properties.getString(props[i]);\n    Ti.API.info(props[i] + ' = ' + value);\n}\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBool",
                    "deprecated": false,
                    "description": "<p>Returns the value of a property as a boolean data type.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "property",
                            "constants": [],
                            "description": "<p>Name of property.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "default",
                            "constants": [],
                            "description": "<p>Default value to return if property does not exist.</p>",
                            "type": "Boolean",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getDouble",
                    "deprecated": false,
                    "description": "<p>Returns the value of a property as a double (double-precision, floating point) data type.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "property",
                            "constants": [],
                            "description": "<p>Name of property.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "default",
                            "constants": [],
                            "description": "<p>Default value to return if property does not exist.</p>",
                            "type": "Number",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getInt",
                    "deprecated": false,
                    "description": "<p>Returns the value of a property as an integer data type.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "property",
                            "constants": [],
                            "description": "<p>Name of property.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "default",
                            "constants": [],
                            "description": "<p>Default value to return if property does not exist.</p>",
                            "type": "Number",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getList",
                    "deprecated": false,
                    "description": "<p>Returns the value of a property as an array data type.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "property",
                            "constants": [],
                            "description": "<p>Name of property.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "default",
                            "constants": [],
                            "description": "<p>Default value to return if property does not exist.</p>",
                            "type": "Array",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getObject",
                    "deprecated": false,
                    "description": "<p>Returns the value of a property as an object.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "property",
                            "constants": [],
                            "description": "<p>Name of property.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "default",
                            "constants": [],
                            "description": "<p>Default value to return if property does not exist.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Object",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getString",
                    "deprecated": false,
                    "description": "<p>Returns the value of a property as a string data type.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "property",
                            "constants": [],
                            "description": "<p>Name of property.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "default",
                            "constants": [],
                            "description": "<p>Default value to return if property does not exist.</p>",
                            "type": "String",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hasProperty",
                    "deprecated": false,
                    "description": "<p>Indicates whether a property exists.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "property",
                            "constants": [],
                            "description": "<p>Name of property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "listProperties",
                    "deprecated": false,
                    "description": "<p>Returns an array of property names.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeProperty",
                    "deprecated": false,
                    "description": "<p>Removes a property if it exists, or does nothing otherwise.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "property",
                            "constants": [],
                            "description": "<p>Name of property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeAllProperties",
                    "deprecated": false,
                    "description": "<p>Removes all properties that have been set by the user on runtime, or does nothing otherwise.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBool",
                    "deprecated": false,
                    "description": "<p>Sets the value of a property as a boolean data type. The property will be created if it\ndoes not exist.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "property",
                            "constants": [],
                            "description": "<p>Name of property.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "value",
                            "constants": [],
                            "description": "<p>Property value.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setDouble",
                    "deprecated": false,
                    "description": "<p>Sets the value of a property as a double (double-precision, floating point) data type. The\nproperty will be created if it does not exist.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "property",
                            "constants": [],
                            "description": "<p>Name of property.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "value",
                            "constants": [],
                            "description": "<p>Property value.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setInt",
                    "deprecated": false,
                    "description": "<p>Sets the value of a property as an integer data type. The property will be created if it\ndoes not exist.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "property",
                            "constants": [],
                            "description": "<p>Name of property.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "value",
                            "constants": [],
                            "description": "<p>Property value, within the range <code>-2,147,483,648</code> to <code>2,147,483,647</code>.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setList",
                    "deprecated": false,
                    "description": "<p>Sets the value of a property as an array data type. The property will be created if it\ndoes not exist.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "property",
                            "constants": [],
                            "description": "<p>Name of property.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "value",
                            "constants": [],
                            "description": "<p>Property value.</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setObject",
                    "deprecated": false,
                    "description": "<p>Sets the value of a property as an object data type. The property will be created if it\ndoes not exist.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "property",
                            "constants": [],
                            "description": "<p>Name of property.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "value",
                            "constants": [],
                            "description": "<p>Property value.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setString",
                    "deprecated": false,
                    "description": "<p>Sets the value of a property as a string data type. The property will be created if it\ndoes not exist.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "property",
                            "constants": [],
                            "description": "<p>Name of property.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "value",
                            "constants": [],
                            "description": "<p>Property value.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.Properties.bubbleParent\">Titanium.App.Properties.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.Properties.bubbleParent\">Titanium.App.Properties.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.Properties.bubbleParent\">Titanium.App.Properties.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.Properties.bubbleParent\">Titanium.App.Properties.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.Properties.apiName\">Titanium.App.Properties.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.Properties.apiName\">Titanium.App.Properties.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.Properties.lifecycleContainer\">Titanium.App.Properties.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.Properties.lifecycleContainer\">Titanium.App.Properties.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.Properties.lifecycleContainer\">Titanium.App.Properties.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.Properties.lifecycleContainer\">Titanium.App.Properties.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Module",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "remarks": [
                "<h4>App Properties in the tiapp.xml file</h4>\n<p>App properties defined in the <code>tiapp.xml</code> file may be accessed using these APIs.  An app\nproperty is defined inside the root-level <code>&lt;ti:app&gt;</code> element with the <code>&lt;property&gt;</code> element.\nUse the <code>name</code> attribute to define your property name and place the value inline with the\n<code>&lt;property&gt;</code> element. For example, to define an app property called <code>foo</code> with the value <code>42</code>:</p>\n<pre><code>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;\n&lt;ti:app xmlns:ti=&quot;http://ti.appcelerator.org&quot;&gt;\n    &lt;property name=&quot;foo&quot; type=&quot;string&quot;&gt;42&lt;/property&gt;\n&lt;/ti:app&gt;\n</code></pre>\n<p>Then, you can retrieve the property during runtime with the following API call:</p>\n<pre><code>var foo = Ti.App.Properties.getString('foo');\n</code></pre>\n<p>As of Release 3.2.0, any application properties defined in the <code>tiapp.xml</code> file are stored in the\ndevice's secure storage, making them read-only.  Additionally, external access to these\nproperties is now restricted.  Other iOS applications cannot access these properties and\nnative Android modules must use the Titanium module API\n<a href=\"https://docs.appcelerator.com/module-apidoc/latest/android/org/appcelerator/platform/TiApplication.html#getAppProperties()\">TiApplication.getAppProperties</a>\nmethod to access these properties.</p>\n<p>If you need to change the values during runtime, initially create the property with these APIs\nrather than defining them in the <code>tiapp.xml</code> file.</p>\n<p>Prior to Release 3.2.0, application properties defined in the <code>tiapp.xml</code> file could be\noverwritten by these APIs and accessed externally by other applications and modules.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.App.iOS.BackgroundService",
            "description": "<p>A service that runs when the application is placed in the background.</p>",
            "deprecated": false,
            "events": [],
            "examples": [
                {
                    "title": "Background Services Example",
                    "code": "<p>Two background services are registered in the following application.</p>\n<p>The first service logs a message every time the application is paused and then is stopped to\nrelease the service from memory. The service is not unregistered, and so will continue to be\ninvoked.</p>\n<p>The second creates an application property where it stores a run count value. For the first 4\ntimes the application is paused, a local notification is invoked that gives the user the\nopportunity to bring the application back to the foreground. Once the run count reaches 5,\nthe service is unregistered and is not invoked again until the application is relaunched.</p>\n<h4>app.js</h4>\n<pre><code>var win1 = Ti.UI.createWindow({  \n  title:'Background Services Example',\n  backgroundColor:'#4186cd',\n  modal:true\n});\n\nTi.API.info('Registering background services');\nvar service = Ti.App.iOS.registerBackgroundService({url:'bg-service1.js'});\nvar service2 = Ti.App.iOS.registerBackgroundService({url:'bg-service2.js'});\nTi.API.info('*** Press home button to pause application ***');\n\nwin1.open();\n</code></pre>\n<h4>bg-service1.js</h4>\n<pre><code>Ti.API.info('bg-service1: service has been invoked once, and will now be stopped to release it from memory. ');\nTi.App.currentService.stop();\n\nvar listener = Ti.App.currentService.addEventListener('stop',function(){\n  Ti.API.info('bg-service1: Although the service has been stopped, it is still registered and will be executed again on next pause');\n  Ti.API.info('bg-service1: As all background services are automatically stopped on resume, it is not always necessary to explicitly stop a service');\n});\n</code></pre>\n<h4>bg-service2.js</h4>\n<pre><code>var count = Ti.App.Properties.getInt('bg-svc2-count', 0);\n\nif (count &gt; 4){\n  // reset count after 4 invocations\n  count = 0;\n}\n\ncount++;\n\nTi.App.Properties.setInt('bg-svc2-count', count);\n\nTi.API.info('bg-service2 has been run ' + count + ' times');\n\nif (count &gt; 4){\n  Ti.App.currentService.unregister();\n  var finalNotif = Ti.App.iOS.scheduleLocalNotification({\n    alertBody:'bg-service2: As service has been invoked more than 4 times, it has been unregistered and will NOT run again. Relaunch the app to re-register it',\n    date:new Date(new Date().getTime() + 1000) // 1 second after unregister\n  });\t\n} else {\n  var curNotif = Ti.App.iOS.scheduleLocalNotification({\n    alertBody:'bg-service2: has been invoked ' + count + ' times. It is still registered and will run again when the app is transitioned to the background',\n    date:new Date(new Date().getTime() + 1000) // 1 second after pause\n  });\t\n}\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.5"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.5"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.5"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "stop",
                    "deprecated": false,
                    "description": "<p>Stops the service from running during the current background session to conserve resources.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.5"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "unregister",
                    "deprecated": false,
                    "description": "<p>Unregisters the background service.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.5"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.BackgroundService.bubbleParent\">Titanium.App.iOS.BackgroundService.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.BackgroundService.bubbleParent\">Titanium.App.iOS.BackgroundService.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.BackgroundService.bubbleParent\">Titanium.App.iOS.BackgroundService.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.BackgroundService.bubbleParent\">Titanium.App.iOS.BackgroundService.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.BackgroundService.apiName\">Titanium.App.iOS.BackgroundService.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.BackgroundService.apiName\">Titanium.App.iOS.BackgroundService.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getUrl",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.BackgroundService.url\">Titanium.App.iOS.BackgroundService.url</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.BackgroundService.url\">Titanium.App.iOS.BackgroundService.url</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.5"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setUrl",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.BackgroundService.url\">Titanium.App.iOS.BackgroundService.url</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.BackgroundService.url\">Titanium.App.iOS.BackgroundService.url</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "url",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.5"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "url",
                    "deprecated": false,
                    "description": "<p>A local URL to a JavaScript file containing the code to run in the background.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.5"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>A background service is created by <a href=\"Titanium.App.iOS.registerBackgroundService\">Titanium.App.iOS.registerBackgroundService</a>.</p>\n<p>At creation, a local URL to a JavaScript file must be defined. The code it contains is executed\neach time the application is no longer in the foreground, along with all other services that have\nbeen registered in the same way. When this happens, all background services continue to run until\none of the following occurs:</p>\n<ul>\n<li>A service is stopped with the <code>stop</code> method.</li>\n<li>The application resumes, at which points all background services are stopped.</li>\n<li>The OS terminates the service for one of the reasons discussed in\n&quot;Background Service Limitations&quot;, below.</li>\n</ul>\n<p>A background service can invoke a <a href=\"Titanium.App.iOS.LocalNotification\">Titanium.App.iOS.LocalNotification</a>, which prompts users via\na dialog to return to the application and provides a button that brings it back into the\nforeground.</p>\n<h4>Background Service Limitations</h4>\n<p>A background service is subject to limitations imposed by the operating system, such as</p>\n<ul>\n<li>The OS limits the total amount of time a background service can run for after the application\nis paused, typically to no more than 10 minutes.</li>\n<li>The OS may terminate the background service at any point to reclaim resources.</li>\n</ul>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "1.5"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "1.5"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.App.iOS.LocalNotification",
            "description": "<p>A local notification to alert the user of new or pending application information.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.5"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.5"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.5"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "cancel",
                    "deprecated": true,
                    "description": "<p>Cancels the pending notification. <strong>Deprecated since 7.3.0. Use <a href=\"Titanium.App.iOS.UserNotificationCenter.removePendingNotifications\">Titanium.App.iOS.UserNotificationCenter.removePendingNotifications</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.5"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.LocalNotification.bubbleParent\">Titanium.App.iOS.LocalNotification.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.LocalNotification.bubbleParent\">Titanium.App.iOS.LocalNotification.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.LocalNotification.bubbleParent\">Titanium.App.iOS.LocalNotification.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.LocalNotification.bubbleParent\">Titanium.App.iOS.LocalNotification.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.LocalNotification.apiName\">Titanium.App.iOS.LocalNotification.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.LocalNotification.apiName\">Titanium.App.iOS.LocalNotification.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>A LocalNotification is created by <a href=\"Titanium.App.iOS.scheduleLocalNotification\">Titanium.App.iOS.scheduleLocalNotification</a>.</p>\n<p>Local notifications are a way for an application that is not running in the foreground to let\nusers know that it has information for them. When invoked, the application either displays a\nbanner message or an alert dialog with a <strong>Close</strong> button to dismiss and an <strong>Open</strong> button to bring the application\ninto the foreground. The application can also modify the icon badge, to show the\nnumber of pending notifications, and generate a sound.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "1.5"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "1.5"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.App.iOS.SearchQuery",
            "description": "<p>A search query object manages the criteria to apply when searching app content that you have previously\nindexed by using the Core Spotlight APIs.</p>",
            "deprecated": false,
            "events": [
                {
                    "name": "founditems",
                    "deprecated": false,
                    "description": "<p>Fired when the query finds a new batch of matching items.</p>",
                    "properties": [
                        {
                            "name": "items",
                            "constants": [],
                            "description": "<p>An array of indexed items that match the specified query.</p>",
                            "type": "Array",
                            "deprecated": false
                        },
                        {
                            "name": "foundItemsCount",
                            "constants": [],
                            "description": "<p>The number of items that are currently fetched.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "completed",
                    "deprecated": false,
                    "description": "<p>Fired when the query completes to inform you about it's success.\nTo receive items, use the <code>founditems</code> event.</p>",
                    "properties": [
                        {
                            "name": "success",
                            "constants": [],
                            "description": "<p>Indicates if the operation succeeded. Returns true if download succeeded, false otherwise.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "error",
                            "constants": [],
                            "description": "<p>Error message, if any returned. Undefined otherwise.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                }
            ],
            "examples": [
                {
                    "title": "Perform a simple search-query for all items that start with \"Searchable\" in it.",
                    "code": "<p>The following example demonstrates how to search a Ti.App.iOS.SearchableItem using the iOS 10\nTi.App.iOS.SearchQuery API.</p>\n<h4>app.js</h4>\n<pre><code>var win = Ti.UI.createWindow({\n    backgroundColor: &quot;#fff&quot;\n});\nvar btn = Ti.UI.createButton({\n    title: &quot;Start search-query&quot;\n});\n\nvar searchItems = [];\nvar itemAttr = Ti.App.iOS.createSearchableItemAttributeSet({\n    itemContentType: Ti.App.iOS.UTTYPE_IMAGE,\n    title: &quot;Titanium Core Spotlight Tutorial&quot;\n});\n\nitemAttr.contentDescription = &quot;Tech Example \\nOn: &quot; + String.formatDate(new Date(), &quot;short&quot;);\nitemAttr.keywords = [&quot;Mobile&quot;, &quot;Appcelerator&quot;, &quot;Titanium&quot;];\nitemAttr.displayName = &quot;Hello world&quot;;\n\nvar item = Ti.App.iOS.createSearchableItem({\n    uniqueIdentifier: &quot;my-id&quot;,\n    domainIdentifier: &quot;com.mydomain&quot;,\n    attributeSet: itemAttr\n});\nsearchItems.push(item);\n\nvar indexer = Ti.App.iOS.createSearchableIndex();\n\nindexer.addToDefaultSearchableIndex(searchItems, function(e) {\n    if (e.success) {\n        Ti.API.info(&quot;Press the home button and now search for your keywords&quot;);\n    } else {\n        alert(&quot;Searchable index could not be created: &quot; + JSON.stringify(e.error));\n    }\n});\n\nbtn.addEventListener(&quot;click&quot;, function() {\n    // An array of found Ti.App.iOS.SearchableItem's\n    var allItems = [];\n\n    // The search-query\n    var searchQuery = Ti.App.iOS.createSearchQuery({\n        queryString: 'title == &quot;Titanium*&quot;',\n        attributes: [&quot;title&quot;, &quot;displayName&quot;, &quot;keywords&quot;, &quot;contentType&quot;]\n    });\n\n    // The event to be called when a new batch of items is found\n    searchQuery.addEventListener(&quot;founditems&quot;, function(e) {\n        for (var i = 0; i &lt; e.items.length; i++) {\n            allItems.push(e.items[i]);\n        }\n    });\n\n    // The event to be called when the search-query completes\n    searchQuery.addEventListener(&quot;completed&quot;, function(e) {\n        if (!e.success) {\n            alert(e.error);\n        }\n\n        for (var i = 0; i &lt; allItems.length; i++) {\n            var attributeSet = allItems[i].attributeSet\n            var foundTitle = attributeSet.title\n            var foundDisplayName = attributeSet.displayName\n\n            Ti.API.info(&quot;title: &quot; + foundTitle + &quot;, displayName: &quot; + foundDisplayName);\n        }\n    });\n\n    // Start the search-query (or use searchQuery.cancel()) to abort it\n    searchQuery.start();\n});\n\nwin.add(btn);\nwin.open();\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.5.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.5.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.5.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.5.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "start",
                    "deprecated": false,
                    "description": "<p>Asynchronously queries the index for items that match the query object's specifications.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.5.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "cancel",
                    "deprecated": false,
                    "description": "<p>Cancels a query operation.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.5.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "isCancelled",
                    "deprecated": false,
                    "description": "<p>A Boolean value that indicates if the query has been cancelled (<code>true</code>) or not (<code>false</code>).</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "<p>Returns <code>true</code> if the query was cancelled.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.5.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.SearchQuery.bubbleParent\">Titanium.App.iOS.SearchQuery.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.SearchQuery.bubbleParent\">Titanium.App.iOS.SearchQuery.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.5.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.SearchQuery.bubbleParent\">Titanium.App.iOS.SearchQuery.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.SearchQuery.bubbleParent\">Titanium.App.iOS.SearchQuery.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.5.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.SearchQuery.apiName\">Titanium.App.iOS.SearchQuery.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.SearchQuery.apiName\">Titanium.App.iOS.SearchQuery.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.5.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": true,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.5.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.5.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "queryString",
                    "deprecated": false,
                    "description": "<p>A formatted string that defines the matching criteria to apply to indexed items.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.5.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "attributes",
                    "deprecated": false,
                    "description": "<p>An array of strings that represent the attributes of indexed items.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.5.0"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>You can use this API to search multiple <a href=\"Titanium.App.iOS.SearchableItem\">Titanium.App.iOS.SearchableItem</a> objects at the same time. You can do that\nby using the <code>queryString</code> parameter that has a special syntax to filter and index several items. Please refer\nto the official <a href=\"https://developer.apple.com/reference/corespotlight/cssearchquery\">Apple documentation</a> for detailed information on how to structure your search-query to get the\nbest possible results.</p>\n<p>To use this feature make sure you have a compatible device running iOS 10 or later.</p>\n<p>To create a SearchableItem object, use the Titanium.App.iOS.createSearchableItem method.\nPass a dictionary of properties to the method that will help identify the item.\nAt minimum, you must set the <a href=\"Titanium.App.iOS.SearchableItem.attributeSet\">attributeSet</a> property, which associates\nthe metadata with the SearchableItem object.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "5.5.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "5.5.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.App.iOS.SearchableIndex",
            "description": "<p>The SearchableIndex module is used to add or remove Ti.App.iOS.SearchableItem objects from the device search index.</p>",
            "deprecated": false,
            "events": [],
            "examples": [
                {
                    "title": "Add Searchable Content to the On-Device Index",
                    "code": "<p>The following example demonstrates how to create a new Ti.App.iOS.SearchableItem and\nadd a Ti.App.iOS.SearchableItemAttributeSet. The Ti.App.iOS.SearchableItem is then passed to the\nTi.App.iOS.SearchableIndex object to add it to the on-device search index.</p>\n<h4>app.js</h4>\n<pre><code>var searchItems = [];\nvar itemAttr = Ti.App.iOS.createSearchableItemAttributeSet({\n    itemContentType: Ti.App.iOS.UTTYPE_IMAGE,\n    title:&quot;Titanium Core Spotlight Tutorial&quot;,\n    contentDescription:&quot;Tech Example \\nOn: &quot; + String.formatDate(new Date(),&quot;short&quot;),\n    keywords:[&quot;Mobile&quot;,&quot;Appcelerator&quot;,&quot;Titanium&quot;]\n});\n\nvar item = Ti.App.iOS.createSearchableItem({\n    identifier:&quot;my-id&quot;,\n    domainIdentifier:&quot;com.mydomain&quot;,\n    attributeSet:itemAttr\n});\nsearchItems.push(item);\n\nvar indexer = Ti.App.iOS.createSearchableIndex();\n\nindexer.addToDefaultSearchableIndex([searchItems],function(e){\n    if(e.success){\n        alert(&quot;Press the home button and now search for your keywords&quot;);\n    }else{\n        alert(&quot;Errored: &quot; + JSON.stringify(e.error));\n    }\n});\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "isSupported",
                    "deprecated": false,
                    "description": "<p>Indicates whether indexing is supported by the device.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "addToDefaultSearchableIndex",
                    "deprecated": false,
                    "description": "<p>Adds an array of Titanium.App.iOS.SearchableItem objects to the default search index.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "Array",
                            "constants": [],
                            "description": "<p>Array of Titanium.App.iOS.SearchableItem objects to be added to the default search index.</p>",
                            "type": "Array",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Function to invoke on success or failure of adding the array Titanium.App.iOS.SearchableItem object to the default search index.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "deleteAllSearchableItems",
                    "deprecated": false,
                    "description": "<p>Removes all search items added by the application.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Function to invoke on success or failure of deleting all search items.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "deleteAllSearchableItemByDomainIdenifiers",
                    "deprecated": false,
                    "description": "<p>Removes search items based on an array of domain identifiers.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "Array",
                            "constants": [],
                            "description": "<p>Array of domain identifiers to be removed from the default search index.</p>",
                            "type": "Array",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Function to invoke on success or failure of removing search items from the default search index.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "deleteSearchableItemsByIdentifiers",
                    "deprecated": false,
                    "description": "<p>Removes search items based on an array of identifiers.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "Array",
                            "constants": [],
                            "description": "<p>Array of identifiers to be removed from the default search index.</p>",
                            "type": "Array",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Function to invoke on success or failure of removing search items from the default search index.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.SearchableIndex.bubbleParent\">Titanium.App.iOS.SearchableIndex.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.SearchableIndex.bubbleParent\">Titanium.App.iOS.SearchableIndex.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.SearchableIndex.bubbleParent\">Titanium.App.iOS.SearchableIndex.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.SearchableIndex.bubbleParent\">Titanium.App.iOS.SearchableIndex.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.SearchableIndex.apiName\">Titanium.App.iOS.SearchableIndex.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.SearchableIndex.apiName\">Titanium.App.iOS.SearchableIndex.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": true,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>To effectively add and remove information from the iOS search index you will need to use the following modules:</p>\n<ul>\n<li><a href=\"Titanium.App.iOS.SearchableItemAttributeSet\">Titanium.App.iOS.SearchableItemAttributeSet</a> - Used to create metadata related to the <code>Ti.App.iOS.SearchableItem</code></li>\n<li><a href=\"Titanium.App.iOS.SearchableItem\">Titanium.App.iOS.SearchableItem</a> - Used to assemble metadata into a unique object package to be used by <code>Ti.App.iOS.SearchableIndex</code></li>\n<li><a href=\"Titanium.App.iOS.SearchableIndex\">Titanium.App.iOS.SearchableIndex</a>  - Used to add and remove <code>Ti.App.iOS.SearchableItem</code> objects to the device search index</li>\n</ul>\n<p>To use this feature make sure you have a compatible device running iOS 9 or later.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "5.0.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "5.0.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.App.iOS.SearchableItem",
            "description": "<p>Used to create a unique object containing all of the search information that will appear in the device search index.</p>",
            "deprecated": false,
            "events": [],
            "examples": [
                {
                    "title": "Add Searchable Content to the On-Device Index",
                    "code": "<p>The following example demonstrates how to create a new Ti.App.iOS.SearchableItem and\nadd a Ti.App.iOS.SearchableItemAttributeSet. The Ti.App.iOS.SearchableItem is then passed to the\nTi.App.iOS.SearchableIndex object to add it to the on-device search index.</p>\n<h4>app.js</h4>\n<pre><code>var searchItems = [];\nvar itemAttr = Ti.App.iOS.createSearchableItemAttributeSet({\n    itemContentType: Ti.App.iOS.UTTYPE_IMAGE,\n    title:&quot;Titanium Core Spotlight Tutorial&quot;,\n    contentDescription:&quot;Tech Example \\nOn: &quot; + String.formatDate(new Date(),&quot;short&quot;),\n    keywords:[&quot;Mobile&quot;,&quot;Appcelerator&quot;,&quot;Titanium&quot;]\n});\n\nvar item = Ti.App.iOS.createSearchableItem({\n    uniqueIndentifier:&quot;my-id&quot;,\n    domainIdentifier:&quot;com.mydomain&quot;,\n    attributeSet:itemAttr\n});\nsearchItems.push(item);\n\nvar indexer = Ti.App.iOS.createSearchableIndex();\n\nindexer.addToDefaultSearchableIndex(searchItems,function(e){\n    if(e.success){\n        alert(&quot;Press the home button and now search for your keywords&quot;);\n    }else{\n        alert(&quot;Errored: &quot; + JSON.stringify(e.error));\n    }\n});\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.SearchableItem.bubbleParent\">Titanium.App.iOS.SearchableItem.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.SearchableItem.bubbleParent\">Titanium.App.iOS.SearchableItem.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.SearchableItem.bubbleParent\">Titanium.App.iOS.SearchableItem.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.SearchableItem.bubbleParent\">Titanium.App.iOS.SearchableItem.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.SearchableItem.apiName\">Titanium.App.iOS.SearchableItem.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.SearchableItem.apiName\">Titanium.App.iOS.SearchableItem.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getDomainIdentifier",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.SearchableItem.domainIdentifier\">Titanium.App.iOS.SearchableItem.domainIdentifier</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.SearchableItem.domainIdentifier\">Titanium.App.iOS.SearchableItem.domainIdentifier</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setDomainIdentifier",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.SearchableItem.domainIdentifier\">Titanium.App.iOS.SearchableItem.domainIdentifier</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.SearchableItem.domainIdentifier\">Titanium.App.iOS.SearchableItem.domainIdentifier</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "domainIdentifier",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getExpirationDate",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.SearchableItem.expirationDate\">Titanium.App.iOS.SearchableItem.expirationDate</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.SearchableItem.expirationDate\">Titanium.App.iOS.SearchableItem.expirationDate</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setExpirationDate",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.SearchableItem.expirationDate\">Titanium.App.iOS.SearchableItem.expirationDate</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.SearchableItem.expirationDate\">Titanium.App.iOS.SearchableItem.expirationDate</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "expirationDate",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getUniqueIdentifier",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.SearchableItem.uniqueIdentifier\">Titanium.App.iOS.SearchableItem.uniqueIdentifier</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.SearchableItem.uniqueIdentifier\">Titanium.App.iOS.SearchableItem.uniqueIdentifier</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setUniqueIdentifier",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.SearchableItem.uniqueIdentifier\">Titanium.App.iOS.SearchableItem.uniqueIdentifier</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.SearchableItem.uniqueIdentifier\">Titanium.App.iOS.SearchableItem.uniqueIdentifier</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "uniqueIdentifier",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": true,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "attributeSet",
                    "deprecated": false,
                    "description": "<p>Set of metadata properties to display for the item.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Titanium.App.iOS.SearchableItemAttributeSet",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "domainIdentifier",
                    "deprecated": false,
                    "description": "<p>Identifier that represents the &quot;domain&quot; or owner of this item.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "expirationDate",
                    "deprecated": false,
                    "description": "<p>Searchable items have an expiration date or time to live.  By default it is set to one month.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "uniqueIdentifier",
                    "deprecated": false,
                    "description": "<p>Unique identifier to your application group.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>To effectively add and remove information from the iOS search index you will need to use the below listed modules:</p>\n<ul>\n<li><a href=\"Titanium.App.iOS.SearchableItemAttributeSet\">Titanium.App.iOS.SearchableItemAttributeSet</a> - Used to create metadata related to the <code>Ti.App.iOS.SearchableItem</code></li>\n<li><a href=\"Titanium.App.iOS.SearchableItem\">Titanium.App.iOS.SearchableItem</a> - Used to assemble metadata into a unique object package to be used by <code>Ti.App.iOS.SearchableIndex</code></li>\n<li><a href=\"Titanium.App.iOS.SearchableIndex\">Titanium.App.iOS.SearchableIndex</a> - Used to add and remove <code>Ti.App.iOS.SearchableItem</code> objects to the device search index</li>\n</ul>\n<p>To use this feature make sure you have a compatible device running iOS 9 or later.</p>\n<p>To create a SearchableItem object, use the Titanium.App.iOS.createSearchableItem method.\nPass a dictionary of properties to the method that will help identify the item.\nAt minimum, you must set the <a href=\"Titanium.App.iOS.SearchableItem.attributeSet\">attributeSet</a> property, which associates\nthe metadata with the SearchableItem object.</p>\n<p>Then, pass the SearchableItem object to a SearchableIndex object's\n<a href=\"Titanium.App.iOS.SearchableIndex.addToDefaultSearchableIndex\">addToDefaultSearchableIndex()</a> method to add the item\nto the device's search index.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "5.0.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "5.0.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.App.iOS.SearchableItemAttributeSet",
            "description": "<p>The SearchableItemAttributeSet module defines metadata properties for SearchItem and UserActivity objects.</p>",
            "deprecated": false,
            "events": [],
            "examples": [
                {
                    "title": "Add Searchable Content to the On-Device Index",
                    "code": "<p>The following example demonstrates how to create a new Ti.App.iOS.SearchableItem and\nadd a Ti.App.iOS.SearchableItemAttributeSet. The Ti.App.iOS.SearchableItem is then passed to the\nTi.App.iOS.SearchableIndex object to add it to the on-device search index.</p>\n<h4>app.js</h4>\n<pre><code>var searchItems = [];\nvar itemAttr = Ti.App.iOS.createSearchableItemAttributeSet({\n    itemContentType: Ti.App.iOS.UTTYPE_IMAGE,\n    title:&quot;Titanium Core Spotlight Tutorial&quot;\n});\n\nitemAttr.contentDescription =&quot;Tech Example \\nOn: &quot; + String.formatDate(new Date(),&quot;short&quot;);\nitemAttr.keywords =[&quot;Mobile&quot;,&quot;Appcelerator&quot;,&quot;Titanium&quot;];\n\nvar item = Ti.App.iOS.createSearchableItem({\n    uniqueIdentifier:&quot;my-id&quot;,\n    domainIdentifier:&quot;com.mydomain&quot;,\n    attributeSet:itemAttr\n});\nsearchItems.push(item);\n\nvar indexer = Ti.App.iOS.createSearchableIndex();\n\nindexer.addToDefaultSearchableIndex(searchItems,function(e){\n    if(e.success){\n        alert(&quot;Press the home button and now search for your keywords&quot;);\n    }else{\n        alert(&quot;Errored: &quot; + JSON.stringify(e.error));\n    }\n});\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.bubbleParent\">Titanium.App.iOS.SearchableItemAttributeSet.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.bubbleParent\">Titanium.App.iOS.SearchableItemAttributeSet.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.bubbleParent\">Titanium.App.iOS.SearchableItemAttributeSet.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.bubbleParent\">Titanium.App.iOS.SearchableItemAttributeSet.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.apiName\">Titanium.App.iOS.SearchableItemAttributeSet.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.apiName\">Titanium.App.iOS.SearchableItemAttributeSet.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getDisplayName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.displayName\">Titanium.App.iOS.SearchableItemAttributeSet.displayName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.displayName\">Titanium.App.iOS.SearchableItemAttributeSet.displayName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setDisplayName",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.displayName\">Titanium.App.iOS.SearchableItemAttributeSet.displayName</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.displayName\">Titanium.App.iOS.SearchableItemAttributeSet.displayName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "displayName",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAlternateNames",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.alternateNames\">Titanium.App.iOS.SearchableItemAttributeSet.alternateNames</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.alternateNames\">Titanium.App.iOS.SearchableItemAttributeSet.alternateNames</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAlternateNames",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.alternateNames\">Titanium.App.iOS.SearchableItemAttributeSet.alternateNames</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.alternateNames\">Titanium.App.iOS.SearchableItemAttributeSet.alternateNames</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "alternateNames",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPath",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.path\">Titanium.App.iOS.SearchableItemAttributeSet.path</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.path\">Titanium.App.iOS.SearchableItemAttributeSet.path</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setPath",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.path\">Titanium.App.iOS.SearchableItemAttributeSet.path</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.path\">Titanium.App.iOS.SearchableItemAttributeSet.path</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "path",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getContentURL",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.contentURL\">Titanium.App.iOS.SearchableItemAttributeSet.contentURL</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.contentURL\">Titanium.App.iOS.SearchableItemAttributeSet.contentURL</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setContentURL",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.contentURL\">Titanium.App.iOS.SearchableItemAttributeSet.contentURL</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.contentURL\">Titanium.App.iOS.SearchableItemAttributeSet.contentURL</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "contentURL",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getThumbnailURL",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.thumbnailURL\">Titanium.App.iOS.SearchableItemAttributeSet.thumbnailURL</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.thumbnailURL\">Titanium.App.iOS.SearchableItemAttributeSet.thumbnailURL</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setThumbnailURL",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.thumbnailURL\">Titanium.App.iOS.SearchableItemAttributeSet.thumbnailURL</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.thumbnailURL\">Titanium.App.iOS.SearchableItemAttributeSet.thumbnailURL</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "thumbnailURL",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getThumbnailData",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.thumbnailData\">Titanium.App.iOS.SearchableItemAttributeSet.thumbnailData</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.thumbnailData\">Titanium.App.iOS.SearchableItemAttributeSet.thumbnailData</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setThumbnailData",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.thumbnailData\">Titanium.App.iOS.SearchableItemAttributeSet.thumbnailData</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.thumbnailData\">Titanium.App.iOS.SearchableItemAttributeSet.thumbnailData</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "thumbnailData",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRelatedUniqueIdentifier",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.relatedUniqueIdentifier\">Titanium.App.iOS.SearchableItemAttributeSet.relatedUniqueIdentifier</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.relatedUniqueIdentifier\">Titanium.App.iOS.SearchableItemAttributeSet.relatedUniqueIdentifier</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setRelatedUniqueIdentifier",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.relatedUniqueIdentifier\">Titanium.App.iOS.SearchableItemAttributeSet.relatedUniqueIdentifier</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.relatedUniqueIdentifier\">Titanium.App.iOS.SearchableItemAttributeSet.relatedUniqueIdentifier</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "relatedUniqueIdentifier",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getMetadataModificationDate",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.metadataModificationDate\">Titanium.App.iOS.SearchableItemAttributeSet.metadataModificationDate</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.metadataModificationDate\">Titanium.App.iOS.SearchableItemAttributeSet.metadataModificationDate</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setMetadataModificationDate",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.metadataModificationDate\">Titanium.App.iOS.SearchableItemAttributeSet.metadataModificationDate</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.metadataModificationDate\">Titanium.App.iOS.SearchableItemAttributeSet.metadataModificationDate</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "metadataModificationDate",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getContentType",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.contentType\">Titanium.App.iOS.SearchableItemAttributeSet.contentType</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.contentType\">Titanium.App.iOS.SearchableItemAttributeSet.contentType</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setContentType",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.contentType\">Titanium.App.iOS.SearchableItemAttributeSet.contentType</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.contentType\">Titanium.App.iOS.SearchableItemAttributeSet.contentType</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "contentType",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getContentTypeTree",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.contentTypeTree\">Titanium.App.iOS.SearchableItemAttributeSet.contentTypeTree</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.contentTypeTree\">Titanium.App.iOS.SearchableItemAttributeSet.contentTypeTree</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setContentTypeTree",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.contentTypeTree\">Titanium.App.iOS.SearchableItemAttributeSet.contentTypeTree</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.contentTypeTree\">Titanium.App.iOS.SearchableItemAttributeSet.contentTypeTree</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "contentTypeTree",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getKeywords",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.keywords\">Titanium.App.iOS.SearchableItemAttributeSet.keywords</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.keywords\">Titanium.App.iOS.SearchableItemAttributeSet.keywords</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setKeywords",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.keywords\">Titanium.App.iOS.SearchableItemAttributeSet.keywords</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.keywords\">Titanium.App.iOS.SearchableItemAttributeSet.keywords</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "keywords",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTitle",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.title\">Titanium.App.iOS.SearchableItemAttributeSet.title</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.title\">Titanium.App.iOS.SearchableItemAttributeSet.title</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTitle",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.title\">Titanium.App.iOS.SearchableItemAttributeSet.title</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.title\">Titanium.App.iOS.SearchableItemAttributeSet.title</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "title",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSubject",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.subject\">Titanium.App.iOS.SearchableItemAttributeSet.subject</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.subject\">Titanium.App.iOS.SearchableItemAttributeSet.subject</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setSubject",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.subject\">Titanium.App.iOS.SearchableItemAttributeSet.subject</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.subject\">Titanium.App.iOS.SearchableItemAttributeSet.subject</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "subject",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTheme",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.theme\">Titanium.App.iOS.SearchableItemAttributeSet.theme</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.theme\">Titanium.App.iOS.SearchableItemAttributeSet.theme</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTheme",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.theme\">Titanium.App.iOS.SearchableItemAttributeSet.theme</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.theme\">Titanium.App.iOS.SearchableItemAttributeSet.theme</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "theme",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getContentDescription",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.contentDescription\">Titanium.App.iOS.SearchableItemAttributeSet.contentDescription</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.contentDescription\">Titanium.App.iOS.SearchableItemAttributeSet.contentDescription</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setContentDescription",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.contentDescription\">Titanium.App.iOS.SearchableItemAttributeSet.contentDescription</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.contentDescription\">Titanium.App.iOS.SearchableItemAttributeSet.contentDescription</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "contentDescription",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getIdentifier",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.identifier\">Titanium.App.iOS.SearchableItemAttributeSet.identifier</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.identifier\">Titanium.App.iOS.SearchableItemAttributeSet.identifier</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setIdentifier",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.identifier\">Titanium.App.iOS.SearchableItemAttributeSet.identifier</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.identifier\">Titanium.App.iOS.SearchableItemAttributeSet.identifier</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "identifier",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAudiences",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.audiences\">Titanium.App.iOS.SearchableItemAttributeSet.audiences</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.audiences\">Titanium.App.iOS.SearchableItemAttributeSet.audiences</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAudiences",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.audiences\">Titanium.App.iOS.SearchableItemAttributeSet.audiences</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.audiences\">Titanium.App.iOS.SearchableItemAttributeSet.audiences</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "audiences",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getFileSize",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.fileSize\">Titanium.App.iOS.SearchableItemAttributeSet.fileSize</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.fileSize\">Titanium.App.iOS.SearchableItemAttributeSet.fileSize</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setFileSize",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.fileSize\">Titanium.App.iOS.SearchableItemAttributeSet.fileSize</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.fileSize\">Titanium.App.iOS.SearchableItemAttributeSet.fileSize</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "fileSize",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPageCount",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.pageCount\">Titanium.App.iOS.SearchableItemAttributeSet.pageCount</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.pageCount\">Titanium.App.iOS.SearchableItemAttributeSet.pageCount</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setPageCount",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.pageCount\">Titanium.App.iOS.SearchableItemAttributeSet.pageCount</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.pageCount\">Titanium.App.iOS.SearchableItemAttributeSet.pageCount</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "pageCount",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPageWidth",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.pageWidth\">Titanium.App.iOS.SearchableItemAttributeSet.pageWidth</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.pageWidth\">Titanium.App.iOS.SearchableItemAttributeSet.pageWidth</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setPageWidth",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.pageWidth\">Titanium.App.iOS.SearchableItemAttributeSet.pageWidth</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.pageWidth\">Titanium.App.iOS.SearchableItemAttributeSet.pageWidth</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "pageWidth",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPageHeight",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.pageHeight\">Titanium.App.iOS.SearchableItemAttributeSet.pageHeight</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.pageHeight\">Titanium.App.iOS.SearchableItemAttributeSet.pageHeight</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setPageHeight",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.pageHeight\">Titanium.App.iOS.SearchableItemAttributeSet.pageHeight</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.pageHeight\">Titanium.App.iOS.SearchableItemAttributeSet.pageHeight</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "pageHeight",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSecurityMethod",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.securityMethod\">Titanium.App.iOS.SearchableItemAttributeSet.securityMethod</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.securityMethod\">Titanium.App.iOS.SearchableItemAttributeSet.securityMethod</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setSecurityMethod",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.securityMethod\">Titanium.App.iOS.SearchableItemAttributeSet.securityMethod</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.securityMethod\">Titanium.App.iOS.SearchableItemAttributeSet.securityMethod</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "securityMethod",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getCreator",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.creator\">Titanium.App.iOS.SearchableItemAttributeSet.creator</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.creator\">Titanium.App.iOS.SearchableItemAttributeSet.creator</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setCreator",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.creator\">Titanium.App.iOS.SearchableItemAttributeSet.creator</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.creator\">Titanium.App.iOS.SearchableItemAttributeSet.creator</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "creator",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getEncodingApplications",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.encodingApplications\">Titanium.App.iOS.SearchableItemAttributeSet.encodingApplications</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.encodingApplications\">Titanium.App.iOS.SearchableItemAttributeSet.encodingApplications</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setEncodingApplications",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.encodingApplications\">Titanium.App.iOS.SearchableItemAttributeSet.encodingApplications</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.encodingApplications\">Titanium.App.iOS.SearchableItemAttributeSet.encodingApplications</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "encodingApplications",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getKind",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.kind\">Titanium.App.iOS.SearchableItemAttributeSet.kind</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.kind\">Titanium.App.iOS.SearchableItemAttributeSet.kind</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setKind",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.kind\">Titanium.App.iOS.SearchableItemAttributeSet.kind</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.kind\">Titanium.App.iOS.SearchableItemAttributeSet.kind</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "kind",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getFontNames",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.fontNames\">Titanium.App.iOS.SearchableItemAttributeSet.fontNames</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.fontNames\">Titanium.App.iOS.SearchableItemAttributeSet.fontNames</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setFontNames",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.fontNames\">Titanium.App.iOS.SearchableItemAttributeSet.fontNames</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.fontNames\">Titanium.App.iOS.SearchableItemAttributeSet.fontNames</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "fontNames",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAudioSampleRate",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.audioSampleRate\">Titanium.App.iOS.SearchableItemAttributeSet.audioSampleRate</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.audioSampleRate\">Titanium.App.iOS.SearchableItemAttributeSet.audioSampleRate</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAudioSampleRate",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.audioSampleRate\">Titanium.App.iOS.SearchableItemAttributeSet.audioSampleRate</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.audioSampleRate\">Titanium.App.iOS.SearchableItemAttributeSet.audioSampleRate</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "audioSampleRate",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAudioChannelCount",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.audioChannelCount\">Titanium.App.iOS.SearchableItemAttributeSet.audioChannelCount</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.audioChannelCount\">Titanium.App.iOS.SearchableItemAttributeSet.audioChannelCount</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAudioChannelCount",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.audioChannelCount\">Titanium.App.iOS.SearchableItemAttributeSet.audioChannelCount</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.audioChannelCount\">Titanium.App.iOS.SearchableItemAttributeSet.audioChannelCount</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "audioChannelCount",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTempo",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.tempo\">Titanium.App.iOS.SearchableItemAttributeSet.tempo</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.tempo\">Titanium.App.iOS.SearchableItemAttributeSet.tempo</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTempo",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.tempo\">Titanium.App.iOS.SearchableItemAttributeSet.tempo</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.tempo\">Titanium.App.iOS.SearchableItemAttributeSet.tempo</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "tempo",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getKeySignature",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.keySignature\">Titanium.App.iOS.SearchableItemAttributeSet.keySignature</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.keySignature\">Titanium.App.iOS.SearchableItemAttributeSet.keySignature</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setKeySignature",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.keySignature\">Titanium.App.iOS.SearchableItemAttributeSet.keySignature</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.keySignature\">Titanium.App.iOS.SearchableItemAttributeSet.keySignature</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "keySignature",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTimeSignature",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.timeSignature\">Titanium.App.iOS.SearchableItemAttributeSet.timeSignature</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.timeSignature\">Titanium.App.iOS.SearchableItemAttributeSet.timeSignature</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTimeSignature",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.timeSignature\">Titanium.App.iOS.SearchableItemAttributeSet.timeSignature</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.timeSignature\">Titanium.App.iOS.SearchableItemAttributeSet.timeSignature</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "timeSignature",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAudioEncodingApplication",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.audioEncodingApplication\">Titanium.App.iOS.SearchableItemAttributeSet.audioEncodingApplication</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.audioEncodingApplication\">Titanium.App.iOS.SearchableItemAttributeSet.audioEncodingApplication</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAudioEncodingApplication",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.audioEncodingApplication\">Titanium.App.iOS.SearchableItemAttributeSet.audioEncodingApplication</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.audioEncodingApplication\">Titanium.App.iOS.SearchableItemAttributeSet.audioEncodingApplication</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "audioEncodingApplication",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getComposer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.composer\">Titanium.App.iOS.SearchableItemAttributeSet.composer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.composer\">Titanium.App.iOS.SearchableItemAttributeSet.composer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setComposer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.composer\">Titanium.App.iOS.SearchableItemAttributeSet.composer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.composer\">Titanium.App.iOS.SearchableItemAttributeSet.composer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "composer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLyricist",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.lyricist\">Titanium.App.iOS.SearchableItemAttributeSet.lyricist</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.lyricist\">Titanium.App.iOS.SearchableItemAttributeSet.lyricist</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLyricist",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.lyricist\">Titanium.App.iOS.SearchableItemAttributeSet.lyricist</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.lyricist\">Titanium.App.iOS.SearchableItemAttributeSet.lyricist</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lyricist",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAlbum",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.album\">Titanium.App.iOS.SearchableItemAttributeSet.album</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.album\">Titanium.App.iOS.SearchableItemAttributeSet.album</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAlbum",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.album\">Titanium.App.iOS.SearchableItemAttributeSet.album</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.album\">Titanium.App.iOS.SearchableItemAttributeSet.album</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "album",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getArtist",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.artist\">Titanium.App.iOS.SearchableItemAttributeSet.artist</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.artist\">Titanium.App.iOS.SearchableItemAttributeSet.artist</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setArtist",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.artist\">Titanium.App.iOS.SearchableItemAttributeSet.artist</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.artist\">Titanium.App.iOS.SearchableItemAttributeSet.artist</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "artist",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAudioTrackNumber",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.audioTrackNumber\">Titanium.App.iOS.SearchableItemAttributeSet.audioTrackNumber</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.audioTrackNumber\">Titanium.App.iOS.SearchableItemAttributeSet.audioTrackNumber</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAudioTrackNumber",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.audioTrackNumber\">Titanium.App.iOS.SearchableItemAttributeSet.audioTrackNumber</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.audioTrackNumber\">Titanium.App.iOS.SearchableItemAttributeSet.audioTrackNumber</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "audioTrackNumber",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRecordingDate",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.recordingDate\">Titanium.App.iOS.SearchableItemAttributeSet.recordingDate</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.recordingDate\">Titanium.App.iOS.SearchableItemAttributeSet.recordingDate</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setRecordingDate",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.recordingDate\">Titanium.App.iOS.SearchableItemAttributeSet.recordingDate</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.recordingDate\">Titanium.App.iOS.SearchableItemAttributeSet.recordingDate</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "recordingDate",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getMusicalGenre",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.musicalGenre\">Titanium.App.iOS.SearchableItemAttributeSet.musicalGenre</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.musicalGenre\">Titanium.App.iOS.SearchableItemAttributeSet.musicalGenre</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setMusicalGenre",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.musicalGenre\">Titanium.App.iOS.SearchableItemAttributeSet.musicalGenre</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.musicalGenre\">Titanium.App.iOS.SearchableItemAttributeSet.musicalGenre</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "musicalGenre",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getGeneralMIDISequence",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.generalMIDISequence\">Titanium.App.iOS.SearchableItemAttributeSet.generalMIDISequence</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.generalMIDISequence\">Titanium.App.iOS.SearchableItemAttributeSet.generalMIDISequence</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setGeneralMIDISequence",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.generalMIDISequence\">Titanium.App.iOS.SearchableItemAttributeSet.generalMIDISequence</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.generalMIDISequence\">Titanium.App.iOS.SearchableItemAttributeSet.generalMIDISequence</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "generalMIDISequence",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getMusicalInstrumentCategory",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.musicalInstrumentCategory\">Titanium.App.iOS.SearchableItemAttributeSet.musicalInstrumentCategory</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.musicalInstrumentCategory\">Titanium.App.iOS.SearchableItemAttributeSet.musicalInstrumentCategory</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setMusicalInstrumentCategory",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.musicalInstrumentCategory\">Titanium.App.iOS.SearchableItemAttributeSet.musicalInstrumentCategory</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.musicalInstrumentCategory\">Titanium.App.iOS.SearchableItemAttributeSet.musicalInstrumentCategory</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "musicalInstrumentCategory",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getMusicalInstrumentName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.musicalInstrumentName\">Titanium.App.iOS.SearchableItemAttributeSet.musicalInstrumentName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.musicalInstrumentName\">Titanium.App.iOS.SearchableItemAttributeSet.musicalInstrumentName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setMusicalInstrumentName",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.musicalInstrumentName\">Titanium.App.iOS.SearchableItemAttributeSet.musicalInstrumentName</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.musicalInstrumentName\">Titanium.App.iOS.SearchableItemAttributeSet.musicalInstrumentName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "musicalInstrumentName",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSupportsPhoneCall",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.supportsPhoneCall\">Titanium.App.iOS.SearchableItemAttributeSet.supportsPhoneCall</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.supportsPhoneCall\">Titanium.App.iOS.SearchableItemAttributeSet.supportsPhoneCall</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setSupportsPhoneCall",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.supportsPhoneCall\">Titanium.App.iOS.SearchableItemAttributeSet.supportsPhoneCall</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.supportsPhoneCall\">Titanium.App.iOS.SearchableItemAttributeSet.supportsPhoneCall</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "supportsPhoneCall",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSupportsNavigation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.supportsNavigation\">Titanium.App.iOS.SearchableItemAttributeSet.supportsNavigation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.supportsNavigation\">Titanium.App.iOS.SearchableItemAttributeSet.supportsNavigation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setSupportsNavigation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.supportsNavigation\">Titanium.App.iOS.SearchableItemAttributeSet.supportsNavigation</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.supportsNavigation\">Titanium.App.iOS.SearchableItemAttributeSet.supportsNavigation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "supportsNavigation",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getContainerTitle",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.containerTitle\">Titanium.App.iOS.SearchableItemAttributeSet.containerTitle</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.containerTitle\">Titanium.App.iOS.SearchableItemAttributeSet.containerTitle</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setContainerTitle",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.containerTitle\">Titanium.App.iOS.SearchableItemAttributeSet.containerTitle</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.containerTitle\">Titanium.App.iOS.SearchableItemAttributeSet.containerTitle</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "containerTitle",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getContainerDisplayName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.containerDisplayName\">Titanium.App.iOS.SearchableItemAttributeSet.containerDisplayName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.containerDisplayName\">Titanium.App.iOS.SearchableItemAttributeSet.containerDisplayName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setContainerDisplayName",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.containerDisplayName\">Titanium.App.iOS.SearchableItemAttributeSet.containerDisplayName</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.containerDisplayName\">Titanium.App.iOS.SearchableItemAttributeSet.containerDisplayName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "containerDisplayName",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getContainerIdentifier",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.containerIdentifier\">Titanium.App.iOS.SearchableItemAttributeSet.containerIdentifier</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.containerIdentifier\">Titanium.App.iOS.SearchableItemAttributeSet.containerIdentifier</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setContainerIdentifier",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.containerIdentifier\">Titanium.App.iOS.SearchableItemAttributeSet.containerIdentifier</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.containerIdentifier\">Titanium.App.iOS.SearchableItemAttributeSet.containerIdentifier</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "containerIdentifier",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getContainerOrder",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.containerOrder\">Titanium.App.iOS.SearchableItemAttributeSet.containerOrder</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.containerOrder\">Titanium.App.iOS.SearchableItemAttributeSet.containerOrder</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setContainerOrder",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.containerOrder\">Titanium.App.iOS.SearchableItemAttributeSet.containerOrder</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.containerOrder\">Titanium.App.iOS.SearchableItemAttributeSet.containerOrder</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "containerOrder",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getEditors",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.editors\">Titanium.App.iOS.SearchableItemAttributeSet.editors</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.editors\">Titanium.App.iOS.SearchableItemAttributeSet.editors</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setEditors",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.editors\">Titanium.App.iOS.SearchableItemAttributeSet.editors</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.editors\">Titanium.App.iOS.SearchableItemAttributeSet.editors</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "editors",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getParticipants",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.participants\">Titanium.App.iOS.SearchableItemAttributeSet.participants</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.participants\">Titanium.App.iOS.SearchableItemAttributeSet.participants</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setParticipants",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.participants\">Titanium.App.iOS.SearchableItemAttributeSet.participants</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.participants\">Titanium.App.iOS.SearchableItemAttributeSet.participants</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "participants",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getProjects",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.projects\">Titanium.App.iOS.SearchableItemAttributeSet.projects</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.projects\">Titanium.App.iOS.SearchableItemAttributeSet.projects</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setProjects",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.projects\">Titanium.App.iOS.SearchableItemAttributeSet.projects</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.projects\">Titanium.App.iOS.SearchableItemAttributeSet.projects</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "projects",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getDownloadedDate",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.downloadedDate\">Titanium.App.iOS.SearchableItemAttributeSet.downloadedDate</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.downloadedDate\">Titanium.App.iOS.SearchableItemAttributeSet.downloadedDate</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setDownloadedDate",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.downloadedDate\">Titanium.App.iOS.SearchableItemAttributeSet.downloadedDate</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.downloadedDate\">Titanium.App.iOS.SearchableItemAttributeSet.downloadedDate</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "downloadedDate",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLastUsedDate",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.lastUsedDate\">Titanium.App.iOS.SearchableItemAttributeSet.lastUsedDate</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.lastUsedDate\">Titanium.App.iOS.SearchableItemAttributeSet.lastUsedDate</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLastUsedDate",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.lastUsedDate\">Titanium.App.iOS.SearchableItemAttributeSet.lastUsedDate</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.lastUsedDate\">Titanium.App.iOS.SearchableItemAttributeSet.lastUsedDate</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lastUsedDate",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getContentCreationDate",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.contentCreationDate\">Titanium.App.iOS.SearchableItemAttributeSet.contentCreationDate</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.contentCreationDate\">Titanium.App.iOS.SearchableItemAttributeSet.contentCreationDate</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setContentCreationDate",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.contentCreationDate\">Titanium.App.iOS.SearchableItemAttributeSet.contentCreationDate</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.contentCreationDate\">Titanium.App.iOS.SearchableItemAttributeSet.contentCreationDate</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "contentCreationDate",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getContentModificationDate",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.contentModificationDate\">Titanium.App.iOS.SearchableItemAttributeSet.contentModificationDate</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.contentModificationDate\">Titanium.App.iOS.SearchableItemAttributeSet.contentModificationDate</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setContentModificationDate",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.contentModificationDate\">Titanium.App.iOS.SearchableItemAttributeSet.contentModificationDate</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.contentModificationDate\">Titanium.App.iOS.SearchableItemAttributeSet.contentModificationDate</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "contentModificationDate",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAddedDate",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.addedDate\">Titanium.App.iOS.SearchableItemAttributeSet.addedDate</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.addedDate\">Titanium.App.iOS.SearchableItemAttributeSet.addedDate</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAddedDate",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.addedDate\">Titanium.App.iOS.SearchableItemAttributeSet.addedDate</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.addedDate\">Titanium.App.iOS.SearchableItemAttributeSet.addedDate</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "addedDate",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getContentSources",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.contentSources\">Titanium.App.iOS.SearchableItemAttributeSet.contentSources</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.contentSources\">Titanium.App.iOS.SearchableItemAttributeSet.contentSources</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setContentSources",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.contentSources\">Titanium.App.iOS.SearchableItemAttributeSet.contentSources</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.contentSources\">Titanium.App.iOS.SearchableItemAttributeSet.contentSources</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "contentSources",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getComment",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.comment\">Titanium.App.iOS.SearchableItemAttributeSet.comment</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.comment\">Titanium.App.iOS.SearchableItemAttributeSet.comment</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setComment",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.comment\">Titanium.App.iOS.SearchableItemAttributeSet.comment</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.comment\">Titanium.App.iOS.SearchableItemAttributeSet.comment</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "comment",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getCopyright",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.copyright\">Titanium.App.iOS.SearchableItemAttributeSet.copyright</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.copyright\">Titanium.App.iOS.SearchableItemAttributeSet.copyright</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setCopyright",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.copyright\">Titanium.App.iOS.SearchableItemAttributeSet.copyright</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.copyright\">Titanium.App.iOS.SearchableItemAttributeSet.copyright</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "copyright",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getDuration",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.duration\">Titanium.App.iOS.SearchableItemAttributeSet.duration</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.duration\">Titanium.App.iOS.SearchableItemAttributeSet.duration</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setDuration",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.duration\">Titanium.App.iOS.SearchableItemAttributeSet.duration</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.duration\">Titanium.App.iOS.SearchableItemAttributeSet.duration</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "duration",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getContactKeywords",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.contactKeywords\">Titanium.App.iOS.SearchableItemAttributeSet.contactKeywords</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.contactKeywords\">Titanium.App.iOS.SearchableItemAttributeSet.contactKeywords</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setContactKeywords",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.contactKeywords\">Titanium.App.iOS.SearchableItemAttributeSet.contactKeywords</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.contactKeywords\">Titanium.App.iOS.SearchableItemAttributeSet.contactKeywords</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "contactKeywords",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getCodecs",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.codecs\">Titanium.App.iOS.SearchableItemAttributeSet.codecs</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.codecs\">Titanium.App.iOS.SearchableItemAttributeSet.codecs</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setCodecs",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.codecs\">Titanium.App.iOS.SearchableItemAttributeSet.codecs</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.codecs\">Titanium.App.iOS.SearchableItemAttributeSet.codecs</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "codecs",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getOrganizations",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.organizations\">Titanium.App.iOS.SearchableItemAttributeSet.organizations</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.organizations\">Titanium.App.iOS.SearchableItemAttributeSet.organizations</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setOrganizations",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.organizations\">Titanium.App.iOS.SearchableItemAttributeSet.organizations</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.organizations\">Titanium.App.iOS.SearchableItemAttributeSet.organizations</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "organizations",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getMediaTypes",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.mediaTypes\">Titanium.App.iOS.SearchableItemAttributeSet.mediaTypes</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.mediaTypes\">Titanium.App.iOS.SearchableItemAttributeSet.mediaTypes</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setMediaTypes",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.mediaTypes\">Titanium.App.iOS.SearchableItemAttributeSet.mediaTypes</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.mediaTypes\">Titanium.App.iOS.SearchableItemAttributeSet.mediaTypes</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "mediaTypes",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getVersion",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.version\">Titanium.App.iOS.SearchableItemAttributeSet.version</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.version\">Titanium.App.iOS.SearchableItemAttributeSet.version</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setVersion",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.version\">Titanium.App.iOS.SearchableItemAttributeSet.version</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.version\">Titanium.App.iOS.SearchableItemAttributeSet.version</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "version",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRole",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.role\">Titanium.App.iOS.SearchableItemAttributeSet.role</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.role\">Titanium.App.iOS.SearchableItemAttributeSet.role</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setRole",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.role\">Titanium.App.iOS.SearchableItemAttributeSet.role</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.role\">Titanium.App.iOS.SearchableItemAttributeSet.role</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "role",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getStreamable",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.streamable\">Titanium.App.iOS.SearchableItemAttributeSet.streamable</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.streamable\">Titanium.App.iOS.SearchableItemAttributeSet.streamable</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setStreamable",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.streamable\">Titanium.App.iOS.SearchableItemAttributeSet.streamable</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.streamable\">Titanium.App.iOS.SearchableItemAttributeSet.streamable</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "streamable",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTotalBitRate",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.totalBitRate\">Titanium.App.iOS.SearchableItemAttributeSet.totalBitRate</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.totalBitRate\">Titanium.App.iOS.SearchableItemAttributeSet.totalBitRate</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTotalBitRate",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.totalBitRate\">Titanium.App.iOS.SearchableItemAttributeSet.totalBitRate</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.totalBitRate\">Titanium.App.iOS.SearchableItemAttributeSet.totalBitRate</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "totalBitRate",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getVideoBitRate",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.videoBitRate\">Titanium.App.iOS.SearchableItemAttributeSet.videoBitRate</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.videoBitRate\">Titanium.App.iOS.SearchableItemAttributeSet.videoBitRate</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setVideoBitRate",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.videoBitRate\">Titanium.App.iOS.SearchableItemAttributeSet.videoBitRate</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.videoBitRate\">Titanium.App.iOS.SearchableItemAttributeSet.videoBitRate</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "videoBitRate",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAudioBitRate",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.audioBitRate\">Titanium.App.iOS.SearchableItemAttributeSet.audioBitRate</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.audioBitRate\">Titanium.App.iOS.SearchableItemAttributeSet.audioBitRate</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAudioBitRate",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.audioBitRate\">Titanium.App.iOS.SearchableItemAttributeSet.audioBitRate</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.audioBitRate\">Titanium.App.iOS.SearchableItemAttributeSet.audioBitRate</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "audioBitRate",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getDeliveryType",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.deliveryType\">Titanium.App.iOS.SearchableItemAttributeSet.deliveryType</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.deliveryType\">Titanium.App.iOS.SearchableItemAttributeSet.deliveryType</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setDeliveryType",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.deliveryType\">Titanium.App.iOS.SearchableItemAttributeSet.deliveryType</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.deliveryType\">Titanium.App.iOS.SearchableItemAttributeSet.deliveryType</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "deliveryType",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLanguages",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.languages\">Titanium.App.iOS.SearchableItemAttributeSet.languages</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.languages\">Titanium.App.iOS.SearchableItemAttributeSet.languages</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLanguages",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.languages\">Titanium.App.iOS.SearchableItemAttributeSet.languages</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.languages\">Titanium.App.iOS.SearchableItemAttributeSet.languages</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "languages",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRights",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.rights\">Titanium.App.iOS.SearchableItemAttributeSet.rights</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.rights\">Titanium.App.iOS.SearchableItemAttributeSet.rights</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setRights",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.rights\">Titanium.App.iOS.SearchableItemAttributeSet.rights</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.rights\">Titanium.App.iOS.SearchableItemAttributeSet.rights</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rights",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPublishers",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.publishers\">Titanium.App.iOS.SearchableItemAttributeSet.publishers</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.publishers\">Titanium.App.iOS.SearchableItemAttributeSet.publishers</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setPublishers",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.publishers\">Titanium.App.iOS.SearchableItemAttributeSet.publishers</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.publishers\">Titanium.App.iOS.SearchableItemAttributeSet.publishers</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "publishers",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getContributors",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.contributors\">Titanium.App.iOS.SearchableItemAttributeSet.contributors</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.contributors\">Titanium.App.iOS.SearchableItemAttributeSet.contributors</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setContributors",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.contributors\">Titanium.App.iOS.SearchableItemAttributeSet.contributors</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.contributors\">Titanium.App.iOS.SearchableItemAttributeSet.contributors</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "contributors",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getCoverage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.coverage\">Titanium.App.iOS.SearchableItemAttributeSet.coverage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.coverage\">Titanium.App.iOS.SearchableItemAttributeSet.coverage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setCoverage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.coverage\">Titanium.App.iOS.SearchableItemAttributeSet.coverage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.coverage\">Titanium.App.iOS.SearchableItemAttributeSet.coverage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "coverage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRating",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.rating\">Titanium.App.iOS.SearchableItemAttributeSet.rating</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.rating\">Titanium.App.iOS.SearchableItemAttributeSet.rating</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setRating",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.rating\">Titanium.App.iOS.SearchableItemAttributeSet.rating</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.rating\">Titanium.App.iOS.SearchableItemAttributeSet.rating</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rating",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRatingDescription",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.ratingDescription\">Titanium.App.iOS.SearchableItemAttributeSet.ratingDescription</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.ratingDescription\">Titanium.App.iOS.SearchableItemAttributeSet.ratingDescription</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setRatingDescription",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.ratingDescription\">Titanium.App.iOS.SearchableItemAttributeSet.ratingDescription</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.ratingDescription\">Titanium.App.iOS.SearchableItemAttributeSet.ratingDescription</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "ratingDescription",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPlayCount",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.playCount\">Titanium.App.iOS.SearchableItemAttributeSet.playCount</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.playCount\">Titanium.App.iOS.SearchableItemAttributeSet.playCount</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setPlayCount",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.playCount\">Titanium.App.iOS.SearchableItemAttributeSet.playCount</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.playCount\">Titanium.App.iOS.SearchableItemAttributeSet.playCount</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "playCount",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getInformation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.information\">Titanium.App.iOS.SearchableItemAttributeSet.information</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.information\">Titanium.App.iOS.SearchableItemAttributeSet.information</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setInformation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.information\">Titanium.App.iOS.SearchableItemAttributeSet.information</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.information\">Titanium.App.iOS.SearchableItemAttributeSet.information</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "information",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getDirector",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.director\">Titanium.App.iOS.SearchableItemAttributeSet.director</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.director\">Titanium.App.iOS.SearchableItemAttributeSet.director</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setDirector",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.director\">Titanium.App.iOS.SearchableItemAttributeSet.director</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.director\">Titanium.App.iOS.SearchableItemAttributeSet.director</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "director",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getProducer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.producer\">Titanium.App.iOS.SearchableItemAttributeSet.producer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.producer\">Titanium.App.iOS.SearchableItemAttributeSet.producer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setProducer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.producer\">Titanium.App.iOS.SearchableItemAttributeSet.producer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.producer\">Titanium.App.iOS.SearchableItemAttributeSet.producer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "producer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getGenre",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.genre\">Titanium.App.iOS.SearchableItemAttributeSet.genre</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.genre\">Titanium.App.iOS.SearchableItemAttributeSet.genre</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setGenre",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.genre\">Titanium.App.iOS.SearchableItemAttributeSet.genre</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.genre\">Titanium.App.iOS.SearchableItemAttributeSet.genre</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "genre",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPerformers",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.performers\">Titanium.App.iOS.SearchableItemAttributeSet.performers</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.performers\">Titanium.App.iOS.SearchableItemAttributeSet.performers</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setPerformers",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.performers\">Titanium.App.iOS.SearchableItemAttributeSet.performers</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.performers\">Titanium.App.iOS.SearchableItemAttributeSet.performers</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "performers",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getOriginalFormat",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.originalFormat\">Titanium.App.iOS.SearchableItemAttributeSet.originalFormat</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.originalFormat\">Titanium.App.iOS.SearchableItemAttributeSet.originalFormat</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setOriginalFormat",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.originalFormat\">Titanium.App.iOS.SearchableItemAttributeSet.originalFormat</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.originalFormat\">Titanium.App.iOS.SearchableItemAttributeSet.originalFormat</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "originalFormat",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getOriginalSource",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.originalSource\">Titanium.App.iOS.SearchableItemAttributeSet.originalSource</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.originalSource\">Titanium.App.iOS.SearchableItemAttributeSet.originalSource</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setOriginalSource",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.originalSource\">Titanium.App.iOS.SearchableItemAttributeSet.originalSource</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.originalSource\">Titanium.App.iOS.SearchableItemAttributeSet.originalSource</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "originalSource",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLocal",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.local\">Titanium.App.iOS.SearchableItemAttributeSet.local</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.local\">Titanium.App.iOS.SearchableItemAttributeSet.local</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLocal",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.local\">Titanium.App.iOS.SearchableItemAttributeSet.local</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.local\">Titanium.App.iOS.SearchableItemAttributeSet.local</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "local",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getContentRating",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.contentRating\">Titanium.App.iOS.SearchableItemAttributeSet.contentRating</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.contentRating\">Titanium.App.iOS.SearchableItemAttributeSet.contentRating</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setContentRating",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.contentRating\">Titanium.App.iOS.SearchableItemAttributeSet.contentRating</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.contentRating\">Titanium.App.iOS.SearchableItemAttributeSet.contentRating</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "contentRating",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getUrl",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.url\">Titanium.App.iOS.SearchableItemAttributeSet.url</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.url\">Titanium.App.iOS.SearchableItemAttributeSet.url</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setUrl",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.url\">Titanium.App.iOS.SearchableItemAttributeSet.url</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.url\">Titanium.App.iOS.SearchableItemAttributeSet.url</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "url",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getFullyFormattedAddress",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.fullyFormattedAddress\">Titanium.App.iOS.SearchableItemAttributeSet.fullyFormattedAddress</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.fullyFormattedAddress\">Titanium.App.iOS.SearchableItemAttributeSet.fullyFormattedAddress</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setFullyFormattedAddress",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.fullyFormattedAddress\">Titanium.App.iOS.SearchableItemAttributeSet.fullyFormattedAddress</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.fullyFormattedAddress\">Titanium.App.iOS.SearchableItemAttributeSet.fullyFormattedAddress</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "fullyFormattedAddress",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSubThoroughfare",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.subThoroughfare\">Titanium.App.iOS.SearchableItemAttributeSet.subThoroughfare</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.subThoroughfare\">Titanium.App.iOS.SearchableItemAttributeSet.subThoroughfare</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setSubThoroughfare",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.subThoroughfare\">Titanium.App.iOS.SearchableItemAttributeSet.subThoroughfare</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.subThoroughfare\">Titanium.App.iOS.SearchableItemAttributeSet.subThoroughfare</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "subThoroughfare",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getThoroughfare",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.thoroughfare\">Titanium.App.iOS.SearchableItemAttributeSet.thoroughfare</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.thoroughfare\">Titanium.App.iOS.SearchableItemAttributeSet.thoroughfare</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setThoroughfare",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.thoroughfare\">Titanium.App.iOS.SearchableItemAttributeSet.thoroughfare</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.thoroughfare\">Titanium.App.iOS.SearchableItemAttributeSet.thoroughfare</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "thoroughfare",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPostalCode",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.postalCode\">Titanium.App.iOS.SearchableItemAttributeSet.postalCode</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.postalCode\">Titanium.App.iOS.SearchableItemAttributeSet.postalCode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setPostalCode",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.postalCode\">Titanium.App.iOS.SearchableItemAttributeSet.postalCode</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.postalCode\">Titanium.App.iOS.SearchableItemAttributeSet.postalCode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "postalCode",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": true,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "itemContentType",
                    "deprecated": false,
                    "description": "<p>Content type of the attribute set.</p>",
                    "availability": "creation",
                    "constants": [
                        "Titanium.App.iOS.UTTYPE_TEXT",
                        "Titanium.App.iOS.UTTYPE_PLAIN_TEXT",
                        "Titanium.App.iOS.UTTYPE_UTF8_PLAIN_TEXT",
                        "Titanium.App.iOS.UTTYPE_UTF16_EXTERNAL_PLAIN_TEXT",
                        "Titanium.App.iOS.UTTYPE_UTF16_PLAIN_TEXT",
                        "Titanium.App.iOS.UTTYPE_RTF",
                        "Titanium.App.iOS.UTTYPE_HTML",
                        "Titanium.App.iOS.UTTYPE_XML",
                        "Titanium.App.iOS.UTTYPE_PDF",
                        "Titanium.App.iOS.UTTYPE_RTFD",
                        "Titanium.App.iOS.UTTYPE_FLAT_RTFD",
                        "Titanium.App.iOS.UTTYPE_TXN_TEXT_AND_MULTIMEDIA_DATA",
                        "Titanium.App.iOS.UTTYPE_WEB_ARCHIVE",
                        "Titanium.App.iOS.UTTYPE_IMAGE",
                        "Titanium.App.iOS.UTTYPE_JPEG",
                        "Titanium.App.iOS.UTTYPE_JPEG2000",
                        "Titanium.App.iOS.UTTYPE_TIFF",
                        "Titanium.App.iOS.UTTYPE_PICT",
                        "Titanium.App.iOS.UTTYPE_GIF",
                        "Titanium.App.iOS.UTTYPE_PNG",
                        "Titanium.App.iOS.UTTYPE_QUICKTIME_IMAGE",
                        "Titanium.App.iOS.UTTYPE_APPLE_ICNS",
                        "Titanium.App.iOS.UTTYPE_BMP",
                        "Titanium.App.iOS.UTTYPE_ICO",
                        "Titanium.App.iOS.UTTYPE_MOVIE",
                        "Titanium.App.iOS.UTTYPE_VIDEO",
                        "Titanium.App.iOS.UTTYPE_AUDIO",
                        "Titanium.App.iOS.UTTYPE_QUICKTIME_MOVIE",
                        "Titanium.App.iOS.UTTYPE_MPEG",
                        "Titanium.App.iOS.UTTYPE_MPEG4",
                        "Titanium.App.iOS.UTTYPE_MP3",
                        "Titanium.App.iOS.UTTYPE_MPEG4_AUDIO",
                        "Titanium.App.iOS.UTTYPE_APPLE_PROTECTED_MPEG4_AUDIO"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "displayName",
                    "deprecated": false,
                    "description": "<p>A localized string to be displayed in the UI for this item.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "alternateNames",
                    "deprecated": false,
                    "description": "<p>An array of localized strings of alternate display names for this item.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "path",
                    "deprecated": false,
                    "description": "<p>The complete path to the item.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "contentURL",
                    "deprecated": false,
                    "description": "<p>File URL representing the content to be indexed.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "thumbnailURL",
                    "deprecated": false,
                    "description": "<p>File URL pointing to a thumbnail image for this item.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "thumbnailData",
                    "deprecated": false,
                    "description": "<p>Image data for thumbnail for this item.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "relatedUniqueIdentifier",
                    "deprecated": false,
                    "description": "<p>For activities this is the unique identifier for the item this activity is related to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "metadataModificationDate",
                    "deprecated": false,
                    "description": "<p>The date that the last metadata attribute was changed.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "contentType",
                    "deprecated": false,
                    "description": "<p>UTI Type pedigree for an item.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "contentTypeTree",
                    "deprecated": false,
                    "description": "<p>Array of strings related to the content tree of the item.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "keywords",
                    "deprecated": false,
                    "description": "<p>Represents keywords associated with this particular item. Example keywords might be Birthday etc.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "title",
                    "deprecated": false,
                    "description": "<p>The title of the particular item.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "subject",
                    "deprecated": false,
                    "description": "<p>Subject of the the item.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "theme",
                    "deprecated": false,
                    "description": "<p>Theme of the the item.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "contentDescription",
                    "deprecated": false,
                    "description": "<p>An account of the content of the resource.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "identifier",
                    "deprecated": false,
                    "description": "<p>Used to reference to the resource within a given context.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "audiences",
                    "deprecated": false,
                    "description": "<p>A class of entity for whom the resource is intended or useful.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fileSize",
                    "deprecated": false,
                    "description": "<p>Size of the document in MB.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "pageCount",
                    "deprecated": false,
                    "description": "<p>Number of pages in the item.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "pageWidth",
                    "deprecated": false,
                    "description": "<p>Width in points (72 points per inch) of the document page.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "pageHeight",
                    "deprecated": false,
                    "description": "<p>Height in points (72 points per inch) of the document page.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "securityMethod",
                    "deprecated": false,
                    "description": "<p>Security (encryption) method used in the file.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "creator",
                    "deprecated": false,
                    "description": "<p>Application used to create the document content (e.g. &quot;Word&quot;,&quot;Framemaker&quot;, etc.).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "encodingApplications",
                    "deprecated": false,
                    "description": "<p>Software used to convert the original content into a PDF stream.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "kind",
                    "deprecated": false,
                    "description": "<p>Kind that the item represents.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fontNames",
                    "deprecated": false,
                    "description": "<p>Array of font names used in the item.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "audioSampleRate",
                    "deprecated": false,
                    "description": "<p>The sample rate of the audio data contained in the file.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "audioChannelCount",
                    "deprecated": false,
                    "description": "<p>The number of channels in the audio data contained in the file.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "tempo",
                    "deprecated": false,
                    "description": "<p>The tempo of the music contained in the audio file in Beats Per Minute.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "keySignature",
                    "deprecated": false,
                    "description": "<p>The musical key of the song/composition contained in an audio file.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "timeSignature",
                    "deprecated": false,
                    "description": "<p>The time signature of the musical composition contained in the audio/MIDI file.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "audioEncodingApplication",
                    "deprecated": false,
                    "description": "<p>The name of the application that encoded the data contained in the audio file.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "composer",
                    "deprecated": false,
                    "description": "<p>The composer of the song/composition contained in the audio file.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lyricist",
                    "deprecated": false,
                    "description": "<p>The lyricist/text writer for song/composition contained in the audio file.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "album",
                    "deprecated": false,
                    "description": "<p>The title for a collection of media.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "artist",
                    "deprecated": false,
                    "description": "<p>The artist for the media.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "audioTrackNumber",
                    "deprecated": false,
                    "description": "<p>The track number of a song/composition when it is part of an album.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "recordingDate",
                    "deprecated": false,
                    "description": "<p>The recording date of the song/composition.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "musicalGenre",
                    "deprecated": false,
                    "description": "<p>The musical genre of the song/composition contained in the audio file.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "generalMIDISequence",
                    "deprecated": false,
                    "description": "<p>Used to indicates whether the MIDI sequence contained in the file is setup for use with a General MIDI device.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "musicalInstrumentCategory",
                    "deprecated": false,
                    "description": "<p>Metadata attribute that stores the category of instrument.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "musicalInstrumentName",
                    "deprecated": false,
                    "description": "<p>Metadata attribute that stores the name of instrument.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "supportsPhoneCall",
                    "deprecated": false,
                    "description": "<p>Used to indicate that using the phone number is appropriate.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "supportsNavigation",
                    "deprecated": false,
                    "description": "<p>Used to determine if navigation is supported.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "containerTitle",
                    "deprecated": false,
                    "description": "<p>Title displayed in the search container</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "containerDisplayName",
                    "deprecated": false,
                    "description": "<p>Display of the search container</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "containerIdentifier",
                    "deprecated": false,
                    "description": "<p>Identifier for the search container</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "containerOrder",
                    "deprecated": false,
                    "description": "<p>Order the search container is displayed.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "editors",
                    "deprecated": false,
                    "description": "<p>The list of editor/editors that have worked on this item.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "participants",
                    "deprecated": false,
                    "description": "<p>The list of people who are visible in an image or movie or written about in a document.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "projects",
                    "deprecated": false,
                    "description": "<p>The list of projects that this item is part of.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "downloadedDate",
                    "deprecated": false,
                    "description": "<p>The date that the file was last downloaded / received.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lastUsedDate",
                    "deprecated": false,
                    "description": "<p>The date that the item was last used.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "contentCreationDate",
                    "deprecated": false,
                    "description": "<p>The date that the contents of the item were created.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "contentModificationDate",
                    "deprecated": false,
                    "description": "<p>The date that the contents of the item were last modified.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "addedDate",
                    "deprecated": false,
                    "description": "<p>The date that the item was moved into the current location.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "contentSources",
                    "deprecated": false,
                    "description": "<p>Used to indicate where the item was obtained from.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "comment",
                    "deprecated": false,
                    "description": "<p>Comment related to a file.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "copyright",
                    "deprecated": false,
                    "description": "<p>Copyright of the content.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "duration",
                    "deprecated": false,
                    "description": "<p>Duration in seconds of the content of the item (if appropriate).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "contactKeywords",
                    "deprecated": false,
                    "description": "<p>A list of contacts that are somehow associated with this document beyond what is captured as Author.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "codecs",
                    "deprecated": false,
                    "description": "<p>The codecs used to encode/decode the media.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "organizations",
                    "deprecated": false,
                    "description": "<p>Used to indicate company/Organization that created the document.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "mediaTypes",
                    "deprecated": false,
                    "description": "<p>Media types present in the content.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "version",
                    "deprecated": false,
                    "description": "<p>A version specifier for this item.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "role",
                    "deprecated": false,
                    "description": "<p>Used to indicate the role of the document creator.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "streamable",
                    "deprecated": false,
                    "description": "<p>Whether the content is prepared for streaming.  Set to <code>0</code> for not streamable and <code>1</code> for streamable.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "totalBitRate",
                    "deprecated": false,
                    "description": "<p>The total bit rate (audio and video combined) of the media.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "videoBitRate",
                    "deprecated": false,
                    "description": "<p>The video bit rate.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "audioBitRate",
                    "deprecated": false,
                    "description": "<p>The audio bit rate.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "deliveryType",
                    "deprecated": false,
                    "description": "<p>The delivery type of the item.  Set to <code>0</code> for fast start and <code>1</code> for RTSP.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "languages",
                    "deprecated": false,
                    "description": "<p>Used to designate the languages of the intellectual content of the resource.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "rights",
                    "deprecated": false,
                    "description": "<p>Used to provide a link to information about rights held in and over resource.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "publishers",
                    "deprecated": false,
                    "description": "<p>Used to designate the entity responsible for making the resource available.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "contributors",
                    "deprecated": false,
                    "description": "<p>Used to designate the entity responsible for making contributions to the content of the resource.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "coverage",
                    "deprecated": false,
                    "description": "<p>Used to designate the extent or scope of the content of the resource.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "rating",
                    "deprecated": false,
                    "description": "<p>User rating of this item out of 5 stars.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ratingDescription",
                    "deprecated": false,
                    "description": "<p>A description of the rating, for example, the number of reviewers.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "playCount",
                    "deprecated": false,
                    "description": "<p>User play count of this item.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "information",
                    "deprecated": false,
                    "description": "<p>Information about the item.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "director",
                    "deprecated": false,
                    "description": "<p>Director of the item, for example, the movie director.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "producer",
                    "deprecated": false,
                    "description": "<p>Producer of the content.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "genre",
                    "deprecated": false,
                    "description": "<p>Genre of the item, for example, movie genre.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "performers",
                    "deprecated": false,
                    "description": "<p>Performers in the movie.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "originalFormat",
                    "deprecated": false,
                    "description": "<p>Original format of the movie.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "originalSource",
                    "deprecated": false,
                    "description": "<p>Original source of the movie.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "local",
                    "deprecated": false,
                    "description": "<p>Whether or not the item is local. Set to <code>1</code> if true and <code>0</code> otherwise.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "contentRating",
                    "deprecated": false,
                    "description": "<p>Whether or not the item has explicit content. Set to <code>1</code> for explicit or <code>0</code> for clean.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "url",
                    "deprecated": false,
                    "description": "<p>URL of the item.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fullyFormattedAddress",
                    "deprecated": false,
                    "description": "<p>The fully formatted address of the item (obtained from MapKit).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "subThoroughfare",
                    "deprecated": false,
                    "description": "<p>The sub-location (e.g., street number) for the item according to guidelines established by the provider.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "thoroughfare",
                    "deprecated": false,
                    "description": "<p>The location (e.g., street name) for the item according to guidelines established by the provider.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "postalCode",
                    "deprecated": false,
                    "description": "<p>The postal code for the item according to guidelines established by the provider.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>The SearchableItemAttributeSet object provides a large number of properties covering most common scenarios such\nas files, music, video, and document searches. To effectively add and remove information from the iOS search index\nyou will need to use the below listed modules:</p>\n<ul>\n<li><a href=\"Titanium.App.iOS.SearchableItemAttributeSet\">Titanium.App.iOS.SearchableItemAttributeSet</a> - Used to create metadata related to the <code>Ti.App.iOS.SearchableItem</code></li>\n<li><a href=\"Titanium.App.iOS.SearchableItem\">Titanium.App.iOS.SearchableItem</a> - Used to assemble metadata into a unique object package to be used by <code>Ti.App.iOS.SearchableIndex</code></li>\n<li><a href=\"Titanium.App.iOS.SearchableIndex\">Titanium.App.iOS.SearchableIndex</a>  - Used to add and remove <code>Ti.App.iOS.SearchableItem</code> objects to the device search index</li>\n</ul>\n<p>To use this feature make sure you have a compatible device running iOS 9 or later.</p>\n<p>To create a SearchableItemAttributeSet object, use the Titanium.App.iOS.createSearchableItemAttributeSet method.\nPass a dictionary of metadata properties to the method to associate with a SearchableItem object or UserActivity.\nAt minimum, you must set the <a href=\"Titanium.App.iOS.SearchableItemAttributeSet.itemContentType\">itemContentType</a> property.</p>\n<p>Pass the SearchableItemAttributeSet object to either the Titanium.App.iOS.createSearchableItem method to the <code>attributeSet</code> key\nor to a UserActivity object's <a href=\"Titanium.App.iOS.UserActivity.addContentAttributeSet\">addContentAttributeSet()</a> method.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "5.0.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "5.0.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.App.iOS.UserActivity",
            "description": "<p>The UserActivity module is used to enable device Handoff and to create User Activities.</p>",
            "deprecated": false,
            "events": [
                {
                    "name": "useractivitywillsave",
                    "deprecated": true,
                    "description": "<p>Fired if the activity context needs to be saved before being continued on another device.</p>\n<p>To fire the event, set the UserActiviy object's <code>needsSave </code> property to <code>true</code>.</p>\n<p>The receiver should update the activity with current activity state.</p>\n<p>After the event is fired, iOS will reset the <code>needsSave</code> property to false.\n<strong>Deprecated since 5.2.0. Set the property <code>needsSave</code> to true everytime you update current activity state instead.</strong></p>",
                    "properties": [
                        {
                            "name": "activityType",
                            "constants": [],
                            "description": "<p>The activityType of the User Activity triggering the event.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "title",
                            "constants": [],
                            "description": "<p>The title of the User Activity if defined.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "webpageURL",
                            "constants": [],
                            "description": "<p>The webpageURL of the User Activity if defined.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "userInfo",
                            "constants": [],
                            "description": "<p>Dictionary object containing the userInfo data of the User Activity.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "useractivitywascontinued",
                    "deprecated": false,
                    "description": "<p>Fired when the user activity was continued on another device.</p>",
                    "properties": [
                        {
                            "name": "activityType",
                            "constants": [],
                            "description": "<p>The activityType of the User Activity triggering the event.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "title",
                            "constants": [],
                            "description": "<p>The title of the User Activity if defined.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "webpageURL",
                            "constants": [],
                            "description": "<p>The webpageURL of the User Activity if defined.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "userInfo",
                            "constants": [],
                            "description": "<p>Dictionary object containing the userInfo data of the User Activity.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "useractivitydeleted",
                    "deprecated": false,
                    "description": "<p>Fired when the user activity get deleted using the <a href=\"Titanium.App.iOS.UserActivity.deleteAllSavedUserActivities\">Titanium.App.iOS.UserActivity.deleteAllSavedUserActivities</a> or\n<a href=\"Titanium.App.iOS.UserActivity.deleteSavedUserActivitiesForPersistentIdentifiers\">Titanium.App.iOS.UserActivity.deleteSavedUserActivitiesForPersistentIdentifiers</a> methods.</p>"
                }
            ],
            "examples": [
                {
                    "title": "Creating a new User Activity",
                    "code": "<p>The following example demonstrates how to create a new UserActivity and mark the activity as\nthe current activity Handoff should be using when switching between devices.</p>\n<p>It is important to note that all activityTypes must be defined in your <code>tiapp.xml</code> before this\nfeature can be supported.  It is important to check the supported property on your UserActivity\nto ensure the activity created is supported on your device.</p>\n<h4>app.js</h4>\n<pre><code>var activity =  Ti.App.iOS.createUserActivity({\nactivityType: 'com.setdirection.home',\n    title: 'activity 1',\n    userInfo: {\n        msg: 'hello world'\n    }\n});\n\nif (!activity.isSupported()) {\n    alert('User Activities are not supported on this device!');\n} else {\n    activity.becomeCurrent();\n\n    Ti.App.iOS.addEventListener('continueactivity', function (e) {\n        if (e.activityType === 'com.setdirection.home' &amp;&amp; e.userInfo.msg) {\n            alert(e.userInfo.msg);\n        }\n    });\n}\n</code></pre>\n<h4>tiapp.xml</h4>\n<pre><code>&lt;ti:app&gt;\n  &lt;ios&gt;\n    &lt;plist&gt;\n      &lt;dict&gt;\n        &lt;key&gt;NSUserActivityTypes&lt;/key&gt;\n        &lt;array&gt;\n          &lt;string&gt;com.setdirection.home&lt;/string&gt;\n        &lt;/array&gt;\n      &lt;/dict&gt;\n    &lt;/plist&gt;\n  &lt;/ios&gt;\n&lt;/ti:app&gt;\n</code></pre>"
                },
                {
                    "title": "iOS 12+ Siri Shortcuts",
                    "code": "<p>The following example shows how to add and delete a UserActivity for Siri Shortcuts\non iOS 12 and later.</p>\n<h4>app.js</h4>\n<pre><code>var win = Ti.UI.createWindow({\n    backgroundColor: '#fff'\n});\n\nvar btn = Ti.UI.createButton({\n    top: 200,\n    title: 'Delete UserActivity'\n});\n\nvar itemAttr = Ti.App.iOS.createSearchableItemAttributeSet({\n    itemContentType: Ti.App.iOS.UTTYPE_IMAGE,\n    title: 'Titanium Siri Shortcut Tutorial',\n    contentDescription: 'Tech Example \\nOn: ' + (new Date().toLocaleString()),\n});\n\nvar activity = Ti.App.iOS.createUserActivity({\n    activityType: 'com.appcelerator.titanium',\n    title: 'Siri shortcut activity',\n    userInfo: {\n        msg: 'hello world'\n    },\n    eligibleForSearch: true,\n    eligibleForPrediction: true,\n    persistentIdentifier: 'titanium_siri_identifier'\n});\n\nactivity.addContentAttributeSet(itemAttr);\n\nif (!activity.isSupported()) {\n    alert('User Activities are not supported on this device!');\n} else {\n    activity.becomeCurrent();\n\n    Ti.App.iOS.addEventListener('continueactivity', function (e) {\n        Ti.API.info('continueactivity called');\n        if (e.activityType === 'com.appcelerator.titanium' &amp;&amp; e.userInfo.msg) {\n            alert(e.userInfo.msg);\n        }\n    });\n}\n\nactivity.addEventListener('useractivitydeleted', function (e) {\n    Ti.API.info('useractivitydeleted called');\n    alert('user activity deleted');\n});\n\nbtn.addEventListener('click', function () {\n    activity.deleteSavedUserActivitiesForPersistentIdentifiers(['titanium_siri_identifier']);\n});\n\nwin.add(btn);\nwin.open();\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "addContentAttributeSet",
                    "deprecated": false,
                    "description": "<p>Adds a Titanium.App.iOS.SearchableItemAttributeSet to the user activity.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "contentAttributeSet",
                            "constants": [],
                            "description": "<p>SearchableItemAttributeSet object that contains the set of properties you want to display for a searchable activity.</p>",
                            "type": "Titanium.App.iOS.SearchableItemAttributeSet",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "becomeCurrent",
                    "deprecated": false,
                    "description": "<p>Marks the activity as currently in use by the user.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "invalidate",
                    "deprecated": false,
                    "description": "<p>Invalidates an activity when it is no longer eligible for continuation.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "resignCurrent",
                    "deprecated": false,
                    "description": "<p>Marks the activity as currently <strong>not</strong> in use and ineligible to be continued.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "isSupported",
                    "deprecated": false,
                    "description": "<p>Determines if user activities are supported (<code>true</code>) or not (<code>false</code>) by the device.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "<p>Returns <code>true</code> if the device supports user activity.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "deleteSavedUserActivitiesForPersistentIdentifiers",
                    "deprecated": false,
                    "description": "<p>Deletes user activities created by your app that have the specified persistent identifiers.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "persistentIdentifiers",
                            "constants": [],
                            "description": "<p>Array of persistent identifiers of user activity.</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "deleteAllSavedUserActivities",
                    "deprecated": false,
                    "description": "<p>Deletes all user activities created by your app.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.UserActivity.bubbleParent\">Titanium.App.iOS.UserActivity.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.UserActivity.bubbleParent\">Titanium.App.iOS.UserActivity.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.UserActivity.bubbleParent\">Titanium.App.iOS.UserActivity.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.UserActivity.bubbleParent\">Titanium.App.iOS.UserActivity.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.UserActivity.apiName\">Titanium.App.iOS.UserActivity.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.UserActivity.apiName\">Titanium.App.iOS.UserActivity.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getActivityType",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.UserActivity.activityType\">Titanium.App.iOS.UserActivity.activityType</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.UserActivity.activityType\">Titanium.App.iOS.UserActivity.activityType</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setActivityType",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.UserActivity.activityType\">Titanium.App.iOS.UserActivity.activityType</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.UserActivity.activityType\">Titanium.App.iOS.UserActivity.activityType</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "activityType",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getEligibleForPublicIndexing",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.UserActivity.eligibleForPublicIndexing\">Titanium.App.iOS.UserActivity.eligibleForPublicIndexing</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.UserActivity.eligibleForPublicIndexing\">Titanium.App.iOS.UserActivity.eligibleForPublicIndexing</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setEligibleForPublicIndexing",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.UserActivity.eligibleForPublicIndexing\">Titanium.App.iOS.UserActivity.eligibleForPublicIndexing</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.UserActivity.eligibleForPublicIndexing\">Titanium.App.iOS.UserActivity.eligibleForPublicIndexing</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "eligibleForPublicIndexing",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getEligibleForSearch",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.UserActivity.eligibleForSearch\">Titanium.App.iOS.UserActivity.eligibleForSearch</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.UserActivity.eligibleForSearch\">Titanium.App.iOS.UserActivity.eligibleForSearch</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setEligibleForSearch",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.UserActivity.eligibleForSearch\">Titanium.App.iOS.UserActivity.eligibleForSearch</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.UserActivity.eligibleForSearch\">Titanium.App.iOS.UserActivity.eligibleForSearch</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "eligibleForSearch",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getEligibleForHandoff",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.UserActivity.eligibleForHandoff\">Titanium.App.iOS.UserActivity.eligibleForHandoff</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.UserActivity.eligibleForHandoff\">Titanium.App.iOS.UserActivity.eligibleForHandoff</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setEligibleForHandoff",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.UserActivity.eligibleForHandoff\">Titanium.App.iOS.UserActivity.eligibleForHandoff</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.UserActivity.eligibleForHandoff\">Titanium.App.iOS.UserActivity.eligibleForHandoff</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "eligibleForHandoff",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getEligibleForPrediction",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.UserActivity.eligibleForPrediction\">Titanium.App.iOS.UserActivity.eligibleForPrediction</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.UserActivity.eligibleForPrediction\">Titanium.App.iOS.UserActivity.eligibleForPrediction</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setEligibleForPrediction",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.UserActivity.eligibleForPrediction\">Titanium.App.iOS.UserActivity.eligibleForPrediction</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.UserActivity.eligibleForPrediction\">Titanium.App.iOS.UserActivity.eligibleForPrediction</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "eligibleForPrediction",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPersistentIdentifier",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.UserActivity.persistentIdentifier\">Titanium.App.iOS.UserActivity.persistentIdentifier</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.UserActivity.persistentIdentifier\">Titanium.App.iOS.UserActivity.persistentIdentifier</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setPersistentIdentifier",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.UserActivity.persistentIdentifier\">Titanium.App.iOS.UserActivity.persistentIdentifier</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.UserActivity.persistentIdentifier\">Titanium.App.iOS.UserActivity.persistentIdentifier</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "persistentIdentifier",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getExpirationDate",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.UserActivity.expirationDate\">Titanium.App.iOS.UserActivity.expirationDate</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.UserActivity.expirationDate\">Titanium.App.iOS.UserActivity.expirationDate</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setExpirationDate",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.UserActivity.expirationDate\">Titanium.App.iOS.UserActivity.expirationDate</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.UserActivity.expirationDate\">Titanium.App.iOS.UserActivity.expirationDate</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "expirationDate",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getKeywords",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.UserActivity.keywords\">Titanium.App.iOS.UserActivity.keywords</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.UserActivity.keywords\">Titanium.App.iOS.UserActivity.keywords</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setKeywords",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.UserActivity.keywords\">Titanium.App.iOS.UserActivity.keywords</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.UserActivity.keywords\">Titanium.App.iOS.UserActivity.keywords</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "keywords",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getNeedsSave",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.UserActivity.needsSave\">Titanium.App.iOS.UserActivity.needsSave</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.UserActivity.needsSave\">Titanium.App.iOS.UserActivity.needsSave</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setNeedsSave",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.UserActivity.needsSave\">Titanium.App.iOS.UserActivity.needsSave</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.UserActivity.needsSave\">Titanium.App.iOS.UserActivity.needsSave</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "needsSave",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRequiredUserInfoKeys",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.UserActivity.requiredUserInfoKeys\">Titanium.App.iOS.UserActivity.requiredUserInfoKeys</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.UserActivity.requiredUserInfoKeys\">Titanium.App.iOS.UserActivity.requiredUserInfoKeys</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setRequiredUserInfoKeys",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.UserActivity.requiredUserInfoKeys\">Titanium.App.iOS.UserActivity.requiredUserInfoKeys</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.UserActivity.requiredUserInfoKeys\">Titanium.App.iOS.UserActivity.requiredUserInfoKeys</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "requiredUserInfoKeys",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSupported",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.UserActivity.supported\">Titanium.App.iOS.UserActivity.supported</a> property. <strong>Deprecated since 5.1.0. Use <a href=\"Titanium.App.iOS.UserActivity.isSupported\">Titanium.App.iOS.UserActivity.isSupported</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setSupported",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.UserActivity.supported\">Titanium.App.iOS.UserActivity.supported</a> property. <strong>Deprecated since 5.1.0. Use <a href=\"Titanium.App.iOS.UserActivity.isSupported\">Titanium.App.iOS.UserActivity.isSupported</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "supported",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTitle",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.UserActivity.title\">Titanium.App.iOS.UserActivity.title</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.UserActivity.title\">Titanium.App.iOS.UserActivity.title</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTitle",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.UserActivity.title\">Titanium.App.iOS.UserActivity.title</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.UserActivity.title\">Titanium.App.iOS.UserActivity.title</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "title",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getUserInfo",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.UserActivity.userInfo\">Titanium.App.iOS.UserActivity.userInfo</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.UserActivity.userInfo\">Titanium.App.iOS.UserActivity.userInfo</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Object",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setUserInfo",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.UserActivity.userInfo\">Titanium.App.iOS.UserActivity.userInfo</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.UserActivity.userInfo\">Titanium.App.iOS.UserActivity.userInfo</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "userInfo",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getWebpageURL",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.UserActivity.webpageURL\">Titanium.App.iOS.UserActivity.webpageURL</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.UserActivity.webpageURL\">Titanium.App.iOS.UserActivity.webpageURL</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setWebpageURL",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.UserActivity.webpageURL\">Titanium.App.iOS.UserActivity.webpageURL</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.UserActivity.webpageURL\">Titanium.App.iOS.UserActivity.webpageURL</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "webpageURL",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": true,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "activityType",
                    "deprecated": false,
                    "description": "<p>Name of the activity type.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "eligibleForPublicIndexing",
                    "deprecated": false,
                    "description": "<p>Set to <code>true</code> if the user activity can be publicly accessed by all iOS users.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "eligibleForSearch",
                    "deprecated": false,
                    "description": "<p>Set to true if the user activity should be added to the on-device index.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "eligibleForHandoff",
                    "deprecated": false,
                    "description": "<p>Set to true if this user activity should be eligible to be handed off to another device</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "eligibleForPrediction",
                    "deprecated": false,
                    "description": "<p>A Boolean value that determines whether Siri can suggest the user activity as a shortcut to the user.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.4.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "persistentIdentifier",
                    "deprecated": false,
                    "description": "<p>A value used to identify the user activity.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.4.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "expirationDate",
                    "deprecated": false,
                    "description": "<p>Absolute date after which the activity is no longer eligible to be indexed or handed off.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "keywords",
                    "deprecated": false,
                    "description": "<p>An array of string keywords representing words or phrases that might help the user to find the activity in the application history.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "needsSave",
                    "deprecated": false,
                    "description": "<p>Set to true everytime you have updated the user activity and need the changes to be saved before handing it off to another device.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "requiredUserInfoKeys",
                    "deprecated": false,
                    "description": "<p>An array of String keys from the userInfo property which represent the minimal information about the user activity that should be stored for later restoration.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "supported",
                    "deprecated": true,
                    "description": "<p>Determines if user activities are supported (<code>true</code>) or not (<code>false</code>) by the device. <strong>Deprecated since 5.1.0. Use <a href=\"Titanium.App.iOS.UserActivity.isSupported\">Titanium.App.iOS.UserActivity.isSupported</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "title",
                    "deprecated": false,
                    "description": "<p>An optional, user-visible title for this activity such as a document name or web page title.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "userInfo",
                    "deprecated": false,
                    "description": "<p>The userInfo dictionary contains application-specific state needed to continue an activity on another device.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Object",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "webpageURL",
                    "deprecated": false,
                    "description": "<p>When no suitable application is installed on a resuming device and the <code>webpageURL</code> property is set,\nthe user activity will instead be continued in a web browser by loading the specified URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>A UserActivity object requires the <code>activityType</code> property to be specified at creation time.\nAdditional properties can be set either at creation or set individually after creation.</p>\n<p>Handoff will not work in the simulator.  You must build and run on a compatible device.</p>\n<p>Handoff functionality depends on a few things:</p>\n<ul>\n<li>You must be logged into the same iCloud account on each device you wish to use Handoff.</li>\n<li>Handoff broadcasts activities via Bluetooth LE signals, so both the broadcasting and receiving devices must have Bluetooth LE 4.0 support.</li>\n<li>Connect all devices to the same Wi-Fi network.</li>\n</ul>\n<p>Make sure you have two devices that are logged onto the same iCloud account.</p>\n<p>Since iOS 12, you can also configure the UserActivity API for handling Siri Shortcuts. See the\nbelow API's and example or refer to the <a href=\"https://developer.apple.com/documentation/sirikit/donating_shortcuts?language=objc\">Apple Siri Shortcuts Docs</a>\nfor details.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "5.0.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "5.0.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.App.iOS.UserDefaults",
            "description": "<p>The UserDefaults module is used for storing application-related data in property/value pairs\nthat persist beyond application sessions and device power cycles. UserDefaults allows the suiteName\nof the UserDefaults to be specified at creation time.</p>",
            "deprecated": false,
            "events": [
                {
                    "name": "change",
                    "deprecated": false,
                    "description": "<p>Fired when a property is changed.</p>"
                }
            ],
            "examples": [
                {
                    "title": "Create a UserDefaults object",
                    "code": "<p>Creating a UserDefaults object</p>\n<pre><code>var props = Ti.App.iOS.createUserDefaults({\n    suiteName: 'group.mySuite'\n});\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "4.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "4.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "4.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "4.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "4.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "4.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "4.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "4.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBool",
                    "deprecated": false,
                    "description": "<p>Returns the value of a property as a boolean data type.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "property",
                            "constants": [],
                            "description": "<p>Name of property.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "default",
                            "constants": [],
                            "description": "<p>Default value to return if property does not exist.</p>",
                            "type": "Boolean",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "4.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "4.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getDouble",
                    "deprecated": false,
                    "description": "<p>Returns the value of a property as a double (double-precision, floating point) data type.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "property",
                            "constants": [],
                            "description": "<p>Name of property.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "default",
                            "constants": [],
                            "description": "<p>Default value to return if property does not exist.</p>",
                            "type": "Number",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "4.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "4.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getInt",
                    "deprecated": false,
                    "description": "<p>Returns the value of a property as an integer data type.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "property",
                            "constants": [],
                            "description": "<p>Name of property.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "default",
                            "constants": [],
                            "description": "<p>Default value to return if property does not exist.</p>",
                            "type": "Number",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "4.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "4.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getList",
                    "deprecated": false,
                    "description": "<p>Returns the value of a property as an array data type.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "property",
                            "constants": [],
                            "description": "<p>Name of property.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "default",
                            "constants": [],
                            "description": "<p>Default value to return if property does not exist.</p>",
                            "type": "Array",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "4.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "4.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getObject",
                    "deprecated": false,
                    "description": "<p>Returns the value of a property as an object.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "property",
                            "constants": [],
                            "description": "<p>Name of property.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "default",
                            "constants": [],
                            "description": "<p>Default value to return if property does not exist.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Object",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "4.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "4.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getString",
                    "deprecated": false,
                    "description": "<p>Returns the value of a property as a string data type.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "property",
                            "constants": [],
                            "description": "<p>Name of property.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "default",
                            "constants": [],
                            "description": "<p>Default value to return if property does not exist.</p>",
                            "type": "String",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "4.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "4.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hasProperty",
                    "deprecated": false,
                    "description": "<p>Indicates whether a property exists.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "property",
                            "constants": [],
                            "description": "<p>Name of property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "4.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "4.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "listProperties",
                    "deprecated": false,
                    "description": "<p>Returns an array of property names.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "4.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "4.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeProperty",
                    "deprecated": false,
                    "description": "<p>Removes a property if it exists, or does nothing otherwise.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "property",
                            "constants": [],
                            "description": "<p>Name of property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "4.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "4.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeAllProperties",
                    "deprecated": false,
                    "description": "<p>Removes all properties that have been set by the user on runtime, or does nothing otherwise.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBool",
                    "deprecated": false,
                    "description": "<p>Sets the value of a property as a boolean data type. The property will be created if it\ndoes not exist.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "property",
                            "constants": [],
                            "description": "<p>Name of property.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "value",
                            "constants": [],
                            "description": "<p>Property value.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "4.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "4.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setDouble",
                    "deprecated": false,
                    "description": "<p>Sets the value of a property as a double (double-precision, floating point) data type. The\nproperty will be created if it does not exist.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "property",
                            "constants": [],
                            "description": "<p>Name of property.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "value",
                            "constants": [],
                            "description": "<p>Property value.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "4.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "4.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setInt",
                    "deprecated": false,
                    "description": "<p>Sets the value of a property as an integer data type. The property will be created if it\ndoes not exist.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "property",
                            "constants": [],
                            "description": "<p>Name of property.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "value",
                            "constants": [],
                            "description": "<p>Property value, within the range <code>-2,147,483,648</code> to <code>2,147,483,647</code>.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "4.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "4.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setList",
                    "deprecated": false,
                    "description": "<p>Sets the value of a property as an array data type. The property will be created if it\ndoes not exist.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "property",
                            "constants": [],
                            "description": "<p>Name of property.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "value",
                            "constants": [],
                            "description": "<p>Property value.</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "4.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "4.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setObject",
                    "deprecated": false,
                    "description": "<p>Sets the value of a property as an object data type. The property will be created if it\ndoes not exist.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "property",
                            "constants": [],
                            "description": "<p>Name of property.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "value",
                            "constants": [],
                            "description": "<p>Property value.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "4.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "4.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setString",
                    "deprecated": false,
                    "description": "<p>Sets the value of a property as a string data type. The property will be created if it\ndoes not exist.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "property",
                            "constants": [],
                            "description": "<p>Name of property.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "value",
                            "constants": [],
                            "description": "<p>Property value.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "4.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "4.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.UserDefaults.bubbleParent\">Titanium.App.iOS.UserDefaults.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.UserDefaults.bubbleParent\">Titanium.App.iOS.UserDefaults.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "4.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "4.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.UserDefaults.bubbleParent\">Titanium.App.iOS.UserDefaults.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.UserDefaults.bubbleParent\">Titanium.App.iOS.UserDefaults.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "4.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "4.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.UserDefaults.apiName\">Titanium.App.iOS.UserDefaults.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.UserDefaults.apiName\">Titanium.App.iOS.UserDefaults.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "4.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "4.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSuiteName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.UserDefaults.suiteName\">Titanium.App.iOS.UserDefaults.suiteName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.UserDefaults.suiteName\">Titanium.App.iOS.UserDefaults.suiteName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "4.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "4.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setSuiteName",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.UserDefaults.suiteName\">Titanium.App.iOS.UserDefaults.suiteName</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.UserDefaults.suiteName\">Titanium.App.iOS.UserDefaults.suiteName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "suiteName",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "4.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "4.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.App.Properties",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "4.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "4.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "4.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "4.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "suiteName",
                    "deprecated": false,
                    "description": "<p>Sets the name of the suite to be used to access UserDefaults.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "4.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "4.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>Unlike Titanium.App.Properties, Titanium.App.iOS.UserDefaults does not pull properties defined in the <code>tiapp.xml</code> file.</p>\n<p>To create a UserDefaults object, use the <a href=\"Titanium.App.iOS.createUserDefaults\">Titanium.App.iOS.createUserDefaults</a> method.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "4.0.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "4.0.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.App.iOS.UserNotificationAction",
            "description": "<p>An action the user selects in response to an interactive notification.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.UserNotificationAction.apiName\">Titanium.App.iOS.UserNotificationAction.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.UserNotificationAction.apiName\">Titanium.App.iOS.UserNotificationAction.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getActivationMode",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.UserNotificationAction.activationMode\">Titanium.App.iOS.UserNotificationAction.activationMode</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.UserNotificationAction.activationMode\">Titanium.App.iOS.UserNotificationAction.activationMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setActivationMode",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.UserNotificationAction.activationMode\">Titanium.App.iOS.UserNotificationAction.activationMode</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.UserNotificationAction.activationMode\">Titanium.App.iOS.UserNotificationAction.activationMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "activationMode",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBehavior",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.UserNotificationAction.behavior\">Titanium.App.iOS.UserNotificationAction.behavior</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.UserNotificationAction.behavior\">Titanium.App.iOS.UserNotificationAction.behavior</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBehavior",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.UserNotificationAction.behavior\">Titanium.App.iOS.UserNotificationAction.behavior</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.UserNotificationAction.behavior\">Titanium.App.iOS.UserNotificationAction.behavior</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "behavior",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": true,
            "properties": [
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.4.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "activationMode",
                    "deprecated": false,
                    "description": "<p>Selects how to activate the application.</p>",
                    "availability": "creation",
                    "constants": [
                        "Titanium.App.iOS.USER_NOTIFICATION_ACTIVATION_MODE_BACKGROUND",
                        "Titanium.App.iOS.USER_NOTIFICATION_ACTIVATION_MODE_FOREGROUND"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "behavior",
                    "deprecated": false,
                    "description": "<p>Custom behavior the user notification supports.</p>",
                    "availability": "creation",
                    "constants": [
                        "Titanium.App.iOS.USER_NOTIFICATION_BEHAVIOR_DEFAULT",
                        "Titanium.App.iOS.USER_NOTIFICATION_BEHAVIOR_TEXTINPUT"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "authenticationRequired",
                    "deprecated": false,
                    "description": "<p>Set to true if the action requires the device to be unlocked. On the Apple Watch actions never require authentication.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.4.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "destructive",
                    "deprecated": false,
                    "description": "<p>Set to true if the action causes destructive behavior to the user's data or the application.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.4.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "identifier",
                    "deprecated": false,
                    "description": "<p>Identifier for this action. Used to identify the action the user pressed.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.4.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "title",
                    "deprecated": false,
                    "description": "<p>Title of the button displayed in the notification.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.4.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>To create a notification action, use the <a href=\"Titanium.App.iOS.createUserNotificationAction\">Titanium.App.iOS.createUserNotificationAction</a> method.</p>\n<p>An notification action represents an option a user selects in response to an interactive\nnotification.  The notification action is represented as a button in the application UI.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "3.4.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "3.4.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.App.iOS.UserNotificationCategory",
            "description": "<p>A set of notification actions to associate with a notification.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.UserNotificationCategory.apiName\">Titanium.App.iOS.UserNotificationCategory.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.UserNotificationCategory.apiName\">Titanium.App.iOS.UserNotificationCategory.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": true,
            "properties": [
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.4.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "actionsForDefaultContext",
                    "deprecated": false,
                    "description": "<p>Array of notification actions to associate with the group.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.4.0"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "actionsForMinimalContext",
                    "deprecated": false,
                    "description": "<p>Array of notification actions to display for non-dialog-style notification.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.4.0"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "categorySummaryFormat",
                    "deprecated": false,
                    "description": "<p>A format string for the summary description used when the system groups the category's notifications.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.4.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "identifier",
                    "deprecated": false,
                    "description": "<p>Identifier for this category.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.4.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "intentIdentifiers",
                    "deprecated": false,
                    "description": "<p>The intents related to notifications of this category.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.4.0"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hiddenPreviewsBodyPlaceholder",
                    "deprecated": false,
                    "description": "<p>The placeholder text to display when notification previews are disabled for the app.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.4.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "options",
                    "deprecated": false,
                    "description": "<p>Options for how to handle notifications of this type.</p>",
                    "availability": "creation",
                    "constants": [
                        "Titanium.App.iOS.USER_NOTIFICATION_CATEGORY_OPTION_NONE",
                        "Titanium.App.iOS.USER_NOTIFICATION_CATEGORY_OPTION_CUSTOM_DISMISS_ACTION",
                        "Titanium.App.iOS.USER_NOTIFICATION_CATEGORY_OPTION_ALLOW_IN_CARPLAY",
                        "Titanium.App.iOS.USER_NOTIFICATION_CATEGORY_OPTION_HIDDEN_PREVIEWS_SHOW_TITLE",
                        "Titanium.App.iOS.USER_NOTIFICATION_CATEGORY_OPTION_HIDDEN_PREVIEWS_SHOW_SUBTITLE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.4.0"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>To create a notification category, use the <a href=\"Titanium.App.iOS.createUserNotificationCategory\">Titanium.App.iOS.createUserNotificationCategory</a> method.</p>\n<p>A notification category represents a collection of <a href=\"Titanium.App.iOS.UserNotificationAction\">Titanium.App.iOS.UserNotificationAction</a>\nto associate with a specific notification.  The notification category allows the application to\ncustomize the notification options based on which notification style is used.  For alert dialogs,\nonly four notification actions can be displayed, while all other notifications can only display two\nactions.</p>\n<p>To use a local interactive notification, you need to register the notification category using\nthe <a href=\"Titanium.App.iOS.registerUserNotificationSettings\">Titanium.App.iOS.registerUserNotificationSettings</a> method and send a notification using the\n<a href=\"Titanium.App.iOS.scheduleLocalNotification\">Titanium.App.iOS.scheduleLocalNotification</a> and pass the category identifier to the <code>category</code>\nproperty.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "3.4.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "3.4.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.App.iOS.UserNotificationCenter",
            "description": "<p>The top-level App iOS Notification Center module. It is used to control scheduled notifications\nand receive details about the system-wide notification settings.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "getPendingNotifications",
                    "deprecated": false,
                    "description": "<p>Fetches the pending notifications asynchronously.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>The function that is being called after the notifications\nhave been fetched.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getDeliveredNotifications",
                    "deprecated": false,
                    "description": "<p>Fetches the delivered notifications asynchronously.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>The function that is being called after the notifications\nhave been fetched.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removePendingNotifications",
                    "deprecated": false,
                    "description": "<p>Removes the specified pending notifications to prevent them from being triggered.\nIf no notifications are specified, all pending notifications will be removed.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "notifications",
                            "constants": [],
                            "description": "<p>The pending notification to remove. If none specified, all pending notifications\nwill be removed.</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeDeliveredNotifications",
                    "deprecated": false,
                    "description": "<p>Removes the specified delivered notifications from the notification-center.\nIf no notifications are specified, all delivered notifications will be removed.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "notifications",
                            "constants": [],
                            "description": "<p>The delivered notification to remove. If none specified, all pending notifications\nwill be removed.</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "requestUserNotificationSettings",
                    "deprecated": false,
                    "description": "<p>Notification types and user notification categories the application is registered to use.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>The callback invoked when requesting user notification settings.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.UserNotificationCenter.apiName\">Titanium.App.iOS.UserNotificationCenter.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.UserNotificationCenter.apiName\">Titanium.App.iOS.UserNotificationCenter.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Module",
            "isInternal": false,
            "properties": [
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "7.3.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "7.3.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "UserNotificationCallbackResponse",
            "description": "<p>Response when receiving pending or local notifications\nin <a href=\"Titanium.App.iOS.UserNotificationCenter.getPendingNotifications\">Titanium.App.iOS.UserNotificationCenter.getPendingNotifications</a> and\n<a href=\"Titanium.App.iOS.UserNotificationCenter.getDeliveredNotifications\">Titanium.App.iOS.UserNotificationCenter.getDeliveredNotifications</a>.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "notifications",
                    "deprecated": false,
                    "description": "<p>An array of identifiers used to create notifications.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "7.3.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "7.3.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "7.3.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "UserNotificationDictionary",
            "description": "<p>Dictionary of notification data used in the array of <code>notifications</code>\nwhen receiving pending or local notifications in\n<a href=\"Titanium.App.iOS.UserNotificationCenter.getPendingNotifications\">Titanium.App.iOS.UserNotificationCenter.getPendingNotifications</a> and\n<a href=\"Titanium.App.iOS.UserNotificationCenter.getDeliveredNotifications\">Titanium.App.iOS.UserNotificationCenter.getDeliveredNotifications</a>.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "alertTitle",
                    "deprecated": false,
                    "description": "<p>Title of the notification.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "alertSubtitle",
                    "deprecated": false,
                    "description": "<p>Subtitle of the notification.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "alertAction",
                    "deprecated": false,
                    "description": "<p>Alert button text ('Open', by default) or home text ('Press Home to unlock', by default)\ntype: String</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "alertBody",
                    "deprecated": false,
                    "description": "<p>Alert message.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "alertLaunchImage",
                    "deprecated": false,
                    "description": "<p>Image displayed instead of <code>Default.png</code> when launching the application.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "badge",
                    "deprecated": false,
                    "description": "<p>Application badge value.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "date",
                    "deprecated": false,
                    "description": "<p>Date and time when the notification was configured to fire.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "Date",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "sound",
                    "deprecated": false,
                    "description": "<p>Path to the sound file configured to play when the notification was fired.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "timezone",
                    "deprecated": false,
                    "description": "<p>Timezone of the date when the notification was configured to fire.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "userInfo",
                    "deprecated": false,
                    "description": "<p>Custom data object.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "Object",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "category",
                    "deprecated": false,
                    "description": "<p>Category identifier of the notification.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "identifier",
                    "deprecated": false,
                    "description": "<p>The notification identifier.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "region",
                    "deprecated": false,
                    "description": "<p>Region of the notification.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "Object",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "7.3.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "7.3.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "7.3.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "GetUserNotificationSettings",
            "description": "<p>Dictionary object of parameters used to register the application with local notifications using\nthe <a href=\"Titanium.App.iOS.registerUserNotificationSettings\">Titanium.App.iOS.registerUserNotificationSettings</a> method.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "types",
                    "deprecated": false,
                    "description": "<p>Notification types to use.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.App.iOS.USER_NOTIFICATION_TYPE_NONE",
                        "Titanium.App.iOS.USER_NOTIFICATION_TYPE_BADGE",
                        "Titanium.App.iOS.USER_NOTIFICATION_TYPE_SOUND",
                        "Titanium.App.iOS.USER_NOTIFICATION_TYPE_ALERT",
                        "Titanium.App.iOS.USER_NOTIFICATION_TYPE_CRITICAL_ALERT",
                        "Titanium.App.iOS.USER_NOTIFICATION_TYPE_PROVISIONAL",
                        "Titanium.App.iOS.USER_NOTIFICATION_TYPE_PROVIDES_APP_NOTIFICATION_SETTINGS"
                    ],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "categories",
                    "deprecated": false,
                    "description": "<p>Set of categories of user notification actions required by the applicaiton to use.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "authorizationStatus",
                    "deprecated": false,
                    "description": "<p>The current authorization status for using notifications.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.App.iOS.USER_NOTIFICATION_AUTHORIZATION_STATUS_NOT_DETERMINED",
                        "Titanium.App.iOS.USER_NOTIFICATION_AUTHORIZATION_STATUS_AUTHORIZED",
                        "Titanium.App.iOS.USER_NOTIFICATION_AUTHORIZATION_STATUS_DENIED",
                        "Titanium.App.iOS.USER_NOTIFICATION_AUTHORIZATION_STATUS_PROVISIONAL"
                    ],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "soundSetting",
                    "deprecated": false,
                    "description": "<p>The current sound settings.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.App.iOS.USER_NOTIFICATION_SETTING_NOT_SUPPORTED",
                        "Titanium.App.iOS.USER_NOTIFICATION_SETTING_ENABLED",
                        "Titanium.App.iOS.USER_NOTIFICATION_SETTING_DISABLED"
                    ],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "badgeSetting",
                    "deprecated": false,
                    "description": "<p>The current badge settings.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.App.iOS.USER_NOTIFICATION_SETTING_NOT_SUPPORTED",
                        "Titanium.App.iOS.USER_NOTIFICATION_SETTING_ENABLED",
                        "Titanium.App.iOS.USER_NOTIFICATION_SETTING_DISABLED"
                    ],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "alertSetting",
                    "deprecated": false,
                    "description": "<p>The current alert settings.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.App.iOS.USER_NOTIFICATION_SETTING_NOT_SUPPORTED",
                        "Titanium.App.iOS.USER_NOTIFICATION_SETTING_ENABLED",
                        "Titanium.App.iOS.USER_NOTIFICATION_SETTING_DISABLED"
                    ],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "notificationCenterSetting",
                    "deprecated": false,
                    "description": "<p>The current notication-center settings.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.App.iOS.USER_NOTIFICATION_SETTING_NOT_SUPPORTED",
                        "Titanium.App.iOS.USER_NOTIFICATION_SETTING_ENABLED",
                        "Titanium.App.iOS.USER_NOTIFICATION_SETTING_DISABLED"
                    ],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lockScreenSetting",
                    "deprecated": false,
                    "description": "<p>The current lock-screen settings.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.App.iOS.USER_NOTIFICATION_SETTING_NOT_SUPPORTED",
                        "Titanium.App.iOS.USER_NOTIFICATION_SETTING_ENABLED",
                        "Titanium.App.iOS.USER_NOTIFICATION_SETTING_DISABLED"
                    ],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "carPlaySetting",
                    "deprecated": false,
                    "description": "<p>The current CarPlay settings.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.App.iOS.USER_NOTIFICATION_SETTING_NOT_SUPPORTED",
                        "Titanium.App.iOS.USER_NOTIFICATION_SETTING_ENABLED",
                        "Titanium.App.iOS.USER_NOTIFICATION_SETTING_DISABLED"
                    ],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "criticalAlertSetting",
                    "deprecated": false,
                    "description": "<p>The authorization status to play sounds for critical alerts.\nAvailable in Titanium SDK 7.4.0 and later.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.App.iOS.USER_NOTIFICATION_SETTING_NOT_SUPPORTED",
                        "Titanium.App.iOS.USER_NOTIFICATION_SETTING_ENABLED",
                        "Titanium.App.iOS.USER_NOTIFICATION_SETTING_DISABLED"
                    ],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "providesAppNotificationSettings",
                    "deprecated": false,
                    "description": "<p>A Boolean value indicating the system displays a button for in-app notification settings.\nAvailable in Titanium SDK 7.4.0 and later.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.App.iOS.USER_NOTIFICATION_SETTING_NOT_SUPPORTED",
                        "Titanium.App.iOS.USER_NOTIFICATION_SETTING_ENABLED",
                        "Titanium.App.iOS.USER_NOTIFICATION_SETTING_DISABLED"
                    ],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "alertStyle",
                    "deprecated": false,
                    "description": "<p>The current alert style used to display notifications.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.App.iOS.USER_NOTIFICATION_ALERT_STYLE_NONE",
                        "Titanium.App.iOS.USER_NOTIFICATION_ALERT_STYLE_ALERT",
                        "Titanium.App.iOS.USER_NOTIFICATION_ALERT_STYLE_BANNER"
                    ],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.App.iOS",
            "description": "<p>The top-level App iOS module, available only to iOS devices, that includes the facilities to\ncreate and manage local notifications and background services.</p>",
            "deprecated": false,
            "events": [
                {
                    "name": "notification",
                    "deprecated": false,
                    "description": "<p>Fired when a local notification is received by the application.</p>",
                    "properties": [
                        {
                            "name": "alertAction",
                            "constants": [],
                            "description": "<p>Alert button text ('View', by default) or slider text ('slide to unlock...', by default).</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "alertBody",
                            "constants": [],
                            "description": "<p>Alert message.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "alertLaunchImage",
                            "constants": [],
                            "description": "<p>Image displayed instead of <code>Default.png</code> when launching the application.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "badge",
                            "constants": [],
                            "description": "<p>Application badge value.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "date",
                            "constants": [],
                            "description": "<p>Date and time when the notification was configured to fire.</p>",
                            "type": "Date",
                            "deprecated": false
                        },
                        {
                            "name": "sound",
                            "constants": [],
                            "description": "<p>Name of the sound file configured to play when the notification was fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "timezone",
                            "constants": [],
                            "description": "<p>Timezone of the date when the notification was configured to fire. Available in Titanium SDK 7.4.0+.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "userInfo",
                            "constants": [],
                            "description": "<p>Custom data object.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "inBackground",
                            "constants": [],
                            "description": "<p>Boolean indicating if notification was received while app was in background. Available in Titanium SDK 6.2.0.\nOn iOS 10+ this is no longer available since this event will only fire if the app is in foreground.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "threadIdentifier",
                            "constants": [],
                            "description": "<p>The unique identifier for the thread or conversation related to this notification request.\nIt will be used to visually group notifications together. Available in Titanium SDK 7.5.0+ and iOS 10+.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "category",
                            "constants": [],
                            "description": "<p>The identifier of the app-defined <a href=\"Titanium.App.iOS.UserNotificationCategory\">category object</a>. Available in Titanium SDK 7.5.0+ and iOS 10+.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "localnotificationaction",
                    "deprecated": false,
                    "description": "<p>Fired when a user selects an action for an interactive local notification.</p>",
                    "properties": [
                        {
                            "name": "alertAction",
                            "constants": [],
                            "description": "<p>Alert button text ('Open', by default) or slider text ('slide to unlock...', by default).</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "alertBody",
                            "constants": [],
                            "description": "<p>Alert message.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "alertLaunchImage",
                            "constants": [],
                            "description": "<p>Image displayed instead of <code>Default.png</code> when launching the application.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "badge",
                            "constants": [],
                            "description": "<p>Application badge value.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "date",
                            "constants": [],
                            "description": "<p>Date and time when the notification was configured to fire.</p>",
                            "type": "Date",
                            "deprecated": false
                        },
                        {
                            "name": "identifier",
                            "constants": [],
                            "description": "<p>Identifier of the action that was selected of the interactive notification.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "sound",
                            "constants": [],
                            "description": "<p>Path to the sound file configured to play when the notification was fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "timezone",
                            "constants": [],
                            "description": "<p>Timezone of the date when the notification was configured to fire.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "typedText",
                            "constants": [],
                            "description": "<p>User input if the notification used the <code>USER_NOTIFICATION_BEHAVIOR_TEXTINPUT</code> behavior.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "userInfo",
                            "constants": [],
                            "description": "<p>Custom data object.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "inBackground",
                            "constants": [],
                            "description": "<p>Boolean indicating if notification was received while app was in background (since Titanium SDK 6.2.0).\nOn iOS 10+ this is no longer available since the event will only fire when opening the app after interacting\nwith a notification from the iOS notification center (which means the app was in background when the\nnotification was received).</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "threadIdentifier",
                            "constants": [],
                            "description": "<p>The unique identifier for the thread or conversation related to this notification request.\nIt will be used to visually group notifications together. Available in Titanium SDK 7.5.0+ and iOS 10+.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "category",
                            "constants": [],
                            "description": "<p>The identifier of the app-defined <a href=\"Titanium.App.iOS.UserNotificationCategory\">category object</a>. Available in Titanium SDK 7.5.0+ and iOS 10+.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "remotenotificationaction",
                    "deprecated": false,
                    "description": "<p>Fired when a user selects an action for an interactive remote notification.</p>",
                    "properties": [
                        {
                            "name": "data",
                            "constants": [],
                            "description": "<p>The payload passed to the Apple Push Notification Service.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "category",
                            "constants": [],
                            "description": "<p>Identifier of the category of the interactive notification.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "identifier",
                            "constants": [],
                            "description": "<p>Identifier of the action that was selected of the interactive notification.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "backgroundfetch",
                    "deprecated": false,
                    "description": "<p>Fired when the application is woken up for a fetch operation. Available only on iOS 7 and later.</p>",
                    "properties": [
                        {
                            "name": "handlerId",
                            "constants": [],
                            "description": "<p>Unique string identifier for the <code>backgroundfetch</code> event. This identifier should be passed as the argument\nto the <a href=\"Titanium.App.iOS.endBackgroundHandler\">endBackgroundHandler</a> method.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "silentpush",
                    "deprecated": false,
                    "description": "<p>Fired when the application is woken up by a silent remote notification. Available only on iOS 7 and later.</p>",
                    "properties": [
                        {
                            "name": "handlerId",
                            "constants": [],
                            "description": "<p>Unique string identifier for the <code>silentpush</code> event. This identifier should be passed as the argument\nto the <a href=\"Titanium.App.iOS.endBackgroundHandler\">endBackgroundHandler</a> method.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "backgroundtransfer",
                    "deprecated": false,
                    "description": "<p>Fired when the events related to a <a href=\"Modules.URLSession\">urlSession</a> are waiting to be processed.\nAvailable only on iOS 7 and later.</p>",
                    "properties": [
                        {
                            "name": "handlerId",
                            "constants": [],
                            "description": "<p>Unique string identifier for the <code>backgroundtransfer</code> event. This identifier should be passed as the argument\nto the <a href=\"Titanium.App.iOS.endBackgroundHandler\">endBackgroundHandler</a> method.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "sessionId",
                            "constants": [],
                            "description": "<p>The identifier of the URL session requiring attention. If your app was just launched,\nyou can use this identifier to create a new <code>urlSession</code> object that can receive the events.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "downloadprogress",
                    "deprecated": false,
                    "description": "<p>Fired periodically to inform the app about the download's progress of a <a href=\"Modules.URLSession\">urlSession</a>.\nAvailable only on iOS 7 and later.</p>",
                    "properties": [
                        {
                            "name": "taskIdentifier",
                            "constants": [],
                            "description": "<p>The <code>urlSession</code> download task's identifier.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "sessionIdentifier",
                            "constants": [],
                            "description": "<p>The <code>urlSession</code> session identifier. If it does not exist, this property is not provided.\nThis property is available since Titanium Mobile 5.4.0.GA.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bytesWritten",
                            "constants": [],
                            "description": "<p>The number of bytes transferred since the last time this event was fired.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "totalBytesWritten",
                            "constants": [],
                            "description": "<p>The total number of bytes transferred so far.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "totalBytesExpectedToWrite",
                            "constants": [],
                            "description": "<p>The expected length of the file, as provided by the Content-Length header. If this\nheader was not provided, the value is zero.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "uploadprogress",
                    "deprecated": false,
                    "description": "<p>Fired periodically to inform the app about the upload's progress of a <a href=\"Modules.URLSession\">urlSession</a>.\nAvailable only on iOS 7 and later.</p>",
                    "properties": [
                        {
                            "name": "taskIdentifier",
                            "constants": [],
                            "description": "<p>The <code>urlSession</code> upload task's identifier.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "sessionIdentifier",
                            "constants": [],
                            "description": "<p>The <code>urlSession</code> session identifier. If it does not exist, this property is not provided.\nThis property is available since Titanium Mobile 5.4.0.GA.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bytesSent",
                            "constants": [],
                            "description": "<p>The number of bytes transferred since the last time this event was fired.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "totalBytesSent",
                            "constants": [],
                            "description": "<p>The total number of bytes transferred so far.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "totalBytesExpectedToSend",
                            "constants": [],
                            "description": "<p>The expected length of the file, as provided by the Content-Length header. If this\nheader was not provided, the value is zero.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "downloadcompleted",
                    "deprecated": false,
                    "description": "<p>Fired to indicate that a <a href=\"Modules.URLSession\">urlSession's</a> download task has finished downloading.\nAvailable only on iOS 7 and later.</p>",
                    "properties": [
                        {
                            "name": "taskIdentifier",
                            "constants": [],
                            "description": "<p>The <code>urlSession</code> download task's identifier.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "sessionIdentifier",
                            "constants": [],
                            "description": "<p>The <code>urlSession</code> session identifier. If it does not exist, this property is not provided.\nThis property is available since Titanium Mobile 5.4.0.GA.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "data",
                            "constants": [],
                            "description": "<p>The downloaded data as a Titanium.Blob object.</p>",
                            "type": "Titanium.Blob",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "sessioncompleted",
                    "deprecated": false,
                    "description": "<p>Fired to indicate that a <a href=\"Modules.URLSession\">urlSession</a> task finished transferring data.\nAvailable only on iOS 7 and later.</p>",
                    "properties": [
                        {
                            "name": "taskIdentifier",
                            "constants": [],
                            "description": "<p>The <code>urlSession</code> download task's identifier.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "sessionIdentifier",
                            "constants": [],
                            "description": "<p>The <code>urlSession</code> session identifier. If it does not exist, this property is not provided.\nThis property is available since Titanium Mobile 5.4.0.GA.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "success",
                            "constants": [],
                            "description": "<p>Indicates if the operation succeeded. Returns true if download succeeded, false otherwise.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "errorCode",
                            "constants": [],
                            "description": "<p>The error code of the error, if any (potentially system-dependent).</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "message",
                            "constants": [],
                            "description": "<p>A string containing the localized description of the error.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "responseText",
                            "constants": [],
                            "description": "<p>The response text for upload tasks (since SDK 7.2.0).</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "statusCode",
                            "constants": [],
                            "description": "<p>The response status code for upload tasks (since SDK 7.2.0).</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "sessioneventscompleted",
                    "deprecated": false,
                    "description": "<p>Fired to indicate that all messages enqueued for a <a href=\"Modules.URLSession\">urlSession</a> have been delivered.\nAvailable only on iOS 7 and later.</p>",
                    "properties": [
                        {
                            "name": "sessionIdentifier",
                            "constants": [],
                            "description": "<p>The <code>urlSession</code> session identifier. If it does not exist, this property is not provided.\nThis property is available since Titanium Mobile 5.4.0.GA.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "usernotificationsettings",
                    "deprecated": false,
                    "description": "<p>Fired when the user notification settings are registered.</p>",
                    "properties": [
                        {
                            "name": "types",
                            "constants": [
                                "Titanium.App.iOS.USER_NOTIFICATION_TYPE_NONE",
                                "Titanium.App.iOS.USER_NOTIFICATION_TYPE_BADGE",
                                "Titanium.App.iOS.USER_NOTIFICATION_TYPE_SOUND",
                                "Titanium.App.iOS.USER_NOTIFICATION_TYPE_ALERT",
                                "Titanium.App.iOS.USER_NOTIFICATION_TYPE_CRITICAL_ALERT",
                                "Titanium.App.iOS.USER_NOTIFICATION_TYPE_PROVISIONAL",
                                "Titanium.App.iOS.USER_NOTIFICATION_TYPE_PROVIDES_APP_NOTIFICATION_SETTINGS"
                            ],
                            "description": "<p>Notification types the application is registered to use.</p>",
                            "type": "Array",
                            "deprecated": false
                        },
                        {
                            "name": "categories",
                            "constants": [],
                            "description": "<p>Set of categories of user notification actions the application is registered to use.</p>",
                            "type": "Array",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "watchkitextensionrequest",
                    "deprecated": true,
                    "description": "<p>Fired when openParentApplication:reply is called from a WatchKit extension. Available only on iOS 8.2 and later. <strong>Deprecated since 5.0.0. Use <a href=\"Titanium.WatchSession\">Titanium.WatchSession</a> instead, which is supported on iOS 9 and later.</strong></p>",
                    "properties": [
                        {
                            "name": "handlerId",
                            "constants": [],
                            "description": "<p>Unique string identifier for the <code>watchkitextensionrequest</code> event. This identifier should be passed an argument\nto the <a href=\"Titanium.App.iOS.sendWatchExtensionReply\">sendWatchExtensionReply</a> method.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "userInfo",
                            "constants": [],
                            "description": "<p>The payload passed to the <code>openParentApplication:reply</code> method from the WatchKit extension.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "continueactivity",
                    "deprecated": false,
                    "description": "<p>Fired when iOS continueactivity calls <code>continueUserActivity</code>.</p>",
                    "properties": [
                        {
                            "name": "activityType",
                            "constants": [],
                            "description": "<p>Unique string identifier for the handoff user activity. The identifier must be defined in your <code>tiapp.xml</code> file.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "searchableItemActivityIdentifier",
                            "constants": [],
                            "description": "<p>With field will contain the searchable Unique Identifier if the continueactivity is fired from a Core Spotlight searh result.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "title",
                            "constants": [],
                            "description": "<p>The optional title provided to the user activity or search item.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "webpageURL",
                            "constants": [],
                            "description": "<p>The optional webpageURL provided to the user activity.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "userInfo",
                            "constants": [],
                            "description": "<p>The optional userInfo provided to the user activity. The userInfo is a custom dictionary and can contain any information needed\nto create your handoff or Core Spotlight session.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "shortcutitemclick",
                    "deprecated": false,
                    "description": "<p>Fired when a user taps the Application Shortcut.</p>",
                    "properties": [
                        {
                            "name": "itemtype",
                            "constants": [],
                            "description": "<p>The unique identifier for the application shortcut.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "title",
                            "constants": [],
                            "description": "<p>The title of the application shortcut.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "subtitle",
                            "constants": [],
                            "description": "<p>The subtitle of the application shortcut.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "userInfo",
                            "constants": [],
                            "description": "<p>The payload passed by the application shortcut.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "handleurl",
                    "deprecated": false,
                    "description": "<p>Fired when a new URL is handled by the application.</p>",
                    "properties": [
                        {
                            "name": "launchOptions",
                            "constants": [],
                            "description": "<p>The launch options that are related to opening the URL.</p>",
                            "type": "LaunchOptionsType",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "traitcollectionchange",
                    "deprecated": false,
                    "description": "<p>Fired when the trait collection of the device changes, e.g. the user interface style.</p>"
                }
            ],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.5"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.5"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.5"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createUserDefaults",
                    "deprecated": false,
                    "description": "<p>Creates and returns an instance of Titanium.App.iOS.UserDefaults.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any defined by Titanium.App.iOS.UserDefaults except those marked not-creation or read-only.</p>",
                            "type": "Titanium.App.iOS.UserDefaults",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.App.iOS.UserDefaults",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "4.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "4.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "cancelAllLocalNotifications",
                    "deprecated": true,
                    "description": "<p>Cancels all scheduled local notifications. <strong>Deprecated since 7.3.0. Use <a href=\"Titanium.App.iOS.UserNotificationCenter.removePendingNotifications\">Titanium.App.iOS.UserNotificationCenter.removePendingNotifications</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.5"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "cancelLocalNotification",
                    "deprecated": true,
                    "description": "<p>Cancels a local notification. <strong>Deprecated since 7.3.0. Use <a href=\"Titanium.App.iOS.UserNotificationCenter.removePendingNotifications\">Titanium.App.iOS.UserNotificationCenter.removePendingNotifications</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "id",
                            "constants": [],
                            "description": "<p>Application-created ID of the local notification to cancel.\nTo create an ID for the notification, set the <code>id</code> property in the <code>userInfo</code> dictionary\npassed to the <a href=\"Titanium.App.iOS.scheduleLocalNotification\">Titanium.App.iOS.scheduleLocalNotification</a> method.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.5"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "registerBackgroundService",
                    "deprecated": false,
                    "description": "<p>Registers a service to run when the application is placed in the background.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Parameters used to create the service. Must include a <code>url</code> property, to specify the\nlocal JavaScript file to execute when the application is placed in the background.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.App.iOS.BackgroundService",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.5"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "registerUserNotificationSettings",
                    "deprecated": false,
                    "description": "<p>Registers the application to use the requested notification types and categories.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Parameters used to enroll the application in local notifications.</p>",
                            "type": "UserNotificationSettings",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "scheduleLocalNotification",
                    "deprecated": false,
                    "description": "<p>Schedule a local notification.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Parameters used to create a notification.</p>",
                            "type": "NotificationParams",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.App.iOS.LocalNotification",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.5"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setMinimumBackgroundFetchInterval",
                    "deprecated": false,
                    "description": "<p>Specifies the minimum amount of time that must elapse between background fetch operations.\nAvailable only on iOS 7 and later.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "fetchInterval",
                            "constants": [
                                "Titanium.App.iOS.BACKGROUNDFETCHINTERVAL_MIN",
                                "Titanium.App.iOS.BACKGROUNDFETCHINTERVAL_NEVER"
                            ],
                            "description": "<p>The minimum number of seconds that must elapse before another background fetch can be initiated.\nThis value is advisory only and does not indicate the exact amount of time expected between\nfetch operations.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "endBackgroundHandler",
                    "deprecated": false,
                    "description": "<p>Marks the end of the app execution after initiating the download operation. Available only on iOS 7 and later.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "handlerID",
                            "constants": [],
                            "description": "<p>Unique string identifier for the event (<code>backgroundfetch</code>, <code>silentpush</code> or <code>backgroundtransfer</code>)\nthat initiated the background opertation mode.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "sendWatchExtensionReply",
                    "deprecated": true,
                    "description": "<p>Marks the end of an <code>openParentApplication:reply</code> execution by a WatchKit extension. <strong>Deprecated since 5.0.0. Use <a href=\"Titanium.WatchSession\">Titanium.WatchSession</a> instead, which is supported on iOS 9 and later.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "handlerId",
                            "constants": [],
                            "description": "<p>Unique string identifier for the event (<code>watchkitextensionrequest</code>)\nthat initiated from the WatchKit extension calling the openParentApplication:reply method.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "userInfo",
                            "constants": [],
                            "description": "<p>Custom data object which will be passed in the reply method to your WatchKit extension.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "4.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "4.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createSearchQuery",
                    "deprecated": false,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.App.iOS.SearchQuery\">Titanium.App.iOS.SearchQuery</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any defined by <a href=\"Titanium.App.iOS.SearchQuery\">Titanium.App.iOS.SearchQuery</a> except those marked not-creation or read-only.</p>",
                            "type": "Titanium.App.iOS.SearchQuery",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.App.iOS.SearchQuery",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.5.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createSearchableIndex",
                    "deprecated": false,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.App.iOS.SearchableIndex\">Titanium.App.iOS.SearchableIndex</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any defined by <a href=\"Titanium.App.iOS.SearchableIndex\">Titanium.App.iOS.SearchableIndex</a> except those marked not-creation or read-only.</p>",
                            "type": "Titanium.App.iOS.SearchableIndex",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.App.iOS.SearchableIndex",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createSearchableItem",
                    "deprecated": false,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.App.iOS.SearchableItem\">Titanium.App.iOS.SearchableItem</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any defined by <a href=\"Titanium.App.iOS.SearchableItem\">Titanium.App.iOS.SearchableItem</a> except those marked not-creation or read-only.</p>",
                            "type": "Titanium.App.iOS.SearchableItem",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.App.iOS.SearchableItem",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createSearchableItemAttributeSet",
                    "deprecated": false,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.App.iOS.SearchableItemAttributeSet\">Titanium.App.iOS.SearchableItemAttributeSet</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any defined by <a href=\"Titanium.App.iOS.SearchableItemAttributeSet\">Titanium.App.iOS.SearchableItemAttributeSet</a> except those marked not-creation or read-only.</p>",
                            "type": "Titanium.App.iOS.SearchableItemAttributeSet",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.App.iOS.SearchableItemAttributeSet",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createUserActivity",
                    "deprecated": false,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.App.iOS.UserActivity\">Titanium.App.iOS.UserActivity</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any defined by <a href=\"Titanium.App.iOS.UserActivity\">Titanium.App.iOS.UserActivity</a> except those marked not-creation or read-only.</p>",
                            "type": "Titanium.App.iOS.UserActivity",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.App.iOS.UserActivity",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createUserNotificationAction",
                    "deprecated": false,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.App.iOS.UserNotificationAction\">Titanium.App.iOS.UserNotificationAction</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any defined by <a href=\"Titanium.App.iOS.UserNotificationAction\">Titanium.App.iOS.UserNotificationAction</a> except those marked not-creation or read-only.</p>",
                            "type": "Titanium.App.iOS.UserNotificationAction",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.App.iOS.UserNotificationAction",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createUserNotificationCategory",
                    "deprecated": false,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.App.iOS.UserNotificationCategory\">Titanium.App.iOS.UserNotificationCategory</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any defined by <a href=\"Titanium.App.iOS.UserNotificationCategory\">Titanium.App.iOS.UserNotificationCategory</a> except those marked not-creation or read-only.</p>",
                            "type": "Titanium.App.iOS.UserNotificationCategory",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.App.iOS.UserNotificationCategory",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.bubbleParent\">Titanium.App.iOS.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.bubbleParent\">Titanium.App.iOS.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.App.iOS.bubbleParent\">Titanium.App.iOS.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.App.iOS.bubbleParent\">Titanium.App.iOS.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.apiName\">Titanium.App.iOS.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.apiName\">Titanium.App.iOS.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getCurrentUserNotificationSettings",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.currentUserNotificationSettings\">Titanium.App.iOS.currentUserNotificationSettings</a> property. <strong>Deprecated since 7.3.0. Use <a href=\"Titanium.App.iOS.UserNotificationCenter.requestUserNotificationSettings\">Titanium.App.iOS.UserNotificationCenter.requestUserNotificationSettings</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "UserNotificationSettings",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSupportedUserActivityTypes",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.supportedUserActivityTypes\">Titanium.App.iOS.supportedUserActivityTypes</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.supportedUserActivityTypes\">Titanium.App.iOS.supportedUserActivityTypes</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApplicationOpenSettingsURL",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.applicationOpenSettingsURL\">Titanium.App.iOS.applicationOpenSettingsURL</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.applicationOpenSettingsURL\">Titanium.App.iOS.applicationOpenSettingsURL</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getUserInterfaceStyle",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.App.iOS.userInterfaceStyle\">Titanium.App.iOS.userInterfaceStyle</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.App.iOS.userInterfaceStyle\">Titanium.App.iOS.userInterfaceStyle</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Module",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "EVENT_ACCESSIBILITY_LAYOUT_CHANGED",
                    "deprecated": false,
                    "description": "<p>Convenience constant for system event &quot;accessibilitylayoutchanged&quot;.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "EVENT_ACCESSIBILITY_SCREEN_CHANGED",
                    "deprecated": false,
                    "description": "<p>Convenience constant for system event &quot;accessibilityscreenchanged&quot;.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "BACKGROUNDFETCHINTERVAL_MIN",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.App.iOS.setMinimumBackgroundFetchInterval\">setMinimumBackgroundFetchInterval</a> method.\nSpecifies the smallest fetch interval supported by the system.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "BACKGROUNDFETCHINTERVAL_NEVER",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.App.iOS.setMinimumBackgroundFetchInterval\">setMinimumBackgroundFetchInterval</a> method.\nUsed to specify a fetch interval large enough to prevent fetch operations from occurring.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "USER_NOTIFICATION_TYPE_NONE",
                    "deprecated": false,
                    "description": "<p>The application may not present any UI upon a notification being received.\nUse with the <a href=\"UserNotificationSettings.types\">types</a> property.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "USER_NOTIFICATION_TYPE_BADGE",
                    "deprecated": false,
                    "description": "<p>The application may badge its icon upon a notification being received.\nUse with the <a href=\"UserNotificationSettings.types\">types</a> property.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "USER_NOTIFICATION_TYPE_SOUND",
                    "deprecated": false,
                    "description": "<p>The application may play a sound upon a notification being received.\nUse with the <a href=\"UserNotificationSettings.types\">types</a> property.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "USER_NOTIFICATION_TYPE_ALERT",
                    "deprecated": false,
                    "description": "<p>The application may display an alert upon a notification being received.\nUse with the <a href=\"UserNotificationSettings.types\">types</a> property.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "USER_NOTIFICATION_TYPE_CRITICAL_ALERT",
                    "deprecated": false,
                    "description": "<p>The ability to play sounds for critical alerts.\nUse with the <a href=\"UserNotificationSettings.types\">types</a> property.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "USER_NOTIFICATION_TYPE_PROVISIONAL",
                    "deprecated": false,
                    "description": "<p>The ability to post non-interrupting notifications provisionally to the Notification Center.\nUse with the <a href=\"UserNotificationSettings.types\">types</a> property.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "USER_NOTIFICATION_TYPE_PROVIDES_APP_NOTIFICATION_SETTINGS",
                    "deprecated": false,
                    "description": "<p>An option indicating the system should display a button for in-app notification settings.\nUse with the <a href=\"UserNotificationSettings.types\">types</a> property.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "USER_NOTIFICATION_ACTIVATION_MODE_BACKGROUND",
                    "deprecated": false,
                    "description": "<p>The action will execute in background. Use with the\n<a href=\"Titanium.App.iOS.UserNotificationAction.activationMode\">activationMode</a> property.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "USER_NOTIFICATION_ACTIVATION_MODE_FOREGROUND",
                    "deprecated": false,
                    "description": "<p>The action will launch the application and execute in the foreground.\nUse with the <a href=\"Titanium.App.iOS.UserNotificationAction.activationMode\">activationMode</a> property.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "USER_NOTIFICATION_BEHAVIOR_DEFAULT",
                    "deprecated": false,
                    "description": "<p>Default action behavior with no additional action support.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "USER_NOTIFICATION_BEHAVIOR_TEXTINPUT",
                    "deprecated": false,
                    "description": "<p>Provides a textfield with the notification for the user to enter a text response.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "USER_NOTIFICATION_AUTHORIZATION_STATUS_NOT_DETERMINED",
                    "deprecated": false,
                    "description": "<p>The user has not yet made a choice regarding whether the application may post\nuser notifications.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "USER_NOTIFICATION_AUTHORIZATION_STATUS_AUTHORIZED",
                    "deprecated": false,
                    "description": "<p>The application is authorized to post user notifications.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "USER_NOTIFICATION_AUTHORIZATION_STATUS_DENIED",
                    "deprecated": false,
                    "description": "<p>The application is not authorized to post user notifications.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "USER_NOTIFICATION_AUTHORIZATION_STATUS_PROVISIONAL",
                    "deprecated": false,
                    "description": "<p>The application is provisionally authorized to post non-interruptive user notifications.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "USER_NOTIFICATION_SETTING_NOT_SUPPORTED",
                    "deprecated": false,
                    "description": "<p>The application does not support this notification type.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "USER_NOTIFICATION_SETTING_ENABLED",
                    "deprecated": false,
                    "description": "<p>The notification setting is turned on.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "USER_NOTIFICATION_SETTING_DISABLED",
                    "deprecated": false,
                    "description": "<p>The notification setting is turned off.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "USER_NOTIFICATION_ALERT_STYLE_NONE",
                    "deprecated": false,
                    "description": "<p>No banner or alert dialog is presented when the notification is received.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "USER_NOTIFICATION_ALERT_STYLE_ALERT",
                    "deprecated": false,
                    "description": "<p>A alert dialog is presented when the notification is received.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "USER_NOTIFICATION_ALERT_STYLE_BANNER",
                    "deprecated": false,
                    "description": "<p>A banner is presented when the notification is received.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "USER_NOTIFICATION_CATEGORY_OPTION_NONE",
                    "deprecated": false,
                    "description": "<p>No options.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "USER_NOTIFICATION_CATEGORY_OPTION_CUSTOM_DISMISS_ACTION",
                    "deprecated": false,
                    "description": "<p>Send dismiss actions to the UNUserNotificationCenter object's delegate for handling.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "USER_NOTIFICATION_CATEGORY_OPTION_ALLOW_IN_CARPLAY",
                    "deprecated": false,
                    "description": "<p>Allow CarPlay to display notifications of this type.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "USER_NOTIFICATION_CATEGORY_OPTION_HIDDEN_PREVIEWS_SHOW_TITLE",
                    "deprecated": false,
                    "description": "<p>Show the notification's title, even if the user has disabled notification previews for the app.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "USER_NOTIFICATION_CATEGORY_OPTION_HIDDEN_PREVIEWS_SHOW_SUBTITLE",
                    "deprecated": false,
                    "description": "<p>Show the notification's subtitle, even if the user has disabled notification previews for the app.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "USER_INTERFACE_STYLE_UNSPECIFIED",
                    "deprecated": false,
                    "description": "<p>An unspecified interface style.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "USER_INTERFACE_STYLE_LIGHT",
                    "deprecated": false,
                    "description": "<p>A light interface style.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "USER_INTERFACE_STYLE_DARK",
                    "deprecated": false,
                    "description": "<p>A dark interface style.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "UTTYPE_TEXT",
                    "deprecated": false,
                    "description": "<p>Uniform type identifier for all text types.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "UTTYPE_PLAIN_TEXT",
                    "deprecated": false,
                    "description": "<p>Uniform type identifier for a plain text type, equivalent to MIME type text/plain.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "UTTYPE_UTF8_PLAIN_TEXT",
                    "deprecated": false,
                    "description": "<p>Uniform type identifier for Unicode-8 plain text type.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "UTTYPE_UTF16_EXTERNAL_PLAIN_TEXT",
                    "deprecated": false,
                    "description": "<p>Uniform type identifier for Unicode-16 with byte-order mark (BOM), or if BOM is not present,\nan external representation byte order (big-endian).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "UTTYPE_UTF16_PLAIN_TEXT",
                    "deprecated": false,
                    "description": "<p>Uniform type identifier for Unicode-16, native byte order, with an optional byte-order mark (BOM).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "UTTYPE_RTF",
                    "deprecated": false,
                    "description": "<p>Uniform type identifier for Rich Text.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "UTTYPE_HTML",
                    "deprecated": false,
                    "description": "<p>Uniform type identifier for HTML.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "UTTYPE_XML",
                    "deprecated": false,
                    "description": "<p>Uniform type identifier for XML.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "UTTYPE_PDF",
                    "deprecated": false,
                    "description": "<p>Uniform type identifier for PDF data.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "UTTYPE_RTFD",
                    "deprecated": false,
                    "description": "<p>Uniform type identifier for Rich Text Format Directory, that is, Rich Text with content embedding, on-disk format.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "UTTYPE_FLAT_RTFD",
                    "deprecated": false,
                    "description": "<p>Uniform type identifier for Rich Text with content embedding, pasteboard format.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "UTTYPE_TXN_TEXT_AND_MULTIMEDIA_DATA",
                    "deprecated": false,
                    "description": "<p>Uniform type identifier for MLTE (Textension) format for mixed text and multimedia data.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "UTTYPE_WEB_ARCHIVE",
                    "deprecated": false,
                    "description": "<p>Uniform type identifier for WebKit webarchive format.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "UTTYPE_IMAGE",
                    "deprecated": false,
                    "description": "<p>Uniform type identifier for all image types.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "UTTYPE_JPEG",
                    "deprecated": false,
                    "description": "<p>Uniform type identifier for JPEG images.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "UTTYPE_JPEG2000",
                    "deprecated": false,
                    "description": "<p>Uniform type identifier for JPEG 2000 images.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "UTTYPE_TIFF",
                    "deprecated": false,
                    "description": "<p>Uniform type identifier for TIFF images.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "UTTYPE_PICT",
                    "deprecated": false,
                    "description": "<p>Uniform type identifier for PICT images.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "UTTYPE_GIF",
                    "deprecated": false,
                    "description": "<p>Uniform type identifier for GIF images.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "UTTYPE_PNG",
                    "deprecated": false,
                    "description": "<p>Uniform type identifier for PNG images.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "UTTYPE_QUICKTIME_IMAGE",
                    "deprecated": false,
                    "description": "<p>Uniform type identifier for QuickTime images.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "UTTYPE_APPLE_ICNS",
                    "deprecated": false,
                    "description": "<p>Uniform type identifier for Mac OS icon images.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "UTTYPE_BMP",
                    "deprecated": false,
                    "description": "<p>Uniform type identifier for Windows bitmap images.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "UTTYPE_ICO",
                    "deprecated": false,
                    "description": "<p>Uniform type identifier for Windows icon images.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "UTTYPE_MOVIE",
                    "deprecated": false,
                    "description": "<p>Uniform type identifier for all audiovisual content.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "UTTYPE_VIDEO",
                    "deprecated": false,
                    "description": "<p>Uniform type identifier for all video content without audio.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "UTTYPE_AUDIO",
                    "deprecated": false,
                    "description": "<p>Uniform type identifier for all audio content.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "UTTYPE_QUICKTIME_MOVIE",
                    "deprecated": false,
                    "description": "<p>Uniform type identifier for QuickTime movies.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "UTTYPE_MPEG",
                    "deprecated": false,
                    "description": "<p>Uniform type identifier for MPEG-1 and MPEG-2 content.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "UTTYPE_MPEG4",
                    "deprecated": false,
                    "description": "<p>Uniform type identifier for MPEG-4 content.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "UTTYPE_MP3",
                    "deprecated": false,
                    "description": "<p>Uniform type identifier for MP3 audio.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "UTTYPE_MPEG4_AUDIO",
                    "deprecated": false,
                    "description": "<p>Uniform type identifier for MPEG-4 audio.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "UTTYPE_APPLE_PROTECTED_MPEG4_AUDIO",
                    "deprecated": false,
                    "description": "<p>Uniform type identifier for protected MPEG-4 audio (iTunes music store format).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "currentUserNotificationSettings",
                    "deprecated": true,
                    "description": "<p>Notification types and user notification categories the application is registered to use.\n<strong>Deprecated since 7.3.0. Use <a href=\"Titanium.App.iOS.UserNotificationCenter.requestUserNotificationSettings\">Titanium.App.iOS.UserNotificationCenter.requestUserNotificationSettings</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.4.0"
                        }
                    ],
                    "type": "UserNotificationSettings",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "supportedUserActivityTypes",
                    "deprecated": false,
                    "description": "<p>Provides an Array of the NSUserActivityTypes keys defined within your Titanium project.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applicationOpenSettingsURL",
                    "deprecated": false,
                    "description": "<p>Returns a URL to open the app's settings.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.4.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "userInterfaceStyle",
                    "deprecated": false,
                    "description": "<p>The style associated with the user interface.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.2.0"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<h3>Local Notifications</h3>\n<p>Local notifications are a way for an application that is not running in the foreground to let\nusers know that it has information for them. When invoked, the application either displays a\nbanner message or an alert dialog with a <strong>Close</strong> button to dismiss and an <strong>Open</strong> button to bring the application\ninto the foreground. The application can also modify the icon badge, to show the\nnumber of pending notifications, and generate a sound.</p>\n<p>To send a local notification, the application needs to:</p>\n<ol>\n<li>Enroll the application to send local notifications with the\n<a href=\"Titanium.App.iOS.registerUserNotificationSettings\">Titanium.App.iOS.registerUserNotificationSettings</a> method.</li>\n<li>Schedule a local notification with the <a href=\"Titanium.App.iOS.scheduleLocalNotification\">Titanium.App.iOS.scheduleLocalNotification</a> method.</li>\n<li>Monitor the <a href=\"Titanium.App.iOS.notification\">notification</a> event to respond to the\nnotification.</li>\n</ol>\n<p>For instructions on sending local interactive notifications, see the\n<a href=\"https://docs.appcelerator.com/platform/latest/#!/guide/iOS_Local_Notifications\">iOS Local Notifications guide</a>.</p>\n<h3>Local Interactive Notifications</h3>\n<p>You can create interactive notifications, where users can respond to application notifications\nwithout launching the application to the foreground. The user needs to reveal notification\nactions in the notification, then press a notification action to respond to the notification.</p>\n<p>To create an interactive notification, the application needs to:</p>\n<ol>\n<li>Create and configure notification actions with the\n<a href=\"Titanium.App.iOS.createUserNotificationAction\">Titanium.App.iOS.createUserNotificationAction</a> method.</li>\n<li>Create notification categories and assign notification actions to them\nwith the <a href=\"Titanium.App.iOS.createUserNotificationCategory\">Titanium.App.iOS.createUserNotificationCategory</a> method.</li>\n<li>Register the notification categories with the\n<a href=\"Titanium.App.iOS.registerUserNotificationSettings\">Titanium.App.iOS.registerUserNotificationSettings</a> method.</li>\n<li>Monitor the <a href=\"Titanium.App.iOS.localnotificationaction\">localnotificationaction</a> event.</li>\n</ol>\n<p>For instructions on sending local interactive notifications, see the\n<a href=\"https://docs.appcelerator.com/platform/latest/#!/guide/iOS_Local_Notifications\">iOS Local Notifications guide</a>.</p>\n<h3>Background Downloads</h3>\n<p>In iOS 7, Apple introduced new background execution modes which allow the application to download\ncontent in the background. These background modes are supported in Titanium SDK 3.2.0 and later.</p>\n<p>For more information on getting started, refer to the\n<a href=\"https://docs.appcelerator.com/platform/latest/#!/guide/iOS_Background_Services\">iOS Background Services guide</a>.</p>\n<h3>Handoff User Activities</h3>\n<p>Handoff allows you to create and transfer user activies from one device to another. For example, you can start editing\na document on your phone, then transfer the activity to your iPad to continue editing the document.</p>\n<p>To make an activity shareable, use the <a href=\"Titanium.App.iOS.UserActivity\">Titanium.App.iOS.UserActivity</a> API to create the activity.\nTo continue the activity on another device, listen for the\n<a href=\"Titanium.App.iOS.continueactivity\">continueactivity</a> event.</p>\n<h3>Index Application Content</h3>\n<p>In iOS 9 and later, Apple lets you index application content, such as music, videos, images and documents, to allow it\nto be searched in iOS Spotlight. To effectively add and remove information from the iOS search index\nyou will need to use the following APIs:</p>\n<ul>\n<li><a href=\"Titanium.App.iOS.SearchableItemAttributeSet\">Titanium.App.iOS.SearchableItemAttributeSet</a> - Used to create metadata related to the <code>Ti.App.iOS.SearchableItem</code></li>\n<li><a href=\"Titanium.App.iOS.SearchableItem\">Titanium.App.iOS.SearchableItem</a> - Used to assemble metadata into a unique object package to be used by <code>Ti.App.iOS.SearchableIndex</code></li>\n<li><a href=\"Titanium.App.iOS.SearchableIndex\">Titanium.App.iOS.SearchableIndex</a> - Used to add and remove <code>Ti.App.iOS.SearchableItem</code> objects to the device search index</li>\n</ul>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "1.5"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "1.5"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "NotificationParams",
            "description": "<p>Dictionary object of parameters used to create a notification using\n<a href=\"Titanium.App.iOS.scheduleLocalNotification\">Titanium.App.iOS.scheduleLocalNotification</a>.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "identifier",
                    "deprecated": false,
                    "description": "<p>The notification identifier.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "alertAction",
                    "deprecated": false,
                    "description": "<p>Alert button text ('Open', by default) or home text ('Press Home to unlock', by default)\nto display.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "alertBody",
                    "deprecated": false,
                    "description": "<p>Alert message to display.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "alertTitle",
                    "deprecated": false,
                    "description": "<p>Alert title to display.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "alertSubtitle",
                    "deprecated": false,
                    "description": "<p>Alert subtitle to display.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "alertLaunchImage",
                    "deprecated": false,
                    "description": "<p>Image to display instead of <code>Default.png</code> when launching the application.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "attachments",
                    "deprecated": false,
                    "description": "<p>Notification attachments to display.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "badge",
                    "deprecated": false,
                    "description": "<p>Application badge value.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "category",
                    "deprecated": false,
                    "description": "<p>String identifier of category of actions to be displayed for an interactive notification.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "date",
                    "deprecated": false,
                    "description": "<p>Date and time for the notification to occur.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "type": "Date",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "repeat",
                    "deprecated": false,
                    "description": "<p>Interval to repeat the notification. One of <code>weekly</code>, <code>daily</code>, <code>yearly,</code> <code>monthly</code>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "sound",
                    "deprecated": false,
                    "description": "<p>Path to the sound file to play when notification occurs, relative to the <code>Resources</code> folder.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "timezone",
                    "deprecated": false,
                    "description": "<p>Timezone of the date configured for the notification. If not set, the system timezone is used.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "userInfo",
                    "deprecated": false,
                    "description": "<p>Data to pass to the application with the notification event.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "type": "Object",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "region",
                    "deprecated": false,
                    "description": "<p>Region the notification will be triggered in. Allowed parameter are:</p>\n<ul>\n<li><code>latitude</code>: Latitude of the location center, in decimal degrees (required).</li>\n<li><code>longitude</code>: Longitude of the location center, in decimal degrees (required).</li>\n<li><code>triggersOnce</code>: Whether or not the notification will only fire once (optional, default: true).</li>\n</ul>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "Object",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "summaryArgument",
                    "deprecated": false,
                    "description": "<p>The string the notification adds to the category's summary format string.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.4.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "summaryArgumentCount",
                    "deprecated": false,
                    "description": "<p>The number of items the notification adds to the category's summary format string.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.4.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "1.7"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "1.7"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "UserNotificationAttachment",
            "description": "<p>Provide at least the property <code>identifier</code> and <code>url</code> property to identify a local\nimage, sound or video. If your media is invalid, the API will throw an error log and\nskip the invalid attachment.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "identifier",
                    "deprecated": false,
                    "description": "<p>The identifier of this attachment.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "url",
                    "deprecated": false,
                    "description": "<p>The URL to the attachment's data. If you have obtained this attachment from\nthe notification-center then the URL will be security-scoped.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "options",
                    "deprecated": false,
                    "description": "<p>An additional dictionary of options to provide.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "Object",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "7.3.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "7.3.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "LaunchOptionsType",
            "description": "<p>Dictionary object of parameters used to identify an incoming URL that is handled\nby the application.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "source",
                    "deprecated": false,
                    "description": "<p>The application or service that triggered the handled URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "url",
                    "deprecated": false,
                    "description": "<p>The url that was triggered by the application or service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "6.0.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "6.0.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "UserNotificationSettings",
            "description": "<p>Dictionary object of parameters used to register the application with local notifications using\nthe <a href=\"Titanium.App.iOS.registerUserNotificationSettings\">Titanium.App.iOS.registerUserNotificationSettings</a> method.</p>\n<p>To retrieve the current notification settings, use the\n<a href=\"Titanium.App.iOS.UserNotificationCenter.requestUserNotificationSettings\">Titanium.App.iOS.UserNotificationCenter.requestUserNotificationSettings</a> method.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "types",
                    "deprecated": false,
                    "description": "<p>Notification types to use.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.App.iOS.USER_NOTIFICATION_TYPE_NONE",
                        "Titanium.App.iOS.USER_NOTIFICATION_TYPE_BADGE",
                        "Titanium.App.iOS.USER_NOTIFICATION_TYPE_SOUND",
                        "Titanium.App.iOS.USER_NOTIFICATION_TYPE_ALERT",
                        "Titanium.App.iOS.USER_NOTIFICATION_TYPE_CRITICAL_ALERT",
                        "Titanium.App.iOS.USER_NOTIFICATION_TYPE_PROVISIONAL",
                        "Titanium.App.iOS.USER_NOTIFICATION_TYPE_PROVIDES_APP_NOTIFICATION_SETTINGS"
                    ],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.4.0"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "categories",
                    "deprecated": false,
                    "description": "<p>Set of categories of user notification actions required by the applicaiton to use.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.4.0"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "3.4.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "3.4.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.Blob",
            "description": "<p>A container for binary data.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "toString",
                    "deprecated": false,
                    "description": "<p>Returns a string representation of this blob.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "append",
                    "deprecated": false,
                    "description": "<p>Appends the data from another blob to this blob.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "blob",
                            "constants": [],
                            "description": "<p>Blob to append to this blob.</p>",
                            "type": "Titanium.Blob",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "imageAsCropped",
                    "deprecated": false,
                    "description": "<p>Creates a new blob by cropping the underlying image to the specified dimensions.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Image cropping options. <a href=\"Dimension\">Dimension</a> properties are all optional for this use case.</p>\n<p>Defaults will be to use the current image's <code>height</code>/<code>width</code> and to center the cropped rectangle horizontally/vertically on the original image (<code>x</code>/<code>y</code>).</p>",
                            "type": "Dimension",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Blob",
                            "description": "<p>Cropped image as a blob.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "imageAsResized",
                    "deprecated": false,
                    "description": "<p>Creates a new blob by resizing and scaling the underlying image to the specified dimensions.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "width",
                            "constants": [],
                            "description": "<p>Width to resize this image to.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "height",
                            "constants": [],
                            "description": "<p>Height to resize this image to.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Blob",
                            "description": "<p>Resized image as a blob.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "imageAsCompressed",
                    "deprecated": false,
                    "description": "<p>Creates a new blob by compressing the underlying image to the specified quality.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "quality",
                            "constants": [],
                            "description": "<p>Quality to compress this image to. From 0.0 (lowest quality) to 1.0 (highest quality).</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Blob",
                            "description": "<p>Compressed image as a blob.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "imageAsThumbnail",
                    "deprecated": false,
                    "description": "<p>Returns a thumbnail version of the underlying image, optionally with a border and rounded corners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>Size of the thumbnail, in either width or height.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "borderSize",
                            "constants": [],
                            "description": "<p>Width of the thumbnail's border.</p>",
                            "type": "Number",
                            "usage": "optional"
                        },
                        {
                            "name": "cornerRadius",
                            "constants": [],
                            "description": "<p>Radius of the thumbnail's corners.</p>",
                            "type": "Number",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Blob",
                            "description": "<p>The image thumbnail in a blob.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "imageWithAlpha",
                    "deprecated": false,
                    "description": "<p>Returns a copy of the underlying image with an added alpha channel.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Blob",
                            "description": "<p>The image with an alpha channel in a blob, or <code>null</code> if this blob is not an image.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "imageWithRoundedCorner",
                    "deprecated": false,
                    "description": "<p>Returns a copy of the underlying image with rounded corners added.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "cornerSize",
                            "constants": [],
                            "description": "<p>Size of the rounded corners in pixels.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "borderSize",
                            "constants": [],
                            "description": "<p>Width of the border in pixels.</p>",
                            "type": "Number",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Blob",
                            "description": "<p>Image with a rounded corner in a blob, or <code>null</code> if this blob is not an image.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "imageWithTransparentBorder",
                    "deprecated": false,
                    "description": "<p>Returns a copy of the underlying image with an added transparent border.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>Width of the transparent border in pixels.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Blob",
                            "description": "<p>The image with a transparent border in a blob, or <code>null</code> if this blob is not an image.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Blob.bubbleParent\">Titanium.Blob.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Blob.bubbleParent\">Titanium.Blob.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Blob.bubbleParent\">Titanium.Blob.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Blob.bubbleParent\">Titanium.Blob.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Blob.apiName\">Titanium.Blob.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Blob.apiName\">Titanium.Blob.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Blob.lifecycleContainer\">Titanium.Blob.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Blob.lifecycleContainer\">Titanium.Blob.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Blob.lifecycleContainer\">Titanium.Blob.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Blob.lifecycleContainer\">Titanium.Blob.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getFile",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Blob.file\">Titanium.Blob.file</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Blob.file\">Titanium.Blob.file</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Filesystem.File",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLength",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Blob.length\">Titanium.Blob.length</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Blob.length\">Titanium.Blob.length</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getText",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Blob.text\">Titanium.Blob.text</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Blob.text\">Titanium.Blob.text</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getMimeType",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Blob.mimeType\">Titanium.Blob.mimeType</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Blob.mimeType\">Titanium.Blob.mimeType</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHeight",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Blob.height\">Titanium.Blob.height</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Blob.height\">Titanium.Blob.height</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getWidth",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Blob.width\">Titanium.Blob.width</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Blob.width\">Titanium.Blob.width</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getNativePath",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Blob.nativePath\">Titanium.Blob.nativePath</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Blob.nativePath\">Titanium.Blob.nativePath</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSize",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Blob.size\">Titanium.Blob.size</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Blob.size\">Titanium.Blob.size</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "file",
                    "deprecated": false,
                    "description": "<p>File object represented by this blob, or <code>null</code> if this blob is not\nassociated with a file.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Titanium.Filesystem.File",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "length",
                    "deprecated": false,
                    "description": "<p>Length of this blob in bytes.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "text",
                    "deprecated": false,
                    "description": "<p>UTF-8 string representation of the data in this blob.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "mimeType",
                    "deprecated": false,
                    "description": "<p>Mime type of the data in this blob.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "height",
                    "deprecated": false,
                    "description": "<p>If this blob represents an image, this is the height of the image in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "width",
                    "deprecated": false,
                    "description": "<p>If this blob represents an image, this is the width of the image in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "nativePath",
                    "deprecated": false,
                    "description": "<p>If this blob represents a <a href=\"Titanium.Filesystem.File\">File</a>, this is the file URL\nthat represents it.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "size",
                    "deprecated": false,
                    "description": "<p>Size of the blob in pixels (for image blobs) or bytes (for all other blobs).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>A <code>Blob</code> represents a chunk of binary information, often obtained through\nan <a href=\"Titanium.Network.HTTPClient\">HTTPClient</a> or by reading a <a href=\"Titanium.Filesystem.File\">File</a>.</p>\n<p>Blobs are often used to store text or image data.\nThe <code>Blob</code> object includes a number of properties and methods specific to image blobs.</p>\n<p>Android supports an <a href=\"Titanium.Blob.append\">append</a> method, but\notherwise blobs are immutable.</p>\n<p>The <a href=\"Titanium.Utils\">Titanium.Utils</a> module provides several utility methods for working with\nblobs, including methods for converting between blobs and Base64-encoded strings,\nand methods for generating SHA-1 and SHA-256 hashes and MD5 digests from blob data.</p>\n<p>The <a href=\"Titanium.Buffer\">Buffer</a> object can also contain binary data, and is\nmore easily mutable. Extracting blob data to a buffer is somewhat roundabout:</p>\n<pre><code>var blobStream = Ti.Stream.createStream({ source: myBlob, mode: Ti.Stream.MODE_READ });\nvar newBuffer = Ti.createBuffer({ length: myBlob.length });\nvar bytes = blobStream.read(newBuffer);\n</code></pre>\n<p>Creating a blob from a buffer is much easier:</p>\n<pre><code>var newBlob = myBuffer.toBlob();\n</code></pre>\n<p>In both cases, the conversion involves copying the data from one object to another, so\nyou should be conscious of the amount of the data being copied.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.9"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.9"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.9"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.BlobStream",
            "description": "<p>Wrapper around <a href=\"Titanium.Blob\">Titanium.Blob</a> that implements the <a href=\"Titanium.IOStream\">Titanium.IOStream</a> interface.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "read",
                    "deprecated": false,
                    "description": "<p>Reads data from this stream into a buffer.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "buffer",
                            "constants": [],
                            "description": "<p>Buffer to read stream data into.</p>",
                            "type": "Titanium.Buffer",
                            "usage": "required"
                        },
                        {
                            "name": "offset",
                            "constants": [],
                            "description": "<p>Offset into the buffer to start writing stream data.\nIf specified, <code>length</code> must also be specified.</p>",
                            "type": "Number",
                            "usage": "optional"
                        },
                        {
                            "name": "length",
                            "constants": [],
                            "description": "<p>Maximum number of bytes to read.\nIf specified, <code>offset</code> must also be specified.</p>",
                            "type": "Number",
                            "usage": "optional"
                        },
                        {
                            "name": "resultsCallback",
                            "constants": [],
                            "description": "<p>Function to call with the results of the read operation.</p>",
                            "type": "Function",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "<p>Number of bytes read.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "write",
                    "deprecated": false,
                    "description": "<p>Writes data from a buffer to this stream.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "buffer",
                            "constants": [],
                            "description": "<p>Buffer to write to this stream.</p>",
                            "type": "Titanium.Buffer",
                            "usage": "required"
                        },
                        {
                            "name": "offset",
                            "constants": [],
                            "description": "<p>Offset in the buffer of the first byte to write to the stream.\nIf specified, <code>length</code> must also be specified.</p>",
                            "type": "Number",
                            "usage": "optional"
                        },
                        {
                            "name": "length",
                            "constants": [],
                            "description": "<p>Maximum number of bytes to write to the stream.\nIf specified, <code>offset</code> must also be specified.</p>",
                            "type": "Number",
                            "usage": "optional"
                        },
                        {
                            "name": "resultsCallback",
                            "constants": [],
                            "description": "<p>Function to call with the results of the write operation.</p>",
                            "type": "Function",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "<p>Number of bytes written.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "isWritable",
                    "deprecated": false,
                    "description": "<p>Indicates whether this stream is writable.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "<p>True if stream is writable, false otherwise.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "isReadable",
                    "deprecated": false,
                    "description": "<p>Indicates whether this stream is readable.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "<p>True if stream is readable, false otherwise.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "close",
                    "deprecated": false,
                    "description": "<p>Closes this stream.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.BlobStream.bubbleParent\">Titanium.BlobStream.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.BlobStream.bubbleParent\">Titanium.BlobStream.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.BlobStream.bubbleParent\">Titanium.BlobStream.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.BlobStream.bubbleParent\">Titanium.BlobStream.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.BlobStream.apiName\">Titanium.BlobStream.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.BlobStream.apiName\">Titanium.BlobStream.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.BlobStream.lifecycleContainer\">Titanium.BlobStream.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.BlobStream.lifecycleContainer\">Titanium.BlobStream.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.BlobStream.lifecycleContainer\">Titanium.BlobStream.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.BlobStream.lifecycleContainer\">Titanium.BlobStream.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.IOStream",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>Use the <a href=\"Titanium.Stream.createStream\">Titanium.Stream.createStream</a> method to create a <code>BlobStream</code> instance from a\n<code>Blob</code>.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "1.7"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "1.7"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "1.7"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.Buffer",
            "description": "<p>Buffer is a mutable, resizable container for raw data.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "append",
                    "deprecated": false,
                    "description": "<p>Appends <code>sourceBuffer</code> to the this buffer.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "sourceBuffer",
                            "constants": [],
                            "description": "<p>Buffer to append to this buffer.</p>",
                            "type": "Titanium.Buffer",
                            "usage": "required"
                        },
                        {
                            "name": "sourceOffset",
                            "constants": [],
                            "description": "<p>Offset to start reading buffer data from.\nIf specified, <code>sourceLength</code> must also be specified.</p>",
                            "type": "Number",
                            "usage": "optional"
                        },
                        {
                            "name": "sourceLength",
                            "constants": [],
                            "description": "<p>Number of bytes to read from <code>sourceBuffer</code>.\nIf specified, <code>sourceOffset</code> must also be specified.</p>",
                            "type": "Number",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "<p>The number of bytes appended.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "insert",
                    "deprecated": false,
                    "description": "<p>Inserts data from <code>sourceBuffer</code> into this buffer at <code>offset</code>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "sourceBuffer",
                            "constants": [],
                            "description": "<p>Buffer holding data to insert into this buffer.</p>",
                            "type": "Titanium.Buffer",
                            "usage": "required"
                        },
                        {
                            "name": "offset",
                            "constants": [],
                            "description": "<p>Offset in this buffer to insert the first byte copied from\n<code>sourceBuffer</code>.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "sourceOffset",
                            "constants": [],
                            "description": "<p>Offset in <code>sourceBuffer</code> of the first byte to insert.\nIf specified, <code>sourceLength</code> must be specified as well.</p>",
                            "type": "Number",
                            "usage": "optional"
                        },
                        {
                            "name": "sourceLength",
                            "constants": [],
                            "description": "<p>Number of bytes to insert from <code>sourceBuffer</code>.\nIf specified, <code>sourceOffset</code> must be specified as well.</p>",
                            "type": "Number",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "<p>The number of bytes inserted.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "copy",
                    "deprecated": false,
                    "description": "<p>Copies data from <code>sourceBuffer</code> into the current buffer at <code>offset</code>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "sourceBuffer",
                            "constants": [],
                            "description": "<p>Buffer to copy data from.</p>",
                            "type": "Titanium.Buffer",
                            "usage": "required"
                        },
                        {
                            "name": "offset",
                            "constants": [],
                            "description": "<p>Offset in this buffer for the first byte of the copied data.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "sourceOffset",
                            "constants": [],
                            "description": "<p>Offset in <code>sourceBuffer</code> to copy data from.\nIf specified, <code>sourceLength</code> must be specified as well.</p>",
                            "type": "Number",
                            "usage": "optional"
                        },
                        {
                            "name": "sourceLength",
                            "constants": [],
                            "description": "<p>Number of bytes to copy from <code>sourceBuffer</code>.\nIf specified, <code>sourceOffset</code> must be specified as well.</p>",
                            "type": "Number",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "<p>The number of bytes copied.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "clone",
                    "deprecated": false,
                    "description": "<p>Creates a complete or partial copy of this buffer.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "offset",
                            "constants": [],
                            "description": "<p>Offset of first byte of this buffer to clone.\nIf specified, <code>length</code> must be specified as well.</p>",
                            "type": "Number",
                            "usage": "optional"
                        },
                        {
                            "name": "length",
                            "constants": [],
                            "description": "<p>Number of bytes of data to clone.</p>",
                            "type": "Number",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Buffer",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fill",
                    "deprecated": false,
                    "description": "<p>Fills this buffer with the specified byte value.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "fillByte",
                            "constants": [],
                            "description": "<p>Byte to fill buffer with.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "offset",
                            "constants": [],
                            "description": "<p>Offset of the first byte to set to <code>fillByte</code>.</p>",
                            "type": "Number",
                            "usage": "optional"
                        },
                        {
                            "name": "length",
                            "constants": [],
                            "description": "<p>Number of bytes to fill.</p>",
                            "type": "Number",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "clear",
                    "deprecated": false,
                    "description": "<p>Clears this buffer's contents but does not change the size of the buffer.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "release",
                    "deprecated": false,
                    "description": "<p>Releases the space allocated to the buffer, and sets its length to 0.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "toString",
                    "deprecated": false,
                    "description": "<p>Converts this buffer to a String.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "toBlob",
                    "deprecated": false,
                    "description": "<p>Converts this buffer to a <a href=\"Titanium.Blob\">Titanium.Blob</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Blob",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Buffer.bubbleParent\">Titanium.Buffer.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Buffer.bubbleParent\">Titanium.Buffer.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Buffer.bubbleParent\">Titanium.Buffer.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Buffer.bubbleParent\">Titanium.Buffer.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Buffer.apiName\">Titanium.Buffer.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Buffer.apiName\">Titanium.Buffer.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Buffer.lifecycleContainer\">Titanium.Buffer.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Buffer.lifecycleContainer\">Titanium.Buffer.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Buffer.lifecycleContainer\">Titanium.Buffer.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Buffer.lifecycleContainer\">Titanium.Buffer.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getLength",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Buffer.length\">Titanium.Buffer.length</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Buffer.length\">Titanium.Buffer.length</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLength",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Buffer.length\">Titanium.Buffer.length</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Buffer.length\">Titanium.Buffer.length</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "length",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getValue",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Buffer.value\">Titanium.Buffer.value</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Buffer.value\">Titanium.Buffer.value</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setValue",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Buffer.value\">Titanium.Buffer.value</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Buffer.value\">Titanium.Buffer.value</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "value",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getType",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Buffer.type\">Titanium.Buffer.type</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Buffer.type\">Titanium.Buffer.type</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setType",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Buffer.type\">Titanium.Buffer.type</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Buffer.type\">Titanium.Buffer.type</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getByteOrder",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Buffer.byteOrder\">Titanium.Buffer.byteOrder</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Buffer.byteOrder\">Titanium.Buffer.byteOrder</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setByteOrder",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Buffer.byteOrder\">Titanium.Buffer.byteOrder</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Buffer.byteOrder\">Titanium.Buffer.byteOrder</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "byteOrder",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "length",
                    "deprecated": false,
                    "description": "<p>Length of the buffer in bytes.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "value",
                    "deprecated": false,
                    "description": "<p>Data to be encoded.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "type",
                    "deprecated": false,
                    "description": "<p>The type of data encoding to use with <code>value</code>.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "byteOrder",
                    "deprecated": false,
                    "description": "<p>Byte order of this buffer.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>A <code>Buffer</code> works like a resizable array of byte values.</p>\n<p>Use the <a href=\"Titanium.createBuffer\">Titanium.createBuffer</a> method to create a buffer.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "1.7"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "1.7"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "1.7"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.BufferStream",
            "description": "<p>Wrapper around <a href=\"Titanium.Buffer\">Titanium.Buffer</a> that implements the <a href=\"Titanium.IOStream\">Titanium.IOStream</a> interface.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "read",
                    "deprecated": false,
                    "description": "<p>Reads data from this stream into a buffer.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "buffer",
                            "constants": [],
                            "description": "<p>Buffer to read stream data into.</p>",
                            "type": "Titanium.Buffer",
                            "usage": "required"
                        },
                        {
                            "name": "offset",
                            "constants": [],
                            "description": "<p>Offset into the buffer to start writing stream data.\nIf specified, <code>length</code> must also be specified.</p>",
                            "type": "Number",
                            "usage": "optional"
                        },
                        {
                            "name": "length",
                            "constants": [],
                            "description": "<p>Maximum number of bytes to read.\nIf specified, <code>offset</code> must also be specified.</p>",
                            "type": "Number",
                            "usage": "optional"
                        },
                        {
                            "name": "resultsCallback",
                            "constants": [],
                            "description": "<p>Function to call with the results of the read operation.</p>",
                            "type": "Function",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "<p>Number of bytes read.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "write",
                    "deprecated": false,
                    "description": "<p>Writes data from a buffer to this stream.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "buffer",
                            "constants": [],
                            "description": "<p>Buffer to write to this stream.</p>",
                            "type": "Titanium.Buffer",
                            "usage": "required"
                        },
                        {
                            "name": "offset",
                            "constants": [],
                            "description": "<p>Offset in the buffer of the first byte to write to the stream.\nIf specified, <code>length</code> must also be specified.</p>",
                            "type": "Number",
                            "usage": "optional"
                        },
                        {
                            "name": "length",
                            "constants": [],
                            "description": "<p>Maximum number of bytes to write to the stream.\nIf specified, <code>offset</code> must also be specified.</p>",
                            "type": "Number",
                            "usage": "optional"
                        },
                        {
                            "name": "resultsCallback",
                            "constants": [],
                            "description": "<p>Function to call with the results of the write operation.</p>",
                            "type": "Function",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "<p>Number of bytes written.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "isWritable",
                    "deprecated": false,
                    "description": "<p>Indicates whether this stream is writable.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "<p>True if stream is writable, false otherwise.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "isReadable",
                    "deprecated": false,
                    "description": "<p>Indicates whether this stream is readable.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "<p>True if stream is readable, false otherwise.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "close",
                    "deprecated": false,
                    "description": "<p>Closes this stream.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.BufferStream.bubbleParent\">Titanium.BufferStream.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.BufferStream.bubbleParent\">Titanium.BufferStream.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.BufferStream.bubbleParent\">Titanium.BufferStream.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.BufferStream.bubbleParent\">Titanium.BufferStream.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.BufferStream.apiName\">Titanium.BufferStream.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.BufferStream.apiName\">Titanium.BufferStream.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.BufferStream.lifecycleContainer\">Titanium.BufferStream.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.BufferStream.lifecycleContainer\">Titanium.BufferStream.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.BufferStream.lifecycleContainer\">Titanium.BufferStream.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.BufferStream.lifecycleContainer\">Titanium.BufferStream.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.IOStream",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>Use the <a href=\"Titanium.Stream.createStream\">Titanium.Stream.createStream</a> method to create a <code>BufferStream</code> instance from a\n<code>Buffer</code>.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "1.7"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "1.7"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "1.7"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.Calendar.Alert",
            "description": "<p>An object that represents a single alert for an event in an calendar.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Calendar.Alert.bubbleParent\">Titanium.Calendar.Alert.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Calendar.Alert.bubbleParent\">Titanium.Calendar.Alert.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Calendar.Alert.bubbleParent\">Titanium.Calendar.Alert.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Calendar.Alert.bubbleParent\">Titanium.Calendar.Alert.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Calendar.Alert.apiName\">Titanium.Calendar.Alert.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Calendar.Alert.apiName\">Titanium.Calendar.Alert.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Calendar.Alert.lifecycleContainer\">Titanium.Calendar.Alert.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Calendar.Alert.lifecycleContainer\">Titanium.Calendar.Alert.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Calendar.Alert.lifecycleContainer\">Titanium.Calendar.Alert.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Calendar.Alert.lifecycleContainer\">Titanium.Calendar.Alert.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getAbsoluteDate",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Calendar.Alert.absoluteDate\">Titanium.Calendar.Alert.absoluteDate</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Calendar.Alert.absoluteDate\">Titanium.Calendar.Alert.absoluteDate</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Date",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAbsoluteDate",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Calendar.Alert.absoluteDate\">Titanium.Calendar.Alert.absoluteDate</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Calendar.Alert.absoluteDate\">Titanium.Calendar.Alert.absoluteDate</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "absoluteDate",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Date",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRelativeOffset",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Calendar.Alert.relativeOffset\">Titanium.Calendar.Alert.relativeOffset</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Calendar.Alert.relativeOffset\">Titanium.Calendar.Alert.relativeOffset</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setRelativeOffset",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Calendar.Alert.relativeOffset\">Titanium.Calendar.Alert.relativeOffset</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Calendar.Alert.relativeOffset\">Titanium.Calendar.Alert.relativeOffset</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "relativeOffset",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAlarmTime",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Calendar.Alert.alarmTime\">Titanium.Calendar.Alert.alarmTime</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Calendar.Alert.alarmTime\">Titanium.Calendar.Alert.alarmTime</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Date",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBegin",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Calendar.Alert.begin\">Titanium.Calendar.Alert.begin</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Calendar.Alert.begin\">Titanium.Calendar.Alert.begin</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Date",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getEnd",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Calendar.Alert.end\">Titanium.Calendar.Alert.end</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Calendar.Alert.end\">Titanium.Calendar.Alert.end</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Date",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getEventId",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Calendar.Alert.eventId\">Titanium.Calendar.Alert.eventId</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Calendar.Alert.eventId\">Titanium.Calendar.Alert.eventId</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getId",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Calendar.Alert.id\">Titanium.Calendar.Alert.id</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Calendar.Alert.id\">Titanium.Calendar.Alert.id</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getMinutes",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Calendar.Alert.minutes\">Titanium.Calendar.Alert.minutes</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Calendar.Alert.minutes\">Titanium.Calendar.Alert.minutes</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getState",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Calendar.Alert.state\">Titanium.Calendar.Alert.state</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Calendar.Alert.state\">Titanium.Calendar.Alert.state</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "absoluteDate",
                    "deprecated": false,
                    "description": "<p>The absolute date for the alarm.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Date",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "relativeOffset",
                    "deprecated": false,
                    "description": "<p>The offset from the start of an event, at which the alarm fires.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "alarmTime",
                    "deprecated": false,
                    "description": "<p>Date/time at which this alert alarm is set to trigger.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "Date",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "begin",
                    "deprecated": false,
                    "description": "<p>Start date/time for the corresponding event.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "Date",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "end",
                    "deprecated": false,
                    "description": "<p>End date/time for the corresponding event.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "Date",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "eventId",
                    "deprecated": false,
                    "description": "<p>Identifier of the event for which this alert is set.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "id",
                    "deprecated": false,
                    "description": "<p>Identifier of this alert.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "minutes",
                    "deprecated": false,
                    "description": "<p>Reminder notice period in minutes, that determines how long prior to the event this alert\nshould trigger.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "state",
                    "deprecated": false,
                    "description": "<p>The current state of the alert.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.Calendar.STATE_DISMISSED",
                        "Titanium.Calendar.STATE_FIRED",
                        "Titanium.Calendar.STATE_SCHEDULED"
                    ],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "3.2.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "3.1.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "3.1.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.Calendar.Attendee",
            "description": "<p>An object that represents a single attendee of an event.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Calendar.Attendee.bubbleParent\">Titanium.Calendar.Attendee.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Calendar.Attendee.bubbleParent\">Titanium.Calendar.Attendee.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Calendar.Attendee.bubbleParent\">Titanium.Calendar.Attendee.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Calendar.Attendee.bubbleParent\">Titanium.Calendar.Attendee.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Calendar.Attendee.apiName\">Titanium.Calendar.Attendee.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Calendar.Attendee.apiName\">Titanium.Calendar.Attendee.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getIsOrganizer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Calendar.Attendee.isOrganizer\">Titanium.Calendar.Attendee.isOrganizer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Calendar.Attendee.isOrganizer\">Titanium.Calendar.Attendee.isOrganizer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Calendar.Attendee.name\">Titanium.Calendar.Attendee.name</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Calendar.Attendee.name\">Titanium.Calendar.Attendee.name</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getEmail",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Calendar.Attendee.email\">Titanium.Calendar.Attendee.email</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Calendar.Attendee.email\">Titanium.Calendar.Attendee.email</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRole",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Calendar.Attendee.role\">Titanium.Calendar.Attendee.role</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Calendar.Attendee.role\">Titanium.Calendar.Attendee.role</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getType",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Calendar.Attendee.type\">Titanium.Calendar.Attendee.type</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Calendar.Attendee.type\">Titanium.Calendar.Attendee.type</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getStatus",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Calendar.Attendee.status\">Titanium.Calendar.Attendee.status</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Calendar.Attendee.status\">Titanium.Calendar.Attendee.status</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "isOrganizer",
                    "deprecated": false,
                    "description": "<p>Indicates whether this attendee is the event organizer.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "name",
                    "deprecated": false,
                    "description": "<p>The attendee name.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "email",
                    "deprecated": false,
                    "description": "<p>The attendee email.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "role",
                    "deprecated": false,
                    "description": "<p>The role of the attendee.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.Calendar.ATTENDEE_ROLE_UNKNOWN",
                        "Titanium.Calendar.ATTENDEE_ROLE_OPTIONAL",
                        "Titanium.Calendar.ATTENDEE_ROLE_REQUIRED",
                        "Titanium.Calendar.ATTENDEE_ROLE_CHAIR",
                        "Titanium.Calendar.ATTENDEE_ROLE_NON_PARTICIPANT"
                    ],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "type",
                    "deprecated": false,
                    "description": "<p>The type of the attendee.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.Calendar.ATTENDEE_TYPE_UNKNOWN",
                        "Titanium.Calendar.ATTENDEE_TYPE_PERSON",
                        "Titanium.Calendar.ATTENDEE_TYPE_ROOM",
                        "Titanium.Calendar.ATTENDEE_TYPE_RESOURCE",
                        "Titanium.Calendar.ATTENDEE_TYPE_NONE",
                        "Titanium.Calendar.ATTENDEE_TYPE_REQUIRED",
                        "Titanium.Calendar.ATTENDEE_TYPE_GROUP"
                    ],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "status",
                    "deprecated": false,
                    "description": "<p>The status of the attendee.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.Calendar.ATTENDEE_STATUS_UNKNOWN",
                        "Titanium.Calendar.ATTENDEE_STATUS_PENDING",
                        "Titanium.Calendar.ATTENDEE_STATUS_ACCEPTED",
                        "Titanium.Calendar.ATTENDEE_STATUS_DECLINED",
                        "Titanium.Calendar.ATTENDEE_STATUS_TENTATIVE",
                        "Titanium.Calendar.ATTENDEE_STATUS_INVITED",
                        "Titanium.Calendar.ATTENDEE_STATUS_NONE",
                        "Titanium.Calendar.ATTENDEE_STATUS_DELEGATED",
                        "Titanium.Calendar.ATTENDEE_STATUS_IN_PROCESS"
                    ],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>The API supports retrieving information about the attendee of an event.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "6.0.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "6.0.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.Calendar",
            "description": "<p>The Calendar module provides an API for accessing the native calendar functionality.</p>",
            "deprecated": false,
            "events": [
                {
                    "name": "change",
                    "deprecated": false,
                    "description": "<p>Fired when the database backing the EventKit module is modified.</p>"
                }
            ],
            "examples": [
                {
                    "title": "All Calendars vs Selectable Calendars",
                    "code": "<p>Print the names of all calendars, and the names of calendars that\nhave been selected in the native Android calendar application.</p>\n<pre><code>function showCalendars(calendars) {\n    for (var i = 0; i &lt; calendars.length; i++) {\n        Ti.API.info(calendars[i].name);\n    }\n}\n// Provide permissions if necessary\nif (!Ti.Calendar.hasCalendarPermissions()) {\n    Ti.Calendar.requestCalendarPermissions(function (e) {\n        if (e.success) {\n            printCalendars();\n        }\n    });\n} else {\n    printCalendars();\n}\n\nfunction printCalendars() {\n    Ti.API.info('ALL CALENDARS:');\n    showCalendars(Ti.Calendar.allCalendars);\n    if (Ti.Platform.osname === 'android') {\n        Ti.API.info('SELECTABLE CALENDARS:');\n        showCalendars(Ti.Calendar.selectableCalendars);\n    }\n}\n</code></pre>"
                },
                {
                    "title": "Create an Event and Reminder on Android",
                    "code": "<p>Creates an event and adds an e-mail reminder for 10 minutes before the event.\nvar CALENDAR_TO_USE = 3;\nvar calendar = Ti.Calendar.getCalendarById(CALENDAR_TO_USE);</p>\n<pre><code>// Create the event\nvar eventBegins = new Date(2010, 11, 26, 12, 0, 0);\nvar eventEnds = new Date(2010, 11, 26, 14, 0, 0);\nvar details = {\n    title: 'Do some stuff',\n    description: &quot;I'm going to do some stuff at this time.&quot;,\n    begin: eventBegins,\n    end: eventEnds\n};\n\nvar event = calendar.createEvent(details);\n\n// Now add a reminder via e-mail for 10 minutes before the event.\nvar reminderDetails = {\n    minutes: 10,\n    method: Ti.Calendar.METHOD_EMAIL\n};\n\nevent.createReminder(reminderDetails);\n</code></pre>"
                },
                {
                    "title": "Events in a year",
                    "code": "<p>Create a picker to allow an existing calendar to be selected and, when a button is clicked,\ngenerate details of all events in that calendar for the current year.</p>\n<pre><code>var calendars = [];\nvar selectedCalendarName;\nvar selectedid;\nvar pickerData = [];\nvar osname = Ti.Platform.osname;\n\n//**read events from calendar*******\nfunction performCalendarReadFunctions(){\n    var scrollView = Ti.UI.createScrollView({\n      backgroundColor: '#eee',\n      height: 500,\n      top: 20\n    });\n\n    var label = Ti.UI.createLabel({\n      backgroundColor: 'gray',\n      text: 'Click on the button to display the events for the selected calendar',\n      textAlign: Ti.UI.TEXT_ALIGNMENT_CENTER,\n      top: 20\n    });\n    scrollView.add(label);\n\n    var selectableCalendars = Ti.Calendar.allCalendars;\n    for (var i = 0, ilen = selectableCalendars.length; i &lt; ilen; i++) {\n      calendars.push({ name: selectableCalendars[i].name, id: selectableCalendars[i].id });\n      pickerData.push( Ti.UI.createPickerRow({ title: calendars[i].name }) );\n      if(i === 0){\n        selectedCalendarName = selectableCalendars[i].name;\n        selectedid = selectableCalendars[i].id;\n      }\n    }\n\n    if(!calendars.length){\n      label.text = 'No calendars available. Select at least one in the native calendar before using this app';\n    } else {\n      label.text = 'Click button to view calendar events';\n\n      var picker = Ti.UI.createPicker({\n        top:20\n      });\n\n      picker.add(pickerData);\n      win.add(picker);\n\n      picker.addEventListener('change', function(e){\n        for (var i = 0, ilen = calendars.length; i &lt; ilen; i++) {\n          if(calendars[i].name === e.row.title){\n            selectedCalendarName = calendars[i].name;\n            selectedid = calendars[i].id;\n            Ti.API.info('Selected calendar that we are going to fetch is :: '+ selectedid + ' name:' + selectedCalendarName);\n          }\n        }\n      });\n\n      var button = Ti.UI.createButton({\n        title: 'View events',\n        top: 20\n      });\n      win.add(button);\n\n      button.addEventListener('click', function(e){\n        label.text = 'Generating...';\n\n        var currentYear = new Date().getFullYear();\n\n        var consoleString = '';\n\n        function print(s) {\n          if (consoleString.length) {\n            consoleString = consoleString + '\\n';\n          }\n          consoleString = consoleString + s;\n        }\n\n        var calendar = Ti.Calendar.getCalendarById(selectedid);\n        Ti.API.info('Calendar was of type' + calendar);\n        Ti.API.info('calendar that we are going to fetch is :: '+ calendar.id + ' name:' + calendar.name);\n\n        function printReminder(r) {\n            if (osname === 'android') {\n                var typetext = '[method unknown]';\n                if (r.method == Ti.Calendar.METHOD_EMAIL) {\n                    typetext = 'Email';\n                } else if (r.method == Ti.Calendar.METHOD_SMS) {\n                    typetext = 'SMS';\n                } else if (r.method == Ti.Calendar.METHOD_ALERT) {\n                    typetext = 'Alert';\n                } else if (r.method == Ti.Calendar.METHOD_DEFAULT) {\n                    typetext = '[default reminder method]';\n                }\n                print(typetext + ' reminder to be sent ' + r.minutes + ' minutes before the event');\n            }\n        }\n\n        function printAlert(a) {\n            if (osname === 'android') {\n                  print('Alert id ' + a.id + ' begin ' + a.begin + '; end ' + a.end + '; alarmTime ' + a.alarmTime + '; minutes ' + a.minutes);\n            } else if (osname === 'iphone' || osname === 'ipad') {\n                print('Alert absoluteDate ' + a.absoluteDate + ' relativeOffset ' + a.relativeOffset);\n            }\n        }\n\n        function printEvent(event) {\n          if (event.allDay) {\n            print('Event: ' + event.title + '; ' + event.begin + ' (all day)');\n          } else {\n            print('Event: ' + event.title + '; ' + event.begin + ' ' + event.begin+ '-' + event.end);\n          }\n\n          var reminders = event.reminders;\n          if (reminders &amp;&amp; reminders.length) {\n              print('There is/are ' + reminders.length + ' reminder(s)');\n              for (var i = 0; i &lt; reminders.length; i++) {\n                  printReminder(reminders[i]);\n              }\n          }\n          print('hasAlarm? ' + event.hasAlarm);\n          var alerts = event.alerts;\n          if (alerts &amp;&amp; alerts.length) {\n            for (var i = 0; i &lt; alerts.length; i++) {\n              printAlert(alerts[i]);\n            }\n          }\n\n          var status = event.status;\n          if (status == Ti.Calendar.STATUS_TENTATIVE) {\n            print('This event is tentative');\n          }\n          if (status == Ti.Calendar.STATUS_CONFIRMED) {\n            print('This event is confirmed');\n          }\n          if (status == Ti.Calendar.STATUS_CANCELED) {\n            print('This event was canceled');\n          }\n        }\n\n        var events = calendar.getEventsInYear(currentYear);\n        if (events &amp;&amp; events.length) {\n          print(events.length + ' event(s) in ' + currentYear);\n          print('');\n          for (var i = 0; i &lt; events.length; i++) {\n            printEvent(events[i]);\n            print('');\n          }\n        } else {\n          print('No events');\n        }\n\n        label.text = consoleString;\n      });\n    }\n\n    win.add(scrollView);\n}\n\n\nvar win = Ti.UI.createWindow({\n  backgroundColor: 'gray',\n  exitOnClose: true,\n  fullscreen: false,\n  layout: 'vertical',\n  title: 'Calendar Demo'\n});\n\nif (Ti.Calendar.hasCalendarPermissions()) {\n    performCalendarReadFunctions();\n} else {\n    Ti.Calendar.requestCalendarPermissions(function(e) {\n        if (e.success) {\n            performCalendarReadFunctions();\n        } else {\n            Ti.API.error(e.error);\n            alert('Access to calendar is not allowed');\n        }\n    });\n}\n\nwin.open();\n</code></pre>"
                },
                {
                    "title": "Create a Recurring Event with Alerts on iOS (add the code to the sample above)",
                    "code": "<p>Create a recurring event with alerts.</p>\n<pre><code>function printEventDetails(eventID) {\n    Ti.API.info('eventID:' + eventID);\n    var defCalendar = Ti.Calendar.getCalendarById(selectedid);\n    var eventFromCalendar = defCalendar.getEventById(eventID);\n    if (eventFromCalendar) {\n        Ti.API.info('Printing event values ::');\n        Ti.API.info('title: '+ eventFromCalendar.title);\n        Ti.API.info('notes: ' + eventFromCalendar.notes);\n        Ti.API.info('location: ' + eventFromCalendar.location);\n        Ti.API.info('allDay?:' + eventFromCalendar.allDay);\n        Ti.API.info('status: '+ eventFromCalendar.status);\n        Ti.API.info('availability: '+ eventFromCalendar.availability);\n        Ti.API.info('hasAlarm?: '+ eventFromCalendar.hasAlarm);\n        Ti.API.info('id: '+ eventFromCalendar.id);\n        Ti.API.info('isDetached?: '+ eventFromCalendar.isDetached);\n        Ti.API.info('begin: '+ eventFromCalendar.begin);\n        Ti.API.info('end: '+ eventFromCalendar.end);\n        var eventRule = eventFromCalendar.recurrenceRules;\n        Ti.API.info('recurrenceRules : ' + eventRule);\n        for (var i = 0; i &lt; eventRule.length; i++) {\n            Ti.API.info('Rule # ' + i);\n            Ti.API.info('frequency: ' + eventRule[i].frequency);\n            Ti.API.info('interval: ' + eventRule[i].interval);\n            Ti.API.info('daysofTheWeek: ' );\n            var daysofTheWeek = eventRule[i].daysOfTheWeek;\n            for (var j = 0; j &lt; daysofTheWeek.length; j++) {\n                Ti.API.info('{ dayOfWeek: ' + daysofTheWeek[j].dayOfWeek + ', weekNumber: ' + daysofTheWeek[j].week + ' }, ');\n            }\n            Ti.API.info('firstDayOfTheWeek: ' + eventRule[i].firstDayOfTheWeek);\n            Ti.API.info('daysOfTheMonth: ');\n            var daysOfTheMonth = eventRule[i].daysOfTheMonth;\n            for(var j = 0; j &lt; daysOfTheMonth.length; j++) {\n                Ti.API.info(' ' + daysOfTheMonth[j]);\n            }\n            Ti.API.info('daysOfTheYear: ');\n            var daysOfTheYear = eventRule[i].daysOfTheYear;\n            for(var j = 0; j &lt; daysOfTheYear.length; j++) {\n                Ti.API.info(' ' + daysOfTheYear[j]);\n            }\n            Ti.API.info('weeksOfTheYear: ');\n            var weeksOfTheYear = eventRule[i].weeksOfTheYear;\n            for(var j = 0; j &lt; weeksOfTheYear.length; j++) {\n                Ti.API.info(' ' + weeksOfTheYear[j]);\n            }\n            Ti.API.info('monthsOfTheYear: ');\n            var monthsOfTheYear = eventRule[i].monthsOfTheYear;\n            for(var j = 0; j &lt; monthsOfTheYear.length; j++) {\n                Ti.API.info(' ' + monthsOfTheYear[j]);\n            }\n            Ti.API.info('daysOfTheYear: ');\n            if (osname !== 'android') {\n                var setPositions = eventRule[i].setPositions;\n                for(var j = 0; j &lt; setPositions.length; j++) {\n                    Ti.API.info(' ' + setPositions[j]);\n                }\n            }\n        };\n        Ti.API.info('alerts: ' + eventFromCalendar.alerts);\n        var newAlerts = eventFromCalendar.alerts;\n\n        for(var i = 0 ; i &lt; newAlerts.length ; i++) {\n            Ti.API.info('*****Alert ' + i);\n            Ti.API.info('absoluteDate: ' + newAlerts[i].absoluteDate);\n            Ti.API.info('relativeOffset: ' + newAlerts[i].relativeOffset);\n        }\n   }\n}\nfunction performCalendarWriteFunctions(){\n    var defCalendar = Ti.Calendar.getCalendarById(selectedid);\n    var date1 = new Date(new Date().getTime() + 3000),\n        date2 = new Date(new Date().getTime() + 900000);\n    Ti.API.info('Date1: ' + date1 + ', Date2: ' + date2);\n    var event1 = defCalendar.createEvent({\n                        title: 'Sample Event',\n                        notes: 'This is a test event which has some values assigned to it.',\n                        location: 'Appcelerator Inc',\n                        begin: date1,\n                        end: date2,\n                        availability: Ti.Calendar.AVAILABILITY_FREE,\n                        allDay: false,\n                });\n    var alert1;\n    var alert2;\n    if (osname === 'android') {\n        alert1 = event1.createAlert({\n            minutes: 60\n        })\n    } else {\n        alert1 = event1.createAlert({\n            absoluteDate: new Date(new Date().getTime() - (1000*60*20))\n        });\n        alert2 = event1.createAlert({\n            relativeOffset:-(60*15)\n        })\n    }\n\n    var allAlerts = new Array(alert1,alert2);\n    event1.alerts = allAlerts;\n    var newRule = event1.createRecurrenceRule({\n        frequency: Ti.Calendar.RECURRENCEFREQUENCY_MONTHLY,\n        interval: 1,\n        daysOfTheWeek: [ { dayOfWeek: 1, week: 2 }, { dayOfWeek: 2 } ],\n        end: { occurrenceCount: 10 }\n    });\n    Ti.API.info('newRule: '+ newRule);\n    event1.recurrenceRules = [newRule];\n    Ti.API.info('Going to save event now');\n    event1.save(Ti.Calendar.SPAN_THISEVENT);\n    Ti.API.info('Done with saving event,\\n Now trying to retrieve it.');\n    printEventDetails(event1.id);\n}\n\nvar button2 = Ti.UI.createButton({\n    title: 'Create a recurring event',\n    top: 20\n});\nwin.add(button2);\nbutton2.addEventListener('click', function () {\n    performCalendarWriteFunctions();\n});\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getCalendarById",
                    "deprecated": false,
                    "description": "<p>Gets the calendar with the specified identifier.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "id",
                            "constants": [],
                            "description": "<p>Identifier of the calendar.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Calendar.Calendar",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hasCalendarPermissions",
                    "deprecated": false,
                    "description": "<p>Returns <code>true</code> if the app has calendar access.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "requestCalendarPermissions",
                    "deprecated": false,
                    "description": "<p>Requests for calendar access.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Function to call upon user decision to grant calendar access.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "requestEventsAuthorization",
                    "deprecated": true,
                    "description": "<p>If authorization is unknown, the system will bring up a dialog requesting permission. <strong>Removed in 8.1.0. Use <a href=\"Titanium.Calendar.requestCalendarPermissions\">Titanium.Calendar.requestCalendarPermissions</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when when authorization is no longer unknown.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Calendar.bubbleParent\">Titanium.Calendar.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Calendar.bubbleParent\">Titanium.Calendar.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Calendar.bubbleParent\">Titanium.Calendar.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Calendar.bubbleParent\">Titanium.Calendar.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Calendar.apiName\">Titanium.Calendar.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Calendar.apiName\">Titanium.Calendar.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Calendar.lifecycleContainer\">Titanium.Calendar.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Calendar.lifecycleContainer\">Titanium.Calendar.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Calendar.lifecycleContainer\">Titanium.Calendar.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Calendar.lifecycleContainer\">Titanium.Calendar.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getEventsAuthorization",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Calendar.eventsAuthorization\">Titanium.Calendar.eventsAuthorization</a> property. <strong>Removed in 8.1.0. Use <a href=\"Titanium.Calendar.calendarAuthorization\">Titanium.Calendar.calendarAuthorization</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getCalendarAuthorization",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Calendar.calendarAuthorization\">Titanium.Calendar.calendarAuthorization</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Calendar.calendarAuthorization\">Titanium.Calendar.calendarAuthorization</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAllAlerts",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Calendar.allAlerts\">Titanium.Calendar.allAlerts</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Calendar.allAlerts\">Titanium.Calendar.allAlerts</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getAllCalendars",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Calendar.allCalendars\">Titanium.Calendar.allCalendars</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Calendar.allCalendars\">Titanium.Calendar.allCalendars</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAllEditableCalendars",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Calendar.allEditableCalendars\">Titanium.Calendar.allEditableCalendars</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Calendar.allEditableCalendars\">Titanium.Calendar.allEditableCalendars</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSelectableCalendars",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Calendar.selectableCalendars\">Titanium.Calendar.selectableCalendars</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Calendar.selectableCalendars\">Titanium.Calendar.selectableCalendars</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getDefaultCalendar",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Calendar.defaultCalendar\">Titanium.Calendar.defaultCalendar</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Calendar.defaultCalendar\">Titanium.Calendar.defaultCalendar</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Calendar.Calendar",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Module",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "METHOD_ALERT",
                    "deprecated": false,
                    "description": "<p>Reminder alert delivery method.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "METHOD_DEFAULT",
                    "deprecated": false,
                    "description": "<p>Reminder default delivery method.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "METHOD_EMAIL",
                    "deprecated": false,
                    "description": "<p>Reminder email delivery method.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "METHOD_SMS",
                    "deprecated": false,
                    "description": "<p>Reminder SMS delivery method.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "STATE_DISMISSED",
                    "deprecated": false,
                    "description": "<p>Alert dismissed state.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "STATE_FIRED",
                    "deprecated": false,
                    "description": "<p>Alert fired state.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "STATE_SCHEDULED",
                    "deprecated": false,
                    "description": "<p>Alert scheduled status.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "STATUS_NONE",
                    "deprecated": false,
                    "description": "<p>Event has no status.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "STATUS_CANCELLED",
                    "deprecated": true,
                    "description": "<p>Event canceled status. <strong>Removed in 7.0.0. Use <a href=\"Titanium.Calendar.STATUS_CANCELED\">Titanium.Calendar.STATUS_CANCELED</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "STATUS_CANCELED",
                    "deprecated": false,
                    "description": "<p>Event canceled status.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "STATUS_CONFIRMED",
                    "deprecated": false,
                    "description": "<p>Event confirmed status.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "STATUS_TENTATIVE",
                    "deprecated": false,
                    "description": "<p>Event tentative status.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AVAILABILITY_NOTSUPPORTED",
                    "deprecated": false,
                    "description": "<p>Availability settings are not supported by the event's calendar.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AVAILABILITY_BUSY",
                    "deprecated": false,
                    "description": "<p>Event has a busy availability setting.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AVAILABILITY_FREE",
                    "deprecated": false,
                    "description": "<p>Event has a free availability setting.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AVAILABILITY_TENTATIVE",
                    "deprecated": false,
                    "description": "<p>Event has a tentative availability setting.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AVAILABILITY_UNAVAILABLE",
                    "deprecated": false,
                    "description": "<p>Event has a tentative availability setting.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUTHORIZATION_AUTHORIZED",
                    "deprecated": false,
                    "description": "<p>An <a href=\"Titanium.Calendar.calendarAuthorization\">calendarAuthorization</a> value\nindicating that the application is authorized to use events in the Calendar.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUTHORIZATION_DENIED",
                    "deprecated": false,
                    "description": "<p>An <a href=\"Titanium.Calendar.calendarAuthorization\">calendarAuthorization</a> value\nindicating that the application is not authorized to use events in the Calendar.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUTHORIZATION_RESTRICTED",
                    "deprecated": false,
                    "description": "<p>An <a href=\"Titanium.Calendar.calendarAuthorization\">calendarAuthorization</a> value\nindicating that the application is not authorized to use events in the Calendar.\nthe user cannot change this application's status.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUTHORIZATION_UNKNOWN",
                    "deprecated": false,
                    "description": "<p>An <a href=\"Titanium.Calendar.calendarAuthorization\">calendarAuthorization</a> value\nindicating that the authorization state is unknown.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "SPAN_THISEVENT",
                    "deprecated": false,
                    "description": "<p>A <a href=\"Titanium.Calendar.Event.save\">save</a>/<a href=\"Titanium.Calendar.Event.remove\">remove</a> event value,\nindicating modifications to this event instance should affect only this instance.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "SPAN_FUTUREEVENTS",
                    "deprecated": false,
                    "description": "<p>A <a href=\"Titanium.Calendar.Event.save\">save</a>/<a href=\"Titanium.Calendar.Event.remove\">remove</a> event value,\nindicating modifications to this event instance should also affect future instances of this event.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "RECURRENCEFREQUENCY_DAILY",
                    "deprecated": false,
                    "description": "<p>Indicates a daily recurrence rule for a events reccurance frequency.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "RECURRENCEFREQUENCY_WEEKLY",
                    "deprecated": false,
                    "description": "<p>Indicates a weekly recurrence rule for a events reccurance frequency.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "RECURRENCEFREQUENCY_MONTHLY",
                    "deprecated": false,
                    "description": "<p>Indicates a monthly recurrence rule for a events reccurance frequency.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "RECURRENCEFREQUENCY_YEARLY",
                    "deprecated": false,
                    "description": "<p>Indicates a yearly recurrence rule for a events reccurance frequency.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "VISIBILITY_CONFIDENTIAL",
                    "deprecated": false,
                    "description": "<p>Event confidential visibility.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "VISIBILITY_DEFAULT",
                    "deprecated": false,
                    "description": "<p>Event default visibility.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "VISIBILITY_PRIVATE",
                    "deprecated": false,
                    "description": "<p>Event private visibility.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "VISIBILITY_PUBLIC",
                    "deprecated": false,
                    "description": "<p>Event public visibility.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "ATTENDEE_STATUS_UNKNOWN",
                    "deprecated": false,
                    "description": "<p>Attendee status is unknown.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ATTENDEE_STATUS_PENDING",
                    "deprecated": false,
                    "description": "<p>Attendee status is pending.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ATTENDEE_STATUS_ACCEPTED",
                    "deprecated": false,
                    "description": "<p>Attendee status is accepted.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ATTENDEE_STATUS_DECLINED",
                    "deprecated": false,
                    "description": "<p>Attendee status is declined.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ATTENDEE_STATUS_TENTATIVE",
                    "deprecated": false,
                    "description": "<p>Attendee status is tentative.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ATTENDEE_STATUS_INVITED",
                    "deprecated": false,
                    "description": "<p>Attendee status is invited.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "ATTENDEE_STATUS_NONE",
                    "deprecated": false,
                    "description": "<p>There is no Attendee status.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "ATTENDEE_STATUS_DELEGATED",
                    "deprecated": false,
                    "description": "<p>Attendee status is delegated.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ATTENDEE_STATUS_IN_PROCESS",
                    "deprecated": false,
                    "description": "<p>Attendee status is in process.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "RELATIONSHIP_ATTENDEE",
                    "deprecated": false,
                    "description": "<p>Relationship is attendee.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "RELATIONSHIP_NONE",
                    "deprecated": false,
                    "description": "<p>There is no relationship.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "RELATIONSHIP_ORGANIZER",
                    "deprecated": false,
                    "description": "<p>Attendee is organizer.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "RELATIONSHIP_PERFORMER",
                    "deprecated": false,
                    "description": "<p>Attendee is performer.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "RELATIONSHIP_SPEAKER",
                    "deprecated": false,
                    "description": "<p>Attendee is speaker.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "RELATIONSHIP_UNKNOWN",
                    "deprecated": false,
                    "description": "<p>Relationship is unknown.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "ATTENDEE_ROLE_UNKNOWN",
                    "deprecated": false,
                    "description": "<p>Attendee role is unknown.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ATTENDEE_ROLE_OPTIONAL",
                    "deprecated": false,
                    "description": "<p>Attendee role is optional.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ATTENDEE_ROLE_REQUIRED",
                    "deprecated": false,
                    "description": "<p>Attendee role is required.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ATTENDEE_ROLE_CHAIR",
                    "deprecated": false,
                    "description": "<p>Attendee role is chair.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ATTENDEE_ROLE_NON_PARTICIPANT",
                    "deprecated": false,
                    "description": "<p>Attendee is not a participant.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ATTENDEE_TYPE_UNKNOWN",
                    "deprecated": false,
                    "description": "<p>Attendee type is unknown.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ATTENDEE_TYPE_PERSON",
                    "deprecated": false,
                    "description": "<p>Attendee type is person.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ATTENDEE_TYPE_ROOM",
                    "deprecated": false,
                    "description": "<p>Attendee type is room.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ATTENDEE_TYPE_RESOURCE",
                    "deprecated": false,
                    "description": "<p>Attendee type is resource.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ATTENDEE_TYPE_NONE",
                    "deprecated": false,
                    "description": "<p>There is not attendee type.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "ATTENDEE_TYPE_REQUIRED",
                    "deprecated": false,
                    "description": "<p>Attendee type is required.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "ATTENDEE_TYPE_GROUP",
                    "deprecated": false,
                    "description": "<p>Attendee type is group.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "SOURCE_TYPE_LOCAL",
                    "deprecated": false,
                    "description": "<p>A local calendar source.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "SOURCE_TYPE_EXCHANGE",
                    "deprecated": false,
                    "description": "<p>A microsoft exchange calendar source.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "SOURCE_TYPE_CALDAV",
                    "deprecated": false,
                    "description": "<p>A calDev calendar source.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "SOURCE_TYPE_MOBILEME",
                    "deprecated": false,
                    "description": "<p>A mobileMe calendar source.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "SOURCE_TYPE_SUBSCRIBED",
                    "deprecated": false,
                    "description": "<p>A subscribed calendar source.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "SOURCE_TYPE_BIRTHDAYS",
                    "deprecated": false,
                    "description": "<p>A birthday calendar source.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "eventsAuthorization",
                    "deprecated": true,
                    "description": "<p>Returns an authorization constant indicating if the application has access to the events in the EventKit. <strong>Removed in 8.1.0. Use <a href=\"Titanium.Calendar.calendarAuthorization\">Titanium.Calendar.calendarAuthorization</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.Calendar.AUTHORIZATION_AUTHORIZED",
                        "Titanium.Calendar.AUTHORIZATION_DENIED",
                        "Titanium.Calendar.AUTHORIZATION_RESTRICTED",
                        "Titanium.Calendar.AUTHORIZATION_UNKNOWN"
                    ],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "calendarAuthorization",
                    "deprecated": false,
                    "description": "<p>Returns an authorization constant indicating if the application has access to the events in the EventKit.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.Calendar.AUTHORIZATION_AUTHORIZED",
                        "Titanium.Calendar.AUTHORIZATION_DENIED",
                        "Titanium.Calendar.AUTHORIZATION_RESTRICTED",
                        "Titanium.Calendar.AUTHORIZATION_UNKNOWN"
                    ],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "allAlerts",
                    "deprecated": false,
                    "description": "<p>All alerts in selected calendars.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "allCalendars",
                    "deprecated": false,
                    "description": "<p>All calendars known to the native calendar app.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "allEditableCalendars",
                    "deprecated": false,
                    "description": "<p>All calendars known to the native calendar app that can add, edit, and\ndelete items in the calendar.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "selectableCalendars",
                    "deprecated": false,
                    "description": "<p>All calendars selected within the native calendar app, which may be a subset of <code>allCalendars</code>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "defaultCalendar",
                    "deprecated": false,
                    "description": "<p>Calendar that events are added to by default, as specified by user settings.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Titanium.Calendar.Calendar",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>This module supports retrieving information about existing events and creating new events.\nModifying or deleting existing events and creating recurring events are only supported on iOS.</p>\n<p>Currently, on Android, calendar permissions must be explicitly configured in <code>tiapp.xml</code> in order to access the\ncalendar. See &quot;Common Requirements&quot; in\n<a href=\"https://docs.appcelerator.com/platform/latest/#!/guide/tiapp.xml_and_timodule.xml_Reference\">tiapp.xml and timodule.xml Reference</a>.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "3.2.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "3.1.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "3.1.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "EventsAuthorizationResponse",
            "description": "<p>Argument passed to the callback when a request finishes successfully or erroneously.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "success",
                    "deprecated": false,
                    "description": "<p>Indicates whether the request succeeded.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "error",
                    "deprecated": false,
                    "description": "<p>Error message, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "code",
                    "deprecated": false,
                    "description": "<p>Error code, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "3.1.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "3.1.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.Calendar.Calendar",
            "description": "<p>An object that represents a single calendar.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createEvent",
                    "deprecated": false,
                    "description": "<p>Creates an event in this calendar.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "properties",
                            "constants": [],
                            "description": "<p>Properties of the event</p>",
                            "type": "Titanium.Calendar.Event",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Calendar.Event",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getEventById",
                    "deprecated": false,
                    "description": "<p>Gets the event with the specified identifier.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "id",
                            "constants": [],
                            "description": "<p>Identifier of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Calendar.Event",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getEventsBetweenDates",
                    "deprecated": false,
                    "description": "<p>Gets events that occur between two dates.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "date1",
                            "constants": [],
                            "description": "<p>Start date.</p>",
                            "type": "Date",
                            "usage": "required"
                        },
                        {
                            "name": "date2",
                            "constants": [],
                            "description": "<p>End date.</p>",
                            "type": "Date",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getEventsInDate",
                    "deprecated": true,
                    "description": "<p>Gets events that occur on a specified date. <strong>Deprecated since 7.0.0. Use <a href=\"Titanium.Calendar.Calendar.getEventsBetweenDates\">Titanium.Calendar.Calendar.getEventsBetweenDates</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "year",
                            "constants": [],
                            "description": "<p>Year of the events.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "month",
                            "constants": [],
                            "description": "<p>Month of the events, as a zero-based integer with January at 0 and December at 11.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "day",
                            "constants": [],
                            "description": "<p>Day of the month of the events.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getEventsInMonth",
                    "deprecated": true,
                    "description": "<p>Gets events that occur during a specified month. <strong>Deprecated since 7.0.0. Use <a href=\"Titanium.Calendar.Calendar.getEventsBetweenDates\">Titanium.Calendar.Calendar.getEventsBetweenDates</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "year",
                            "constants": [],
                            "description": "<p>Year of the events.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "month",
                            "constants": [],
                            "description": "<p>Month of the events, as a zero-based integer with January at 0 and December at 11.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getEventsInYear",
                    "deprecated": true,
                    "description": "<p>Gets all events that occur during a specified year. <strong>Deprecated since 7.0.0. Use <a href=\"Titanium.Calendar.Calendar.getEventsBetweenDates\">Titanium.Calendar.Calendar.getEventsBetweenDates</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "year",
                            "constants": [],
                            "description": "<p>Year of the events.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Calendar.Calendar.bubbleParent\">Titanium.Calendar.Calendar.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Calendar.Calendar.bubbleParent\">Titanium.Calendar.Calendar.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Calendar.Calendar.bubbleParent\">Titanium.Calendar.Calendar.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Calendar.Calendar.bubbleParent\">Titanium.Calendar.Calendar.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Calendar.Calendar.apiName\">Titanium.Calendar.Calendar.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Calendar.Calendar.apiName\">Titanium.Calendar.Calendar.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Calendar.Calendar.lifecycleContainer\">Titanium.Calendar.Calendar.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Calendar.Calendar.lifecycleContainer\">Titanium.Calendar.Calendar.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Calendar.Calendar.lifecycleContainer\">Titanium.Calendar.Calendar.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Calendar.Calendar.lifecycleContainer\">Titanium.Calendar.Calendar.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getHidden",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Calendar.Calendar.hidden\">Titanium.Calendar.Calendar.hidden</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Calendar.Calendar.hidden\">Titanium.Calendar.Calendar.hidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getId",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Calendar.Calendar.id\">Titanium.Calendar.Calendar.id</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Calendar.Calendar.id\">Titanium.Calendar.Calendar.id</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Calendar.Calendar.name\">Titanium.Calendar.Calendar.name</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Calendar.Calendar.name\">Titanium.Calendar.Calendar.name</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSelected",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Calendar.Calendar.selected\">Titanium.Calendar.Calendar.selected</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Calendar.Calendar.selected\">Titanium.Calendar.Calendar.selected</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getSourceTitle",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Calendar.Calendar.sourceTitle\">Titanium.Calendar.Calendar.sourceTitle</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Calendar.Calendar.sourceTitle\">Titanium.Calendar.Calendar.sourceTitle</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSourceType",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Calendar.Calendar.sourceType\">Titanium.Calendar.Calendar.sourceType</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Calendar.Calendar.sourceType\">Titanium.Calendar.Calendar.sourceType</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSourceIdentifier",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Calendar.Calendar.sourceIdentifier\">Titanium.Calendar.Calendar.sourceIdentifier</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Calendar.Calendar.sourceIdentifier\">Titanium.Calendar.Calendar.sourceIdentifier</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "hidden",
                    "deprecated": false,
                    "description": "<p>Indicates whether this calendar can be edited or deleted.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "id",
                    "deprecated": false,
                    "description": "<p>Identifier of this calendar.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "name",
                    "deprecated": false,
                    "description": "<p>Display name of this calendar.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "selected",
                    "deprecated": false,
                    "description": "<p>Indicates whether the calendar is selected.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "sourceTitle",
                    "deprecated": false,
                    "description": "<p>Displays the source title.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "sourceType",
                    "deprecated": false,
                    "description": "<p>Displays the source type.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.Calendar.SOURCE_TYPE_LOCAL",
                        "Titanium.Calendar.SOURCE_TYPE_EXCHANGE",
                        "Titanium.Calendar.SOURCE_TYPE_CALDAV",
                        "Titanium.Calendar.SOURCE_TYPE_MOBILEME",
                        "Titanium.Calendar.SOURCE_TYPE_SUBSCRIBED",
                        "Titanium.Calendar.SOURCE_TYPE_BIRTHDAYS"
                    ],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "sourceIdentifier",
                    "deprecated": false,
                    "description": "<p>Displays the source identifier.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "3.2.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "3.1.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "3.1.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.Calendar.Event",
            "description": "<p>An object that represents a single event in a calendar.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createAlert",
                    "deprecated": false,
                    "description": "<p>Creates an alert for this event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "data",
                            "constants": [],
                            "description": "<p>Properties for the alert.</p>",
                            "type": "Titanium.Calendar.Alert",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Calendar.Alert",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createReminder",
                    "deprecated": false,
                    "description": "<p>Creates a reminder for this event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "data",
                            "constants": [],
                            "description": "<p>Properties for the reminder.</p>",
                            "type": "Titanium.Calendar.Reminder",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Calendar.Reminder",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getExtendedProperty",
                    "deprecated": false,
                    "description": "<p>Gets the value of the specified extended property.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of an existing extended property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setExtendedProperty",
                    "deprecated": false,
                    "description": "<p>Sets the value of the specified extended property.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Property name.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "value",
                            "constants": [],
                            "description": "<p>Property value.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "createRecurrenceRule",
                    "deprecated": false,
                    "description": "<p>Creates an recurrence pattern for a recurring event.\nAll of the properties for the recurrence rule must be set during creation.\nThe recurrence rule properties cannot be modified.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "data",
                            "constants": [],
                            "description": "<p>Properties for the recurrence rule.</p>",
                            "type": "Titanium.Calendar.RecurrenceRule",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Calendar.RecurrenceRule",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "save",
                    "deprecated": false,
                    "description": "<p>Saves changes to an event permanently.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "span",
                            "constants": [
                                "Titanium.Calendar.SPAN_THISEVENT",
                                "Titanium.Calendar.SPAN_FUTUREEVENTS"
                            ],
                            "description": "<p>The span to use. Indicates whether the save affects future instances of the\nevent in the case of a recurring event.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "remove",
                    "deprecated": false,
                    "description": "<p>Removes an event from the event store.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "span",
                            "constants": [
                                "Titanium.Calendar.SPAN_THISEVENT",
                                "Titanium.Calendar.SPAN_FUTUREEVENTS"
                            ],
                            "description": "<p>The span to use. Indicates whether to remove future instances of the event in\nthe case of a recurring event.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "refresh",
                    "deprecated": false,
                    "description": "<p>Updates the event's data with the current information in the Calendar database.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "addRecurrenceRule",
                    "deprecated": false,
                    "description": "<p>Adds a recurrence rule to the recurrence rule array.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rule",
                            "constants": [],
                            "description": "<p>The recurrence rule to be added.</p>",
                            "type": "Titanium.Calendar.RecurrenceRule",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeRecurrenceRule",
                    "deprecated": false,
                    "description": "<p>Removes a recurrence rule to the recurrence rule array.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rule",
                            "constants": [],
                            "description": "<p>The recurrence rule to be removed.</p>",
                            "type": "Titanium.Calendar.RecurrenceRule",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Calendar.Event.bubbleParent\">Titanium.Calendar.Event.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Calendar.Event.bubbleParent\">Titanium.Calendar.Event.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Calendar.Event.bubbleParent\">Titanium.Calendar.Event.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Calendar.Event.bubbleParent\">Titanium.Calendar.Event.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Calendar.Event.apiName\">Titanium.Calendar.Event.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Calendar.Event.apiName\">Titanium.Calendar.Event.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Calendar.Event.lifecycleContainer\">Titanium.Calendar.Event.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Calendar.Event.lifecycleContainer\">Titanium.Calendar.Event.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Calendar.Event.lifecycleContainer\">Titanium.Calendar.Event.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Calendar.Event.lifecycleContainer\">Titanium.Calendar.Event.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getAlerts",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Calendar.Event.alerts\">Titanium.Calendar.Event.alerts</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Calendar.Event.alerts\">Titanium.Calendar.Event.alerts</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAlerts",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Calendar.Event.alerts\">Titanium.Calendar.Event.alerts</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Calendar.Event.alerts\">Titanium.Calendar.Event.alerts</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "alerts",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAllDay",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Calendar.Event.allDay\">Titanium.Calendar.Event.allDay</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Calendar.Event.allDay\">Titanium.Calendar.Event.allDay</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAllDay",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Calendar.Event.allDay\">Titanium.Calendar.Event.allDay</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Calendar.Event.allDay\">Titanium.Calendar.Event.allDay</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "allDay",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBegin",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Calendar.Event.begin\">Titanium.Calendar.Event.begin</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Calendar.Event.begin\">Titanium.Calendar.Event.begin</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Date",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBegin",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Calendar.Event.begin\">Titanium.Calendar.Event.begin</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Calendar.Event.begin\">Titanium.Calendar.Event.begin</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "begin",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Date",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getNotes",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Calendar.Event.notes\">Titanium.Calendar.Event.notes</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Calendar.Event.notes\">Titanium.Calendar.Event.notes</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setNotes",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Calendar.Event.notes\">Titanium.Calendar.Event.notes</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Calendar.Event.notes\">Titanium.Calendar.Event.notes</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "notes",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getDescription",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Calendar.Event.description\">Titanium.Calendar.Event.description</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Calendar.Event.description\">Titanium.Calendar.Event.description</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getEnd",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Calendar.Event.end\">Titanium.Calendar.Event.end</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Calendar.Event.end\">Titanium.Calendar.Event.end</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Date",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setEnd",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Calendar.Event.end\">Titanium.Calendar.Event.end</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Calendar.Event.end\">Titanium.Calendar.Event.end</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "end",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Date",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getExtendedProperties",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Calendar.Event.extendedProperties\">Titanium.Calendar.Event.extendedProperties</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Calendar.Event.extendedProperties\">Titanium.Calendar.Event.extendedProperties</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Object",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getHasAlarm",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Calendar.Event.hasAlarm\">Titanium.Calendar.Event.hasAlarm</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Calendar.Event.hasAlarm\">Titanium.Calendar.Event.hasAlarm</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getId",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Calendar.Event.id\">Titanium.Calendar.Event.id</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Calendar.Event.id\">Titanium.Calendar.Event.id</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLocation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Calendar.Event.location\">Titanium.Calendar.Event.location</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Calendar.Event.location\">Titanium.Calendar.Event.location</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLocation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Calendar.Event.location\">Titanium.Calendar.Event.location</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Calendar.Event.location\">Titanium.Calendar.Event.location</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "location",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getReminders",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Calendar.Event.reminders\">Titanium.Calendar.Event.reminders</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Calendar.Event.reminders\">Titanium.Calendar.Event.reminders</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getStatus",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Calendar.Event.status\">Titanium.Calendar.Event.status</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Calendar.Event.status\">Titanium.Calendar.Event.status</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAvailability",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Calendar.Event.availability\">Titanium.Calendar.Event.availability</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Calendar.Event.availability\">Titanium.Calendar.Event.availability</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAvailability",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Calendar.Event.availability\">Titanium.Calendar.Event.availability</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Calendar.Event.availability\">Titanium.Calendar.Event.availability</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "availability",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getIsDetached",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Calendar.Event.isDetached\">Titanium.Calendar.Event.isDetached</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Calendar.Event.isDetached\">Titanium.Calendar.Event.isDetached</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTitle",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Calendar.Event.title\">Titanium.Calendar.Event.title</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Calendar.Event.title\">Titanium.Calendar.Event.title</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTitle",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Calendar.Event.title\">Titanium.Calendar.Event.title</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Calendar.Event.title\">Titanium.Calendar.Event.title</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "title",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRecurrenceRules",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Calendar.Event.recurrenceRules\">Titanium.Calendar.Event.recurrenceRules</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Calendar.Event.recurrenceRules\">Titanium.Calendar.Event.recurrenceRules</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setRecurrenceRules",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Calendar.Event.recurrenceRules\">Titanium.Calendar.Event.recurrenceRules</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Calendar.Event.recurrenceRules\">Titanium.Calendar.Event.recurrenceRules</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "recurrenceRules",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getVisibility",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Calendar.Event.visibility\">Titanium.Calendar.Event.visibility</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Calendar.Event.visibility\">Titanium.Calendar.Event.visibility</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getAttendees",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Calendar.Event.attendees\">Titanium.Calendar.Event.attendees</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Calendar.Event.attendees\">Titanium.Calendar.Event.attendees</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "alerts",
                    "deprecated": false,
                    "description": "<p>Alarms associated with the calendar item, as an array of <a href=\"Titanium.Calendar.Alert\">Titanium.Calendar.Alert</a> objects.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "allDay",
                    "deprecated": false,
                    "description": "<p>Indicates whether this event is all day.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "begin",
                    "deprecated": false,
                    "description": "<p>Start date/time of this event.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Date",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "notes",
                    "deprecated": false,
                    "description": "<p>Notes for this event.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "description",
                    "deprecated": false,
                    "description": "<p>Description of this event.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "end",
                    "deprecated": false,
                    "description": "<p>End date/time of this event.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Date",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "extendedProperties",
                    "deprecated": false,
                    "description": "<p>Extended properties of this event.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "Object",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "hasAlarm",
                    "deprecated": false,
                    "description": "<p>Indicates whether an alarm is scheduled for this event.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "id",
                    "deprecated": false,
                    "description": "<p>Identifier of this event.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "location",
                    "deprecated": false,
                    "description": "<p>Location of this event.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "reminders",
                    "deprecated": false,
                    "description": "<p>Existing reminders for this event.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "status",
                    "deprecated": false,
                    "description": "<p>Status of this event.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.Calendar.STATUS_NONE",
                        "Titanium.Calendar.STATUS_CANCELLED",
                        "Titanium.Calendar.STATUS_CANCELED",
                        "Titanium.Calendar.STATUS_CONFIRMED",
                        "Titanium.Calendar.STATUS_TENTATIVE"
                    ],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "availability",
                    "deprecated": false,
                    "description": "<p>Availability of this event.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.Calendar.AVAILABILITY_NOTSUPPORTED",
                        "Titanium.Calendar.AVAILABILITY_BUSY",
                        "Titanium.Calendar.AVAILABILITY_FREE",
                        "Titanium.Calendar.AVAILABILITY_TENTATIVE",
                        "Titanium.Calendar.AVAILABILITY_UNAVAILABLE"
                    ],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "isDetached",
                    "deprecated": false,
                    "description": "<p>Boolean value that indicates whether an event is a detached instance of a\nrepeating event.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "title",
                    "deprecated": false,
                    "description": "<p>Title of this event.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "recurrenceRules",
                    "deprecated": false,
                    "description": "<p>The recurrence rules for the calendar item.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "visibility",
                    "deprecated": false,
                    "description": "<p>Visibility of this event.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.Calendar.VISIBILITY_CONFIDENTIAL",
                        "Titanium.Calendar.VISIBILITY_DEFAULT",
                        "Titanium.Calendar.VISIBILITY_PRIVATE",
                        "Titanium.Calendar.VISIBILITY_PUBLIC"
                    ],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "attendees",
                    "deprecated": false,
                    "description": "<p>The list of event attendees. This list will be empty if the event has no attendees.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>The API supports retrieving information about existing events and creating new events.\nOn iOS, existing events can be modified or deleted. On Android, only recurrence rules\ncan be modified.</p>\n<p>See <a href=\"Titanium.Calendar\">Titanium.Calendar</a> for examples of retrieving event information and creating events.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "3.2.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "3.1.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "3.1.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.Calendar.RecurrenceRule",
            "description": "<p>An object that is used to describe the recurrence pattern for a recurring event.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Calendar.RecurrenceRule.bubbleParent\">Titanium.Calendar.RecurrenceRule.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Calendar.RecurrenceRule.bubbleParent\">Titanium.Calendar.RecurrenceRule.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Calendar.RecurrenceRule.bubbleParent\">Titanium.Calendar.RecurrenceRule.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Calendar.RecurrenceRule.bubbleParent\">Titanium.Calendar.RecurrenceRule.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Calendar.RecurrenceRule.apiName\">Titanium.Calendar.RecurrenceRule.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Calendar.RecurrenceRule.apiName\">Titanium.Calendar.RecurrenceRule.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Calendar.RecurrenceRule.lifecycleContainer\">Titanium.Calendar.RecurrenceRule.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Calendar.RecurrenceRule.lifecycleContainer\">Titanium.Calendar.RecurrenceRule.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Calendar.RecurrenceRule.lifecycleContainer\">Titanium.Calendar.RecurrenceRule.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Calendar.RecurrenceRule.lifecycleContainer\">Titanium.Calendar.RecurrenceRule.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getCalendarID",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Calendar.RecurrenceRule.calendarID\">Titanium.Calendar.RecurrenceRule.calendarID</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Calendar.RecurrenceRule.calendarID\">Titanium.Calendar.RecurrenceRule.calendarID</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getFrequency",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Calendar.RecurrenceRule.frequency\">Titanium.Calendar.RecurrenceRule.frequency</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Calendar.RecurrenceRule.frequency\">Titanium.Calendar.RecurrenceRule.frequency</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getInterval",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Calendar.RecurrenceRule.interval\">Titanium.Calendar.RecurrenceRule.interval</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Calendar.RecurrenceRule.interval\">Titanium.Calendar.RecurrenceRule.interval</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getDaysOfTheWeek",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Calendar.RecurrenceRule.daysOfTheWeek\">Titanium.Calendar.RecurrenceRule.daysOfTheWeek</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Calendar.RecurrenceRule.daysOfTheWeek\">Titanium.Calendar.RecurrenceRule.daysOfTheWeek</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getDaysOfTheMonth",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Calendar.RecurrenceRule.daysOfTheMonth\">Titanium.Calendar.RecurrenceRule.daysOfTheMonth</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Calendar.RecurrenceRule.daysOfTheMonth\">Titanium.Calendar.RecurrenceRule.daysOfTheMonth</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getMonthsOfTheYear",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Calendar.RecurrenceRule.monthsOfTheYear\">Titanium.Calendar.RecurrenceRule.monthsOfTheYear</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Calendar.RecurrenceRule.monthsOfTheYear\">Titanium.Calendar.RecurrenceRule.monthsOfTheYear</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getWeeksOfTheYear",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Calendar.RecurrenceRule.weeksOfTheYear\">Titanium.Calendar.RecurrenceRule.weeksOfTheYear</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Calendar.RecurrenceRule.weeksOfTheYear\">Titanium.Calendar.RecurrenceRule.weeksOfTheYear</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getDaysOfTheYear",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Calendar.RecurrenceRule.daysOfTheYear\">Titanium.Calendar.RecurrenceRule.daysOfTheYear</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Calendar.RecurrenceRule.daysOfTheYear\">Titanium.Calendar.RecurrenceRule.daysOfTheYear</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSetPositions",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Calendar.RecurrenceRule.setPositions\">Titanium.Calendar.RecurrenceRule.setPositions</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Calendar.RecurrenceRule.setPositions\">Titanium.Calendar.RecurrenceRule.setPositions</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getEnd",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Calendar.RecurrenceRule.end\">Titanium.Calendar.RecurrenceRule.end</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Calendar.RecurrenceRule.end\">Titanium.Calendar.RecurrenceRule.end</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "recurrenceEndDictionary",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.1.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "calendarID",
                    "deprecated": false,
                    "description": "<p>Identifier for the recurrence rule's calendar.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "frequency",
                    "deprecated": false,
                    "description": "<p>Frequency of the recurrence rule.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.Calendar.RECURRENCEFREQUENCY_DAILY",
                        "Titanium.Calendar.RECURRENCEFREQUENCY_WEEKLY",
                        "Titanium.Calendar.RECURRENCEFREQUENCY_MONTHLY",
                        "Titanium.Calendar.RECURRENCEFREQUENCY_YEARLY"
                    ],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "interval",
                    "deprecated": false,
                    "description": "<p>The interval between instances of this recurrence. For example, a weekly\nrecurrence rule with an interval of 2 occurs every other week. Must be greater than 0.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "daysOfTheWeek",
                    "deprecated": false,
                    "description": "<p>The days of the week that the event occurs, as an array of objects <code>daysOfWeek</code> and <code>Week</code>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "daysOfTheMonth",
                    "deprecated": false,
                    "description": "<p>The days of the month that the event occurs, as an array of number objects.\nValues can be from 1 to 31 and from -1 to -31. This parameter is only valid for\nrecurrence rules of type\n<a href=\"Titanium.Calendar.RECURRENCEFREQUENCY_MONTHLY\">RECURRENCEFREQUENCY_MONTHLY</a>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "monthsOfTheYear",
                    "deprecated": false,
                    "description": "<p>The months of the year that the event occurs, as an array of Number objects.\nValues can be from 1 to 12. This parameter is only valid for recurrence rules of\ntype <a href=\"Titanium.Calendar.RECURRENCEFREQUENCY_YEARLY\">RECURRENCEFREQUENCY_YEARLY</a>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "weeksOfTheYear",
                    "deprecated": false,
                    "description": "<p>The weeks of the year that the event occurs, as an array of number objects.\nValues can be from 1 to 53 and from -1 to -53. This parameter is only valid for\nrecurrence rules of type <a href=\"Titanium.Calendar.RECURRENCEFREQUENCY_YEARLY\">RECURRENCEFREQUENCY_YEARLY</a>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "daysOfTheYear",
                    "deprecated": false,
                    "description": "<p>The days of the year that the event occurs, as an array of number objects.\nValues can be from 1 to 366 and from -1 to -366. This parameter is only valid for\nrecurrence rules of type <a href=\"Titanium.Calendar.RECURRENCEFREQUENCY_YEARLY\">RECURRENCEFREQUENCY_YEARLY</a>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setPositions",
                    "deprecated": false,
                    "description": "<p>An array of ordinal numbers that filters which recurrences to include in the\nrecurrence rule's frequency. For example, a yearly recurrence rule that has a\n<a href=\"Titanium.Calendar.RecurrenceRule.daysOfTheWeek\">daysOfTheWeek</a> value that specifies\nMonday through Friday, and a <code>setPositions</code> array containing 2 and -1, occurs only\non the second weekday and last weekday of every year.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "end",
                    "deprecated": false,
                    "description": "<p>End of a recurrence rule.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "recurrenceEndDictionary",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>On Android there is no option to have multiple recurrence rules set for the same event.\nAndroid always uses only the first element in the array passed to <a href=\"Titanium.Calendar.Event.recurrenceRules\">recurrenceRules</a>.</p>\n<p>In case of having <a href=\"Titanium.Calendar.RecurrenceRule.daysOfTheWeek\">daysOfTheWeek</a> and <a href=\"Titanium.Calendar.RecurrenceRule.daysOfTheWeek\">daysOfTheMonth</a>\nfor an event with a recurrence rule of type <a href=\"Titanium.Calendar.RECURRENCEFREQUENCY_MONTHLY\">RECURRENCEFREQUENCY_MONTHLY</a> only\n[daysOfTheWeek] will be used.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "7.1.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "3.1.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "3.1.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "daysOfTheWeekDictionary",
            "description": "<p>Dictionary containing <code>daysOfWeek</code> and <code>week</code>.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "daysOfWeek",
                    "deprecated": false,
                    "description": "<p>The day of the week. Values are from 1 to 7, with Sunday being 1.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "week",
                    "deprecated": false,
                    "description": "<p>The week number of the day of the week.\nValues range from -53 to 53. A negative value indicates a value from the end of\nthe range. 0 indicates the week number is irrelevant.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "7.1.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "3.1.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "3.1.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "recurrenceEndDictionary",
            "description": "<p>Dictionary containing either <code>endDate</code> or <code>occurrenceCount</code> property.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "endDate",
                    "deprecated": false,
                    "description": "<p>End date of the recurrence end, or undefined if the recurrence end is count-based.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Date",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "occurrenceCount",
                    "deprecated": false,
                    "description": "<p>Occurrence count of the recurrence end, or 0 if the recurrence end is date-based.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "7.1.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "3.1.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "3.1.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.Calendar.Reminder",
            "description": "<p>An object that represents a single reminder for an event in a calendar.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Calendar.Reminder.bubbleParent\">Titanium.Calendar.Reminder.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Calendar.Reminder.bubbleParent\">Titanium.Calendar.Reminder.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Calendar.Reminder.bubbleParent\">Titanium.Calendar.Reminder.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Calendar.Reminder.bubbleParent\">Titanium.Calendar.Reminder.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Calendar.Reminder.apiName\">Titanium.Calendar.Reminder.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Calendar.Reminder.apiName\">Titanium.Calendar.Reminder.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Calendar.Reminder.lifecycleContainer\">Titanium.Calendar.Reminder.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Calendar.Reminder.lifecycleContainer\">Titanium.Calendar.Reminder.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Calendar.Reminder.lifecycleContainer\">Titanium.Calendar.Reminder.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Calendar.Reminder.lifecycleContainer\">Titanium.Calendar.Reminder.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getId",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Calendar.Reminder.id\">Titanium.Calendar.Reminder.id</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Calendar.Reminder.id\">Titanium.Calendar.Reminder.id</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getMethod",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Calendar.Reminder.method\">Titanium.Calendar.Reminder.method</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Calendar.Reminder.method\">Titanium.Calendar.Reminder.method</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getMinutes",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Calendar.Reminder.minutes\">Titanium.Calendar.Reminder.minutes</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Calendar.Reminder.minutes\">Titanium.Calendar.Reminder.minutes</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "id",
                    "deprecated": false,
                    "description": "<p>Identifier of this reminder.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "method",
                    "deprecated": false,
                    "description": "<p>Method by which this reminder will be delivered.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.Calendar.METHOD_ALERT",
                        "Titanium.Calendar.METHOD_DEFAULT",
                        "Titanium.Calendar.METHOD_EMAIL",
                        "Titanium.Calendar.METHOD_SMS"
                    ],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "minutes",
                    "deprecated": false,
                    "description": "<p>Reminder notice period in minutes, that determines how long prior to the event this reminder\nshould trigger.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>Reminders should be created using the <a href=\"Titanium.Calendar.Event.createReminder\">Titanium.Calendar.Event.createReminder</a> method\nrather than directly.</p>\n<p>See <a href=\"Titanium.Calendar\">Titanium.Calendar</a> for examples of retrieving reminder information and creating\nreminders for events.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "3.2.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                }
            ]
        },
        {
            "name": "Titanium.Codec",
            "description": "<p>A module for translating between primitive types and raw byte streams.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getNativeByteOrder",
                    "deprecated": false,
                    "description": "<p>Get the OS native byte order (either <a href=\"Titanium.Codec.BIG_ENDIAN\">Titanium.Codec.BIG_ENDIAN</a> or\n<a href=\"Titanium.Codec.LITTLE_ENDIAN\">Titanium.Codec.LITTLE_ENDIAN</a>).</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "<p>OS native byte order.</p>",
                            "constants": [
                                "Titanium.Codec.BIG_ENDIAN",
                                "Titanium.Codec.LITTLE_ENDIAN"
                            ]
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "encodeNumber",
                    "deprecated": false,
                    "description": "<p>Encodes a number and writes it to a buffer.</p>",
                    "examples": [
                        {
                            "title": "Encode a Double-Precision Floating Point Value",
                            "code": "<p>This example encodes a double-precision floating point value in 8 bytes using the OS byte\norder.</p>\n<pre><code>var buffer = Ti.createBuffer({ length: 8 });\nTi.Codec.encodeNumber({\n  source: 1.23456789,\n  dest: buffer,\n  type: Ti.Codec.TYPE_DOUBLE\n});\n</code></pre>"
                        },
                        {
                            "title": "Encode an Integer Specifying Start Position and Byte Order",
                            "code": "<p>This example encodes a 4-byte integer using big endian encoding, and\nwrites it to the supplied buffer starting at index position 10.</p>\n<pre><code>var buffer = Ti.createBuffer({ length: 100 });\nTi.Codec.encodeNumber({\n    source: 0x3456789a,\n    dest: buffer,\n    position: 10,\n    type: Ti.Codec.TYPE_INT,\n    byteOrder: Ti.Codec.BIG_ENDIAN\n});\n</code></pre>"
                        }
                    ],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Named parameters.</p>",
                            "type": "EncodeNumberDict",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "<p>Position <em>after</em> the encoded number in <code>dest</code>.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "decodeNumber",
                    "deprecated": false,
                    "description": "<p>Decodes a number from the <code>source</code> buffer using the specified data type.</p>",
                    "examples": [
                        {
                            "title": "Decode a Double-Precision Floating Point Number",
                            "code": "<p>This sample decodes an 8-byte double-precision floating point number using the\nOS byte order.</p>\n<pre><code>var buffer = // a buffer containing (at least) one 8-byte floating-point number\nvar value = Ti.Codec.decodeNumber({\n    source: buffer,\n    type: Ti.Codec.TYPE_DOUBLE\n});\n</code></pre>"
                        },
                        {
                            "title": "Decode an Integer Specifying Start Position and Byte Order",
                            "code": "<p>This sample decodes a 4-byte integer starting at index position 10 in the\nbuffer, using big endian encoding.</p>\n<pre><code>var buffer = // a buffer containing a 4-byte integer at position 10.\nvar value = Ti.Codec.decodeNumber({\n      source: buffer,\n      position: 10,\n      type: Ti.Codec.TYPE_INT,\n      byteOrder: Ti.Codec.BIG_ENDIAN\n});\n</code></pre>"
                        }
                    ],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Named parameters.</p>",
                            "type": "DecodeNumberDict",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "<p>Number decoded from <code>source</code>.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "encodeString",
                    "deprecated": false,
                    "description": "<p>Encodes a string into a series of bytes in a buffer using the specified character set.</p>",
                    "examples": [
                        {
                            "title": "Encode String with Default Character Encoding",
                            "code": "<p>This sample encodes a string using the default character encoding (UTF-8), then trims the\nbuffer to the length of the encoded string.</p>\n<pre><code>var buffer = Ti.createBuffer({ length: 1024 });\nvar length = Ti.Codec.encodeString({\n    source: &quot;hello world&quot;,\n    dest: buffer\n});\nbuffer.length = length;\n</code></pre>"
                        },
                        {
                            "title": "Encode Substring with Specified Character Encoding",
                            "code": "<p>This sample encodes the first 10 characters of a string using UTF-16 character encoding.</p>\n<pre><code>// (10 * 2) + BOM = 22\nvar buffer = Ti.createBuffer({ length: 22 });\nTi.Codec.encodeString({\n    source: &quot;jack jumped over the candle stick&quot;,\n    sourceLength: 10,\n    dest: buffer,\n    charset: Ti.Codec.CHARSET_UTF16\n});\n</code></pre>"
                        }
                    ],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Named parameters.</p>",
                            "type": "EncodeStringDict",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "<p>An index indicating the first byte in the destination buffer <em>after</em> the\nencoded string.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "decodeString",
                    "deprecated": false,
                    "description": "<p>Decodes the source buffer into a String using the supplied character set.</p>",
                    "examples": [
                        {
                            "title": "Decode a String",
                            "code": "<p>This sample decodes a string using the default character encoding.</p>\n<pre><code>var buffer = // a buffer containing an encoded string\nvar string = Ti.Codec.decodeString({ source: buffer });\n</code></pre>"
                        },
                        {
                            "title": "Decode a String with a Specified Character Encoding",
                            "code": "<p>This sample decodes a string using the UTF-16 character encoding.</p>\n<pre><code>var buffer = // a buffer containing a UTF-16 encoded string\nvar string = Ti.Codec.decodeString({\n  source: buffer,\n  charset: Ti.Codec.CHARSET_UTF16\n});\n</code></pre>"
                        }
                    ],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Named parameters.</p>",
                            "type": "DecodeStringDict",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "<p>The decoded string</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Codec.bubbleParent\">Titanium.Codec.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Codec.bubbleParent\">Titanium.Codec.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Codec.bubbleParent\">Titanium.Codec.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Codec.bubbleParent\">Titanium.Codec.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Codec.apiName\">Titanium.Codec.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Codec.apiName\">Titanium.Codec.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Codec.lifecycleContainer\">Titanium.Codec.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Codec.lifecycleContainer\">Titanium.Codec.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Codec.lifecycleContainer\">Titanium.Codec.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Codec.lifecycleContainer\">Titanium.Codec.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Module",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "CHARSET_ASCII",
                    "deprecated": false,
                    "description": "<p>ASCII character encoding..</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "CHARSET_ISO_LATIN_1",
                    "deprecated": false,
                    "description": "<p>ISO 8859-1 (Latin-1) character encoding.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "CHARSET_UTF8",
                    "deprecated": false,
                    "description": "<p>UTF-8 character encoding.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "CHARSET_UTF16",
                    "deprecated": false,
                    "description": "<p>UTF-16 character encoding with default byte order.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "CHARSET_UTF16BE",
                    "deprecated": false,
                    "description": "<p>UTF-16 character encoding with big endian byte order.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "CHARSET_UTF16LE",
                    "deprecated": false,
                    "description": "<p>UTF-16 character encoding with little endian byte order.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "TYPE_BYTE",
                    "deprecated": false,
                    "description": "<p>8-bit integer encoding type.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "TYPE_SHORT",
                    "deprecated": false,
                    "description": "<p>16-bit integer encoding type.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "TYPE_INT",
                    "deprecated": false,
                    "description": "<p>32-bit integer encoding type.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "TYPE_FLOAT",
                    "deprecated": false,
                    "description": "<p>32-bit single precision floating-point type.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "TYPE_LONG",
                    "deprecated": false,
                    "description": "<p>64-bit integer encoding type.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "TYPE_DOUBLE",
                    "deprecated": false,
                    "description": "<p>64-bit double precision floating-point type.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "BIG_ENDIAN",
                    "deprecated": false,
                    "description": "<p>Big endian (network) byte order -- that is, the most significant byte first.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "LITTLE_ENDIAN",
                    "deprecated": false,
                    "description": "<p>Little endian byte order -- that is, the least significant byte first.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>The <code>Codec</code> module can be used for encoding strings and numbers into <a href=\"Titanium.Buffer\">Buffer</a>\nobjects, and decoding primitive types from buffers.</p>\n<h4>Byte Order</h4>\n<p>Multi-byte data can be stored in two different byte orders: big-endian or\nlittle-endian. In big-endian byte order, the most significant or highest-value\nbyte is stored first. For example, the 4-byte integer 0xFEDCBA98 is made up of the\nbytes 0xFE, 0xDC, 0xBA and 0x98, from most-significant to least-significant.</p>\n<p>If we represent a buffer as an array of byte values, a big-endian encoding of\n0xFEDCBA98 would look like this:</p>\n<pre><code>[ 0xFE, 0xDC, 0xBA, 0x98 ]\n</code></pre>\n<p>In little-endian order, the bytes would be stored in this order:</p>\n<pre><code>[ 0x98, 0xBA, 0xDC, 0xFE ]\n</code></pre>\n<p>For 8-bit character encodings, including ASCII, Latin-1 and UTF-8, byte order is not\nsignificant: the text is a sequence of individual bytes.</p>\n<p>For UTF-16, text is represented as a sequence of 16-bit values. For example,\na capital T in UTF-16 is 0x0054, and lowercase i is 0x0069. If we encode the string\n&quot;Ti&quot; with UTF-16 in big-endian byte order, we get:</p>\n<pre><code>[ 0x00, 0x54, 0x00, 0x69 ]\n</code></pre>\n<p>In UTF-16 with little-endian byte order, &quot;Ti&quot; is encoded as:</p>\n<pre><code>[ 0x54, 0x00, 0x69, 0x00 ]\n</code></pre>\n<p>Note that the bytes for each character are stored least-significant byte first, but\nthe order of the characters is unchanged.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "1.7"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "1.7"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "1.7"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "EncodeNumberDict",
            "description": "<p>Named parameters for <a href=\"Titanium.Codec.encodeNumber\">Titanium.Codec.encodeNumber</a>.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "source",
                    "deprecated": false,
                    "description": "<p>Number to encode.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "dest",
                    "deprecated": false,
                    "description": "<p>Destination buffer.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Titanium.Buffer",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "type",
                    "deprecated": false,
                    "description": "<p>Encoding type to use.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.Codec.TYPE_BYTE",
                        "Titanium.Codec.TYPE_SHORT",
                        "Titanium.Codec.TYPE_INT",
                        "Titanium.Codec.TYPE_FLOAT",
                        "Titanium.Codec.TYPE_LONG",
                        "Titanium.Codec.TYPE_DOUBLE"
                    ],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "position",
                    "deprecated": false,
                    "description": "<p>Index in the <code>dest</code> buffer of the first byte of encoded data.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "byteOrder",
                    "deprecated": false,
                    "description": "<p>Byte order to encode with.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "DecodeNumberDict",
            "description": "<p>Named parameters for <a href=\"Titanium.Codec.decodeNumber\">Titanium.Codec.decodeNumber</a>.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "source",
                    "deprecated": false,
                    "description": "<p>Buffer to decode.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Titanium.Buffer",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "type",
                    "deprecated": false,
                    "description": "<p>The encoding type to use.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.Codec.TYPE_BYTE",
                        "Titanium.Codec.TYPE_SHORT",
                        "Titanium.Codec.TYPE_INT",
                        "Titanium.Codec.TYPE_FLOAT",
                        "Titanium.Codec.TYPE_LONG",
                        "Titanium.Codec.TYPE_DOUBLE"
                    ],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "position",
                    "deprecated": false,
                    "description": "<p>Index in the <code>source</code> buffer of the first byte of data to decode.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "byteOrder",
                    "deprecated": false,
                    "description": "<p>byte order to decode with.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "EncodeStringDict",
            "description": "<p>Named parameters for <a href=\"Titanium.Codec.encodeString\">Titanium.Codec.encodeString</a>.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "source",
                    "deprecated": false,
                    "description": "<p>Source string to encode.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "dest",
                    "deprecated": false,
                    "description": "<p>Destination buffer.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Titanium.Buffer",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "destPosition",
                    "deprecated": false,
                    "description": "<p>Index in the <code>dest</code> buffer of the first byte of the encoded string.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "sourcePosition",
                    "deprecated": false,
                    "description": "<p>Position in <code>source</code> to start encoding.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "sourceLength",
                    "deprecated": false,
                    "description": "<p>Number of characters in <code>source</code> to encode.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "charset",
                    "deprecated": false,
                    "description": "<p>Character encoding to use when encoding this string to bytes.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.Codec.CHARSET_ASCII",
                        "Titanium.Codec.CHARSET_ISO_LATIN_1",
                        "Titanium.Codec.CHARSET_UTF8",
                        "Titanium.Codec.CHARSET_UTF16",
                        "Titanium.Codec.CHARSET_UTF16BE",
                        "Titanium.Codec.CHARSET_UTF16LE"
                    ],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "DecodeStringDict",
            "description": "<p>Named parameters for <a href=\"Titanium.Codec.decodeString\">Titanium.Codec.decodeString</a>.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "source",
                    "deprecated": false,
                    "description": "<p>Buffer to decode.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Titanium.Buffer",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "position",
                    "deprecated": false,
                    "description": "<p>Index in the <code>source</code> buffer of the first byte of data to decode.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "length",
                    "deprecated": false,
                    "description": "<p>Number of bytes to decode.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "charset",
                    "deprecated": false,
                    "description": "<p>Character set to use when encoding this string to bytes.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.Codec.CHARSET_ASCII",
                        "Titanium.Codec.CHARSET_ISO_LATIN_1",
                        "Titanium.Codec.CHARSET_UTF8",
                        "Titanium.Codec.CHARSET_UTF16",
                        "Titanium.Codec.CHARSET_UTF16BE",
                        "Titanium.Codec.CHARSET_UTF16LE"
                    ],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.Contacts",
            "description": "<p>The top-level Contacts module, used for accessing and modifying the system contacts address book.</p>",
            "deprecated": false,
            "events": [
                {
                    "name": "reload",
                    "deprecated": false,
                    "description": "<p>Fired when the database backing the contacts module is modified externally.</p>"
                }
            ],
            "examples": [
                {
                    "title": "Request access to the address book",
                    "code": "<pre><code>var performAddressBookFunction = function(){...};\nvar addressBookDisallowed = function(){...};\nif (Ti.Contacts.hasContactsPermissions()) {\nperformAddressBookFunction();\n} else {\nTi.Contacts.requestContactsPermissions(function(e) {\nif (e.success) {\nperformAddressBookFunction();\n} else {\naddressBookDisallowed();\n}\n});\n}</code></pre>"
                },
                {
                    "title": "Query Existing System Address Book Records",
                    "code": "<p>Output to the console all properties of all people.</p>\n<pre><code>var singleValue = [\n  'recordId', 'firstName', 'middleName', 'lastName', 'fullName', 'prefix', 'suffix', \n  'nickname', 'firstPhonetic', 'middlePhonetic', 'lastPhonetic', 'organization', \n  'jobTitle', 'department', 'note', 'birthday', 'created', 'modified', 'kind'\n];\nvar multiValue = [\n  'email', 'address', 'phone', 'instantMessage', 'relatedNames', 'date', 'url'\n];\nvar people = Ti.Contacts.getAllPeople();\nTi.API.info('Total contacts: ' + people.length);\nfor (var i=0, ilen=people.length; i&lt;ilen; i++){\n  Ti.API.info('---------------------');\n  var person = people[i];\n  for (var j=0, jlen=singleValue.length; j&lt;jlen; j++){\n    Ti.API.info(singleValue[j] + ': ' + person[singleValue[j]]);\n  }\n  for (var j=0, jlen=multiValue.length; j&lt;jlen; j++){\n    Ti.API.info(multiValue[j] + ': ' + JSON.stringify(person[multiValue[j]]));\n  }\n}\n</code></pre>"
                },
                {
                    "title": "Add New System Address Book Records",
                    "code": "<p>Create two new records in the system address book. Note that the <a href=\"Titanium.Contacts.Person\">Titanium.Contacts.Person</a>\nobject is queried in the same way that it is created (as shown in the previous example.)</p>\n<pre><code>Ti.API.info('Saving contact...');\nTi.Contacts.createPerson({\n  firstName: 'Paul',\n  lastName: 'Dowsett',\n  address:{\n    work:[\n      {\n        CountryCode: 'gb', // determines how the address is displayed\n        Street: '200 Brook Drive\\nGreen Park',\n        City: 'Reading',\n        County: 'Berkshire',\n        Country: 'England',\n        ZIP: 'RG2 6UB'\n      },\n      {\n        CountryCode: 'gb', // determines how the address is displayed\n        Street: '1 St Pauls Road\\nClerkenwell',\n        City: 'City of London',\n        State: 'London',\n        Country: 'England',\n        ZIP: 'EC1 1AA'\n      }\n    ],\n    home:[\n      {\n        CountryCode: 'gb', // determines how the address is displayed\n        Street: '2 Boleyn Court',\n        City: 'London',\n        State: 'Greenwich',\n        Country: 'England',\n        ZIP: 'SE10'\n      }\n    ]\n  },\n  birthday: '2012-01-01T12:00:00.000+0000',\n  instantMessage:{\n    home:[\n      {\n        service: 'AIM',\n        username: 'leisureAIM'\n      },\n      {\n        service: 'MSN',\n        username: 'no_paul_here@msn.com'\n      }\n    ],\n    work:[\n      {\n        service: 'AIM',\n        username: 'seriousAIM'\n      }\n    ]\n  },\n  organization: 'Appcelerator',\n  phone:{\n    mobile: ['07900 000001', '07900 000002'],\n    work: ['+44 (0)118 925 6128', '+44 (0)118 000 0000']\n  },\n  url:{\n    homepage: ['www.google.com'],\n    work: ['www.appcelerator.com', 'www.example.com']\n  }\n});\nTi.API.info('Contact saved');\n\nTi.API.info('Saving contact...');\nvar workAddress1 = {\n  'CountryCode': 'us',\n  'Street':  '440 N. Bernardo Avenue',\n  'City': 'Mountain View',\n  'State': 'California',\n  'Country': 'United States',\n  'ZIP': '94043'\n};\n\nTi.Contacts.createPerson({\n  firstName:'Arthur',\n  lastName:'Evans',\n  address:{\n    'work':[workAddress1]\n  }\n});\nTi.API.info('Contact saved');\n</code></pre>"
                },
                {
                    "title": "Repopulate contact data if it was modified externally",
                    "code": "<p>Listen for the <code>reload</code> event to repopulate the contact data\nif it was modified externally, for example, in the iOS Contacts app.</p>\n<pre><code>var win = Ti.UI.createWindow();\nvar table = Ti.UI.createTableView();\n\n// Repopulate contact data\nfunction reloadContacts() {\n    var contacts = Ti.Contacts.getAllPeople();\n    var data = [];\n    for (var i = 0; i &lt; contacts.length; i++) {\n        var title = contacts[i].fullName;\n        if (!title || title.length === 0) {\n            title = &quot;(no name)&quot;;\n        }\n        var row = Ti.UI.createTableViewRow({\n            title: title\n        });\n        data.push(row);\n    }\n    table.data = data;\n}\n\nTi.Contacts.addEventListener('reload', function(e){\n    alert('Reloading contacts. Your contacts were changed externally!');\n    reloadContacts();\n});\n\n// initial call to populate contact data\nreloadContacts();\n\nwin.add(table);\nwin.open();\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createGroup",
                    "deprecated": false,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.Contacts.Group\">Titanium.Contacts.Group</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any in <a href=\"Titanium.Contacts.Group\">Titanium.Contacts.Group</a> except\nthose marked as non-creation or read-only.</p>",
                            "type": "Titanium.Contacts.Group",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Contacts.Group",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createPerson",
                    "deprecated": false,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.Contacts.Person\">Titanium.Contacts.Person</a>, and commits all pending\nchanges to the underlying contacts database.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any in <a href=\"Titanium.Contacts.Person\">Titanium.Contacts.Person</a> except\nthose marked as non-creation or read-only.</p>",
                            "type": "Titanium.Contacts.Person",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Contacts.Person",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAllGroups",
                    "deprecated": false,
                    "description": "<p>Gets all groups.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAllPeople",
                    "deprecated": false,
                    "description": "<p>Gets all people, unless a limit is specified.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "limit",
                            "constants": [],
                            "description": "<p>Maximum number of people. Android only.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getGroupByID",
                    "deprecated": true,
                    "description": "<p>Gets the group with the specified identifier. <strong>Removed in 9.0.0. Use <a href=\"Titanium.Contacts.getGroupByIdentifier\">Titanium.Contacts.getGroupByIdentifier</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "id",
                            "constants": [],
                            "description": "<p>Group identifier.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Contacts.Group",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getGroupByIdentifier",
                    "deprecated": false,
                    "description": "<p>Gets the group with the specified identifier.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "id",
                            "constants": [],
                            "description": "<p>Group identifier.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Contacts.Group",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPeopleWithName",
                    "deprecated": false,
                    "description": "<p>Gets people with a <code>firstName</code>, <code>middleName</code> or <code>lastName</code> field, or a combination\nof these fields, that match the specified name.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name to match.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPersonByID",
                    "deprecated": true,
                    "description": "<p>Gets the person with the specified identifier. <strong>Removed in 9.0.0. Use <a href=\"Titanium.Contacts.getPersonByIdentifier\">Titanium.Contacts.getPersonByIdentifier</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "id",
                            "constants": [],
                            "description": "<p>Contact identifier.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Contacts.Person",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPersonByIdentifier",
                    "deprecated": false,
                    "description": "<p>Gets the person with the specified identifier.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "id",
                            "constants": [],
                            "description": "<p>Contact identifier.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Contacts.Person",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeGroup",
                    "deprecated": false,
                    "description": "<p>Removes a group from the address book.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "group",
                            "constants": [],
                            "description": "<p>Contact group.</p>",
                            "type": "Titanium.Contacts.Group",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removePerson",
                    "deprecated": false,
                    "description": "<p>Removes a contact from the address book.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "person",
                            "constants": [],
                            "description": "<p>Contact.</p>",
                            "type": "Titanium.Contacts.Person",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "revert",
                    "deprecated": false,
                    "description": "<p>Reverts all changes made by the previous save to the address book. Deprecated for &gt;= iOS9.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "save",
                    "deprecated": false,
                    "description": "<p>Commits all pending changes to the underlying contacts database.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "contacts",
                            "constants": [],
                            "description": "<p>List of contacts to save. Used on Android only.</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "showContacts",
                    "deprecated": false,
                    "description": "<p>Displays a picker that allows a person to be selected.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Argument containing parameters for this method. Optional on Android.</p>",
                            "type": "showContactsParams",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hasContactsPermissions",
                    "deprecated": false,
                    "description": "<p>Returns <code>true</code> if the app has contacts access.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "requestContactsPermissions",
                    "deprecated": false,
                    "description": "<p>Requests for contacts access.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Function to call upon user decision to grant contacts access.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "requestAuthorization",
                    "deprecated": true,
                    "description": "<p>If authorization is unknown, will bring up a dialog requesting permission. <strong>Removed in 9.0.0. Use <a href=\"Titanium.Contacts.requestContactsPermissions\">Titanium.Contacts.requestContactsPermissions</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when when authorization is no longer unknown.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Contacts.bubbleParent\">Titanium.Contacts.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Contacts.bubbleParent\">Titanium.Contacts.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Contacts.bubbleParent\">Titanium.Contacts.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Contacts.bubbleParent\">Titanium.Contacts.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Contacts.apiName\">Titanium.Contacts.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Contacts.apiName\">Titanium.Contacts.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Contacts.lifecycleContainer\">Titanium.Contacts.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Contacts.lifecycleContainer\">Titanium.Contacts.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Contacts.lifecycleContainer\">Titanium.Contacts.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Contacts.lifecycleContainer\">Titanium.Contacts.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getIncludeNote",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Contacts.includeNote\">Titanium.Contacts.includeNote</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Contacts.includeNote\">Titanium.Contacts.includeNote</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.2.1"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.2.1"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setIncludeNote",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Contacts.includeNote\">Titanium.Contacts.includeNote</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Contacts.includeNote\">Titanium.Contacts.includeNote</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "includeNote",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.2.1"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.2.1"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getContactsAuthorization",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Contacts.contactsAuthorization\">Titanium.Contacts.contactsAuthorization</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Contacts.contactsAuthorization\">Titanium.Contacts.contactsAuthorization</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Module",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "includeNote",
                    "deprecated": false,
                    "description": "<p>A boolean value that indicates whether to fetch the notes stored in contacts or not.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.2.1"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.2.1"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "CONTACTS_KIND_ORGANIZATION",
                    "deprecated": false,
                    "description": "<p>Specifies that a contact is an organization.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "CONTACTS_KIND_PERSON",
                    "deprecated": false,
                    "description": "<p>Specifies that a contact is a person.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "CONTACTS_SORT_FIRST_NAME",
                    "deprecated": false,
                    "description": "<p>Specifies that group members will be sorted by first name.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "CONTACTS_SORT_LAST_NAME",
                    "deprecated": false,
                    "description": "<p>Specifies that group members will be sorted by last name.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUTHORIZATION_AUTHORIZED",
                    "deprecated": false,
                    "description": "<p>A <a href=\"Titanium.Contacts.contactsAuthorization\">contactsAuthorization</a> value\nindicating that the application is authorized to use the address book.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.3"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUTHORIZATION_DENIED",
                    "deprecated": false,
                    "description": "<p>A <a href=\"Titanium.Contacts.contactsAuthorization\">contactsAuthorization</a> value\nindicating that the application is not authorized to use the address book.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.3"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUTHORIZATION_RESTRICTED",
                    "deprecated": true,
                    "description": "<p>A <a href=\"Titanium.Contacts.contactsAuthorization\">contactsAuthorization</a> value\nindicating that the application is not authorized to use the address book <em>and</em>\nthe user cannot change this application's status.\n<strong>Removed in 8.0.0. iOS 9 and later does not use this constant anymore. Use the other available constants instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.3"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUTHORIZATION_UNKNOWN",
                    "deprecated": false,
                    "description": "<p>A <a href=\"Titanium.Contacts.contactsAuthorization\">contactsAuthorization</a> value\nindicating that the authorization state is unknown.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.3"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "contactsAuthorization",
                    "deprecated": false,
                    "description": "<p>Returns an authorization constant indicating if the application has access to the address book.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.Contacts.AUTHORIZATION_AUTHORIZED",
                        "Titanium.Contacts.AUTHORIZATION_DENIED",
                        "Titanium.Contacts.AUTHORIZATION_RESTRICTED",
                        "Titanium.Contacts.AUTHORIZATION_UNKNOWN"
                    ],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.3"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>See examples for more information.</p>\n<h4>iOS Platform Notes</h4>\n<p>On iOS, the contacts database may be modified by an external application, causing any <code>Person</code> or\n<code>Group</code> objects you've retrieved to be out of sync with the database. The IDs of these objects are\nnot guaranteed to remain the same, so updating an object when it is out of sync may have\nunpredictable results.</p>\n<p>To avoid this, listen for the <a href=\"Titanium.Contacts.reload\">reload</a> event. When you receive a\n<code>reload</code> event, you should assume that any existing <code>Person</code> or <code>Group</code> objects are invalid and\nreload them from the <code>Contacts</code> module before modifying them.</p>\n<p>See the examples for a sample use of the <code>reload</code> event.</p>\n<p>If 'ABAddressBookErrorDomain error 0' occurs, it implies that you are not allowed to add or edit\ncertain fields. Check your default account in the iOS settings under contacts. If it's not 'iCloud',\nmost likely it will not support fields such as alternateBirthday or socialProfile.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "showContactsParams",
            "description": "<p>Dictionary of options for the <a href=\"Titanium.Contacts.showContacts\">Titanium.Contacts.showContacts</a> method.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "animated",
                    "deprecated": false,
                    "description": "<p>Determines whether to animate the show/hide of the contacts picker (iPhone, iPad only.)</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fields",
                    "deprecated": false,
                    "description": "<p>Field names to show when selecting properties. By default, shows all available.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "cancel",
                    "deprecated": false,
                    "description": "<p>Function to call when selection is canceled.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Function",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "selectedPerson",
                    "deprecated": false,
                    "description": "<p>Function to call when a person is selected. Must not be used with <code>selectedProperty</code> property.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Function",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "selectedProperty",
                    "deprecated": false,
                    "description": "<p>Function to call when a property is selected. Must not be used with <code>selectedPerson</code>\nproperty.\nNote: If ringtone or texttone is selected, null values are returned, since these are unsupported\nby Apple.\nSince iOS 9.0, there is a native apple issue whereby it may return null if the birthday property\nis selected on certain device models.\nThe callback contains the selected property and a 'person' object of type <a href=\"Titanium.Contacts.Person\">Titanium.Contacts.Person</a>.\nSince iOS 9.0, apple only returns the person object with partial information. Currently it is known to\nat least contain the selected property and fullName.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Function",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "ContactsAuthorizationResponse",
            "description": "<p>Argument passed to the callback when a request finishes successfully or erroneously.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "ErrorResponse",
            "isInternal": false,
            "properties": [
                {
                    "name": "success",
                    "deprecated": false,
                    "description": "<p>Indicates if the operation succeeded.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "error",
                    "deprecated": false,
                    "description": "<p>Error message, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "code",
                    "deprecated": false,
                    "description": "<p>Error code. Returns 0 if <code>success</code> is <code>true</code>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.Contacts.Group",
            "description": "<p>An object which represents a group in the system contacts address book.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "add",
                    "deprecated": false,
                    "description": "<p>Adds a person to this group.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "person",
                            "constants": [],
                            "description": "<p>Person to add. For &gt;= iOS9, it is not required to\ncall <a href=\"Titanium.Contacts.save\">Titanium.Contacts.save</a> after calling this method.</p>",
                            "type": "Titanium.Contacts.Person",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "members",
                    "deprecated": false,
                    "description": "<p>Gets people that are members of this group.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "remove",
                    "deprecated": false,
                    "description": "<p>Removes a person from this group. For &gt;= iOS9, it is not\nrequired to call <a href=\"Titanium.Contacts.save\">Titanium.Contacts.save</a> after calling this method.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "person",
                            "constants": [],
                            "description": "<p>Person to remove.</p>",
                            "type": "Titanium.Contacts.Person",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "sortedMembers",
                    "deprecated": false,
                    "description": "<p>Gets people that are members of this group, sorted in the specified order.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "sortBy",
                            "constants": [
                                "Titanium.Contacts.CONTACTS_SORT_FIRST_NAME",
                                "Titanium.Contacts.CONTACTS_SORT_LAST_NAME"
                            ],
                            "description": "<p>Method for sorting.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Contacts.Group.bubbleParent\">Titanium.Contacts.Group.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Contacts.Group.bubbleParent\">Titanium.Contacts.Group.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Contacts.Group.bubbleParent\">Titanium.Contacts.Group.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Contacts.Group.bubbleParent\">Titanium.Contacts.Group.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Contacts.Group.apiName\">Titanium.Contacts.Group.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Contacts.Group.apiName\">Titanium.Contacts.Group.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Contacts.Group.name\">Titanium.Contacts.Group.name</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Contacts.Group.name\">Titanium.Contacts.Group.name</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setName",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Contacts.Group.name\">Titanium.Contacts.Group.name</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Contacts.Group.name\">Titanium.Contacts.Group.name</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRecordId",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Contacts.Group.recordId\">Titanium.Contacts.Group.recordId</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Contacts.Group.recordId\">Titanium.Contacts.Group.recordId</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setRecordId",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Contacts.Group.recordId\">Titanium.Contacts.Group.recordId</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Contacts.Group.recordId\">Titanium.Contacts.Group.recordId</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "recordId",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getIdentifier",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Contacts.Group.identifier\">Titanium.Contacts.Group.identifier</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Contacts.Group.identifier\">Titanium.Contacts.Group.identifier</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "name",
                    "deprecated": false,
                    "description": "<p>Name of this group.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "recordId",
                    "deprecated": false,
                    "description": "<p>Record identifier of the group. Single value. Deprecated for iOS 9 and later.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "identifier",
                    "deprecated": false,
                    "description": "<p>Identifier of the group.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>See examples in <a href=\"Titanium.Contacts\">Titanium.Contacts</a> for more information.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "1.4.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "1.4.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.Contacts.Person",
            "description": "<p>An object that represents a contact record for a person or organization in the system contacts\naddress book.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Contacts.Person.bubbleParent\">Titanium.Contacts.Person.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Contacts.Person.bubbleParent\">Titanium.Contacts.Person.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Contacts.Person.bubbleParent\">Titanium.Contacts.Person.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Contacts.Person.bubbleParent\">Titanium.Contacts.Person.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Contacts.Person.apiName\">Titanium.Contacts.Person.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Contacts.Person.apiName\">Titanium.Contacts.Person.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Contacts.Person.lifecycleContainer\">Titanium.Contacts.Person.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Contacts.Person.lifecycleContainer\">Titanium.Contacts.Person.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Contacts.Person.lifecycleContainer\">Titanium.Contacts.Person.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Contacts.Person.lifecycleContainer\">Titanium.Contacts.Person.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getAddress",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Contacts.Person.address\">Titanium.Contacts.Person.address</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Contacts.Person.address\">Titanium.Contacts.Person.address</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Object",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAddress",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Contacts.Person.address\">Titanium.Contacts.Person.address</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Contacts.Person.address\">Titanium.Contacts.Person.address</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "address",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBirthday",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Contacts.Person.birthday\">Titanium.Contacts.Person.birthday</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Contacts.Person.birthday\">Titanium.Contacts.Person.birthday</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBirthday",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Contacts.Person.birthday\">Titanium.Contacts.Person.birthday</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Contacts.Person.birthday\">Titanium.Contacts.Person.birthday</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "birthday",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAlternateBirthday",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Contacts.Person.alternateBirthday\">Titanium.Contacts.Person.alternateBirthday</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Contacts.Person.alternateBirthday\">Titanium.Contacts.Person.alternateBirthday</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Object",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAlternateBirthday",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Contacts.Person.alternateBirthday\">Titanium.Contacts.Person.alternateBirthday</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Contacts.Person.alternateBirthday\">Titanium.Contacts.Person.alternateBirthday</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "alternateBirthday",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getCreated",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Contacts.Person.created\">Titanium.Contacts.Person.created</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Contacts.Person.created\">Titanium.Contacts.Person.created</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getDate",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Contacts.Person.date\">Titanium.Contacts.Person.date</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Contacts.Person.date\">Titanium.Contacts.Person.date</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Object",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setDate",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Contacts.Person.date\">Titanium.Contacts.Person.date</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Contacts.Person.date\">Titanium.Contacts.Person.date</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "date",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getDepartment",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Contacts.Person.department\">Titanium.Contacts.Person.department</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Contacts.Person.department\">Titanium.Contacts.Person.department</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setDepartment",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Contacts.Person.department\">Titanium.Contacts.Person.department</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Contacts.Person.department\">Titanium.Contacts.Person.department</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "department",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getEmail",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Contacts.Person.email\">Titanium.Contacts.Person.email</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Contacts.Person.email\">Titanium.Contacts.Person.email</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Object",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setEmail",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Contacts.Person.email\">Titanium.Contacts.Person.email</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Contacts.Person.email\">Titanium.Contacts.Person.email</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "email",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getFirstName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Contacts.Person.firstName\">Titanium.Contacts.Person.firstName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Contacts.Person.firstName\">Titanium.Contacts.Person.firstName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setFirstName",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Contacts.Person.firstName\">Titanium.Contacts.Person.firstName</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Contacts.Person.firstName\">Titanium.Contacts.Person.firstName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "firstName",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getFirstPhonetic",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Contacts.Person.firstPhonetic\">Titanium.Contacts.Person.firstPhonetic</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Contacts.Person.firstPhonetic\">Titanium.Contacts.Person.firstPhonetic</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setFirstPhonetic",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Contacts.Person.firstPhonetic\">Titanium.Contacts.Person.firstPhonetic</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Contacts.Person.firstPhonetic\">Titanium.Contacts.Person.firstPhonetic</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "firstPhonetic",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getFullName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Contacts.Person.fullName\">Titanium.Contacts.Person.fullName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Contacts.Person.fullName\">Titanium.Contacts.Person.fullName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getId",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Contacts.Person.id\">Titanium.Contacts.Person.id</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Contacts.Person.id\">Titanium.Contacts.Person.id</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getIdentifier",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Contacts.Person.identifier\">Titanium.Contacts.Person.identifier</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Contacts.Person.identifier\">Titanium.Contacts.Person.identifier</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Contacts.Person.image\">Titanium.Contacts.Person.image</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Contacts.Person.image\">Titanium.Contacts.Person.image</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Blob",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Contacts.Person.image\">Titanium.Contacts.Person.image</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Contacts.Person.image\">Titanium.Contacts.Person.image</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "image",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.Blob",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getInstantMessage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Contacts.Person.instantMessage\">Titanium.Contacts.Person.instantMessage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Contacts.Person.instantMessage\">Titanium.Contacts.Person.instantMessage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Object",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setInstantMessage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Contacts.Person.instantMessage\">Titanium.Contacts.Person.instantMessage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Contacts.Person.instantMessage\">Titanium.Contacts.Person.instantMessage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "instantMessage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSocialProfile",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Contacts.Person.socialProfile\">Titanium.Contacts.Person.socialProfile</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Contacts.Person.socialProfile\">Titanium.Contacts.Person.socialProfile</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Object",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setSocialProfile",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Contacts.Person.socialProfile\">Titanium.Contacts.Person.socialProfile</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Contacts.Person.socialProfile\">Titanium.Contacts.Person.socialProfile</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "socialProfile",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getJobTitle",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Contacts.Person.jobTitle\">Titanium.Contacts.Person.jobTitle</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Contacts.Person.jobTitle\">Titanium.Contacts.Person.jobTitle</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setJobTitle",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Contacts.Person.jobTitle\">Titanium.Contacts.Person.jobTitle</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Contacts.Person.jobTitle\">Titanium.Contacts.Person.jobTitle</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "jobTitle",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getKind",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Contacts.Person.kind\">Titanium.Contacts.Person.kind</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Contacts.Person.kind\">Titanium.Contacts.Person.kind</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setKind",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Contacts.Person.kind\">Titanium.Contacts.Person.kind</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Contacts.Person.kind\">Titanium.Contacts.Person.kind</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "kind",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLastName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Contacts.Person.lastName\">Titanium.Contacts.Person.lastName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Contacts.Person.lastName\">Titanium.Contacts.Person.lastName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLastName",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Contacts.Person.lastName\">Titanium.Contacts.Person.lastName</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Contacts.Person.lastName\">Titanium.Contacts.Person.lastName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lastName",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLastPhonetic",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Contacts.Person.lastPhonetic\">Titanium.Contacts.Person.lastPhonetic</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Contacts.Person.lastPhonetic\">Titanium.Contacts.Person.lastPhonetic</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLastPhonetic",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Contacts.Person.lastPhonetic\">Titanium.Contacts.Person.lastPhonetic</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Contacts.Person.lastPhonetic\">Titanium.Contacts.Person.lastPhonetic</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lastPhonetic",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getMiddleName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Contacts.Person.middleName\">Titanium.Contacts.Person.middleName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Contacts.Person.middleName\">Titanium.Contacts.Person.middleName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setMiddleName",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Contacts.Person.middleName\">Titanium.Contacts.Person.middleName</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Contacts.Person.middleName\">Titanium.Contacts.Person.middleName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "middleName",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getMiddlePhonetic",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Contacts.Person.middlePhonetic\">Titanium.Contacts.Person.middlePhonetic</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Contacts.Person.middlePhonetic\">Titanium.Contacts.Person.middlePhonetic</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setMiddlePhonetic",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Contacts.Person.middlePhonetic\">Titanium.Contacts.Person.middlePhonetic</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Contacts.Person.middlePhonetic\">Titanium.Contacts.Person.middlePhonetic</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "middlePhonetic",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getModified",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Contacts.Person.modified\">Titanium.Contacts.Person.modified</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Contacts.Person.modified\">Titanium.Contacts.Person.modified</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getNickname",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Contacts.Person.nickname\">Titanium.Contacts.Person.nickname</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Contacts.Person.nickname\">Titanium.Contacts.Person.nickname</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setNickname",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Contacts.Person.nickname\">Titanium.Contacts.Person.nickname</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Contacts.Person.nickname\">Titanium.Contacts.Person.nickname</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "nickname",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getNote",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Contacts.Person.note\">Titanium.Contacts.Person.note</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Contacts.Person.note\">Titanium.Contacts.Person.note</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setNote",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Contacts.Person.note\">Titanium.Contacts.Person.note</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Contacts.Person.note\">Titanium.Contacts.Person.note</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "note",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getOrganization",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Contacts.Person.organization\">Titanium.Contacts.Person.organization</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Contacts.Person.organization\">Titanium.Contacts.Person.organization</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setOrganization",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Contacts.Person.organization\">Titanium.Contacts.Person.organization</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Contacts.Person.organization\">Titanium.Contacts.Person.organization</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "organization",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPhone",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Contacts.Person.phone\">Titanium.Contacts.Person.phone</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Contacts.Person.phone\">Titanium.Contacts.Person.phone</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Object",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setPhone",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Contacts.Person.phone\">Titanium.Contacts.Person.phone</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Contacts.Person.phone\">Titanium.Contacts.Person.phone</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "phone",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPrefix",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Contacts.Person.prefix\">Titanium.Contacts.Person.prefix</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Contacts.Person.prefix\">Titanium.Contacts.Person.prefix</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRecordId",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Contacts.Person.recordId\">Titanium.Contacts.Person.recordId</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Contacts.Person.recordId\">Titanium.Contacts.Person.recordId</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setRecordId",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Contacts.Person.recordId\">Titanium.Contacts.Person.recordId</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Contacts.Person.recordId\">Titanium.Contacts.Person.recordId</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "recordId",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRelatedNames",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Contacts.Person.relatedNames\">Titanium.Contacts.Person.relatedNames</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Contacts.Person.relatedNames\">Titanium.Contacts.Person.relatedNames</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Object",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setRelatedNames",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Contacts.Person.relatedNames\">Titanium.Contacts.Person.relatedNames</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Contacts.Person.relatedNames\">Titanium.Contacts.Person.relatedNames</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "relatedNames",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSuffix",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Contacts.Person.suffix\">Titanium.Contacts.Person.suffix</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Contacts.Person.suffix\">Titanium.Contacts.Person.suffix</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getUrl",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Contacts.Person.url\">Titanium.Contacts.Person.url</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Contacts.Person.url\">Titanium.Contacts.Person.url</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Object",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setUrl",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Contacts.Person.url\">Titanium.Contacts.Person.url</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Contacts.Person.url\">Titanium.Contacts.Person.url</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "url",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "address",
                    "deprecated": false,
                    "description": "<p>Addresses for the person. Multi-value. Read-only on Android.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Object",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "birthday",
                    "deprecated": false,
                    "description": "<p>Date of birth of the person. Single value.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "alternateBirthday",
                    "deprecated": false,
                    "description": "<p>Alternate birthday of the person. Single Dictionary.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Object",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "created",
                    "deprecated": false,
                    "description": "<p>Date and time that the person record was created. Single value. Deprecated since iOS 9.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "date",
                    "deprecated": false,
                    "description": "<p>Dates associated with the person. Multi-value.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Object",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "department",
                    "deprecated": false,
                    "description": "<p>Department of the person. Single value.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "email",
                    "deprecated": false,
                    "description": "<p>Email addresses for the person. Multi-value. Read-only on Android.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Object",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "firstName",
                    "deprecated": false,
                    "description": "<p>First name of the person. Single value.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "firstPhonetic",
                    "deprecated": false,
                    "description": "<p>Phonetic first name of the person.  Single value.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fullName",
                    "deprecated": false,
                    "description": "<p>Localized full name of the person. Single value. Read-only on Android.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "id",
                    "deprecated": false,
                    "description": "<p>Record identifier of the person. Single value.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "identifier",
                    "deprecated": false,
                    "description": "<p>Identifier of the person.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "image",
                    "deprecated": false,
                    "description": "<p>Image for the person. Single value. Read-only for &gt;= iOS9</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Titanium.Blob",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "instantMessage",
                    "deprecated": false,
                    "description": "<p>Instant messenger information of the person. Multi-value.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Object",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "socialProfile",
                    "deprecated": false,
                    "description": "<p>Social profile information of the person. Multi-value.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Object",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "jobTitle",
                    "deprecated": false,
                    "description": "<p>Job title of the person. Single value.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "kind",
                    "deprecated": false,
                    "description": "<p>Determines the type of information the person record contains; either person or organization.\nRead-only on Android.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.Contacts.CONTACTS_KIND_ORGANIZATION",
                        "Titanium.Contacts.CONTACTS_KIND_PERSON"
                    ],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lastName",
                    "deprecated": false,
                    "description": "<p>Last name of the person. Single value.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lastPhonetic",
                    "deprecated": false,
                    "description": "<p>Phonetic last name of the person. Single value.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "middleName",
                    "deprecated": false,
                    "description": "<p>Middle name of the person. Single value.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "middlePhonetic",
                    "deprecated": false,
                    "description": "<p>Phonetic middle name of the person. Single value.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "modified",
                    "deprecated": false,
                    "description": "<p>Date and time that the person record was last modified. Single value. Deprecated since iOS 9.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "nickname",
                    "deprecated": false,
                    "description": "<p>Nickname of the person. Single value.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "note",
                    "deprecated": false,
                    "description": "<p>Notes for the person. Single value.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "organization",
                    "deprecated": false,
                    "description": "<p>Organization to which the person belongs. Single value.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "phone",
                    "deprecated": false,
                    "description": "<p>Phone numbers for the person. Multi-value. Read-only on Android.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Object",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "prefix",
                    "deprecated": false,
                    "description": "<p>Prefix for the person. Single value.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "recordId",
                    "deprecated": false,
                    "description": "<p>Record identifier of the person. Single value. Deprecated since iOS 9.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "relatedNames",
                    "deprecated": false,
                    "description": "<p>Names of people to which the person is related. Multi-value.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Object",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "suffix",
                    "deprecated": false,
                    "description": "<p>Suffix for the person. Single value.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "url",
                    "deprecated": false,
                    "description": "<p>URLs of webpages associated with the person. Multi-value.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Object",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>A person object is created using <a href=\"Titanium.Contacts.createPerson\">Titanium.Contacts.createPerson</a>.</p>\n<p>The following two kinds of properties exist for this object:</p>\n<ul>\n<li>single value - contains either a <code>string</code> or <code>number</code> type value, an array of <code>string</code> type\nvalues, or <code>null</code> if unset.</li>\n<li>multi-value - contains a dictionary with typical keys of <code>home</code>, <code>work</code> and/or <code>other</code>. Each\nkey contains either a <code>string</code> type value, an array of <code>string</code> type values, or a dictionary\ncontaining key/value pairs with <code>string</code> type values.</li>\n</ul>\n<h4>Adding and Modifying Properties</h4>\n<p>Support for adding and modifying properties is currently supported on iOS and Android.</p>\n<h4>Keys as Address Book UI Labels</h4>\n<p>Keys act as labels in the address book user interface.</p>\n<p>Although there is limited support for custom, arbitrarily-named, keys when used with multi-value\nproperties, there is no support them with single value properties.</p>\n<p>On iOS, creating custom keys is not recommended, and will lead to undefined results.</p>\n<p>If a label has been created by the user of the device and used with a multi-value property, it\nwill exist as a key with the same name.</p>\n<p>See examples in <a href=\"Titanium.Contacts\">Titanium.Contacts</a> for more information.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.Database.DB",
            "description": "<p>The <code>Database</code> instance returned by <a href=\"Titanium.Database.open\">Titanium.Database.open</a> or <a href=\"Titanium.Database.install\">Titanium.Database.install</a>.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "close",
                    "deprecated": false,
                    "description": "<p>Closes the database and releases resources from memory. Once closed, this instance is no\nlonger valid and should not be used. On iOS, also closes all <a href=\"Titanium.Database.ResultSet\">Titanium.Database.ResultSet</a>\ninstances that exist.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "execute",
                    "deprecated": false,
                    "description": "<p>Executes an SQL statement against the database and returns a <code>ResultSet</code>.</p>",
                    "examples": [
                        {
                            "title": "Executing a Query",
                            "code": "<p>The following code will install a database using\n<a href=\"Titanium.Database.install\">Titanium.Database.install</a> and execute SQL statements that will\ncreate a table, insert data and query the table.</p>\n<pre><code>var db = Ti.Database.install('mydb1', 'mydb1Installed');\ndb.execute('DELETE FROM people');\ndb.execute('CREATE TABLE IF NOT EXISTS people (name TEXT, phone_number TEXT, city TEXT)');\n\nvar thisName = 'Arthur';\nvar thisPhoneNo = '1-617-000-0000';\nvar thisCity = 'Mountain View';\ndb.execute('INSERT INTO people (name, phone_number, city) VALUES (?, ?, ?)', thisName, thisPhoneNo, thisCity);\n\nvar personArray = ['Paul','020 7000 0000', 'London'];\ndb.execute('INSERT INTO people (name, phone_number, city) VALUES (?, ?, ?)', personArray);\n\nvar rows = db.execute('SELECT rowid,name,phone_number,city FROM people');\ndb.close();\n\nwhile (rows.isValidRow()) {\n  Ti.API.info('Person ---&gt; ROWID: ' + rows.fieldByName('rowid') + ', name:' + rows.field(1) + ', phone_number: ' + rows.fieldByName('phone_number') + ', city: ' + rows.field(3));\n  rows.next();\n}\nrows.close();\n</code></pre>\n<p>Note that the above <code>SELECT</code> query contains the <a href=\"http://www.sqlite.org/lang_createtable.html#rowid\">rowid</a>\ncolumn, which is a SQLite-specific column that stores the unique identifier for each row.</p>"
                        }
                    ],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "sql",
                            "constants": [],
                            "description": "<p>SQL to execute. May include placeholders for parameter substitution.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "vararg",
                            "constants": [],
                            "description": "<p>Either a variable ordered list of zero or more values, or an array of values,\nto be substituted with the respective <code>?</code> placeholder of the query.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Database.ResultSet",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "executeAsync",
                    "deprecated": false,
                    "description": "<p>Asynchronously executes an SQL statement against the database and fires a callback with a possible <code>Error</code> argument, and a second argument holding a possible <code>ResultSet</code>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "query",
                            "constants": [],
                            "description": "<p>SQL query to execute. May include placeholders for parameter substitution.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "vararg",
                            "constants": [],
                            "description": "<p>Either a variable ordered list of zero or more values, or an array of values,\nto be substituted with the respective <code>?</code> placeholder of the query.</p>",
                            "type": "Object",
                            "usage": "optional"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback when query execution has completed.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "executeAll",
                    "deprecated": false,
                    "description": "<p>Synchronously executes an array of SQL statements against the database and returns an array of <code>ResultSet</code>.\nOn failure, this will throw an <a href=\"BatchQueryError\">Error</a> that reports the failed index and partial results</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "queries",
                            "constants": [],
                            "description": "<p>Array of SQL queries to execute.</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "executeAllAsync",
                    "deprecated": false,
                    "description": "<p>Asynchronously executes an array of SQL statements against the database and fires a callback with a possible Error, and an array of <code>ResultSet</code>.\nOn failure, this will call the callback with an <a href=\"PossibleBatchQueryError\">Error</a> that reports the failed index, and a second argument with the partial results</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "queries",
                            "constants": [],
                            "description": "<p>Array of SQL queries to execute.</p>",
                            "type": "Array",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback when query execution has completed.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "remove",
                    "deprecated": false,
                    "description": "<p>Removes the database files for this instance from disk. WARNING: this is a destructive\noperation and cannot be reversed. All data in the database will be lost; use with caution.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Database.DB.bubbleParent\">Titanium.Database.DB.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Database.DB.bubbleParent\">Titanium.Database.DB.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Database.DB.bubbleParent\">Titanium.Database.DB.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Database.DB.bubbleParent\">Titanium.Database.DB.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Database.DB.apiName\">Titanium.Database.DB.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Database.DB.apiName\">Titanium.Database.DB.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Database.DB.lifecycleContainer\">Titanium.Database.DB.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Database.DB.lifecycleContainer\">Titanium.Database.DB.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Database.DB.lifecycleContainer\">Titanium.Database.DB.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Database.DB.lifecycleContainer\">Titanium.Database.DB.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getFile",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Database.DB.file\">Titanium.Database.DB.file</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Database.DB.file\">Titanium.Database.DB.file</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Filesystem.File",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLastInsertRowId",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Database.DB.lastInsertRowId\">Titanium.Database.DB.lastInsertRowId</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Database.DB.lastInsertRowId\">Titanium.Database.DB.lastInsertRowId</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Database.DB.name\">Titanium.Database.DB.name</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Database.DB.name\">Titanium.Database.DB.name</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRowsAffected",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Database.DB.rowsAffected\">Titanium.Database.DB.rowsAffected</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Database.DB.rowsAffected\">Titanium.Database.DB.rowsAffected</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "file",
                    "deprecated": false,
                    "description": "<p>A <code>File</code> object representing the file where this database is stored. Must only be used for\nsetting file properties.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "type": "Titanium.Filesystem.File",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lastInsertRowId",
                    "deprecated": false,
                    "description": "<p>The identifier of the last populated row.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "name",
                    "deprecated": false,
                    "description": "<p>The name of the database.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "rowsAffected",
                    "deprecated": false,
                    "description": "<p>The number of rows affected by the last query.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "BatchQueryError",
            "description": "<p>Simple <code>Error</code> instance thrown from the\n<a href=\"Titanium.Database.DB.executeAll\">executeAll</a> method in case of failure</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "index",
                    "deprecated": false,
                    "description": "<p>Index of the failed query</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "results",
                    "deprecated": false,
                    "description": "<p>partial <code>ResultSet</code>s of any successful queries before the failure</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.1.0"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "8.1.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "8.1.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "8.1.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "PossibleBatchQueryError",
            "description": "<p>Simple <code>Error</code> argument provided to the callback from the\n<a href=\"Titanium.Database.DB.executeAllAsync\">executeAllAsync</a> method in case of failure</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "index",
                    "deprecated": false,
                    "description": "<p>Index of the failed query</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "8.1.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "8.1.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "8.1.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.Database",
            "description": "<p>The top-level <code>Database</code> module, used for creating and accessing the\nin-application SQLite database.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "install",
                    "deprecated": false,
                    "description": "<p>Installs an SQLite database to device's internal storage.</p>",
                    "examples": [
                        {
                            "title": "Install a Database (iOS)",
                            "code": "<p>A database, with a filename of <code>mydb1</code> and located in the same directory as the\nthe running script, is installed.</p>\n<pre><code>var db1 = Ti.Database.install('mydb1', 'mydb1Installed');\n</code></pre>\n<p>The file is copied to the default database location with a file\nextension of <code>sql</code>.</p>\n<p><strong>On simulator</strong></p>\n<ul>\n<li><code>/Users/user_name/Library/Application Support/iPhone Simulator/ios_version/Applications/apple_app_id/Library/Private Documents/mydb1Installed.sql</code> (Titanium 1.8.0.1)</li>\n<li><code>/Users/user_name/Library/Application Support/iPhone Simulator/ios_version/Applications/apple_app_id/Library/Application Support/database/mydb1Installed.sql</code> (earlier versions)</li>\n</ul>\n<p><strong>On device</strong></p>\n<ul>\n<li><code>/Applications/apple_app_id/Library/Private Documents/mydb1Installed.sql</code> (Titanium 1.8.0.1)</li>\n<li><code>/Applications/apple_app_id/Library/Application Support/database/mydb1Installed.sql</code> (earlier versions)</li>\n</ul>\n<p>To prevent the database file being automatically backed up to iCloud, use <code>setRemoteBackup</code>.</p>\n<pre><code>db1.file.setRemoteBackup(false);\n</code></pre>"
                        },
                        {
                            "title": "Install a Database to Internal Storage (Android)",
                            "code": "<p>A database, with a filename of <code>mydb1</code> and located in the same directory as the\nthe running script, is installed.</p>\n<pre><code>var db1 = Ti.Database.install('mydb1', 'mydb1Installed');\n</code></pre>\n<p>Unlike on iOS, no file extension is added. The file is opened in the\nfollowing default database location, on both emulator and device.</p>\n<ul>\n<li><code>file:///data/data/appID/databases/mydb1Installed</code></li>\n</ul>"
                        },
                        {
                            "title": "Install a Database to External Storage (Android)",
                            "code": "<p>The device is checked for the presence of external storage and a\ndatabase, with a filename of <code>mydb2</code> and located in the same directory as the\nthe running script, is installed.</p>\n<pre><code>if (Ti.Platform.name === 'android' &amp;&amp; Ti.Filesystem.isExternalStoragePresent()) {\n  var db2 = Ti.Database.install('mydb2', Ti.Filesystem.externalStorageDirectory + 'path' + Ti.Filesystem.separator + 'to' + Ti.Filesystem.separator + 'mydb2Installed');\n}\n</code></pre>\n<p>Unlike on iOS, no file extension is added. The file is copied to the\nabsolute path provided.</p>\n<ul>\n<li><code>file:///sdcard/path/to/mydb2Installed</code></li>\n</ul>"
                        }
                    ],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "path",
                            "constants": [],
                            "description": "<p>Path and filename of the database file to copy to internal storage.\nFile location is relative to the script's context unless an absolute\npath, such as one constructed with a <a href=\"Titanium.Filesystem\">Titanium.Filesystem</a>\nconstant, is used.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "dbName",
                            "constants": [],
                            "description": "<p>Destination filename or absolute path, which will subsequently be passed to\n<a href=\"Titanium.Database.open\">Titanium.Database.open</a>.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Database.DB",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "open",
                    "deprecated": false,
                    "description": "<p>Opens an SQLite database.</p>",
                    "examples": [
                        {
                            "title": "Open a Database from Internal Storage (iOS)",
                            "code": "<p>A database, with a persistant name of <code>mydb1Installed</code> and located in the\ndefault database location on internal storage, is opened.</p>\n<pre><code>var db = Ti.Database.open('mydb1Installed');\n</code></pre>\n<p>A file extension of <code>sql</code> is added, and the file is opened from the\nfollowing location.</p>\n<p>On simulator</p>\n<ul>\n<li><code>/Users/&lt;user name&gt;/Library/Application Support/iPhone Simulator/&lt;iOS version&gt;/Applications/&lt;apple app id&gt;/Library/Private Documents/mydb1Installed.sql</code> (Titanium 1.8.0.1)</li>\n<li><code>/Users/&lt;user name&gt;/Library/Application Support/iPhone Simulator/&lt;iOS version&gt;/Applications/&lt;apple app id&gt;/Library/Application Support/database/mydb1Installed.sql</code> (earlier versions)</li>\n</ul>\n<p>On device</p>\n<ul>\n<li><code>/Applications/&lt;apple app id&gt;/Library/Private Documents/mydb1Installed.sql</code> (Titanium 1.8.0.1)</li>\n<li><code>/Applications/&lt;apple app id&gt;/Library/Application Support/database/mydb1Installed.sql</code> (earlier versions)</li>\n</ul>"
                        },
                        {
                            "title": "Open a Database on Internal Storage (Android)",
                            "code": "<p>A database, with a persistant name of <code>mydb1Installed</code> and located in the\ndefault database location on internal storage, is opened.</p>\n<p>var db1 = Ti.Database.open('mydb1Installed');</p>\n<p>Unlike on iOS, no file extension is added. The file is opened in\nthe following location.</p>\n<ul>\n<li><code>file:///data/data/appID/databases/mydb1Installed</code></li>\n</ul>"
                        },
                        {
                            "title": "Open a Database on External Storage (Android)",
                            "code": "<p>A database, with a filename of <code>mydb2Installed</code> and located at the\nabsolute path provided, is opened.</p>\n<pre><code>if (Ti.Platform.name === 'android' &amp;&amp; Ti.Filesystem.isExternalStoragePresent()) {\n  var db2 = Ti.Database.open(Ti.Filesystem.externalStorageDirectory + 'path' + Ti.Filesystem.separator + 'to' + Ti.Filesystem.separator + 'mydb2Installed');\n}\n</code></pre>\n<p>Unlike on iOS, no file extension is added. The file is copied to the\nabsolute path, as follows.</p>\n<ul>\n<li><code>file:///sdcard/path/to/mydb2Installed</code></li>\n</ul>"
                        },
                        {
                            "title": "Open a Database in the shared directory of an application group (iOS)",
                            "code": "<p>Opens a Database in a shared directory</p>\n<pre><code>var suiteDir = Ti.Filesystem.directoryForSuite('group.appc.Sharing');\nif (!suiteDir) {\n    logInApp('Suite Directory not found, check Entitlements.');\n    return;\n}\nvar path = suiteDir + 'TestDB';\nvar db = Ti.Database.open(path);\ndb.close();\n</code></pre>"
                        }
                    ],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "dbName",
                            "constants": [],
                            "description": "<p>The dbname previously passed to <a href=\"Titanium.Database.install\">Titanium.Database.install</a>. An absolute path\nto the file, including one that is constructed with a <a href=\"Titanium.Filesystem\">Titanium.Filesystem</a>\nconstant or <a href=\"Titanium.Filesystem.directoryForSuite\">Titanium.Filesystem.directoryForSuite</a> method, may be used.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Database.DB",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Database.bubbleParent\">Titanium.Database.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Database.bubbleParent\">Titanium.Database.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Database.bubbleParent\">Titanium.Database.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Database.bubbleParent\">Titanium.Database.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Database.apiName\">Titanium.Database.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Database.apiName\">Titanium.Database.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Database.lifecycleContainer\">Titanium.Database.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Database.lifecycleContainer\">Titanium.Database.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Database.lifecycleContainer\">Titanium.Database.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Database.lifecycleContainer\">Titanium.Database.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Module",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "FIELD_TYPE_DOUBLE",
                    "deprecated": false,
                    "description": "<p>Constant for requesting a column's value returned in double form.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "FIELD_TYPE_FLOAT",
                    "deprecated": false,
                    "description": "<p>Constant for requesting a column's value returned in float form.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "FIELD_TYPE_INT",
                    "deprecated": false,
                    "description": "<p>Constant for requesting a column's value returned in integer form.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "FIELD_TYPE_STRING",
                    "deprecated": false,
                    "description": "<p>Constant for requesting a column's value returned in string form.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.Database.ResultSet",
            "description": "<p>The ResultSet instance returned by <a href=\"Titanium.Database.DB.execute\">Titanium.Database.DB.execute</a>.</p>",
            "deprecated": false,
            "events": [],
            "examples": [
                {
                    "title": "Using ResultSet",
                    "code": "<p>The following code will create a database and execute SQL statements that will create a\ntable, insert data into it, query the table and iterate through the returned\n<code>ResultSet</code>.</p>\n<pre><code>var db = Ti.Database.open('mydb1Installed');\ndb.execute('CREATE TABLE IF NOT EXISTS people (name TEXT, phone_number TEXT, city TEXT)');\ndb.execute('DELETE FROM people');\n\nvar thisName = 'Arthur';\nvar thisPhoneNo = '1-617-000-0000';\nvar thisCity = 'Mountain View';\ndb.execute('INSERT INTO people (name, phone_number, city) VALUES (?, ?, ?)', thisName, thisPhoneNo, thisCity);\n\nvar personArray = ['Paul','020 7000 0000', 'London'];\ndb.execute('INSERT INTO people (name, phone_number, city) VALUES (?, ?, ?)', personArray);\n\nvar rows = db.execute('SELECT rowid,name,phone_number,city FROM people');\nTi.API.info('Row count: ' + rows.rowCount);\n\nvar fieldCount = rows.fieldCount;\nTi.API.info('Field count: ' + fieldCount);\n\nwhile (rows.isValidRow()){\n  Ti.API.info('Person ---&gt; ROWID: ' + rows.fieldByName('rowid') + ', name:' + rows.field(1) + ', phone_number: ' + rows.fieldByName('phone_number') + ', city: ' + rows.field(3));\n  rows.next();\n}\nrows.close();\ndb.close();\n</code></pre>\n<p>Note that the above <code>SELECT</code> query contains the <a href=\"http://www.sqlite.org/lang_createtable.html#rowid\">rowid</a>\nfield, which contains an SQLite-specific unique identifier for each row.</p>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "close",
                    "deprecated": false,
                    "description": "<p>Closes this result set and release resources. Once closed, the result set must no longer\nbe used.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "field",
                    "deprecated": false,
                    "description": "<p>Retrieves the value for the specified field in the current row,\nand casts it to the specified type (String, Integer, Float or Double.)</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "index",
                            "constants": [],
                            "description": "<p>A zero-based column index.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "type",
                            "constants": [
                                "Titanium.Database.FIELD_TYPE_DOUBLE",
                                "Titanium.Database.FIELD_TYPE_FLOAT",
                                "Titanium.Database.FIELD_TYPE_INT",
                                "Titanium.Database.FIELD_TYPE_STRING"
                            ],
                            "description": "<p>Type to cast field value.</p>",
                            "type": "Number",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "<p>return type varies based on the underlying data and optional <code>type</code> argument. If BLOB, we return a Titanium.Blob. If TEXT, we return String. If any kind of number, we return a Number.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fieldByName",
                    "deprecated": false,
                    "description": "<p>Retrieves the value for the specified field in the current row,\nand casts it to the specified type (String, Integer, Float or Double.)</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>A column name or alias used in the SQL query.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "type",
                            "constants": [
                                "Titanium.Database.FIELD_TYPE_DOUBLE",
                                "Titanium.Database.FIELD_TYPE_FLOAT",
                                "Titanium.Database.FIELD_TYPE_INT",
                                "Titanium.Database.FIELD_TYPE_STRING"
                            ],
                            "description": "<p>Type to cast for the field value.</p>",
                            "type": "Number",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "<p>return type varies based on the underlying data and optional <code>type</code> argument. If BLOB, we return a Titanium.Blob. If TEXT, we return String. If any kind of number, we return a Number.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fieldCount",
                    "deprecated": true,
                    "description": "<p>Returns the number of columns in this result set. This method has been <strong>removed</strong> in Release 3.3.0 of the Titanium SDK. Use the fieldCount property instead. <strong>Removed in 3.3.0. Use the fieldCount property instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fieldName",
                    "deprecated": false,
                    "description": "<p>Returns the field name for the specified field index.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "index",
                            "constants": [],
                            "description": "<p>A zero-based column index for the field.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getFieldName",
                    "deprecated": false,
                    "description": "<p>Returns the field name for the specified field index.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "index",
                            "constants": [],
                            "description": "<p>A zero-based column index for the field.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "isValidRow",
                    "deprecated": false,
                    "description": "<p>Returns whether the current row is valid.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "next",
                    "deprecated": false,
                    "description": "<p>Advances to the next row in the result set and returns <code>true</code> if one exists,\nor <code>false</code> otherwise.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Database.ResultSet.bubbleParent\">Titanium.Database.ResultSet.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Database.ResultSet.bubbleParent\">Titanium.Database.ResultSet.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Database.ResultSet.bubbleParent\">Titanium.Database.ResultSet.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Database.ResultSet.bubbleParent\">Titanium.Database.ResultSet.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Database.ResultSet.apiName\">Titanium.Database.ResultSet.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Database.ResultSet.apiName\">Titanium.Database.ResultSet.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Database.ResultSet.lifecycleContainer\">Titanium.Database.ResultSet.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Database.ResultSet.lifecycleContainer\">Titanium.Database.ResultSet.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Database.ResultSet.lifecycleContainer\">Titanium.Database.ResultSet.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Database.ResultSet.lifecycleContainer\">Titanium.Database.ResultSet.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getFieldCount",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Database.ResultSet.fieldCount\">Titanium.Database.ResultSet.fieldCount</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Database.ResultSet.fieldCount\">Titanium.Database.ResultSet.fieldCount</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRowCount",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Database.ResultSet.rowCount\">Titanium.Database.ResultSet.rowCount</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Database.ResultSet.rowCount\">Titanium.Database.ResultSet.rowCount</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getValidRow",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Database.ResultSet.validRow\">Titanium.Database.ResultSet.validRow</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Database.ResultSet.validRow\">Titanium.Database.ResultSet.validRow</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "fieldCount",
                    "deprecated": false,
                    "description": "<p>The number of columns in this result set.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "rowCount",
                    "deprecated": false,
                    "description": "<p>The number of rows in this result set.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "validRow",
                    "deprecated": false,
                    "description": "<p>Indicates whether the current row is valid.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>A result set represents the results returned by a database query.</p>\n<p>The <a href=\"Titanium.Database.ResultSet.rowCount\">rowCount</a> property identifies the number of\nrows in the result set. The <code>ResultSet</code> object maintains an internal record of the\ncurrent row. As shown in the example, you can use the\n<a href=\"Titanium.Database.ResultSet.next\">next</a> method to iterate through the rows in the set.</p>\n<p>Use the <a href=\"Titanium.Database.ResultSet.field\">field</a> or\n<a href=\"Titanium.Database.ResultSet.fieldByName\">fieldByName</a> methods to query the fields for\nthe current row.</p>\n<p>On the iOS platform, closing the database also closes the result set, that is,\nyou can only access the result set if the database is currently open.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "ErrorResponse",
            "description": "<p>Properties used in any event or callback which needs to report a success or failure.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "success",
                    "deprecated": false,
                    "description": "<p>Indicates if the operation succeeded.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "error",
                    "deprecated": false,
                    "description": "<p>Error message, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "code",
                    "deprecated": false,
                    "description": "<p>Error code. Returns 0 if <code>success</code> is <code>true</code>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "SuccessResponse",
            "description": "<p>Properties used in any event or callback which needs to report a success.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "ErrorResponse",
            "isInternal": false,
            "properties": [
                {
                    "name": "success",
                    "deprecated": false,
                    "description": "<p>Indicates if the operation succeeded. Returns <code>true</code>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "error",
                    "deprecated": false,
                    "description": "<p>Error message, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "code",
                    "deprecated": false,
                    "description": "<p>Error code. Returns 0.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "FailureResponse",
            "description": "<p>Properties used in any event or callback which needs to report a failure.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "ErrorResponse",
            "isInternal": false,
            "properties": [
                {
                    "name": "success",
                    "deprecated": false,
                    "description": "<p>Indicates if the operation succeeded. Returns <code>false</code>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "error",
                    "deprecated": false,
                    "description": "<p>Error message, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "code",
                    "deprecated": false,
                    "description": "<p>Error code. Returns a non-zero value.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.Event",
            "description": "<p>The base type for all Titanium events.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": true,
            "properties": [
                {
                    "name": "source",
                    "deprecated": false,
                    "description": "<p>Source object that fired the event.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Object",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "type",
                    "deprecated": false,
                    "description": "<p>Name of the event fired.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "bubbles",
                    "deprecated": false,
                    "description": "<p>True if the event will try to bubble up if possible.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "cancelBubble",
                    "deprecated": false,
                    "description": "<p>Set to true to stop the event from bubbling.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.Filesystem.File",
            "description": "<p>Object representing a path to a file or directory in the device's persistent storage.</p>",
            "deprecated": false,
            "events": [],
            "examples": [
                {
                    "title": "Reading a File",
                    "code": "<p>Data files shipped with the application are stored in the resources directory.</p>\n<p>This example reads string data from a text file.</p>\n<pre><code>// resourcesDirectory is actually the default location, so the first\n// argument could be omitted here.\nfile = Ti.Filesystem.getFile(Ti.Filesystem.resourcesDirectory, &quot;textfile.txt&quot;);\nvar blob = file.read();\nvar readText = blob.text;\n// dispose of file handle &amp; blob.\nfile = null;\nblob = null;\n</code></pre>"
                },
                {
                    "title": "Creating a Subdirectory",
                    "code": "<p>Files that the application writes to need to be stored outside of the\nresources directory, since that directory is read-only.</p>\n<p>This example creates a subdirectory to store downloaded images.\nThe example assumes that two variables are defined elsewhere in the code:\nmyImageID, a string containing some kind of ID for the downloaded image,\nand myImageData, a <code>Blob</code> containing JPEG image data.</p>\n<pre><code>var imageDir = Ti.Filesystem.getFile(Ti.Filesystem.applicationDataDirectory,\n    'downloaded_images');\nif (! imageDir.exists()) {\n    imageDir.createDirectory();\n}\n\n// .resolve() provides the resolved native path for the directory.\nvar imageFile  = Ti.Filesystem.getFile(imageDir.resolve(), myImageID + '.jpg');\nTi.API.info(&quot;ImageFile path is: &quot; + imageFile.resolve());\nif (imageFile.write(myImageData)===false) {\n    // handle write error\n}\n// dispose of file handles\nimageFile = null;\nimageDir = null;\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "append",
                    "deprecated": false,
                    "description": "<p>Appends data to the file identified by this file object.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "data",
                            "constants": [],
                            "description": "<p>Data to append.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "copy",
                    "deprecated": false,
                    "description": "<p>Copies the file identified by this file object to a new path.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "destinationPath",
                            "constants": [],
                            "description": "<p>Destination path to copy to.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createDirectory",
                    "deprecated": false,
                    "description": "<p>Creates a directory at the path identified by this file object.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "recursive",
                            "constants": [],
                            "description": "<p>Toggles whether to recursively create the directory structure (like mkdir -p).\nPass <code>false</code> to avoid recursively creating the directory.\nDefaults to true on SDK 7.3.0+, defaults to false on older SDK versions.</p>",
                            "type": "Boolean",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createFile",
                    "deprecated": false,
                    "description": "<p>Creates a file at the path identified by this file object.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createTimestamp",
                    "deprecated": true,
                    "description": "<p>Returns the creation timestamp for the file identified by this file object. <strong>Deprecated since 7.3.0. Use <a href=\"Titanium.Filesystem.File.createdAt\">createdAt</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createdAt",
                    "deprecated": false,
                    "description": "<p>Returns the creation Date for the file identified by this file object.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Date",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "deleteDirectory",
                    "deprecated": false,
                    "description": "<p>Deletes the directory identified by this file object.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "recursive",
                            "constants": [],
                            "description": "<p>Pass <code>true</code> to recursively delete any directory contents.</p>",
                            "type": "Boolean",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "deleteFile",
                    "deprecated": false,
                    "description": "<p>Deletes the file identified by this file object.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "exists",
                    "deprecated": false,
                    "description": "<p>Returns <code>true</code> if the file or directory identified by this file object exists on the device.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "extension",
                    "deprecated": false,
                    "description": "<p>Returns the extension for the file identified by this file object.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getDirectoryListing",
                    "deprecated": false,
                    "description": "<p>Returns a listing of the directory identified by this file object, or <code>null</code>\nif this object doesn't identify a directory.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getParent",
                    "deprecated": true,
                    "description": "<p>Returns the path of the parent directory holding the file identified by this\nfile object, as a String (deprecated) <strong>or</strong> as a <code>File</code> object.\n<strong>Deprecated since 7.0.0. Use the <a href=\"Titanium.Filesystem.File.parent\">Titanium.Filesystem.File.parent</a> property to receive a <code>File</code>\nreference instead. If you wish to receive the path, use the <code>nativePath</code>\nproperty of that reference instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "<p>Returns a String on iOS, a <code>Titanium.Filesystem.File</code> on Android</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getProtectionKey",
                    "deprecated": false,
                    "description": "<p>Returns the protection key value of this file object.\nReturns <code>null</code> if there's an error.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": [
                                "Titanium.Filesystem.IOS_FILE_PROTECTION_NONE",
                                "Titanium.Filesystem.IOS_FILE_PROTECTION_COMPLETE",
                                "Titanium.Filesystem.IOS_FILE_PROTECTION_COMPLETE_UNLESS_OPEN",
                                "Titanium.Filesystem.IOS_FILE_PROTECTION_COMPLETE_UNTIL_FIRST_USER_AUTHENTICATION"
                            ]
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "4.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "4.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "isDirectory",
                    "deprecated": false,
                    "description": "<p>Returns <code>true</code> if this file object represents a directory.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "isFile",
                    "deprecated": false,
                    "description": "<p>Returns <code>true</code> if this file object represents an ordinary file.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "modificationTimestamp",
                    "deprecated": true,
                    "description": "<p>Returns the last modification time for this file. <strong>Deprecated since 7.3.0. Use <a href=\"Titanium.Filesystem.File.modifiedAt\">Titanium.Filesystem.File.modifiedAt</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "modifiedAt",
                    "deprecated": false,
                    "description": "<p>Returns the last modification Date for the file identified by this file object.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Date",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "move",
                    "deprecated": false,
                    "description": "<p>Moves the file identified by this file object to another path.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "newpath",
                            "constants": [],
                            "description": "<p>New location for the file.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "open",
                    "deprecated": false,
                    "description": "<p>Opens the file identified by this file object for random access.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "mode",
                            "constants": [],
                            "description": "<p>Mode to open the file in: <code>MODE_READ</code>, <code>MODE_WRITE</code>, or <code>MODE_APPEND</code>.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Filesystem.FileStream",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "read",
                    "deprecated": false,
                    "description": "<p>Returns the contents of the file identified by this file object as a <code>Blob</code>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Blob",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "rename",
                    "deprecated": false,
                    "description": "<p>Renames the file identified by this file object.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "newname",
                            "constants": [],
                            "description": "<p>New name for the file.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "resolve",
                    "deprecated": false,
                    "description": "<p>Returns the fully-resolved native path associated with this file object.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setProtectionKey",
                    "deprecated": false,
                    "description": "<p>Sets the protection key as an attribute to the file identified by this file object.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "fileProtectionType",
                            "constants": [
                                "Titanium.Filesystem.IOS_FILE_PROTECTION_NONE",
                                "Titanium.Filesystem.IOS_FILE_PROTECTION_COMPLETE",
                                "Titanium.Filesystem.IOS_FILE_PROTECTION_COMPLETE_UNLESS_OPEN",
                                "Titanium.Filesystem.IOS_FILE_PROTECTION_COMPLETE_UNTIL_FIRST_USER_AUTHENTICATION"
                            ],
                            "description": "<p>File protection type.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "4.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "4.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "spaceAvailable",
                    "deprecated": false,
                    "description": "<p>Returns the amount of free space available on the device where the file identified by this file object is stored.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "write",
                    "deprecated": false,
                    "description": "<p>Writes the specified data to the file identified by this file object.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "data",
                            "constants": [],
                            "description": "<p>Data to write, as a String, <code>Blob</code> or <code>File</code> object.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "append",
                            "constants": [],
                            "description": "<p>If <code>true</code>, append the data to the end of the file.</p>",
                            "type": "Boolean",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Filesystem.File.bubbleParent\">Titanium.Filesystem.File.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Filesystem.File.bubbleParent\">Titanium.Filesystem.File.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Filesystem.File.bubbleParent\">Titanium.Filesystem.File.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Filesystem.File.bubbleParent\">Titanium.Filesystem.File.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Filesystem.File.apiName\">Titanium.Filesystem.File.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Filesystem.File.apiName\">Titanium.Filesystem.File.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Filesystem.File.lifecycleContainer\">Titanium.Filesystem.File.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Filesystem.File.lifecycleContainer\">Titanium.Filesystem.File.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Filesystem.File.lifecycleContainer\">Titanium.Filesystem.File.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Filesystem.File.lifecycleContainer\">Titanium.Filesystem.File.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getExecutable",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Filesystem.File.executable\">Titanium.Filesystem.File.executable</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Filesystem.File.executable\">Titanium.Filesystem.File.executable</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHidden",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Filesystem.File.hidden\">Titanium.Filesystem.File.hidden</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Filesystem.File.hidden\">Titanium.Filesystem.File.hidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHidden",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Filesystem.File.hidden\">Titanium.Filesystem.File.hidden</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Filesystem.File.hidden\">Titanium.Filesystem.File.hidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "hidden",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Filesystem.File.name\">Titanium.Filesystem.File.name</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Filesystem.File.name\">Titanium.Filesystem.File.name</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getNativePath",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Filesystem.File.nativePath\">Titanium.Filesystem.File.nativePath</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Filesystem.File.nativePath\">Titanium.Filesystem.File.nativePath</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getReadonly",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Filesystem.File.readonly\">Titanium.Filesystem.File.readonly</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Filesystem.File.readonly\">Titanium.Filesystem.File.readonly</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getSize",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Filesystem.File.size\">Titanium.Filesystem.File.size</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Filesystem.File.size\">Titanium.Filesystem.File.size</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRemoteBackup",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Filesystem.File.remoteBackup\">Titanium.Filesystem.File.remoteBackup</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Filesystem.File.remoteBackup\">Titanium.Filesystem.File.remoteBackup</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.8.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.8.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setRemoteBackup",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Filesystem.File.remoteBackup\">Titanium.Filesystem.File.remoteBackup</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Filesystem.File.remoteBackup\">Titanium.Filesystem.File.remoteBackup</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "remoteBackup",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.8.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.8.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSymbolicLink",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Filesystem.File.symbolicLink\">Titanium.Filesystem.File.symbolicLink</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Filesystem.File.symbolicLink\">Titanium.Filesystem.File.symbolicLink</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getWritable",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Filesystem.File.writable\">Titanium.Filesystem.File.writable</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Filesystem.File.writable\">Titanium.Filesystem.File.writable</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getWriteable",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Filesystem.File.writeable\">Titanium.Filesystem.File.writeable</a> property. <strong>Removed in 6.0.0. Use <a href=\"Titanium.Filesystem.File.writable\">Titanium.Filesystem.File.writable</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "executable",
                    "deprecated": false,
                    "description": "<p><code>true</code> if the file is executable.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hidden",
                    "deprecated": false,
                    "description": "<p>Set to <code>true</code> if the file is hidden.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "name",
                    "deprecated": false,
                    "description": "<p>Name of the file.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "nativePath",
                    "deprecated": false,
                    "description": "<p>Native path associated with this file object, as a file URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "parent",
                    "deprecated": false,
                    "description": "<p>A <code>File</code> object representing the parent directory of the file identified by this object.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "type": "Titanium.Filesystem.File",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "readonly",
                    "deprecated": false,
                    "description": "<p><code>true</code> if the file identified by this object is read-only.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "size",
                    "deprecated": false,
                    "description": "<p>Size, in bytes, of the file identified by this object.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "remoteBackup",
                    "deprecated": false,
                    "description": "<p>Value indicating whether or not to back up to a cloud service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.8.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.8.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "symbolicLink",
                    "deprecated": false,
                    "description": "<p><code>true</code> if the file identified by this object is a symbolic link.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "writable",
                    "deprecated": false,
                    "description": "<p><code>true</code> if the file identified by this object is writable.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "writeable",
                    "deprecated": true,
                    "description": "<p><code>true</code> if the file identified by this object is writable.\n<strong>Removed in 6.0.0. Use <a href=\"Titanium.Filesystem.File.writable\">Titanium.Filesystem.File.writable</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>Use the <a href=\"Titanium.Filesystem.getFile\">Titanium.Filesystem.getFile</a> method to get a handle to a <code>File</code> object,\nwhich represents a given path.  There does not need to be an existing file or directory\ndoes not need to exist before <code>getFile</code> is called. If the file doesn't exist, and\nthe file path identifies a file in a writable directory, writing to the file\ncreates the file implicitly.</p>\n<p>See <a href=\"Titanium.Filesystem\">Titanium.Filesystem</a> for constants identifying commonly-used device directories.</p>\n<p>Use the <a href=\"Titanium.Filesystem.File.exists\">exists</a> method to test whether the file exists.</p>\n<p>A file object can point to an ordinary file, a directory or a symbolic link.\nUse <a href=\"Titanium.Filesystem.File.createDirectory\">createDirectory</a> to create a directory.\nUse the <a href=\"Titanium.Filesystem.File.getDirectoryListing\">getDirectoryListing</a> method to\nretrieve a list of the directory's contents.</p>\n<p>The <code>File</code> object doesn't provide methods for random access into the file.\nThe <code>read</code> method reads the file's entire contents into a <code>Blob</code> object.\nThe <code>write</code> method can either overwrite the entire file or append to an\nexisting file.</p>\n<p>For random access to a file, such as accessing a small portion of a larger file,\nyou can open a file as a <a href=\"Titanium.Filesystem.FileStream\">FileStream</a> object. Use the\n<a href=\"Titanium.Filesystem.File.open\">open</a> method to get a <code>FileStream</code> for an\nexisting <code>File</code> object, or use the <a href=\"Titanium.Filesystem.openStream\">Titanium.Filesystem.openStream</a> method\nto get a <code>FileStream</code> directly without calling <code>getFile</code> first.</p>\n<p>The <a href=\"Titanium.Filesystem\">Titanium.Filesystem</a> module defines a number of properties and methods related to\nfilesystem access, including properties that specify paths for application-specific\ndirectories, and methods for creating temporary files and directories.</p>\n<p>On Android, files may be stored on external storage (that is, removable media such as\nSD Cards).</p>\n<p>Note that once created with <code>getFile</code>, the path associated with a file object is\nimmutable. If you move the underlying file using <a href=\"Titanium.Filesystem.File.move\">move</a>\nor <a href=\"Titanium.Filesystem.File.rename\">rename</a>, you can no longer access it with the\noriginal <code>File</code> object. You must use <code>getFile</code> to get a handle to the new path.</p>\n<h4>Resource Files</h4>\n<p>The <code>Resources</code> directory and all the files in it are read-only. On Android, resource\nfiles are stored in the resource bundle and do not have all of the properties of\nnormal files. In particular, they do not have creation or modification timestamps.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.Filesystem.FileStream",
            "description": "<p>Wrapper around <code>Titanium.Filesystem.File</code> that implements the <code>Titanium.IOStream</code> interface</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "read",
                    "deprecated": false,
                    "description": "<p>Reads data from this stream into a buffer.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "buffer",
                            "constants": [],
                            "description": "<p>Buffer to read stream data into.</p>",
                            "type": "Titanium.Buffer",
                            "usage": "required"
                        },
                        {
                            "name": "offset",
                            "constants": [],
                            "description": "<p>Offset into the buffer to start writing stream data.\nIf specified, <code>length</code> must also be specified.</p>",
                            "type": "Number",
                            "usage": "optional"
                        },
                        {
                            "name": "length",
                            "constants": [],
                            "description": "<p>Maximum number of bytes to read.\nIf specified, <code>offset</code> must also be specified.</p>",
                            "type": "Number",
                            "usage": "optional"
                        },
                        {
                            "name": "resultsCallback",
                            "constants": [],
                            "description": "<p>Function to call with the results of the read operation.</p>",
                            "type": "Function",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "<p>Number of bytes read.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "write",
                    "deprecated": false,
                    "description": "<p>Writes data from a buffer to this stream.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "buffer",
                            "constants": [],
                            "description": "<p>Buffer to write to this stream.</p>",
                            "type": "Titanium.Buffer",
                            "usage": "required"
                        },
                        {
                            "name": "offset",
                            "constants": [],
                            "description": "<p>Offset in the buffer of the first byte to write to the stream.\nIf specified, <code>length</code> must also be specified.</p>",
                            "type": "Number",
                            "usage": "optional"
                        },
                        {
                            "name": "length",
                            "constants": [],
                            "description": "<p>Maximum number of bytes to write to the stream.\nIf specified, <code>offset</code> must also be specified.</p>",
                            "type": "Number",
                            "usage": "optional"
                        },
                        {
                            "name": "resultsCallback",
                            "constants": [],
                            "description": "<p>Function to call with the results of the write operation.</p>",
                            "type": "Function",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "<p>Number of bytes written.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "isWritable",
                    "deprecated": false,
                    "description": "<p>Indicates whether this stream is writable.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "<p>True if stream is writable, false otherwise.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "isReadable",
                    "deprecated": false,
                    "description": "<p>Indicates whether this stream is readable.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "<p>True if stream is readable, false otherwise.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "close",
                    "deprecated": false,
                    "description": "<p>closes file stream, exception is thrown on error</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Filesystem.FileStream.bubbleParent\">Titanium.Filesystem.FileStream.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Filesystem.FileStream.bubbleParent\">Titanium.Filesystem.FileStream.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Filesystem.FileStream.bubbleParent\">Titanium.Filesystem.FileStream.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Filesystem.FileStream.bubbleParent\">Titanium.Filesystem.FileStream.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Filesystem.FileStream.apiName\">Titanium.Filesystem.FileStream.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Filesystem.FileStream.apiName\">Titanium.Filesystem.FileStream.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Filesystem.FileStream.lifecycleContainer\">Titanium.Filesystem.FileStream.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Filesystem.FileStream.lifecycleContainer\">Titanium.Filesystem.FileStream.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Filesystem.FileStream.lifecycleContainer\">Titanium.Filesystem.FileStream.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Filesystem.FileStream.lifecycleContainer\">Titanium.Filesystem.FileStream.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.IOStream",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "1.7"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "1.7"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "1.7"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.Filesystem",
            "description": "<p>The top level filesystem module, used to access files and directories on the device.</p>",
            "deprecated": false,
            "events": [],
            "examples": [
                {
                    "title": "Getting a directory for an application group (iOS)",
                    "code": "<p>This example writes a string to a text file in a shared directory</p>\n<pre><code>var suiteDir = Ti.Filesystem.directoryForSuite('group.appc.Sharing');\nif (!suiteDir) {\n    logInApp('Suite Directory not found, check Entitlements.');\n    return;\n}\nvar f = Ti.Filesystem.getFile(suiteDir,'emptyfile.txt');\nf.write('The file is no longer empty!');\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createTempDirectory",
                    "deprecated": false,
                    "description": "<p>Creates a temporary directory and returns a <a href=\"Titanium.Filesystem.File\">File</a> object representing the new directory.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Filesystem.File",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createTempFile",
                    "deprecated": false,
                    "description": "<p>Creates a temporary file and returns a <a href=\"Titanium.Filesystem.File\">File</a> object representing the new file.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Filesystem.File",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getFile",
                    "deprecated": false,
                    "description": "<p>Returns a <code>File</code> object representing the file identified by the path arguments.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "path",
                            "constants": [],
                            "description": "<p>One or more path components. Path arguments are joined together using the platform specific path separator to form the full path.</p>",
                            "type": "String",
                            "usage": "one-or-more"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Filesystem.File",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAsset",
                    "deprecated": false,
                    "description": "<p>Returns a <code>Blob</code> object representing the asset catalog image identified by the path arguments.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "path",
                            "constants": [],
                            "description": "<p>One or more path components. Path arguments are joined together using the platform specific path separator to form the full path.</p>",
                            "type": "String",
                            "usage": "one-or-more"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Blob",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "isExternalStoragePresent",
                    "deprecated": false,
                    "description": "<p>Returns <code>true</code> if the device supports external storage <em>and</em> the external storage device is mounted.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hasStoragePermissions",
                    "deprecated": false,
                    "description": "<p>Returns <code>true</code> if the app has storage permissions.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "requestStoragePermissions",
                    "deprecated": false,
                    "description": "<p>Requests for storage permissions</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Function to call upon user decision to grant storage access</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "openStream",
                    "deprecated": false,
                    "description": "<p>Opens file using the <a href=\"Titanium.IOStream\">Titanium.IOStream</a> interface.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "mode",
                            "constants": [
                                "Titanium.Filesystem.MODE_APPEND",
                                "Titanium.Filesystem.MODE_READ",
                                "Titanium.Filesystem.MODE_WRITE"
                            ],
                            "description": "<p>Access mode.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "path",
                            "constants": [],
                            "description": "<p>One or more path components. Path arguments are joined together using the\nplatform-specific path separator to form the full path.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Filesystem.FileStream",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "directoryForSuite",
                    "deprecated": false,
                    "description": "<p>Returns the path to the container directory associated with the specified security application group ID.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "suiteName",
                            "constants": [],
                            "description": "<p>The name of the suite.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "4.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "4.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Filesystem.bubbleParent\">Titanium.Filesystem.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Filesystem.bubbleParent\">Titanium.Filesystem.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Filesystem.bubbleParent\">Titanium.Filesystem.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Filesystem.bubbleParent\">Titanium.Filesystem.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Filesystem.apiName\">Titanium.Filesystem.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Filesystem.apiName\">Titanium.Filesystem.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Filesystem.lifecycleContainer\">Titanium.Filesystem.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Filesystem.lifecycleContainer\">Titanium.Filesystem.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Filesystem.lifecycleContainer\">Titanium.Filesystem.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Filesystem.lifecycleContainer\">Titanium.Filesystem.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getApplicationCacheDirectory",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Filesystem.applicationCacheDirectory\">Titanium.Filesystem.applicationCacheDirectory</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Filesystem.applicationCacheDirectory\">Titanium.Filesystem.applicationCacheDirectory</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.8.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.8.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.8.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApplicationDataDirectory",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Filesystem.applicationDataDirectory\">Titanium.Filesystem.applicationDataDirectory</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Filesystem.applicationDataDirectory\">Titanium.Filesystem.applicationDataDirectory</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApplicationDirectory",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Filesystem.applicationDirectory\">Titanium.Filesystem.applicationDirectory</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Filesystem.applicationDirectory\">Titanium.Filesystem.applicationDirectory</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApplicationSupportDirectory",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Filesystem.applicationSupportDirectory\">Titanium.Filesystem.applicationSupportDirectory</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Filesystem.applicationSupportDirectory\">Titanium.Filesystem.applicationSupportDirectory</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getExternalStorageDirectory",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Filesystem.externalStorageDirectory\">Titanium.Filesystem.externalStorageDirectory</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Filesystem.externalStorageDirectory\">Titanium.Filesystem.externalStorageDirectory</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getLineEnding",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Filesystem.lineEnding\">Titanium.Filesystem.lineEnding</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Filesystem.lineEnding\">Titanium.Filesystem.lineEnding</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getResourcesDirectory",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Filesystem.resourcesDirectory\">Titanium.Filesystem.resourcesDirectory</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Filesystem.resourcesDirectory\">Titanium.Filesystem.resourcesDirectory</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getResRawDirectory",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Filesystem.resRawDirectory\">Titanium.Filesystem.resRawDirectory</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Filesystem.resRawDirectory\">Titanium.Filesystem.resRawDirectory</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getSeparator",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Filesystem.separator\">Titanium.Filesystem.separator</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Filesystem.separator\">Titanium.Filesystem.separator</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTempDirectory",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Filesystem.tempDirectory\">Titanium.Filesystem.tempDirectory</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Filesystem.tempDirectory\">Titanium.Filesystem.tempDirectory</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Module",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "MODE_APPEND",
                    "deprecated": false,
                    "description": "<p>Constant for append mode for file operations.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "MODE_READ",
                    "deprecated": false,
                    "description": "<p>Constant for read mode for file operations.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "MODE_WRITE",
                    "deprecated": false,
                    "description": "<p>Constant for write mode for file operations.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "IOS_FILE_PROTECTION_NONE",
                    "deprecated": false,
                    "description": "<p>Constant used to set protection key to NSFileProtectionNone in file attributes.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "4.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "4.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "IOS_FILE_PROTECTION_COMPLETE",
                    "deprecated": false,
                    "description": "<p>Constant used to set protection key to NSFileProtectionComplete in file attributes.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "4.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "4.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "IOS_FILE_PROTECTION_COMPLETE_UNLESS_OPEN",
                    "deprecated": false,
                    "description": "<p>Constant used to set protection key to NSFileProtectionCompleteUnlessOpen in file attributes.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "4.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "4.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "IOS_FILE_PROTECTION_COMPLETE_UNTIL_FIRST_USER_AUTHENTICATION",
                    "deprecated": false,
                    "description": "<p>Constant used to set protection key to NSFileProtectionCompleteUntilFirstUserAuthentication in file attributes.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "4.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "4.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applicationCacheDirectory",
                    "deprecated": false,
                    "description": "<p>Path to the application's internal cache directory.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.8.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.8.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.8.3"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applicationDataDirectory",
                    "deprecated": false,
                    "description": "<p>Path to the application's data directory.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applicationDirectory",
                    "deprecated": false,
                    "description": "<p>Path to the iOS application directory.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applicationSupportDirectory",
                    "deprecated": false,
                    "description": "<p>Path to the application support directory.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "externalStorageDirectory",
                    "deprecated": false,
                    "description": "<p>Path to a directory on removable storage, such as SD card.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "lineEnding",
                    "deprecated": false,
                    "description": "<p>Platform-specific line ending constant.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "resourcesDirectory",
                    "deprecated": false,
                    "description": "<p>Path to the application's resource directory.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "resRawDirectory",
                    "deprecated": false,
                    "description": "<p>Path to the application's raw resource directory.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "separator",
                    "deprecated": false,
                    "description": "<p>Platform-specific path separator constant.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "tempDirectory",
                    "deprecated": false,
                    "description": "<p>Path for the application's temporary directory.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>For examples of using the Filesystem APIs, refer to the\n<a href=\"https://docs.appcelerator.com/platform/latest/#!/guide/Filesystem_Access_and_Storage\">Filesystem Access and Storage guide</a>\nas well as the other Filesystem submodule API documentation.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "RequestStorageAccessResult",
            "description": "<p>Argument passed to the callback when a request finishes successfully or erroneously.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "ErrorResponse",
            "isInternal": false,
            "properties": [
                {
                    "name": "success",
                    "deprecated": false,
                    "description": "<p>Indicates if the operation succeeded.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "error",
                    "deprecated": false,
                    "description": "<p>Error message, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "code",
                    "deprecated": false,
                    "description": "<p>Error code. Returns 0 if <code>success</code> is <code>true</code>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.Geolocation.Android",
            "description": "<p>Module for Android-specific geolocation functionality.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "addLocationProvider",
                    "deprecated": false,
                    "description": "<p>Adds and enables the specified location provider, possibly replacing an existing one.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "provider",
                            "constants": [],
                            "description": "<p>The location provider to add.</p>",
                            "type": "Titanium.Geolocation.Android.LocationProvider",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "removeLocationProvider",
                    "deprecated": false,
                    "description": "<p>Disables and removes the specified location provider.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "provider",
                            "constants": [],
                            "description": "<p>The location provider to remove.</p>",
                            "type": "Titanium.Geolocation.Android.LocationProvider",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "addLocationRule",
                    "deprecated": false,
                    "description": "<p>Adds and enables the specified location rule.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rule",
                            "constants": [],
                            "description": "<p>The location rule to add.</p>",
                            "type": "Titanium.Geolocation.Android.LocationRule",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "removeLocationRule",
                    "deprecated": false,
                    "description": "<p>Disables and removes the specified location rule.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rule",
                            "constants": [],
                            "description": "<p>The location rule to remove.</p>",
                            "type": "Titanium.Geolocation.Android.LocationRule",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Geolocation.Android.bubbleParent\">Titanium.Geolocation.Android.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Geolocation.Android.bubbleParent\">Titanium.Geolocation.Android.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Geolocation.Android.bubbleParent\">Titanium.Geolocation.Android.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Geolocation.Android.bubbleParent\">Titanium.Geolocation.Android.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Geolocation.Android.apiName\">Titanium.Geolocation.Android.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Geolocation.Android.apiName\">Titanium.Geolocation.Android.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Geolocation.Android.lifecycleContainer\">Titanium.Geolocation.Android.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Geolocation.Android.lifecycleContainer\">Titanium.Geolocation.Android.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Geolocation.Android.lifecycleContainer\">Titanium.Geolocation.Android.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Geolocation.Android.lifecycleContainer\">Titanium.Geolocation.Android.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getManualMode",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Geolocation.Android.manualMode\">Titanium.Geolocation.Android.manualMode</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Geolocation.Android.manualMode\">Titanium.Geolocation.Android.manualMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setManualMode",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Geolocation.Android.manualMode\">Titanium.Geolocation.Android.manualMode</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Geolocation.Android.manualMode\">Titanium.Geolocation.Android.manualMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "manualMode",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "createLocationProvider",
                    "deprecated": false,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.Geolocation.Android.LocationProvider\">Titanium.Geolocation.Android.LocationProvider</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any defined by <a href=\"Titanium.Geolocation.Android.LocationProvider\">Titanium.Geolocation.Android.LocationProvider</a> except those marked not-creation or read-only.</p>",
                            "type": "Titanium.Geolocation.Android.LocationProvider",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Geolocation.Android.LocationProvider",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "createLocationRule",
                    "deprecated": false,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.Geolocation.Android.LocationRule\">Titanium.Geolocation.Android.LocationRule</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any defined by <a href=\"Titanium.Geolocation.Android.LocationRule\">Titanium.Geolocation.Android.LocationRule</a> except those marked not-creation or read-only.</p>",
                            "type": "Titanium.Geolocation.Android.LocationRule",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Geolocation.Android.LocationRule",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Module",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "manualMode",
                    "deprecated": false,
                    "description": "<p>Set to <code>true</code> to enable manual configuration of location updates through this module.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "PROVIDER_GPS",
                    "deprecated": false,
                    "description": "<p>Specifies the GPS location provider.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "PROVIDER_NETWORK",
                    "deprecated": false,
                    "description": "<p>Specifies the network location provider.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "PROVIDER_PASSIVE",
                    "deprecated": false,
                    "description": "<p>Specifies the passive location provider.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>This module is used for manually configuring geolocation settings on Android.</p>\n<p>Manual configuration is recommended for applications that have more demanding\ngeolocation needs (for example, driving directions). However, for basic geolocation\ninformation, <em>simple mode</em> geolocation may be sufficient. For information on simple\nmode, see <a href=\"Titanium.Geolocation\">Titanium.Geolocation</a>.</p>\n<p>Manual configuration involves managing <em>providers</em> and <em>rules</em>:</p>\n<ul>\n<li>\n<p><em>Location providers</em>, such as GPS, provide location updates.</p>\n</li>\n<li>\n<p><em>Location rules</em> filter the results returned by location providers.</p>\n</li>\n</ul>\n<p>Configuring geolocation manually involves three steps:</p>\n<ol>\n<li>\n<p>Enabling manual mode.</p>\n</li>\n<li>\n<p>Enabling location providers.</p>\n</li>\n<li>\n<p>Adding location rules (optional).</p>\n</li>\n</ol>\n<p>As with the other modes, you register for location updates using the main\n<a href=\"Titanium.Geolocation\">Titanium.Geolocation</a> module. Location updates are generated as long as\nan event listener is registered for the <code>location</code> event.  When you are not\nusing location updates, you should remove any registered event listeners.</p>\n<p>In manual mode, the application is responsible for dynamically updating the settings\nto acheive its required accuracy while limiting battery usage. For example, an\napplication might do any of the following:</p>\n<ul>\n<li>\n<p>If the application isn't getting updates frequently enough, it can adjust its\nprovider settings to provide more updates, or relax its location rules to allow\nless accurate updates through.</p>\n</li>\n<li>\n<p>If the application isn't receiving accurate enough updates from one provider, it\ncan add another provider to try to improve results.</p>\n</li>\n<li>\n<p>If the application is getting sufficiently accurate results from the network\nprovider, it can disable the GPS provider to save power.</p>\n</li>\n</ul>\n<h4>Enabling Manual Configuration Mode</h4>\n<p>To enable manual configuration mode, set the <a href=\"Titanium.Geolocation.Android.manualMode\">manualMode</a>\nproperty to <code>true</code>. In manual configuration mode, the location providers and location\nrules set through this module control the generation of location updates.</p>\n<p>When <code>manualMode</code> is <code>true</code>, the following configuration settings in the\n<a href=\"Titanium.Geolocation\">Titanium.Geolocation</a> module are ignored:</p>\n<ul>\n<li><a href=\"Titanium.Geolocation.accuracy\">Geolocation.accuracy</a></li>\n<li><a href=\"Titanium.Geolocation.frequency\">Geolocation.frequency</a></li>\n<li><a href=\"Titanium.Geolocation.preferredProvider\">Geolocation.preferredProvider</a></li>\n</ul>\n<p>When <code>manualMode</code> is <code>false</code>, the <code>accuracy</code>, <code>frequency</code> and <code>preferredProvider</code>\nsettings from <a href=\"Titanium.Geolocation\">Titanium.Geolocation</a> are used to configure location updates.\nAny location providers and location rules set in <a href=\"Titanium.Geolocation.Android\">Titanium.Geolocation.Android</a>\nare retained, but they have no effect.</p>\n<h4>Location Providers</h4>\n<p>Android supports three kinds of location providers: GPS, network, and the\n&quot;passive&quot; location provider, which provides only cached information.</p>\n<p>Each location provider represents a different tradeoff between accuracy and\nbattery power. For most accurate results, you can use a combination of location\nproviders. Your application can also dynamically change providers to optimize\nbattery life (for example, if the network provider is providing good enough\nlocation updates, you can disable the GPS provider).</p>\n<p>Location providers are represented by the\n<a href=\"Titanium.Geolocation.Android.LocationProvider\">LocationProvider</a> object.\nTo specify a location provider, create a new provider object, then register it\nwith <a href=\"Titanium.Geolocation.Android.createLocationProvider\">addLocationProvider</a>:</p>\n<pre><code>var gpsProvider = Ti.Geolocation.Android.createLocationProvider({\n    name: Ti.Geolocation.Android.PROVIDER_GPS,\n    minUpdateTime: 60, \n    minUpdateDistance: 100\n});\nTi.Geolocation.Android.addLocationProvider(gpsProvider);\n</code></pre>\n<p>As shown above, when you create a location provider, you can specify two\nproperties to limit update frequency:</p>\n<ul>\n<li>\n<p><code>minUpdateTime</code>. Limits the frequency of location updates to no more\nthan one per <code>minUpdateTime</code> seconds.</p>\n</li>\n<li>\n<p><code>minUpdateDistance</code>. Don't send location updates until the location changes\nat least <code>minUpdateDistance</code> meters.</p>\n</li>\n</ul>\n<p>Only one provider of each type (GPS, network, passive) can be registered at a\ntime. Adding a new location provider with the same <code>name</code> value replaces any\nexisting provider with the same <code>name</code>.</p>\n<p>Once a location provider is added, changes made to the location provider object itself\n(such as changing its <code>minUpdateTime</code> value) change the active configuration of the\nlocation system.</p>\n<h4>Location Rules</h4>\n<p><em>Location Rules</em> filter the results returned by location providers. You use\nlocation rules to reduce the number of location update events, and ensure that\nthe events you do receive are as accurate and recent as your application requires.</p>\n<p>You are not required to set any location rules. However, by reducing the number of\nlocation events that are passed from the native code\nto the JavaScript layer, location rules can improve both performance and battery\nlife.</p>\n<p>Location rules are represented by the\n<a href=\"Titanium.Geolocation.Android.LocationProvider\">LocationRule</a> object. To\nspecify a location rule, create a new rule object, then register it with\n<a href=\"Titanium.Geolocation.Android.createLocationProvider\">addLocationRule</a>:</p>\n<pre><code>var gpsRule = Ti.Geolocation.Android.createLocationRule({\n    provider: Ti.Geolocation.PROVIDER_GPS,\n    // Updates should be accurate to 100m\n    accuracy: 100,\n    // Updates should be no older than 5m\n    maxAge: 300000\n    // But  no more frequent than once per 10 seconds\n    minAge: 10000\n});\nTi.Geolocation.Android.addLocationRule(gpsRule);\n</code></pre>\n<p>Each rule can specify any combination of the following criteria:</p>\n<ul>\n<li>\n<p><code>provider</code>. If specified, this rule only applies to updates generated\nby the specified provider. If not specified, this rule applies to all updates.</p>\n</li>\n<li>\n<p><code>accuracy</code>. Minimum accuracy required for a location update. Accuracy is\nexpressed as the maximum allowable error, in meters. Updates with reported\naccuracy values greater than this are filtered out.</p>\n</li>\n<li>\n<p><code>minAge</code>. Controls the frequency of location updates. Do not forward an update unless\nat least <code>minAge</code> milliseconds have passed since the last good location\nupdate.</p>\n</li>\n<li>\n<p><code>maxAge</code>. Controls the freshness of location updates. Do not forward an update\nunless it is newer than <code>maxAge</code> milliseconds.</p>\n</li>\n</ul>\n<p>You can specify as many location rules as you like. The order in which location rules\nare added is not significant. For a <code>location</code> event to be generated, the location\nupdate must pass all of the active rules.</p>\n<p>Note that some combinations of rules may make it very difficult to get location\nupdates. In particular, very low values for either <code>accuracy</code> or <code>maxAge</code> may prevent\nresults from getting through.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "2.0.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                }
            ]
        },
        {
            "name": "Titanium.Geolocation.Android.LocationProvider",
            "description": "<p>Represents a source of location information, such as GPS.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Geolocation.Android.LocationProvider.bubbleParent\">Titanium.Geolocation.Android.LocationProvider.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Geolocation.Android.LocationProvider.bubbleParent\">Titanium.Geolocation.Android.LocationProvider.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Geolocation.Android.LocationProvider.bubbleParent\">Titanium.Geolocation.Android.LocationProvider.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Geolocation.Android.LocationProvider.bubbleParent\">Titanium.Geolocation.Android.LocationProvider.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Geolocation.Android.LocationProvider.apiName\">Titanium.Geolocation.Android.LocationProvider.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Geolocation.Android.LocationProvider.apiName\">Titanium.Geolocation.Android.LocationProvider.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Geolocation.Android.LocationProvider.lifecycleContainer\">Titanium.Geolocation.Android.LocationProvider.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Geolocation.Android.LocationProvider.lifecycleContainer\">Titanium.Geolocation.Android.LocationProvider.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Geolocation.Android.LocationProvider.lifecycleContainer\">Titanium.Geolocation.Android.LocationProvider.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Geolocation.Android.LocationProvider.lifecycleContainer\">Titanium.Geolocation.Android.LocationProvider.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Geolocation.Android.LocationProvider.name\">Titanium.Geolocation.Android.LocationProvider.name</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Geolocation.Android.LocationProvider.name\">Titanium.Geolocation.Android.LocationProvider.name</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setName",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Geolocation.Android.LocationProvider.name\">Titanium.Geolocation.Android.LocationProvider.name</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Geolocation.Android.LocationProvider.name\">Titanium.Geolocation.Android.LocationProvider.name</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getMinUpdateTime",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Geolocation.Android.LocationProvider.minUpdateTime\">Titanium.Geolocation.Android.LocationProvider.minUpdateTime</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Geolocation.Android.LocationProvider.minUpdateTime\">Titanium.Geolocation.Android.LocationProvider.minUpdateTime</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setMinUpdateTime",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Geolocation.Android.LocationProvider.minUpdateTime\">Titanium.Geolocation.Android.LocationProvider.minUpdateTime</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Geolocation.Android.LocationProvider.minUpdateTime\">Titanium.Geolocation.Android.LocationProvider.minUpdateTime</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "minUpdateTime",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getMinUpdateDistance",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Geolocation.Android.LocationProvider.minUpdateDistance\">Titanium.Geolocation.Android.LocationProvider.minUpdateDistance</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Geolocation.Android.LocationProvider.minUpdateDistance\">Titanium.Geolocation.Android.LocationProvider.minUpdateDistance</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setMinUpdateDistance",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Geolocation.Android.LocationProvider.minUpdateDistance\">Titanium.Geolocation.Android.LocationProvider.minUpdateDistance</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Geolocation.Android.LocationProvider.minUpdateDistance\">Titanium.Geolocation.Android.LocationProvider.minUpdateDistance</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "minUpdateDistance",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": true,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "name",
                    "deprecated": false,
                    "description": "<p>Type of location provider: <a href=\"Titanium.Geolocation.Android.PROVIDER_GPS\">PROVIDER_GPS</a>,\n<a href=\"Titanium.Geolocation.Android.PROVIDER_NETWORK\">PROVIDER_NETWORK</a>, or\n<a href=\"Titanium.Geolocation.Android.PROVIDER_PASSIVE\">PROVIDER_PASSIVE</a>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "minUpdateTime",
                    "deprecated": false,
                    "description": "<p>Limits the frequency of location updates to no more than one per <code>minUpdateTime</code> seconds.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "minUpdateDistance",
                    "deprecated": false,
                    "description": "<p>Don't send a location update unless the location has changed at least <code>minUpdateDistance</code>\nmeters since the previous update.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>See <a href=\"Titanium.Geolocation.Android\">Titanium.Geolocation.Android</a> for details on using <code>LocationProviders</code> to\nmanually configure location updates.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "2.0.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                }
            ]
        },
        {
            "name": "Titanium.Geolocation.Android.LocationRule",
            "description": "<p>A location rule to filter the results returned by location providers.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Geolocation.Android.LocationRule.bubbleParent\">Titanium.Geolocation.Android.LocationRule.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Geolocation.Android.LocationRule.bubbleParent\">Titanium.Geolocation.Android.LocationRule.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Geolocation.Android.LocationRule.bubbleParent\">Titanium.Geolocation.Android.LocationRule.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Geolocation.Android.LocationRule.bubbleParent\">Titanium.Geolocation.Android.LocationRule.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Geolocation.Android.LocationRule.apiName\">Titanium.Geolocation.Android.LocationRule.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Geolocation.Android.LocationRule.apiName\">Titanium.Geolocation.Android.LocationRule.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Geolocation.Android.LocationRule.lifecycleContainer\">Titanium.Geolocation.Android.LocationRule.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Geolocation.Android.LocationRule.lifecycleContainer\">Titanium.Geolocation.Android.LocationRule.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Geolocation.Android.LocationRule.lifecycleContainer\">Titanium.Geolocation.Android.LocationRule.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Geolocation.Android.LocationRule.lifecycleContainer\">Titanium.Geolocation.Android.LocationRule.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Geolocation.Android.LocationRule.name\">Titanium.Geolocation.Android.LocationRule.name</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Geolocation.Android.LocationRule.name\">Titanium.Geolocation.Android.LocationRule.name</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setName",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Geolocation.Android.LocationRule.name\">Titanium.Geolocation.Android.LocationRule.name</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Geolocation.Android.LocationRule.name\">Titanium.Geolocation.Android.LocationRule.name</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getAccuracy",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Geolocation.Android.LocationRule.accuracy\">Titanium.Geolocation.Android.LocationRule.accuracy</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Geolocation.Android.LocationRule.accuracy\">Titanium.Geolocation.Android.LocationRule.accuracy</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setAccuracy",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Geolocation.Android.LocationRule.accuracy\">Titanium.Geolocation.Android.LocationRule.accuracy</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Geolocation.Android.LocationRule.accuracy\">Titanium.Geolocation.Android.LocationRule.accuracy</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accuracy",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getMinAge",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Geolocation.Android.LocationRule.minAge\">Titanium.Geolocation.Android.LocationRule.minAge</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Geolocation.Android.LocationRule.minAge\">Titanium.Geolocation.Android.LocationRule.minAge</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setMinAge",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Geolocation.Android.LocationRule.minAge\">Titanium.Geolocation.Android.LocationRule.minAge</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Geolocation.Android.LocationRule.minAge\">Titanium.Geolocation.Android.LocationRule.minAge</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "minAge",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getMaxAge",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Geolocation.Android.LocationRule.maxAge\">Titanium.Geolocation.Android.LocationRule.maxAge</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Geolocation.Android.LocationRule.maxAge\">Titanium.Geolocation.Android.LocationRule.maxAge</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setMaxAge",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Geolocation.Android.LocationRule.maxAge\">Titanium.Geolocation.Android.LocationRule.maxAge</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Geolocation.Android.LocationRule.maxAge\">Titanium.Geolocation.Android.LocationRule.maxAge</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "maxAge",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": true,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "name",
                    "deprecated": false,
                    "description": "<p>If specified, this rule only applies to updates generated\nby the specified provider. If <code>null</code>, this rule applies to all updates.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "accuracy",
                    "deprecated": false,
                    "description": "<p>Minimum accuracy required for a location update.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "minAge",
                    "deprecated": false,
                    "description": "<p>Controls the frequency of location updates.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "maxAge",
                    "deprecated": false,
                    "description": "<p>Controls the freshness of location updates. Do not forward an update\nunless it is newer than <code>maxAge</code> milliseconds.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>All of the properties are optional.</p>\n<p>See <a href=\"Titanium.Geolocation.Android\">Titanium.Geolocation.Android</a> for details on using <code>LocationProviders</code> to\nmanually configure location updates.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "2.0.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                }
            ]
        },
        {
            "name": "Titanium.Geolocation",
            "description": "<p>The top level Geolocation module. The Geolocation module is used for accessing device location based information.</p>",
            "deprecated": false,
            "events": [
                {
                    "name": "calibration",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects interface and requires calibration.</p>"
                },
                {
                    "name": "heading",
                    "deprecated": false,
                    "description": "<p>Fired when an heading update is received.</p>",
                    "properties": [
                        {
                            "name": "code",
                            "constants": [],
                            "description": "<p>If <code>success</code> is <code>false</code>, the error code is available.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "success",
                            "constants": [],
                            "description": "<p>Indicate if the heading event was successfully received. Android returns this since SDK 7.5.0.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "error",
                            "constants": [],
                            "description": "<p>If <code>success</code> is false, a string describing the error.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "heading",
                            "constants": [],
                            "description": "<p>Dictionary object containing the heading data.</p>",
                            "type": "HeadingData",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "location",
                    "deprecated": false,
                    "description": "<p>Fired when a location update is received.</p>",
                    "properties": [
                        {
                            "name": "code",
                            "constants": [],
                            "description": "<p>if <code>success</code> is false, the error code if available.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "success",
                            "constants": [],
                            "description": "<p>Indicates if location data was successfully retrieved.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "provider",
                            "constants": [],
                            "description": "<p>If <code>success</code> is true, object describing the location provider generating this update.</p>",
                            "type": "LocationProviderDict",
                            "deprecated": false
                        },
                        {
                            "name": "coords",
                            "constants": [],
                            "description": "<p>If <code>success</code> is true, actual location data for this update.</p>",
                            "type": "LocationCoordinates",
                            "deprecated": false
                        },
                        {
                            "name": "error",
                            "constants": [],
                            "description": "<p>If <code>success</code> is false, a string describing the error.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "locationupdatepaused",
                    "deprecated": false,
                    "description": "<p>Fired when location updates are paused by the OS.</p>"
                },
                {
                    "name": "locationupdateresumed",
                    "deprecated": false,
                    "description": "<p>Fired when location manager is resumed by the OS.</p>"
                },
                {
                    "name": "authorization",
                    "deprecated": false,
                    "description": "<p>Fired when changes are made to the authorization status for location services.</p>",
                    "properties": [
                        {
                            "name": "authorizationStatus",
                            "constants": [
                                "Titanium.Geolocation.AUTHORIZATION_AUTHORIZED",
                                "Titanium.Geolocation.AUTHORIZATION_DENIED",
                                "Titanium.Geolocation.AUTHORIZATION_RESTRICTED",
                                "Titanium.Geolocation.AUTHORIZATION_UNKNOWN",
                                "Titanium.Geolocation.AUTHORIZATION_ALWAYS",
                                "Titanium.Geolocation.AUTHORIZATION_WHEN_IN_USE"
                            ],
                            "description": "<p>New authorization status for the application.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                }
            ],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "forwardGeocoder",
                    "deprecated": false,
                    "description": "<p>Resolves an address to a location.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "address",
                            "constants": [],
                            "description": "<p>address to resolve.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Function to invoke on success or failure.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getCurrentHeading",
                    "deprecated": false,
                    "description": "<p>Retrieves the current compass heading.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Function to invoke on success or failure of obtaining the current heading.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getCurrentPosition",
                    "deprecated": false,
                    "description": "<p>Retrieves the last known location from the device.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Function to invoke on success or failure of obtaining the current location.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hasLocationPermissions",
                    "deprecated": false,
                    "description": "<p>Returns <code>true</code> if the app has location access.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "authorizationType",
                            "constants": [
                                "Titanium.Geolocation.AUTHORIZATION_ALWAYS",
                                "Titanium.Geolocation.AUTHORIZATION_WHEN_IN_USE"
                            ],
                            "description": "<p>Types of geolocation's authorizations. This is an iOS only parameter and is ignored on Android.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "requestLocationPermissions",
                    "deprecated": false,
                    "description": "<p>Requests for location access.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "authorizationType",
                            "constants": [
                                "Titanium.Geolocation.AUTHORIZATION_ALWAYS",
                                "Titanium.Geolocation.AUTHORIZATION_WHEN_IN_USE"
                            ],
                            "description": "<p>Types of geolocation's authorizations. This is an iOS only parameter and is ignored on Android.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Function to call upon user decision to grant location access.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "reverseGeocoder",
                    "deprecated": false,
                    "description": "<p>Tries to resolve a location to an address.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "latitude",
                            "constants": [],
                            "description": "<p>Latitude to search, specified in decimal degrees.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "longitude",
                            "constants": [],
                            "description": "<p>Longitude to search, specified in decimal degrees.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Function to invoke on success or failure.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Geolocation.bubbleParent\">Titanium.Geolocation.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Geolocation.bubbleParent\">Titanium.Geolocation.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Geolocation.bubbleParent\">Titanium.Geolocation.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Geolocation.bubbleParent\">Titanium.Geolocation.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Geolocation.apiName\">Titanium.Geolocation.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Geolocation.apiName\">Titanium.Geolocation.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Geolocation.lifecycleContainer\">Titanium.Geolocation.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Geolocation.lifecycleContainer\">Titanium.Geolocation.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Geolocation.lifecycleContainer\">Titanium.Geolocation.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Geolocation.lifecycleContainer\">Titanium.Geolocation.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getAccuracy",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Geolocation.accuracy\">Titanium.Geolocation.accuracy</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Geolocation.accuracy\">Titanium.Geolocation.accuracy</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccuracy",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Geolocation.accuracy\">Titanium.Geolocation.accuracy</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Geolocation.accuracy\">Titanium.Geolocation.accuracy</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accuracy",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getDistanceFilter",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Geolocation.distanceFilter\">Titanium.Geolocation.distanceFilter</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Geolocation.distanceFilter\">Titanium.Geolocation.distanceFilter</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setDistanceFilter",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Geolocation.distanceFilter\">Titanium.Geolocation.distanceFilter</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Geolocation.distanceFilter\">Titanium.Geolocation.distanceFilter</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "distanceFilter",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getFrequency",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Geolocation.frequency\">Titanium.Geolocation.frequency</a> property. <strong>Deprecated since 2.0.0. Android legacy mode operation is deprecated. For new development, use\neither simple mode or manual mode. See &quot;Configurating Location Updates on Android&quot;\nin the main description of this class for more information.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setFrequency",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Geolocation.frequency\">Titanium.Geolocation.frequency</a> property. <strong>Deprecated since 2.0.0. Android legacy mode operation is deprecated. For new development, use\neither simple mode or manual mode. See &quot;Configurating Location Updates on Android&quot;\nin the main description of this class for more information.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "frequency",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHasCompass",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Geolocation.hasCompass\">Titanium.Geolocation.hasCompass</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Geolocation.hasCompass\">Titanium.Geolocation.hasCompass</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHeadingFilter",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Geolocation.headingFilter\">Titanium.Geolocation.headingFilter</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Geolocation.headingFilter\">Titanium.Geolocation.headingFilter</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHeadingFilter",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Geolocation.headingFilter\">Titanium.Geolocation.headingFilter</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Geolocation.headingFilter\">Titanium.Geolocation.headingFilter</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "headingFilter",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLocationServicesAuthorization",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Geolocation.locationServicesAuthorization\">Titanium.Geolocation.locationServicesAuthorization</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Geolocation.locationServicesAuthorization\">Titanium.Geolocation.locationServicesAuthorization</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLocationServicesEnabled",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Geolocation.locationServicesEnabled\">Titanium.Geolocation.locationServicesEnabled</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Geolocation.locationServicesEnabled\">Titanium.Geolocation.locationServicesEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPreferredProvider",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Geolocation.preferredProvider\">Titanium.Geolocation.preferredProvider</a> property. <strong>Deprecated since 2.0.0. Android legacy mode operation is deprecated. For new development, use\neither simple mode or manual mode. See &quot;Configurating Location Updates on Android&quot;\nin the main description of this class for more information.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setPreferredProvider",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Geolocation.preferredProvider\">Titanium.Geolocation.preferredProvider</a> property. <strong>Deprecated since 2.0.0. Android legacy mode operation is deprecated. For new development, use\neither simple mode or manual mode. See &quot;Configurating Location Updates on Android&quot;\nin the main description of this class for more information.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "preferredProvider",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getShowCalibration",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Geolocation.showCalibration\">Titanium.Geolocation.showCalibration</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Geolocation.showCalibration\">Titanium.Geolocation.showCalibration</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setShowCalibration",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Geolocation.showCalibration\">Titanium.Geolocation.showCalibration</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Geolocation.showCalibration\">Titanium.Geolocation.showCalibration</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "showCalibration",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getShowBackgroundLocationIndicator",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Geolocation.showBackgroundLocationIndicator\">Titanium.Geolocation.showBackgroundLocationIndicator</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Geolocation.showBackgroundLocationIndicator\">Titanium.Geolocation.showBackgroundLocationIndicator</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setShowBackgroundLocationIndicator",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Geolocation.showBackgroundLocationIndicator\">Titanium.Geolocation.showBackgroundLocationIndicator</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Geolocation.showBackgroundLocationIndicator\">Titanium.Geolocation.showBackgroundLocationIndicator</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "showBackgroundLocationIndicator",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTrackSignificantLocationChange",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Geolocation.trackSignificantLocationChange\">Titanium.Geolocation.trackSignificantLocationChange</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Geolocation.trackSignificantLocationChange\">Titanium.Geolocation.trackSignificantLocationChange</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTrackSignificantLocationChange",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Geolocation.trackSignificantLocationChange\">Titanium.Geolocation.trackSignificantLocationChange</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Geolocation.trackSignificantLocationChange\">Titanium.Geolocation.trackSignificantLocationChange</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "trackSignificantLocationChange",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAllowsBackgroundLocationUpdates",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Geolocation.allowsBackgroundLocationUpdates\">Titanium.Geolocation.allowsBackgroundLocationUpdates</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Geolocation.allowsBackgroundLocationUpdates\">Titanium.Geolocation.allowsBackgroundLocationUpdates</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAllowsBackgroundLocationUpdates",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Geolocation.allowsBackgroundLocationUpdates\">Titanium.Geolocation.allowsBackgroundLocationUpdates</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Geolocation.allowsBackgroundLocationUpdates\">Titanium.Geolocation.allowsBackgroundLocationUpdates</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "allowsBackgroundLocationUpdates",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getActivityType",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Geolocation.activityType\">Titanium.Geolocation.activityType</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Geolocation.activityType\">Titanium.Geolocation.activityType</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setActivityType",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Geolocation.activityType\">Titanium.Geolocation.activityType</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Geolocation.activityType\">Titanium.Geolocation.activityType</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "activityType",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPauseLocationUpdateAutomatically",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Geolocation.pauseLocationUpdateAutomatically\">Titanium.Geolocation.pauseLocationUpdateAutomatically</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Geolocation.pauseLocationUpdateAutomatically\">Titanium.Geolocation.pauseLocationUpdateAutomatically</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setPauseLocationUpdateAutomatically",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Geolocation.pauseLocationUpdateAutomatically\">Titanium.Geolocation.pauseLocationUpdateAutomatically</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Geolocation.pauseLocationUpdateAutomatically\">Titanium.Geolocation.pauseLocationUpdateAutomatically</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "pauseLocationUpdateAutomatically",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLastGeolocation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Geolocation.lastGeolocation\">Titanium.Geolocation.lastGeolocation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Geolocation.lastGeolocation\">Titanium.Geolocation.lastGeolocation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Module",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "ACCURACY_BEST",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.Geolocation.accuracy\">accuracy</a> to request the best\naccuracy available.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ACCURACY_HUNDRED_METERS",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.Geolocation.accuracy\">accuracy</a> to request location\nupdates accurate to the nearest 100 meters.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ACCURACY_KILOMETER",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.Geolocation.accuracy\">accuracy</a> to request location\nupdates accurate to the nearest kilometer.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ACCURACY_NEAREST_TEN_METERS",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.Geolocation.accuracy\">accuracy</a> to request location\nupdates accurate to the nearest 10 meters.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ACCURACY_THREE_KILOMETERS",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.Geolocation.accuracy\">accuracy</a> to request location\nupdates accurate to the nearest three kilometers.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ACCURACY_HIGH",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.Geolocation.accuracy\">accuracy</a> to request more\naccurate location updates with higher battery usage.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ACCURACY_BEST_FOR_NAVIGATION",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.Geolocation.accuracy\">accuracy</a> to request highest possible\naccuracy and combine it with additional sensor data.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ACCURACY_LOW",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.Geolocation.accuracy\">accuracy</a> to request less\naccurate location updates with lower battery usage.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUTHORIZATION_AUTHORIZED",
                    "deprecated": true,
                    "description": "<p>A <a href=\"Titanium.Geolocation.locationServicesAuthorization\">locationServicesAuthorization</a> value\nindicating that the application is authorized to use location services.\n<strong>Deprecated since 7.0.0. Use <a href=\"Titanium.Geolocation.AUTHORIZATION_ALWAYS\">Titanium.Geolocation.AUTHORIZATION_ALWAYS</a> as advised by Apple.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUTHORIZATION_DENIED",
                    "deprecated": false,
                    "description": "<p>A <a href=\"Titanium.Geolocation.locationServicesAuthorization\">locationServicesAuthorization</a> value\nindicating that the application is not authorized to use location services, <em>or</em>\nlocation services are disabled.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUTHORIZATION_RESTRICTED",
                    "deprecated": false,
                    "description": "<p>A <a href=\"Titanium.Geolocation.locationServicesAuthorization\">locationServicesAuthorization</a> value\nindicating that the application is not authorized to use location servies <em>and</em>\nthe user cannot change this application's status.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUTHORIZATION_UNKNOWN",
                    "deprecated": false,
                    "description": "<p>A <a href=\"Titanium.Geolocation.locationServicesAuthorization\">locationServicesAuthorization</a> value\nindicating that the authorization state is unknown.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUTHORIZATION_ALWAYS",
                    "deprecated": false,
                    "description": "<p>A <a href=\"Titanium.Geolocation.locationServicesAuthorization\">locationServicesAuthorization</a> value\nindicating that the application is authorized to start location services at any time. This authorization\nincludes the use of all location services, including monitoring regions and significant location changes.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUTHORIZATION_WHEN_IN_USE",
                    "deprecated": false,
                    "description": "<p>A <a href=\"Titanium.Geolocation.locationServicesAuthorization\">locationServicesAuthorization</a> value\nindicating that the application is authorized to start most location services only while running in the foreground.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ERROR_DENIED",
                    "deprecated": false,
                    "description": "<p>Error code indicating that the user denied access to the location service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ERROR_HEADING_FAILURE",
                    "deprecated": false,
                    "description": "<p>Error code indicating that the heading could not be determined.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ERROR_LOCATION_UNKNOWN",
                    "deprecated": false,
                    "description": "<p>Error code indicating that the user's location could not be determined.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ERROR_NETWORK",
                    "deprecated": false,
                    "description": "<p>Error code indicating that the network was unavailable.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ERROR_REGION_MONITORING_DELAYED",
                    "deprecated": false,
                    "description": "<p>Error code indicating that region monitoring is delayed.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ERROR_REGION_MONITORING_DENIED",
                    "deprecated": false,
                    "description": "<p>Error code indicating that region monitoring is denied.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ERROR_REGION_MONITORING_FAILURE",
                    "deprecated": false,
                    "description": "<p>Error code indicating a region monitoring failure.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ACTIVITYTYPE_OTHER",
                    "deprecated": false,
                    "description": "<p>The location data is being used for an unknown activity.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ACTIVITYTYPE_AUTOMOTIVE_NAVIGATION",
                    "deprecated": false,
                    "description": "<p>The location data is used for tracking location changes to the automobile specifically during vehicular navigation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ACTIVITYTYPE_FITNESS",
                    "deprecated": false,
                    "description": "<p>The location data is used for tracking any pedestrian-related activity.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ACTIVITYTYPE_OTHER_NAVIGATION",
                    "deprecated": false,
                    "description": "<p>The location data is used for tracking movements of other types of vehicular\nnavigation that are not automobile related.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accuracy",
                    "deprecated": false,
                    "description": "<p>Specifies the requested accuracy for location updates.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.Geolocation.ACCURACY_BEST",
                        "Titanium.Geolocation.ACCURACY_HUNDRED_METERS",
                        "Titanium.Geolocation.ACCURACY_KILOMETER",
                        "Titanium.Geolocation.ACCURACY_NEAREST_TEN_METERS",
                        "Titanium.Geolocation.ACCURACY_THREE_KILOMETERS",
                        "Titanium.Geolocation.ACCURACY_HIGH",
                        "Titanium.Geolocation.ACCURACY_BEST_FOR_NAVIGATION",
                        "Titanium.Geolocation.ACCURACY_LOW"
                    ],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "distanceFilter",
                    "deprecated": false,
                    "description": "<p>The minimum change of position (in meters) before a 'location' event is fired.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "frequency",
                    "deprecated": true,
                    "description": "<p>Requested frequency for location updates, in milliseconds. <strong>Deprecated since 2.0.0. Android legacy mode operation is deprecated. For new development, use\neither simple mode or manual mode. See &quot;Configurating Location Updates on Android&quot;\nin the main description of this class for more information.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hasCompass",
                    "deprecated": false,
                    "description": "<p>Indicates whether the current device supports a compass.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "headingFilter",
                    "deprecated": false,
                    "description": "<p>Minimum heading change (in degrees) before a <code>heading</code> event is fired.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "locationServicesAuthorization",
                    "deprecated": false,
                    "description": "<p>Returns an authorization constant indicating if the application has access to location services.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.Geolocation.AUTHORIZATION_AUTHORIZED",
                        "Titanium.Geolocation.AUTHORIZATION_DENIED",
                        "Titanium.Geolocation.AUTHORIZATION_RESTRICTED",
                        "Titanium.Geolocation.AUTHORIZATION_UNKNOWN",
                        "Titanium.Geolocation.AUTHORIZATION_ALWAYS",
                        "Titanium.Geolocation.AUTHORIZATION_WHEN_IN_USE"
                    ],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "locationServicesEnabled",
                    "deprecated": false,
                    "description": "<p>Indicates if the user has enabled or disabled location services for the device (not the application).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "preferredProvider",
                    "deprecated": true,
                    "description": "<p>Determines the preferred location provider.\n<strong>Deprecated since 2.0.0. Android legacy mode operation is deprecated. For new development, use\neither simple mode or manual mode. See &quot;Configurating Location Updates on Android&quot;\nin the main description of this class for more information.</strong></p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.Geolocation.Android.PROVIDER_GPS",
                        "Titanium.Geolocation.Android.PROVIDER_NETWORK",
                        "Titanium.Geolocation.Android.PROVIDER_PASSIVE"
                    ],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "showCalibration",
                    "deprecated": false,
                    "description": "<p>Determines whether the compass calibration UI is shown if needed.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "showBackgroundLocationIndicator",
                    "deprecated": false,
                    "description": "<p>Specifies that an indicator be shown when the app makes use of continuous\nbackground location updates.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "trackSignificantLocationChange",
                    "deprecated": false,
                    "description": "<p>Indicates if the location changes should be updated only when a significant change\nin location occurs.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.2"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "allowsBackgroundLocationUpdates",
                    "deprecated": false,
                    "description": "<p>Determines if the app can do background location updates.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "activityType",
                    "deprecated": false,
                    "description": "<p>The type of user activity to be associated with the location updates.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.Geolocation.ACTIVITYTYPE_OTHER",
                        "Titanium.Geolocation.ACTIVITYTYPE_AUTOMOTIVE_NAVIGATION",
                        "Titanium.Geolocation.ACTIVITYTYPE_FITNESS",
                        "Titanium.Geolocation.ACTIVITYTYPE_OTHER_NAVIGATION"
                    ],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "pauseLocationUpdateAutomatically",
                    "deprecated": false,
                    "description": "<p>Indicates whether the location updates may be paused.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lastGeolocation",
                    "deprecated": false,
                    "description": "<p>JSON representation of the last geolocation received.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.2"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>This module combines two sets of features:</p>\n<ul>\n<li>\n<p>Location services. Determining the location of the device.</p>\n</li>\n<li>\n<p>Geocoding and reverse geocoding. Converting geographic  coordinates into\naddresses, and converting addresses into geographic  coordinates.</p>\n</li>\n</ul>\n<p>Using location services can have a significant impact on a device's battery life,\nso it's important to use them in the most efficient manner possible. Power consumption\nis strongly influenced by the accuracy and frequency of location updates required by\nyour application.</p>\n<p>The location services systems of the underlying platforms are very different, so there\nare significant implementation differences between the platforms.</p>\n<p>The basic methods of requesting location information and receiving location updates\nare essentially the same on all platforms. However, the method of configuring the\naccuracy and frequency of location updates is different for each platform.</p>\n<h4>Getting Location Information</h4>\n<p>There are two ways to get location information:</p>\n<ul>\n<li>\n<p>Make a one-time request with <a href=\"Titanium.Geolocation.getCurrentPosition\">getCurrentPosition</a>.</p>\n</li>\n<li>\n<p>Register to receive location updates by adding an event listener for the\n<a href=\"Titanium.Geolocation.location\">location</a> event.</p>\n</li>\n</ul>\n<p><strong>NOTE:</strong> Location services stay enabled for as long as a listener is registered for the\n<code>location</code> event, so be sure to remove the event listener when you do not require\nlocation updates.</p>\n<h4>Configurating Location Updates on iOS</h4>\n<p>In iOS, the accuracy (and power consumption) of location services is primarily\ndetermined by the <a href=\"Titanium.Geolocation.accuracy\">accuracy</a> setting. This can be set\nto one of the following values:</p>\n<ul>\n<li><a href=\"Titanium.Geolocation.ACCURACY_BEST\">ACCURACY_BEST</a> (highest accuracy and power consumption)</li>\n<li><a href=\"Titanium.Geolocation.ACCURACY_BEST_FOR_NAVIGATION\">ACCURACY_BEST_FOR_NAVIGATION</a></li>\n<li><a href=\"Titanium.Geolocation.ACCURACY_HIGH\">ACCURACY_HIGH</a></li>\n<li><a href=\"Titanium.Geolocation.ACCURACY_NEAREST_TEN_METERS\">ACCURACY_NEAREST_TEN_METERS</a></li>\n<li><a href=\"Titanium.Geolocation.ACCURACY_HUNDRED_METERS\">ACCURACY_HUNDRED_METERS</a></li>\n<li><a href=\"Titanium.Geolocation.ACCURACY_KILOMETER\">ACCURACY_KILOMETER</a></li>\n<li><a href=\"Titanium.Geolocation.ACCURACY_LOW\">ACCURACY_LOW</a></li>\n<li><a href=\"Titanium.Geolocation.ACCURACY_THREE_KILOMETERS\">ACCURACY_THREE_KILOMETERS</a> (lowest\naccuracy and power consumption).</li>\n</ul>\n<p>Based on the accuracy you choose, iOS uses its own logic to select location providers\nand filter location updates to provide location updates that meet your accuracy\nrequirements.</p>\n<p>You can further limit power consumption on iOS by setting the\n<a href=\"Titanium.Geolocation.distanceFilter\">distanceFilter</a> property to eliminate position\nupdates when the user is not moving.</p>\n<p>In order to receive the user's location, add either the\n<a href=\"https://developer.apple.com/library/content/documentation/General/Reference/InfoPlistKeyReference/Articles/CocoaKeys.html#//apple_ref/doc/uid/TP40009251-SW26\"><code>NSLocationWhenInUseUsageDescription</code></a>\nor\n<a href=\"https://developer.apple.com/library/content/documentation/General/Reference/InfoPlistKeyReference/Articles/CocoaKeys.html#//apple_ref/doc/uid/TP40009251-SW26\"><code>NSLocationAlwaysUsageDescription</code></a>\nkey to the iOS plist section of the project's <code>tiapp.xml</code> file.</p>\n<pre><code>&lt;ti:app&gt;\n    &lt;ios&gt;\n        &lt;plist&gt;\n            &lt;dict&gt;\n                &lt;key&gt;NSLocationAlwaysUsageDescription&lt;/key&gt;\n                &lt;string&gt;\n                    Specify the reason for accessing the user's location information.\n                    This appears in the alert dialog when asking the user for permission to\n                    access their location.\n                &lt;/string&gt;\n            &lt;/dict&gt;\n        &lt;/plist&gt;\n    &lt;/ios&gt;\n&lt;/ti:app&gt;\n</code></pre>\n<p>For iOS 11 and later, also add the <a href=\"https://developer.apple.com/documentation/corelocation/choosing_the_authorization_level_for_location_services/request_always_authorization\"><code>NSLocationAlwaysAndWhenInUseUsageDescription</code></a>\nwhen planning to request the &quot;Always&quot; permission. Using the above key, you are also able to upgrade your permissions from\n&quot;When in Use&quot; to &quot;Always&quot;, which is the recommended way for managing location permissions in iOS 11 and later.\nPlease also remember to request your desired location-permissions before using any geolocation-related API in\norder to receive the best usability and permission-control during the app-lifecycle using <a href=\"Titanium.Geolocation.hasLocationPermissions\">Titanium.Geolocation.hasLocationPermissions</a>\nand <a href=\"Titanium.Geolocation.requestLocationPermissions\">Titanium.Geolocation.requestLocationPermissions</a>. Also note that you also need to include the <code>NSLocationWhenInUseUsageDescription</code> key\nin <em>any</em> case when targeting iOS 11 and later. Descriptive error-logs will be thrown if required permissions are missing.</p>\n<h4>Configurating Location Updates on Android</h4>\n<p>On Android, two different location service modes are supported: <em>simple</em>, and <em>manual</em>.</p>\n<ul>\n<li>\n<p><em>Simple mode</em> provides a compromise mode that provides adaquate support for\nundemanding location applications without requiring developers to\nwrite a lot of Android-specific code. To use simple mode:</p>\n<ol>\n<li>\n<p>Leave the <a href=\"Titanium.Geolocation.Android.manualMode\">Titanium.Geolocation.Android.manualMode</a> flag set to <code>false</code> (the\ndefault value).</p>\n</li>\n<li>\n<p>Set the <a href=\"Titanium.Geolocation.accuracy\">accuracy</a> property to\neither <a href=\"Titanium.Geolocation.ACCURACY_HIGH\">ACCURACY_HIGH</a> or\n<a href=\"Titanium.Geolocation.ACCURACY_LOW\">ACCURACY_LOW</a>.</p>\n</li>\n</ol>\n</li>\n<li>\n<p><em>Manual mode</em> gives developers low-level control of location updates, including\nenabling individual location providers and filtering updates, for the best\ncombination of accuracy and battery life.</p>\n<p>Manual mode is used when the <a href=\"Titanium.Geolocation.Android.manualMode\">Titanium.Geolocation.Android.manualMode</a> flag is set\nto <code>true</code>. In manual mode, the <code>accuracy</code> property is not used, and all\nconfiguration is done through the <a href=\"Titanium.Geolocation.Android\">Titanium.Geolocation.Android</a> module.</p>\n</li>\n</ul>\n<p>As of Titanium SDK 7.1.0 and later, including the <a href=\"https://github.com/appcelerator-modules/ti.playservices\"><code>ti.playservices</code></a> module will allow Google Play Services\nto be used by default to obtain location information. This means the provider passed into <a href=\"Titanium.Geolocation.Android.createLocationProvider\">createLocationProvider</a>\nwill be ignored, as Google Play Services will select the best provider based on current device conditions.\nIf Google Play Services is not available it will fallback to previous behaviour of using Android location APIs.</p>\n<p>To retrieve location events:</p>\n<pre><code>var win = Ti.UI.createWindow({ backgroundColor: 'white' });\n\nTi.Geolocation.accuracy = Ti.Geolocation.ACCURACY_HIGH;\n\nfunction getLocation() {\n    Ti.Geolocation.addEventListener('location', function(e) {\n        alert(JSON.stringify(e, null, 2));\n    });\n}\n\nwin.addEventListener('open', function() {\n    if (Ti.Geolocation.hasLocationPermissions()) {\n        getLocation();\n     } else {\n        Ti.Geolocation.requestLocationPermissions(Ti.Geolocation.AUTHORIZATION_ALWAYS, function(e) {\n            if (e.success) {\n                getLocation();\n            } else {\n                alert('could not obtain location permissions');\n            }\n        });\n    }\n});\n\nwin.open();\n</code></pre>\n<h4>Using the Compass</h4>\n<p>Both iOS and Android support a receiving heading updates from a hardware compass, if available.</p>\n<p>Check the <a href=\"Titanium.Geolocation.hasCompass\">hasCompass</a> property to see if the current\ndevice supports a compass.</p>\n<p>To retrieve compass readings, you can either use\n<a href=\"Titanium.Geolocation.getCurrentHeading\">getCurrentHeading</a> as shown in the\nprevious example, or add a listener for the\n<a href=\"Titanium.Geolocation.heading\">heading</a> event, as shown below:</p>\n<pre><code>function compassHandler (e) {\n  if (e.success) {\n    Ti.API.info('Heading: ' + e.heading.magneticHeading);\n  }\n}\nTi.Geolocation.addEventListener('heading', compassHandler);\n</code></pre>\n<p>Note that Android did not include a <code>success</code> property in the <code>heading</code> event prior to SDK 7.5.0.\nHeading events are only generated on Android when heading data is available. So if\n<code>success</code> is undefined on prior SDK versions, we assume that the event contains valid compass data.</p>\n<p>To obtain true heading data for the compass (as opposed to magnetic heading data),\na current location fix is required. See the notes on\n<a href=\"HeadingData.trueHeading\">trueHeading</a> for more information.</p>\n<p>As with location updates, the application should unregister for heading updates\nwhen it is no longer being used, or when it goes into the background. Use\n<code>removeEventListener</code> to stop heading updates:</p>\n<pre><code>Ti.Geolocation.removeEventListener('heading', compassHandler);\n</code></pre>\n<p>Finally, note that neither the Android emulator nor the iOS simulator provide\ncompass support. Compass code must be tested on physical devices.</p>\n<h4>Geocoding Services</h4>\n<p>The module provides two methods, <a href=\"Titanium.Geolocation.forwardGeocoder\">forwardGeocoder</a> and <a href=\"Titanium.Geolocation.reverseGeocoder\">reverseGeocoder</a>\nto convert between geographic coordinates and addresses. These methods map to MapQuest Open Nominatim Search Service.</p>\n<p>While this API has the advantage that it has no daily usage limits, please note that the data backing this API is crowd sourced and might not return\nproper values for valid addresses and geographic coordinates.</p>\n<p>If geocoding services are essential component of the application, developers are encouraged to use commercial geocoding providers.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "LocationResults",
            "description": "<p>Argument passed to the <a href=\"Titanium.Geolocation.getCurrentPosition\">getCurrentPosition</a> callback.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "ErrorResponse",
            "isInternal": false,
            "properties": [
                {
                    "name": "success",
                    "deprecated": false,
                    "description": "<p>Indicates if the operation succeeded.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "error",
                    "deprecated": false,
                    "description": "<p>Error message, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "code",
                    "deprecated": false,
                    "description": "<p>Error code. Returns 0 if <code>success</code> is <code>true</code>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "provider",
                    "deprecated": false,
                    "description": "<p>If <code>success</code> is true, object describing the location provider generating this update.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "type": "LocationProviderDict",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "coords",
                    "deprecated": false,
                    "description": "<p>If <code>success</code> is true, actual location data for this update.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "LocationCoordinates",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "LocationCoordinates",
            "description": "<p>Simple object holding the data for a location update.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "latitude",
                    "deprecated": false,
                    "description": "<p>Latitude of the location update, in decimal degrees.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "longitude",
                    "deprecated": false,
                    "description": "<p>Longitude of the location update, in decimal degrees.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "altitude",
                    "deprecated": false,
                    "description": "<p>Altitude of the location update, in meters.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accuracy",
                    "deprecated": false,
                    "description": "<p>Accuracy of the location update, in meters.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "altitudeAccuracy",
                    "deprecated": false,
                    "description": "<p>Vertical accuracy of the location update, in meters.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "heading",
                    "deprecated": false,
                    "description": "<p>Compass heading, in degrees. May be unknown if device is not moving. On\niOS, a negative value indicates that the heading data is not valid.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "speed",
                    "deprecated": false,
                    "description": "<p>Current speed in meters/second. On iOS, a negative value indicates that the\nheading data is not valid or the accuracy is configured incorrectly.\nNote: Due to the Apple Geolocation API, set the <a href=\"Titanium.Geolocation.accuracy\">Titanium.Geolocation.accuracy</a>\nproperty to <a href=\"Titanium.Geolocation.ACCURACY_BEST_FOR_NAVIGATION\">Titanium.Geolocation.ACCURACY_BEST_FOR_NAVIGATION</a> in order to properly\nmeasure speed changes and prevent the app from returning negative values.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "timestamp",
                    "deprecated": false,
                    "description": "<p>Timestamp for this location update, in milliseconds.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "floor",
                    "deprecated": false,
                    "description": "<p>The floor of the building on which the user is located.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "LocationCoordinatesFloor",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "LocationCoordinatesFloor",
            "description": "<p>Simple object holding floor of the building on which the user is located.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "level",
                    "deprecated": false,
                    "description": "<p>The logical floor of the building.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "ForwardGeocodeResponse",
            "description": "<p>Simple object returned in the callback from the\n<a href=\"Titanium.Geolocation.forwardGeocoder\">forwardGeocoder</a> method.</p>\n<p>Note that Android includes a number of extra fields.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "ErrorResponse",
            "isInternal": false,
            "properties": [
                {
                    "name": "success",
                    "deprecated": false,
                    "description": "<p>Indicates if the operation succeeded.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "error",
                    "deprecated": false,
                    "description": "<p>Error message, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "code",
                    "deprecated": false,
                    "description": "<p>Error code. Returns 0 if <code>success</code> is <code>true</code>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accuracy",
                    "deprecated": false,
                    "description": "<p>Estimated accuracy of the geocoding, in meters.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "longitude",
                    "deprecated": false,
                    "description": "<p>Longitude of the geocoded address.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "latitude",
                    "deprecated": false,
                    "description": "<p>Latitude of the geocoded address.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "street",
                    "deprecated": false,
                    "description": "<p>Street name, without street address.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "street1",
                    "deprecated": false,
                    "description": "<p>Street name.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "city",
                    "deprecated": false,
                    "description": "<p>City name.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "region1",
                    "deprecated": false,
                    "description": "<p>First line of region.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "region2",
                    "deprecated": false,
                    "description": "<p>Not used.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "postalCode",
                    "deprecated": false,
                    "description": "<p>Postal code.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "country",
                    "deprecated": false,
                    "description": "<p>Country name.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "countryCode",
                    "deprecated": false,
                    "description": "<p>Country code.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "country_code",
                    "deprecated": false,
                    "description": "<p>Country code. Same as <code>countryCode</code>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "displayAddress",
                    "deprecated": false,
                    "description": "<p>Display address. Identical to <code>address</code>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "address",
                    "deprecated": false,
                    "description": "<p>Full address.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "HeadingResponse",
            "description": "<p>Argument passed to the <a href=\"Titanium.Geolocation.getCurrentHeading\">getCurrentHeading</a> callback.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "ErrorResponse",
            "isInternal": false,
            "properties": [
                {
                    "name": "success",
                    "deprecated": false,
                    "description": "<p>Indicates a successful operation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "error",
                    "deprecated": false,
                    "description": "<p>Error message, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "code",
                    "deprecated": false,
                    "description": "<p>Error code.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "heading",
                    "deprecated": false,
                    "description": "<p>If <code>success</code> is true, the actual heading data.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "HeadingData",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "HeadingData",
            "description": "<p>Simple object holding compass heading data.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "accuracy",
                    "deprecated": false,
                    "description": "<p>Accuracy of the compass heading, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "magneticHeading",
                    "deprecated": false,
                    "description": "<p>Declination in degrees from magnetic North.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "trueHeading",
                    "deprecated": false,
                    "description": "<p>Declination in degrees from true North.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "timestamp",
                    "deprecated": false,
                    "description": "<p>Timestamp for the heading data, in milliseconds.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "x",
                    "deprecated": false,
                    "description": "<p>Raw geomagnetic data for the X axis.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "y",
                    "deprecated": false,
                    "description": "<p>Raw geomagnetic data for the Y axis.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "z",
                    "deprecated": false,
                    "description": "<p>Raw geomagnetic data for the Z axis.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "LocationProviderDict",
            "description": "<p>Simple object describing a location provider.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "accuracy",
                    "deprecated": false,
                    "description": "<p>Accuracy of the location provider, either fine (1) or coarse (2).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "name",
                    "deprecated": false,
                    "description": "<p>Name of the location provider.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "power",
                    "deprecated": false,
                    "description": "<p>Power consumption for this provider, either low (1), medium (2), or high (3).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>The <code>accuracy</code> and <code>power</code> values correspond to constants defined in the\nAndroid API. See\n<a href=\"https://developer.android.com/reference/android/location/Criteria.html\">android.location.Criteria</a>\nin the Android API Reference.</p>\n<p>These values are generalizations. In general, a provider with coarse accuracy will\nprovide less accurate results than a provider with fine accuracy, and a provider with\nhigh power requirements will use more battery power than a provider with low power\nrequirements.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "ReverseGeocodeResponse",
            "description": "<p>Simple object returned in the callback from the\n<a href=\"Titanium.Geolocation.reverseGeocoder\">reverseGeocoder</a> method.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "ErrorResponse",
            "isInternal": false,
            "properties": [
                {
                    "name": "success",
                    "deprecated": false,
                    "description": "<p>Indicates if the operation succeeded.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "error",
                    "deprecated": false,
                    "description": "<p>Error message, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "code",
                    "deprecated": false,
                    "description": "<p>Error code. Returns 0 if <code>success</code> is <code>true</code>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "places",
                    "deprecated": false,
                    "description": "<p>An array of reverse-geocoded addresses matching the requested location.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "GeocodedAddress",
            "description": "<p>Simple object representing a place, returned in the callback from the\n<a href=\"Titanium.Geolocation.reverseGeocoder\">reverseGeocoder</a> method.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "street",
                    "deprecated": false,
                    "description": "<p>Street name, without street address.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "street1",
                    "deprecated": false,
                    "description": "<p>Street name.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "city",
                    "deprecated": false,
                    "description": "<p>City name.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "region1",
                    "deprecated": false,
                    "description": "<p>First line of region.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "region2",
                    "deprecated": false,
                    "description": "<p>Not used.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "postalCode",
                    "deprecated": false,
                    "description": "<p>Postal code</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "zipcode",
                    "deprecated": true,
                    "description": "<p>Postal code. To be replaced by <code>postalCode</code> <strong>Removed in 9.0.0.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "country",
                    "deprecated": false,
                    "description": "<p>Country name.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "countryCode",
                    "deprecated": false,
                    "description": "<p>Country code.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "country_code",
                    "deprecated": true,
                    "description": "<p>Country code. To be replaced by <code>countryCode</code>. <strong>Removed in 9.0.0.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "longitude",
                    "deprecated": false,
                    "description": "<p>Longitude of the geocoded point.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "latitude",
                    "deprecated": false,
                    "description": "<p>Latitude of the geocoded point.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "displayAddress",
                    "deprecated": true,
                    "description": "<p>Display address. Identical to <code>address</code>. <strong>Removed in 9.0.0.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "address",
                    "deprecated": false,
                    "description": "<p>Full address.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "LocationAuthorizationResponse",
            "description": "<p>Argument passed to the callback when a request finishes successfully or erroneously.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "ErrorResponse",
            "isInternal": false,
            "properties": [
                {
                    "name": "success",
                    "deprecated": false,
                    "description": "<p>Indicates if the operation succeeded.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "error",
                    "deprecated": false,
                    "description": "<p>Error message, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "code",
                    "deprecated": false,
                    "description": "<p>Error code. Returns 0 if <code>success</code> is <code>true</code>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.Gesture",
            "description": "<p>The Gesture module is responsible for high-level device gestures such as orientation changes\nand shake gestures.</p>",
            "deprecated": false,
            "events": [
                {
                    "name": "orientationchange",
                    "deprecated": false,
                    "description": "<p>Fired when the device orientation changes.</p>",
                    "properties": [
                        {
                            "name": "orientation",
                            "constants": [
                                "Titanium.UI.PORTRAIT",
                                "Titanium.UI.UPSIDE_PORTRAIT",
                                "Titanium.UI.LANDSCAPE_LEFT",
                                "Titanium.UI.LANDSCAPE_RIGHT",
                                "Titanium.UI.FACE_DOWN",
                                "Titanium.UI.FACE_UP",
                                "Titanium.UI.UNKNOWN"
                            ],
                            "description": "<p>Orientation of the device.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "shake",
                    "deprecated": false,
                    "description": "<p>Fired when the device is shaken.</p>",
                    "properties": [
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>Time interval since previous shake event. On iOS, this value is 0 for the first shake\nevent in a series.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>Acceleration along the X axis, in Gs.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Acceleration along the Y axis, in Gs.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "z",
                            "constants": [],
                            "description": "<p>Acceleration along the Z axis, in Gs.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                }
            ],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "isLandscape",
                    "deprecated": true,
                    "description": "<p>Returns whether or not the device is currently held in landscape form. <strong>Removed in 7.0.0. Use <a href=\"Titanium.Gesture.landscape\">Titanium.Gesture.landscape</a> for parity instead. Removed in 7.0.0 on Android, 8.1.0 on iOS.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "isPortrait",
                    "deprecated": true,
                    "description": "<p>Returns whether or not the device is currently held in portrait form. <strong>Removed in 7.0.0. Use <a href=\"Titanium.Gesture.portrait\">Titanium.Gesture.portrait</a> for parity instead. Removed in 7.0.0 on Android, 8.1.0 on iOS.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Gesture.bubbleParent\">Titanium.Gesture.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Gesture.bubbleParent\">Titanium.Gesture.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Gesture.bubbleParent\">Titanium.Gesture.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Gesture.bubbleParent\">Titanium.Gesture.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Gesture.apiName\">Titanium.Gesture.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Gesture.apiName\">Titanium.Gesture.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Gesture.lifecycleContainer\">Titanium.Gesture.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Gesture.lifecycleContainer\">Titanium.Gesture.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Gesture.lifecycleContainer\">Titanium.Gesture.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Gesture.lifecycleContainer\">Titanium.Gesture.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getOrientation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Gesture.orientation\">Titanium.Gesture.orientation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Gesture.orientation\">Titanium.Gesture.orientation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Module",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "portrait",
                    "deprecated": false,
                    "description": "<p>Indicates if the device is currently held in portrait form.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "landscape",
                    "deprecated": false,
                    "description": "<p>Indicates if the device is currently held in landscape form.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "orientation",
                    "deprecated": false,
                    "description": "<p>Orientation of the device.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.IOStream",
            "description": "<p>IOStream is the interface that all stream types implement.</p>",
            "deprecated": false,
            "events": [],
            "examples": [
                {
                    "title": "Write Data to a Stream",
                    "code": "<p>This example demonstrates writing data to a stream.</p>\n<pre><code>var outBuffer = Ti.createBuffer({data: &quot;write me&quot;});\n// stream object could be socket, file, buffer or blob\nvar outStream = Ti.Stream.createStream({mode: Ti.Stream.MODE_WRITE});\n\nvar bytesWritten = outStream.write(outBuffer);  // writes entire buffer to stream\nTi.API.info(&quot;Bytes written:&quot; + bytesWritten);  // should be 8\n\nbytesWritten = outStream.write(outBuffer, 2, 5);  // only writes &quot;ite m&quot; to stream\nTi.API.info(&quot;Bytes written:&quot; + bytesWritten);  // should be 5\n</code></pre>"
                },
                {
                    "title": "Read Data From a Stream",
                    "code": "<p>This shows a simple example of reading data from a stream, one buffer full at a\ntime.</p>\n<pre><code>var size = 0;\n// read data one buffer full at a time\nwhile ((size = instream.read(buffer)) &gt; -1) {\n    // do something with the data here ...\n    Ti.API.info(&quot;Read &quot; + size + &quot; bytes.&quot;);\n}\n</code></pre>"
                },
                {
                    "title": "Read Data With Offset and Length",
                    "code": "<p>This example shows how to read data from a stream into a buffer. We assume that\nthe <code>inStream</code> variable holds a previously initialized stream that contains the\nstring, &quot;World Titanium&quot;.</p>\n<pre><code>var inBuffer = Ti.createBuffer({ value: &quot;Hello [           ]&quot; });\n\n// Read the first 6 bytes from the stream to the buffer, starting at position 10.\nvar bytesRead = inStream.read(inBuffer, 10, 6);\n\nTi.API.info(&quot;Bytes read: &quot; + bytesRead);\nTi.API.info(inBuffer.toString());\n\n// Read the next 8  bytes from the stream to the buffer, starting at position 8.\nbytesRead = inStream.read(inBuffer, 8, 8);\n\nTi.API.info(&quot;Bytes read: &quot; + bytesRead);\nTi.API.info(inBuffer.toString());\n</code></pre>\n<p>The second <code>read</code> overwrites the data from the first <code>read</code>, so the output looks\nlike this:</p>\n<pre><code>[INFO] Bytes read: 6\n[INFO] Hello [   World   ]\n[INFO] Bytes read: 8\n[INFO] Hello [ Titanium  ]\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "read",
                    "deprecated": false,
                    "description": "<p>Reads data from this stream into a buffer.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "buffer",
                            "constants": [],
                            "description": "<p>Buffer to read stream data into.</p>",
                            "type": "Titanium.Buffer",
                            "usage": "required"
                        },
                        {
                            "name": "offset",
                            "constants": [],
                            "description": "<p>Offset into the buffer to start writing stream data.\nIf specified, <code>length</code> must also be specified.</p>",
                            "type": "Number",
                            "usage": "optional"
                        },
                        {
                            "name": "length",
                            "constants": [],
                            "description": "<p>Maximum number of bytes to read.\nIf specified, <code>offset</code> must also be specified.</p>",
                            "type": "Number",
                            "usage": "optional"
                        },
                        {
                            "name": "resultsCallback",
                            "constants": [],
                            "description": "<p>Function to call with the results of the read operation.</p>",
                            "type": "Function",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "<p>Number of bytes read.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "write",
                    "deprecated": false,
                    "description": "<p>Writes data from a buffer to this stream.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "buffer",
                            "constants": [],
                            "description": "<p>Buffer to write to this stream.</p>",
                            "type": "Titanium.Buffer",
                            "usage": "required"
                        },
                        {
                            "name": "offset",
                            "constants": [],
                            "description": "<p>Offset in the buffer of the first byte to write to the stream.\nIf specified, <code>length</code> must also be specified.</p>",
                            "type": "Number",
                            "usage": "optional"
                        },
                        {
                            "name": "length",
                            "constants": [],
                            "description": "<p>Maximum number of bytes to write to the stream.\nIf specified, <code>offset</code> must also be specified.</p>",
                            "type": "Number",
                            "usage": "optional"
                        },
                        {
                            "name": "resultsCallback",
                            "constants": [],
                            "description": "<p>Function to call with the results of the write operation.</p>",
                            "type": "Function",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "<p>Number of bytes written.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "isWritable",
                    "deprecated": false,
                    "description": "<p>Indicates whether this stream is writable.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "<p>True if stream is writable, false otherwise.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "isReadable",
                    "deprecated": false,
                    "description": "<p>Indicates whether this stream is readable.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "<p>True if stream is readable, false otherwise.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "close",
                    "deprecated": false,
                    "description": "<p>Closes this stream.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.IOStream.bubbleParent\">Titanium.IOStream.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.IOStream.bubbleParent\">Titanium.IOStream.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.IOStream.bubbleParent\">Titanium.IOStream.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.IOStream.bubbleParent\">Titanium.IOStream.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.IOStream.apiName\">Titanium.IOStream.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.IOStream.apiName\">Titanium.IOStream.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.IOStream.lifecycleContainer\">Titanium.IOStream.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.IOStream.lifecycleContainer\">Titanium.IOStream.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.IOStream.lifecycleContainer\">Titanium.IOStream.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.IOStream.lifecycleContainer\">Titanium.IOStream.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>See the <a href=\"Titanium.Stream\">Titanium.Stream</a> module for related utility methods that support asynchronous\nI/O.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "1.7"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "1.7"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "1.7"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.Locale",
            "description": "<p>The top level Locale module.</p>",
            "deprecated": false,
            "events": [
                {
                    "name": "change",
                    "deprecated": false,
                    "description": "<p>Fired when the device locale changes.</p>"
                }
            ],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.5"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.5"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.5"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "formatTelephoneNumber",
                    "deprecated": false,
                    "description": "<p>Formats a telephone number according to the current system locale.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "number",
                            "constants": [],
                            "description": "<p>Phone number.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getCurrencyCode",
                    "deprecated": false,
                    "description": "<p>Returns the ISO 3-letter currency code for the specified locale.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "locale",
                            "constants": [],
                            "description": "<p>Locale, as a combination of ISO 2-letter language and country codes. For example,\n<code>en-US</code> or <code>en-GB</code>. See the\n<a href=\"http://en.wikipedia.org/wiki/ISO_639-1\">ISO 639-1</a> and\n<a href=\"http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements\">ISO 3166-1 alpha-2</a>\nsections of wikipedia for reference.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.5"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getCurrencySymbol",
                    "deprecated": false,
                    "description": "<p>Returns the currency symbol for the specified currency code.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "currencyCode",
                            "constants": [],
                            "description": "<p>Currency, as an ISO 3-letter code. For example, <code>USD</code> or <code>GBP</code>. See the\n<a href=\"http://www.xe.com/iso4217.php#section2\">Currency List</a> section of the <code>www.xe.com</code> website for\nreference.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.5"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLanguage",
                    "deprecated": false,
                    "description": "<p>Sets the current language of the application.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "language",
                            "constants": [],
                            "description": "<p>The specified ISO 639-1 code.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.5"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLocaleCurrencySymbol",
                    "deprecated": false,
                    "description": "<p>Returns the currency symbol for the specified locale.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "locale",
                            "constants": [],
                            "description": "<p>Locale, as a combination of ISO 2-letter language and country codes. For example,\n<code>en-US</code> or <code>en-GB</code>. See the\n<a href=\"http://en.wikipedia.org/wiki/ISO_639-1\">ISO 639-1</a> and\n<a href=\"http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements\">ISO 3166-1 alpha-2</a>\nsections of wikipedia for reference.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.5"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getString",
                    "deprecated": false,
                    "description": "<p>Returns a string, localized according to the current system locale using the appropriate\n<code>/i18n/LANG/strings.xml</code> localization file.</p>",
                    "examples": [
                        {
                            "title": "String Localization Demonstration",
                            "code": "<p>Localize two strings, &quot;hello&quot; and &quot;goodbye&quot; (using the keys &quot;greeting&quot; and &quot;signoff&quot;)\nfor English and Spanish system locales.</p>\n<p>Note: use the device's system settings to change locales and test this code.</p>\n<h4><code>/i18n/en/strings.xml</code></h4>\n<pre><code>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;\n&lt;resources&gt;\n  &lt;string name=&quot;phrase&quot; formatted=&quot;false&quot;&gt;You say %2$s and I say %1$s!&lt;/string&gt;\n  &lt;string name=&quot;greeting&quot;&gt;hello&lt;/string&gt;\n  &lt;string name=&quot;signoff&quot;&gt;goodbye&lt;/string&gt;\n&lt;/resources&gt;\n</code></pre>\n<h4><code>/i18n/es/strings.xml</code></h4>\n<pre><code>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;\n&lt;resources&gt;\n  &lt;string name=&quot;phrase&quot; formatted=&quot;false&quot;&gt;You say %2$s and I say %1$s!&lt;/string&gt;\n  &lt;string name=&quot;greeting&quot;&gt;hola&lt;/string&gt;\n  &lt;string name=&quot;signoff&quot;&gt;adios&lt;/string&gt;\n&lt;/resources&gt;\n</code></pre>\n<h4><code>/Resources/app.js</code></h4>\n<pre><code>var i18nMissingMsg = '&lt;no translation available&gt;';\n\n// for English locales, displays &quot;You say goodbye and I say hello!&quot;\n// for Spanish locales, displays &quot;You say adios and I say hola!&quot;\nTi.API.info('You say ' + Ti.Locale.getString('signoff', i18nMissingMsg) + ' and I say ' + Ti.Locale.getString('greeting', i18nMissingMsg) + '!');\n\n// uses alias L() instead of Ti.Locale.getString()\n// formatted=&quot;false&quot; is used in the strings.xml element for multiple string substitution\n// for English locales, displays &quot;You say goodbye and I say hello!&quot;\n// for Spanish locales, displays &quot;You say adios and I say hola!&quot;\nTi.API.info(String.format(L('phrase'), L('greeting', i18nMissingMsg), L('signoff', i18nMissingMsg)));\n</code></pre>"
                        }
                    ],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "key",
                            "constants": [],
                            "description": "<p>Key of string.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "hint",
                            "constants": [],
                            "description": "<p>Text to return if key does not exist in the localization file.</p>",
                            "type": "String",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.5"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Locale.bubbleParent\">Titanium.Locale.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Locale.bubbleParent\">Titanium.Locale.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Locale.bubbleParent\">Titanium.Locale.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Locale.bubbleParent\">Titanium.Locale.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Locale.apiName\">Titanium.Locale.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Locale.apiName\">Titanium.Locale.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Locale.lifecycleContainer\">Titanium.Locale.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Locale.lifecycleContainer\">Titanium.Locale.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Locale.lifecycleContainer\">Titanium.Locale.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Locale.lifecycleContainer\">Titanium.Locale.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getCurrentCountry",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Locale.currentCountry\">Titanium.Locale.currentCountry</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Locale.currentCountry\">Titanium.Locale.currentCountry</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.5"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getCurrentLanguage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Locale.currentLanguage\">Titanium.Locale.currentLanguage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Locale.currentLanguage\">Titanium.Locale.currentLanguage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.5"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getCurrentLocale",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Locale.currentLocale\">Titanium.Locale.currentLocale</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Locale.currentLocale\">Titanium.Locale.currentLocale</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.5"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Module",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "currentCountry",
                    "deprecated": false,
                    "description": "<p>Country of the current system locale, as an ISO 2-letter code.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.5"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "currentLanguage",
                    "deprecated": false,
                    "description": "<p>Language of the current system locale, as an ISO 2-letter code.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.5"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "currentLocale",
                    "deprecated": false,
                    "description": "<p>Current system locale, as a combination of ISO 2-letter language and country codes.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.5"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>The <code>Locale</code> module works with localization files to which are generated during compilation\ninto the operating system specific localization formats. The <code>Locale</code> module provides\nlocale-specific strings which can be referenced at runtime.  Additionally, the module\ncontains a few methods and properties for querying device locale information.</p>\n<p>The macro <code>L</code> can be used as an alias for the <a href=\"Titanium.Locale.getString\">Titanium.Locale.getString</a> method.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "1.5"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "1.5"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "1.5"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.Media.Android",
            "description": "<p>Android-specific media-related functionality.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "scanMediaFiles",
                    "deprecated": false,
                    "description": "<p>Scans newly created or downloaded media files to make them available to other\nAndroid media providers, such as the Gallery.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "paths",
                            "constants": [],
                            "description": "<p>Array of paths to the files you want to scan.</p>",
                            "type": "Array",
                            "usage": "required"
                        },
                        {
                            "name": "mimeTypes",
                            "constants": [],
                            "description": "<p>Array of MIME types for the files in the paths parameter. If <code>null</code>, MIME type will\nbe inferred from the file names.</p>",
                            "type": "Array",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Function to call when each file is done being scanned.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setSystemWallpaper",
                    "deprecated": false,
                    "description": "<p>Set the system homescreen wallpaper.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "image",
                            "constants": [],
                            "description": "<p>Image to use as the wallpaper, as a <code>Blob</code> object.</p>",
                            "type": "Titanium.Blob",
                            "usage": "required"
                        },
                        {
                            "name": "scale",
                            "constants": [],
                            "description": "<p>If <code>true</code>, the image is scaled to fit the width of the system wallpaper. If\n<code>false</code>, the image is not scaled.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.Android.bubbleParent\">Titanium.Media.Android.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.Android.bubbleParent\">Titanium.Media.Android.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.Android.bubbleParent\">Titanium.Media.Android.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.Android.bubbleParent\">Titanium.Media.Android.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.Android.apiName\">Titanium.Media.Android.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.Android.apiName\">Titanium.Media.Android.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.Android.lifecycleContainer\">Titanium.Media.Android.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.Android.lifecycleContainer\">Titanium.Media.Android.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.Android.lifecycleContainer\">Titanium.Media.Android.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.Android.lifecycleContainer\">Titanium.Media.Android.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Module",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "1.7.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                }
            ]
        },
        {
            "name": "MediaScannerResponse",
            "description": "<p>Simple object passed to the <a href=\"Titanium.Media.Android.scanMediaFiles\">scanMediaFiles</a> callback.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "path",
                    "deprecated": false,
                    "description": "<p>Path to the media file that was scanned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "uri",
                    "deprecated": false,
                    "description": "<p>URI to the file if it was scanned and added to the media library, or <code>null</code>\nif the file was not added.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>The callback is called once per scanned file.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.Media.AudioPlayer",
            "description": "<p>An audio player object used for streaming audio to the device, and low-level control of the audio playback.</p>",
            "deprecated": false,
            "events": [
                {
                    "name": "change",
                    "deprecated": false,
                    "description": "<p>Fired when the state of the playback changes.</p>",
                    "properties": [
                        {
                            "name": "state",
                            "constants": [
                                "Titanium.Media.AUDIO_STATE_BUFFERING",
                                "Titanium.Media.AUDIO_STATE_INITIALIZED",
                                "Titanium.Media.AUDIO_STATE_PAUSED",
                                "Titanium.Media.AUDIO_STATE_PLAYING",
                                "Titanium.Media.AUDIO_STATE_STARTING",
                                "Titanium.Media.AUDIO_STATE_STOPPED",
                                "Titanium.Media.AUDIO_STATE_STOPPING",
                                "Titanium.Media.AUDIO_STATE_WAITING_FOR_DATA",
                                "Titanium.Media.AUDIO_STATE_WAITING_FOR_QUEUE"
                            ],
                            "description": "<p>Current state of playback.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "description",
                            "constants": [],
                            "description": "<p>Text description of the state of playback.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "complete",
                    "deprecated": false,
                    "description": "<p>Fired when the audio has finished playing.</p>",
                    "properties": [
                        {
                            "name": "success",
                            "constants": [],
                            "description": "<p>Indicates if the sound was played successfully.\nReturns <code>true</code> if request succeeded, <code>false</code> otherwise.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "error",
                            "constants": [],
                            "description": "<p>Error message, if any returned. Will be undefined if <code>success</code> is <code>true</code>.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "code",
                            "constants": [],
                            "description": "<p>Error code.\nError code will be 0 if <code>success</code> is <code>true</code>, nonzero otherwise. If the error\nwas generated by the operating system, that system's error value is used.\nOtherwise, this value will be -1.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "metadata",
                    "deprecated": false,
                    "description": "<p>Fired when the timed metadata was encountered most recently within the media as it plays.</p>",
                    "properties": [
                        {
                            "name": "items",
                            "constants": [],
                            "description": "<p>An array of metadata items containing relevant information about the current media item.</p>",
                            "type": "Array",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "error",
                    "deprecated": false,
                    "description": "<p>Fired when there's an error.</p>",
                    "properties": [
                        {
                            "name": "error",
                            "constants": [],
                            "description": "<p>Error message.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "code",
                            "constants": [],
                            "description": "<p>Error code. Different between android and iOS.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "progress",
                    "deprecated": false,
                    "description": "<p>Fired once per second with the current progress during playback.</p>",
                    "properties": [
                        {
                            "name": "progress",
                            "constants": [],
                            "description": "<p>Current progress, in milliseconds.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "seek",
                    "deprecated": false,
                    "description": "<p>Fired once the <a href=\"Titanium.Media.AudioPlayer.seek\">seekToTime</a> method completes.</p>",
                    "properties": [
                        {
                            "name": "finished",
                            "constants": [],
                            "description": "<p>The event for any prior seek request that is still in process will be invoked\nimmediately with the <code>finished</code> parameter set to <code>false</code>.\nIf the new request completes without being interrupted by another seek\nrequest or by any other operation this event will be invoked with\nthe <code>finished</code> parameter set to <code>true</code>.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                }
            ],
            "examples": [
                {
                    "title": "Audio Streaming",
                    "code": "<p>The following example demonstrates using the <code>AudioPlayer</code> object to stream audio.</p>\n<pre><code>var win = Ti.UI.createWindow({\n    title: 'Audio Test',\n    backgroundColor: '#fff',\n    layout: 'vertical'\n});\n\nvar startStopButton = Ti.UI.createButton({\n    title: 'Start/Stop Streaming',\n    top: 10,\n    width: 200,\n    height: 40\n});\n\nvar pauseResumeButton = Ti.UI.createButton({\n    title: 'Pause/Resume Streaming',\n    top: 10,\n    width: 200,\n    height: 40,\n    enabled: false\n});\n\nwin.add(startStopButton);\nwin.add(pauseResumeButton);\n\n// allowBackground: true on Android allows the\n// player to keep playing when the app is in the\n// background.\nvar audioPlayer = Ti.Media.createAudioPlayer({\n    url: 'www.example.com/podcast.mp3',\n    allowBackground: true\n});\n\nstartStopButton.addEventListener('click', function() {\n    // When paused, playing returns false.\n    // If both are false, playback is stopped.\n    if (audioPlayer.playing || audioPlayer.paused) {\n        audioPlayer.stop();\n        pauseResumeButton.enabled = false;\n        audioPlayer.release();\n    } else {\n        audioPlayer.start();\n        pauseResumeButton.enabled = true;\n    }\n});\n\npauseResumeButton.addEventListener('click', function() {\n    if (audioPlayer.paused) {\n        audioPlayer.start();\n    } else {\n        audioPlayer.pause();\n    }\n});\n\naudioPlayer.addEventListener('progress', function(e) {\n    Ti.API.info('Time Played: ' + Math.round(e.progress) + ' milliseconds');\n});\n\naudioPlayer.addEventListener('change', function(e) {\n    Ti.API.info('State: ' + e.description + ' (' + e.state + ')');\n});\n\nwin.addEventListener('close', function() {\n    audioPlayer.stop();\n    audioPlayer.release();\n});\n\nwin.open();\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPaused",
                    "deprecated": false,
                    "description": "<p>Returns the value of the <a href=\"Titanium.Media.AudioPlayer.paused\">paused</a> property.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "isPaused",
                    "deprecated": false,
                    "description": "<p>Returns the value of the <a href=\"Titanium.Media.AudioPlayer.paused\">paused</a> property.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getPlaying",
                    "deprecated": false,
                    "description": "<p>Returns the value of the <a href=\"Titanium.Media.AudioPlayer.playing\">playing</a> property.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "isPlaying",
                    "deprecated": false,
                    "description": "<p>Returns the value of the <a href=\"Titanium.Media.AudioPlayer.playing\">playing</a> property.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "pause",
                    "deprecated": false,
                    "description": "<p>Pauses audio playback.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "play",
                    "deprecated": true,
                    "description": "<p>Starts or resumes audio playback. <strong>Deprecated since 7.5.0. Use the cross-platform API <a href=\"Titanium.Media.AudioPlayer.start\">Titanium.Media.AudioPlayer.start</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setPaused",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.AudioPlayer.paused\">paused</a> property. <strong>Deprecated since 7.5.0. Use the cross-platform API <a href=\"Titanium.Media.AudioPlayer.pause\">Titanium.Media.AudioPlayer.pause</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "paused",
                            "constants": [],
                            "description": "<p>Pass <code>true</code> to pause the current playback temporarily, <code>false</code> to unpause it.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "seekToTime",
                    "deprecated": false,
                    "description": "<p>Moves the playback cursor and invokes the specified block when the seek\noperation has either been completed or been interrupted.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "time",
                            "constants": [],
                            "description": "<p>The time in milliseconds to seek to.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.5.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "release",
                    "deprecated": false,
                    "description": "<p>Stops buffering audio data and releases audio resources.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.5.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAudioSessionId",
                    "deprecated": false,
                    "description": "<p>Returns the audio session id.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "start",
                    "deprecated": false,
                    "description": "<p>Starts or resumes audio playback.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "restart",
                    "deprecated": false,
                    "description": "<p>Restarts (stops and stars) audio playback.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.5.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "stateDescription",
                    "deprecated": false,
                    "description": "<p>Converts a <a href=\"Titanium.Media.AudioPlayer.state\">state</a> value into a text description\nsuitable for display.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "state",
                            "constants": [],
                            "description": "<p>State value to convert.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "stop",
                    "deprecated": false,
                    "description": "<p>Stops audio playback.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.AudioPlayer.bubbleParent\">Titanium.Media.AudioPlayer.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.AudioPlayer.bubbleParent\">Titanium.Media.AudioPlayer.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.AudioPlayer.bubbleParent\">Titanium.Media.AudioPlayer.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.AudioPlayer.bubbleParent\">Titanium.Media.AudioPlayer.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.AudioPlayer.apiName\">Titanium.Media.AudioPlayer.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.AudioPlayer.apiName\">Titanium.Media.AudioPlayer.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.AudioPlayer.lifecycleContainer\">Titanium.Media.AudioPlayer.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.AudioPlayer.lifecycleContainer\">Titanium.Media.AudioPlayer.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.AudioPlayer.lifecycleContainer\">Titanium.Media.AudioPlayer.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.AudioPlayer.lifecycleContainer\">Titanium.Media.AudioPlayer.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getAllowBackground",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.AudioPlayer.allowBackground\">Titanium.Media.AudioPlayer.allowBackground</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.AudioPlayer.allowBackground\">Titanium.Media.AudioPlayer.allowBackground</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setAllowBackground",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.AudioPlayer.allowBackground\">Titanium.Media.AudioPlayer.allowBackground</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.AudioPlayer.allowBackground\">Titanium.Media.AudioPlayer.allowBackground</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "allowBackground",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getAudioFocus",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.AudioPlayer.audioFocus\">Titanium.Media.AudioPlayer.audioFocus</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.AudioPlayer.audioFocus\">Titanium.Media.AudioPlayer.audioFocus</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setAudioFocus",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.AudioPlayer.audioFocus\">Titanium.Media.AudioPlayer.audioFocus</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.AudioPlayer.audioFocus\">Titanium.Media.AudioPlayer.audioFocus</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "audioFocus",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getAudioType",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.AudioPlayer.audioType\">Titanium.Media.AudioPlayer.audioType</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.AudioPlayer.audioType\">Titanium.Media.AudioPlayer.audioType</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setAudioType",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.AudioPlayer.audioType\">Titanium.Media.AudioPlayer.audioType</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.AudioPlayer.audioType\">Titanium.Media.AudioPlayer.audioType</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "audioType",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBitRate",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.AudioPlayer.bitRate\">Titanium.Media.AudioPlayer.bitRate</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.AudioPlayer.bitRate\">Titanium.Media.AudioPlayer.bitRate</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBitRate",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.AudioPlayer.bitRate\">Titanium.Media.AudioPlayer.bitRate</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.AudioPlayer.bitRate\">Titanium.Media.AudioPlayer.bitRate</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bitRate",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getDuration",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.AudioPlayer.duration\">Titanium.Media.AudioPlayer.duration</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.AudioPlayer.duration\">Titanium.Media.AudioPlayer.duration</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getIdle",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.AudioPlayer.idle\">Titanium.Media.AudioPlayer.idle</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.AudioPlayer.idle\">Titanium.Media.AudioPlayer.idle</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getMuted",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.AudioPlayer.muted\">Titanium.Media.AudioPlayer.muted</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.AudioPlayer.muted\">Titanium.Media.AudioPlayer.muted</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.5.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setMuted",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.AudioPlayer.muted\">Titanium.Media.AudioPlayer.muted</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.AudioPlayer.muted\">Titanium.Media.AudioPlayer.muted</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "muted",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.5.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getExternalPlaybackActive",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.AudioPlayer.externalPlaybackActive\">Titanium.Media.AudioPlayer.externalPlaybackActive</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.AudioPlayer.externalPlaybackActive\">Titanium.Media.AudioPlayer.externalPlaybackActive</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.5.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAllowsExternalPlayback",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.AudioPlayer.allowsExternalPlayback\">Titanium.Media.AudioPlayer.allowsExternalPlayback</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.AudioPlayer.allowsExternalPlayback\">Titanium.Media.AudioPlayer.allowsExternalPlayback</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.5.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAllowsExternalPlayback",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.AudioPlayer.allowsExternalPlayback\">Titanium.Media.AudioPlayer.allowsExternalPlayback</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.AudioPlayer.allowsExternalPlayback\">Titanium.Media.AudioPlayer.allowsExternalPlayback</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "allowsExternalPlayback",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.5.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRate",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.AudioPlayer.rate\">Titanium.Media.AudioPlayer.rate</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.AudioPlayer.rate\">Titanium.Media.AudioPlayer.rate</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.5.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setRate",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.AudioPlayer.rate\">Titanium.Media.AudioPlayer.rate</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.AudioPlayer.rate\">Titanium.Media.AudioPlayer.rate</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rate",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.5.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getProgress",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.AudioPlayer.progress\">Titanium.Media.AudioPlayer.progress</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.AudioPlayer.progress\">Titanium.Media.AudioPlayer.progress</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getState",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.AudioPlayer.state\">Titanium.Media.AudioPlayer.state</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.AudioPlayer.state\">Titanium.Media.AudioPlayer.state</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getUrl",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.AudioPlayer.url\">Titanium.Media.AudioPlayer.url</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.AudioPlayer.url\">Titanium.Media.AudioPlayer.url</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setUrl",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.AudioPlayer.url\">Titanium.Media.AudioPlayer.url</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.AudioPlayer.url\">Titanium.Media.AudioPlayer.url</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "url",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getVolume",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.AudioPlayer.volume\">Titanium.Media.AudioPlayer.volume</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.AudioPlayer.volume\">Titanium.Media.AudioPlayer.volume</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setVolume",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.AudioPlayer.volume\">Titanium.Media.AudioPlayer.volume</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.AudioPlayer.volume\">Titanium.Media.AudioPlayer.volume</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "volume",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getWaiting",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.AudioPlayer.waiting\">Titanium.Media.AudioPlayer.waiting</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.AudioPlayer.waiting\">Titanium.Media.AudioPlayer.waiting</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBufferSize",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.AudioPlayer.bufferSize\">Titanium.Media.AudioPlayer.bufferSize</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.AudioPlayer.bufferSize\">Titanium.Media.AudioPlayer.bufferSize</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBufferSize",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.AudioPlayer.bufferSize\">Titanium.Media.AudioPlayer.bufferSize</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.AudioPlayer.bufferSize\">Titanium.Media.AudioPlayer.bufferSize</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bufferSize",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTime",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.AudioPlayer.time\">Titanium.Media.AudioPlayer.time</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.AudioPlayer.time\">Titanium.Media.AudioPlayer.time</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTime",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.AudioPlayer.time\">Titanium.Media.AudioPlayer.time</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.AudioPlayer.time\">Titanium.Media.AudioPlayer.time</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "time",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "STATE_BUFFERING",
                    "deprecated": true,
                    "description": "<p>Audio data is being buffered from the network. <strong>Deprecated since 7.5.0. Use <a href=\"Titanium.Media.AUDIO_STATE_BUFFERING\">Titanium.Media.AUDIO_STATE_BUFFERING</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "STATE_INITIALIZED",
                    "deprecated": true,
                    "description": "<p>Audio playback is being initialized. <strong>Deprecated since 7.5.0. Use <a href=\"Titanium.Media.AUDIO_STATE_INITIALIZED\">Titanium.Media.AUDIO_STATE_INITIALIZED</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "STATE_PAUSED",
                    "deprecated": true,
                    "description": "<p>Playback is paused. <strong>Deprecated since 7.5.0. Use <a href=\"Titanium.Media.AUDIO_STATE_PAUSED\">Titanium.Media.AUDIO_STATE_PAUSED</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "STATE_PLAYING",
                    "deprecated": true,
                    "description": "<p>Audio playback is active. <strong>Deprecated since 7.5.0. Use <a href=\"Titanium.Media.AUDIO_STATE_PLAYING\">Titanium.Media.AUDIO_STATE_PLAYING</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "STATE_STARTING",
                    "deprecated": true,
                    "description": "<p>Audio playback is starting. <strong>Deprecated since 7.5.0. Use <a href=\"Titanium.Media.AUDIO_STATE_STARTING\">Titanium.Media.AUDIO_STATE_STARTING</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "STATE_STOPPED",
                    "deprecated": true,
                    "description": "<p>Audio playback is stopped. <strong>Deprecated since 7.5.0. Use <a href=\"Titanium.Media.AUDIO_STATE_STOPPED\">Titanium.Media.AUDIO_STATE_STOPPED</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "STATE_STOPPING",
                    "deprecated": true,
                    "description": "<p>Audio playback is stopping. <strong>Deprecated since 7.5.0. Use <a href=\"Titanium.Media.AUDIO_STATE_STOPPING\">Titanium.Media.AUDIO_STATE_STOPPING</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "STATE_WAITING_FOR_DATA",
                    "deprecated": true,
                    "description": "<p>Player is waiting for audio data from the network. <strong>Deprecated since 7.5.0. Use <a href=\"Titanium.Media.AUDIO_STATE_WAITING_FOR_DATA\">Titanium.Media.AUDIO_STATE_WAITING_FOR_DATA</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "STATE_WAITING_FOR_QUEUE",
                    "deprecated": true,
                    "description": "<p>Player is waiting for audio data to fill the queue. <strong>Deprecated since 7.5.0. Use <a href=\"Titanium.Media.AUDIO_STATE_WAITING_FOR_QUEUE\">Titanium.Media.AUDIO_STATE_WAITING_FOR_QUEUE</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUDIO_TYPE_ALARM",
                    "deprecated": false,
                    "description": "<p>Used to identify the volume of audio streams for alarms.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "AUDIO_TYPE_SIGNALLING",
                    "deprecated": false,
                    "description": "<p>Used to identify the volume of audio streams for DTMF tones or beeps.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "AUDIO_TYPE_MEDIA",
                    "deprecated": false,
                    "description": "<p>Used to identify the volume of audio streams for media playback.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "AUDIO_TYPE_NOTIFICATION",
                    "deprecated": false,
                    "description": "<p>Used to identify the volume of audio streams for notifications.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "AUDIO_TYPE_RING",
                    "deprecated": false,
                    "description": "<p>Used to identify the volume of audio streams for the phone ring.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "AUDIO_TYPE_VOICE",
                    "deprecated": false,
                    "description": "<p>Used to identify the volume of audio streams for voice calls.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "allowBackground",
                    "deprecated": false,
                    "description": "<p>Boolean to indicate if audio should continue playing even if the associated\nAndroid <a href=\"Titanium.Android.Activity\">Activity</a> is paused.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "audioFocus",
                    "deprecated": false,
                    "description": "<p>Focuses on the current audio player and stops other audio playing.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "audioType",
                    "deprecated": false,
                    "description": "<p>Changes the audio-stream-type.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.Media.Sound.AUDIO_TYPE_ALARM",
                        "Titanium.Media.Sound.AUDIO_TYPE_SIGNALLING",
                        "Titanium.Media.Sound.AUDIO_TYPE_MEDIA",
                        "Titanium.Media.Sound.AUDIO_TYPE_NOTIFICATION",
                        "Titanium.Media.Sound.AUDIO_TYPE_RING",
                        "Titanium.Media.Sound.AUDIO_TYPE_VOICE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "bitRate",
                    "deprecated": false,
                    "description": "<p>Bit rate of the current playback stream.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "duration",
                    "deprecated": false,
                    "description": "<p>Estimated duration in milliseconds of the file being played.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "idle",
                    "deprecated": false,
                    "description": "<p>Boolean indicating if the player is idle.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "muted",
                    "deprecated": false,
                    "description": "<p>Indicates whether or not audio output of the player is muted.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.5.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "externalPlaybackActive",
                    "deprecated": false,
                    "description": "<p>Indicates whether the player is currently playing video in &quot;external playback&quot; mode.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.5.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "allowsExternalPlayback",
                    "deprecated": false,
                    "description": "<p>Indicates whether the player allows switching to &quot;external playback&quot; mode.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.5.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "rate",
                    "deprecated": false,
                    "description": "<p>Indicates the desired rate of playback; 0.0 means &quot;paused&quot;, 1.0 indicates a\ndesire to play at the natural rate of the current item. In addition, 2.0\nwould mean that the audio plays twice as fast.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.5.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "paused",
                    "deprecated": false,
                    "description": "<p>Boolean indicating if audio playback is paused.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "playing",
                    "deprecated": false,
                    "description": "<p>Boolean indicating if audio is currently playing.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "progress",
                    "deprecated": false,
                    "description": "<p>Current playback progress, in milliseconds.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "state",
                    "deprecated": false,
                    "description": "<p>Current state of playback, specified using one of the <code>STATE</code> constants defined on this object.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.Media.AUDIO_STATE_BUFFERING",
                        "Titanium.Media.AUDIO_STATE_INITIALIZED",
                        "Titanium.Media.AUDIO_STATE_PAUSED",
                        "Titanium.Media.AUDIO_STATE_PLAYING",
                        "Titanium.Media.AUDIO_STATE_STARTING",
                        "Titanium.Media.AUDIO_STATE_STOPPED",
                        "Titanium.Media.AUDIO_STATE_STOPPING",
                        "Titanium.Media.AUDIO_STATE_WAITING_FOR_DATA",
                        "Titanium.Media.AUDIO_STATE_WAITING_FOR_QUEUE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "url",
                    "deprecated": false,
                    "description": "<p>URL for the audio stream.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "volume",
                    "deprecated": false,
                    "description": "<p>Volume of the audio, from 0.0 (muted) to 1.0 (loudest).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "waiting",
                    "deprecated": false,
                    "description": "<p>Boolean indicating if the playback is waiting for audio data from the network.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "bufferSize",
                    "deprecated": false,
                    "description": "<p>Size of the buffer used for streaming, in milliseconds.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "time",
                    "deprecated": false,
                    "description": "<p>Current playback position of the audio.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>On Android, when you are done playing a given audio file, you must call the\n<a href=\"Titanium.Media.AudioPlayer.release\">release</a> method to stop buffering audio data and\nrelease associated system resources. Since 7.5.0, this method is available on iOS as well\nand will release all audio-player related resources. After this method has been called,\nthe object should not be accessed anymore.</p>\n<p>On iOS, you can control how the audio stream interacts with other system sounds\nby setting <a href=\"Titanium.Media.audioSessionCategory\">Titanium.Media.audioSessionCategory</a>. Since Titanium 7.5.0, this API\nuses the <a href=\"https://developer.apple.com/documentation/avfoundation/avplayer\">AVPlayer API</a> for a more modern\nand performant audio playback.</p>\n<p>Use the <a href=\"Titanium.Media.createAudioPlayer\">Titanium.Media.createAudioPlayer</a> method to create an audio player.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.9"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.9"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.9"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "TiMetadataItemType",
            "description": "<p>An abstract type to represent a metadata item inside the <code>metadata</code> event (iOS only).</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "key",
                    "deprecated": false,
                    "description": "<p>The key of the metadata item, e.g. &quot;title&quot;.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.5.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "keySpace",
                    "deprecated": false,
                    "description": "<p>The key-path of the metadata item.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.5.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "value",
                    "deprecated": false,
                    "description": "<p>The value of the metadata item. Can be represented as various types.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.5.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "extraAttributes",
                    "deprecated": false,
                    "description": "<p>A dictionary of the additional attributes.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.5.0"
                        }
                    ],
                    "type": "Object",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>This type is key-value based and is returned inside an array of metadata items.\nRead more about timed metadata items in the <a href=\"https://developer.apple.com/documentation/avfoundation/avmetadataitem?language=objc\">Apple docs</a>.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "7.5.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "7.5.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.Media.AudioRecorder",
            "description": "<p>An audio recorder object used for recording audio from the device microphone.</p>",
            "deprecated": false,
            "events": [],
            "examples": [
                {
                    "title": "Audio Recorder Example",
                    "code": "<p>The following code-example creates a window that controls the audio-recorder flow.</p>\n<pre><code>var window = Ti.UI.createWindow({\n  backgroundColor: '#fff'\n});\n\nvar recordStart = Ti.UI.createButton({\n  title: 'Start',\n  top: 10\n});\n\nvar recordPause = Ti.UI.createButton({\n  title: 'Pause',\n  top: 60\n});\n\nvar recordStop = Ti.UI.createButton({\n  title: 'Stop',\n  top: 110\n});\n\nvar recordPlay = Ti.UI.createButton({\n  title: 'Play',\n  top: 160\n});\n\nvar audioRecorder = Ti.Media.createAudioRecorder();\nvar record;\nvar audioPlayer;\n\nwindow.addEventListener('open', function(e) {\n  if (!Ti.Media.hasAudioRecorderPermissions()) {\n    Ti.Media.requestAudioRecorderPermissions(function(e) {\n      if (e.success) {\n        window.add(recordStart);\n      }\n    });\n  } else {\n    window.add(recordStart);\n  }\n});\n\nrecordStart.addEventListener('click', function(e) {\n  audioRecorder.start();\n});\n\nrecordPause.addEventListener('click', function(e) {\n  if (audioRecorder.getPaused()) {\n    recordPause.setTitle('Pause');\n    audioRecorder.resume()\n  } else {\n    recordPause.setTitle('Resume');\n    audioRecorder.pause();\n  }\n});\n\nrecordStop.addEventListener('click', function(e) {\n  record = audioRecorder.stop();\n  Ti.API.info(record.getNativePath());\n});\n\nrecordPlay.addEventListener('click', function(e) {\n  audioPlayer = Ti.Media.createAudioPlayer({\n    url: record.getNativePath()\n  });\n  audioPlayer.start();\n});\n\nwindow.add(recordPause);\nwindow.add(recordStop);\nwindow.add(recordPlay);\n\nwindow.open();\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "pause",
                    "deprecated": false,
                    "description": "<p>Pauses the current audio recording.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "resume",
                    "deprecated": false,
                    "description": "<p>Resumes a paused recording.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "start",
                    "deprecated": false,
                    "description": "<p>Starts an audio recording.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "stop",
                    "deprecated": false,
                    "description": "<p>Stops the current audio recording and returns the recorded audio file.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Filesystem.File",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.AudioRecorder.bubbleParent\">Titanium.Media.AudioRecorder.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.AudioRecorder.bubbleParent\">Titanium.Media.AudioRecorder.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.AudioRecorder.bubbleParent\">Titanium.Media.AudioRecorder.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.AudioRecorder.bubbleParent\">Titanium.Media.AudioRecorder.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.AudioRecorder.apiName\">Titanium.Media.AudioRecorder.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.AudioRecorder.apiName\">Titanium.Media.AudioRecorder.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.AudioRecorder.lifecycleContainer\">Titanium.Media.AudioRecorder.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.AudioRecorder.lifecycleContainer\">Titanium.Media.AudioRecorder.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.AudioRecorder.lifecycleContainer\">Titanium.Media.AudioRecorder.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.AudioRecorder.lifecycleContainer\">Titanium.Media.AudioRecorder.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getCompression",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.AudioRecorder.compression\">Titanium.Media.AudioRecorder.compression</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.AudioRecorder.compression\">Titanium.Media.AudioRecorder.compression</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setCompression",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.AudioRecorder.compression\">Titanium.Media.AudioRecorder.compression</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.AudioRecorder.compression\">Titanium.Media.AudioRecorder.compression</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "compression",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getFormat",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.AudioRecorder.format\">Titanium.Media.AudioRecorder.format</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.AudioRecorder.format\">Titanium.Media.AudioRecorder.format</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setFormat",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.AudioRecorder.format\">Titanium.Media.AudioRecorder.format</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.AudioRecorder.format\">Titanium.Media.AudioRecorder.format</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "format",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPaused",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.AudioRecorder.paused\">Titanium.Media.AudioRecorder.paused</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.AudioRecorder.paused\">Titanium.Media.AudioRecorder.paused</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRecording",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.AudioRecorder.recording\">Titanium.Media.AudioRecorder.recording</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.AudioRecorder.recording\">Titanium.Media.AudioRecorder.recording</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getStopped",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.AudioRecorder.stopped\">Titanium.Media.AudioRecorder.stopped</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.AudioRecorder.stopped\">Titanium.Media.AudioRecorder.stopped</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": true,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "compression",
                    "deprecated": false,
                    "description": "<p>Audio compression to be used for the recording.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.Media.AUDIO_FORMAT_AAC",
                        "Titanium.Media.AUDIO_FORMAT_ALAW",
                        "Titanium.Media.AUDIO_FORMAT_APPLE_LOSSLESS",
                        "Titanium.Media.AUDIO_FORMAT_ILBC",
                        "Titanium.Media.AUDIO_FORMAT_IMA4",
                        "Titanium.Media.AUDIO_FORMAT_LINEAR_PCM",
                        "Titanium.Media.AUDIO_FORMAT_ULAW"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "format",
                    "deprecated": false,
                    "description": "<p>Audio format to be used for the recording.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.Media.AUDIO_FILEFORMAT_3GP2",
                        "Titanium.Media.AUDIO_FILEFORMAT_3GPP",
                        "Titanium.Media.AUDIO_FILEFORMAT_AIFF",
                        "Titanium.Media.AUDIO_FILEFORMAT_AMR",
                        "Titanium.Media.AUDIO_FILEFORMAT_CAF",
                        "Titanium.Media.AUDIO_FILEFORMAT_MP3",
                        "Titanium.Media.AUDIO_FILEFORMAT_MP4",
                        "Titanium.Media.AUDIO_FILEFORMAT_MP4A",
                        "Titanium.Media.AUDIO_FILEFORMAT_WAVE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "paused",
                    "deprecated": false,
                    "description": "<p>Indicates if the audio recorder is paused.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "recording",
                    "deprecated": false,
                    "description": "<p>Indicates if the audio recorder is recording.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "stopped",
                    "deprecated": false,
                    "description": "<p>Indicates if the audio recorder is stopped.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>Use the <a href=\"Titanium.Media.createAudioRecorder\">Titanium.Media.createAudioRecorder</a> method to create an audio recorder.</p>\n<p>Ensure to request the permissions for audio-recording before starting a new record-session.\nThis can be done by using <a href=\"Titanium.Media.hasAudioRecorderPermissions\">Titanium.Media.hasAudioRecorderPermissions</a> to check whether\naudio-permissions are granted and <a href=\"Titanium.Media.requestAudioRecorderPermissions\">Titanium.Media.requestAudioRecorderPermissions</a> to\nrequest audio-permissions.</p>\n<p><strong>Android Platform Note</strong>: On Android, you also need to include the following permission\ninto the <code>&lt;android&gt;</code> section of the tiapp.xml:</p>\n<pre><code>&lt;android xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;&gt;\n    &lt;manifest&gt;\n        &lt;uses-permission android:name=&quot;android.permission.RECORD_AUDIO&quot; /&gt;\n    &lt;/manifest&gt;\n&lt;/android&gt;\n</code></pre>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "6.2.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.9"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.9"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.Media.Item",
            "description": "<p>A representation of a media item returned by <a href=\"Titanium.Media.openMusicLibrary\">openMusicLibrary</a> or <a href=\"Titanium.Media.queryMusicLibrary\">queryMusicLibrary</a>.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.Item.bubbleParent\">Titanium.Media.Item.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.Item.bubbleParent\">Titanium.Media.Item.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.Item.bubbleParent\">Titanium.Media.Item.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.Item.bubbleParent\">Titanium.Media.Item.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.Item.apiName\">Titanium.Media.Item.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.Item.apiName\">Titanium.Media.Item.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAlbumArtist",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.Item.albumArtist\">Titanium.Media.Item.albumArtist</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.Item.albumArtist\">Titanium.Media.Item.albumArtist</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAlbumArtistPersistentID",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.Item.albumArtistPersistentID\">Titanium.Media.Item.albumArtistPersistentID</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.Item.albumArtistPersistentID\">Titanium.Media.Item.albumArtistPersistentID</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAlbumPersistentID",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.Item.albumPersistentID\">Titanium.Media.Item.albumPersistentID</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.Item.albumPersistentID\">Titanium.Media.Item.albumPersistentID</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAlbumTitle",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.Item.albumTitle\">Titanium.Media.Item.albumTitle</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.Item.albumTitle\">Titanium.Media.Item.albumTitle</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAlbumTrackCount",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.Item.albumTrackCount\">Titanium.Media.Item.albumTrackCount</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.Item.albumTrackCount\">Titanium.Media.Item.albumTrackCount</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAlbumTrackNumber",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.Item.albumTrackNumber\">Titanium.Media.Item.albumTrackNumber</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.Item.albumTrackNumber\">Titanium.Media.Item.albumTrackNumber</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getArtist",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.Item.artist\">Titanium.Media.Item.artist</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.Item.artist\">Titanium.Media.Item.artist</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getArtwork",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.Item.artwork\">Titanium.Media.Item.artwork</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.Item.artwork\">Titanium.Media.Item.artwork</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Blob",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAssetURL",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.Item.assetURL\">Titanium.Media.Item.assetURL</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.Item.assetURL\">Titanium.Media.Item.assetURL</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBeatsPerMinute",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.Item.beatsPerMinute\">Titanium.Media.Item.beatsPerMinute</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.Item.beatsPerMinute\">Titanium.Media.Item.beatsPerMinute</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBookmarkTime",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.Item.bookmarkTime\">Titanium.Media.Item.bookmarkTime</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.Item.bookmarkTime\">Titanium.Media.Item.bookmarkTime</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getComments",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.Item.comments\">Titanium.Media.Item.comments</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.Item.comments\">Titanium.Media.Item.comments</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getComposer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.Item.composer\">Titanium.Media.Item.composer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.Item.composer\">Titanium.Media.Item.composer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getDateAdded",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.Item.dateAdded\">Titanium.Media.Item.dateAdded</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.Item.dateAdded\">Titanium.Media.Item.dateAdded</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Date",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getDiscCount",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.Item.discCount\">Titanium.Media.Item.discCount</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.Item.discCount\">Titanium.Media.Item.discCount</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getDiscNumber",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.Item.discNumber\">Titanium.Media.Item.discNumber</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.Item.discNumber\">Titanium.Media.Item.discNumber</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getGenre",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.Item.genre\">Titanium.Media.Item.genre</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.Item.genre\">Titanium.Media.Item.genre</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getGenrePersistentID",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.Item.genrePersistentID\">Titanium.Media.Item.genrePersistentID</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.Item.genrePersistentID\">Titanium.Media.Item.genrePersistentID</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHasProtectedAsset",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.Item.hasProtectedAsset\">Titanium.Media.Item.hasProtectedAsset</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.Item.hasProtectedAsset\">Titanium.Media.Item.hasProtectedAsset</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getIsCloudItem",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.Item.isCloudItem\">Titanium.Media.Item.isCloudItem</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.Item.isCloudItem\">Titanium.Media.Item.isCloudItem</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getIsCompilation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.Item.isCompilation\">Titanium.Media.Item.isCompilation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.Item.isCompilation\">Titanium.Media.Item.isCompilation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getIsExplicit",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.Item.isExplicit\">Titanium.Media.Item.isExplicit</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.Item.isExplicit\">Titanium.Media.Item.isExplicit</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLastPlayedDate",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.Item.lastPlayedDate\">Titanium.Media.Item.lastPlayedDate</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.Item.lastPlayedDate\">Titanium.Media.Item.lastPlayedDate</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Date",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLyrics",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.Item.lyrics\">Titanium.Media.Item.lyrics</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.Item.lyrics\">Titanium.Media.Item.lyrics</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getMediaType",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.Item.mediaType\">Titanium.Media.Item.mediaType</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.Item.mediaType\">Titanium.Media.Item.mediaType</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPersistentID",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.Item.persistentID\">Titanium.Media.Item.persistentID</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.Item.persistentID\">Titanium.Media.Item.persistentID</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPlayCount",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.Item.playCount\">Titanium.Media.Item.playCount</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.Item.playCount\">Titanium.Media.Item.playCount</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPlaybackDuration",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.Item.playbackDuration\">Titanium.Media.Item.playbackDuration</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.Item.playbackDuration\">Titanium.Media.Item.playbackDuration</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPlaybackStoreID",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.Item.playbackStoreID\">Titanium.Media.Item.playbackStoreID</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.Item.playbackStoreID\">Titanium.Media.Item.playbackStoreID</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPodcastTitle",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.Item.podcastTitle\">Titanium.Media.Item.podcastTitle</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.Item.podcastTitle\">Titanium.Media.Item.podcastTitle</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPodcastPersistentID",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.Item.podcastPersistentID\">Titanium.Media.Item.podcastPersistentID</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.Item.podcastPersistentID\">Titanium.Media.Item.podcastPersistentID</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRating",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.Item.rating\">Titanium.Media.Item.rating</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.Item.rating\">Titanium.Media.Item.rating</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getReleaseDate",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.Item.releaseDate\">Titanium.Media.Item.releaseDate</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.Item.releaseDate\">Titanium.Media.Item.releaseDate</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Date",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSkipCount",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.Item.skipCount\">Titanium.Media.Item.skipCount</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.Item.skipCount\">Titanium.Media.Item.skipCount</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTitle",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.Item.title\">Titanium.Media.Item.title</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.Item.title\">Titanium.Media.Item.title</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getUserGrouping",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.Item.userGrouping\">Titanium.Media.Item.userGrouping</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.Item.userGrouping\">Titanium.Media.Item.userGrouping</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "albumArtist",
                    "deprecated": false,
                    "description": "<p>Artist credited for the album containing this item.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "albumArtistPersistentID",
                    "deprecated": false,
                    "description": "<p>The persistent identifier for an album artist.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "albumPersistentID",
                    "deprecated": false,
                    "description": "<p>The key for the persistent identifier for an album.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "albumTitle",
                    "deprecated": false,
                    "description": "<p>Title of the album containing this item.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "albumTrackCount",
                    "deprecated": false,
                    "description": "<p>Number of tracks for the album containing this item.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "albumTrackNumber",
                    "deprecated": false,
                    "description": "<p>Track number for this item.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "artist",
                    "deprecated": false,
                    "description": "<p>Artist credited for this item.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "artwork",
                    "deprecated": false,
                    "description": "<p>Image for the item's artwork as a <code>Blob</code> object,  or <code>null</code> if no artwork is\navailable.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4.0"
                        }
                    ],
                    "type": "Titanium.Blob",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "assetURL",
                    "deprecated": false,
                    "description": "<p>A URL pointing to the media item.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "beatsPerMinute",
                    "deprecated": false,
                    "description": "<p>The number of musical beats per minute for the media item, corresponding\nto the &quot;BPM&quot; field in the Info tab in the &quot;Get Info&quot; dialog in iTunes.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "bookmarkTime",
                    "deprecated": false,
                    "description": "<p>The user's place in the media item the most recent time it was played.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "comments",
                    "deprecated": false,
                    "description": "<p>Textual information about the media item, corresponding to the &quot;Comments&quot;\nfield in in the Info tab in the Get Info dialog in iTunes.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "composer",
                    "deprecated": false,
                    "description": "<p>Composer of this item.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "dateAdded",
                    "deprecated": false,
                    "description": "<p>Date when the item was added to the music library.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "Date",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "discCount",
                    "deprecated": false,
                    "description": "<p>Total number of discs for the album containing this item.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "discNumber",
                    "deprecated": false,
                    "description": "<p>Disc number for this item in the album.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "genre",
                    "deprecated": false,
                    "description": "<p>Genre of this item.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "genrePersistentID",
                    "deprecated": false,
                    "description": "<p>The persistent identifier for a genre.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hasProtectedAsset",
                    "deprecated": false,
                    "description": "<p>True if the item represents a protected asset.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "isCloudItem",
                    "deprecated": false,
                    "description": "<p>True if the media item is an iCloud item.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "isCompilation",
                    "deprecated": false,
                    "description": "<p>True if this item is part of a compilation album.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "isExplicit",
                    "deprecated": false,
                    "description": "<p>True if this item is marked as &quot;Explicit&quot;.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lastPlayedDate",
                    "deprecated": false,
                    "description": "<p>The most recent calendar date on which the user played the media item.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "Date",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lyrics",
                    "deprecated": false,
                    "description": "<p>Lyrics for this item.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "mediaType",
                    "deprecated": false,
                    "description": "<p>The type of the media.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.Media.MUSIC_MEDIA_TYPE_ALL",
                        "Titanium.Media.MUSIC_MEDIA_TYPE_ANY_AUDIO",
                        "Titanium.Media.MUSIC_MEDIA_TYPE_AUDIOBOOK",
                        "Titanium.Media.MUSIC_MEDIA_TYPE_MUSIC",
                        "Titanium.Media.MUSIC_MEDIA_TYPE_PODCAST"
                    ],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "persistentID",
                    "deprecated": false,
                    "description": "<p>The key for the persistent identifier for the media item.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "playCount",
                    "deprecated": false,
                    "description": "<p>Number of times the item has been played.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "playbackDuration",
                    "deprecated": false,
                    "description": "<p>Length (in seconds) of this item.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "playbackStoreID",
                    "deprecated": false,
                    "description": "<p>Used to enqueue store tracks by their ID.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "podcastTitle",
                    "deprecated": false,
                    "description": "<p>Title of a podcast item.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "podcastPersistentID",
                    "deprecated": false,
                    "description": "<p>The persistent identifier for an audio podcast.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "rating",
                    "deprecated": false,
                    "description": "<p>Rating for this item.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "releaseDate",
                    "deprecated": false,
                    "description": "<p>Date when this this item was released.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "Date",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "skipCount",
                    "deprecated": false,
                    "description": "<p>Number of times this item has been skipped.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "title",
                    "deprecated": false,
                    "description": "<p>Title of this item.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "userGrouping",
                    "deprecated": false,
                    "description": "<p>Corresponds to the &quot;Grouping&quot; field in the Info tab in the &quot;Get Info&quot;\ndialog in iTunes.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>This is a read-only object that describes a single media item, not a playlist.\nTitanium does not support access to playlists.</p>\n<p><code>Item</code> objects cannot be created explicitly.  The\n<a href=\"Titanium.Media.openMusicLibrary\">openMusicLibrary</a> returns <code>Item</code> objects in its\n<code>success</code> callback function, while <a href=\"Titanium.Media.queryMusicLibrary\">queryMusicLibrary</a>\nreturns an array of <code>Item</code> objects.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "1.4.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "1.4.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.Media",
            "description": "<p>The top-level Media module.</p>",
            "deprecated": false,
            "events": [
                {
                    "name": "cameraready",
                    "deprecated": false,
                    "description": "<p>Fires when the camera overlay is ready to take pictures.</p>"
                },
                {
                    "name": "linechange",
                    "deprecated": true,
                    "description": "<p>Fired when an audio line type change is detected. <strong>Removed in 3.5.1. Titanium no longer fires this event. Use the <a href=\"Titanium.Media.routechange\">Titanium.Media.routechange</a> event instead.</strong></p>"
                },
                {
                    "name": "recordinginput",
                    "deprecated": true,
                    "description": "<p>Fired when the availablity of recording input changes. <strong>Removed in 3.5.1. Titanium no longer fires this event. Use the <a href=\"Titanium.Media.canRecord\">Titanium.Media.canRecord</a> property to check if an input hardware is available.</strong></p>",
                    "properties": [
                        {
                            "name": "available",
                            "constants": [],
                            "description": "<p>Indicates whether the recording device is available.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "routechange",
                    "deprecated": false,
                    "description": "<p>Fired when an audio line type change is detected.</p>",
                    "properties": [
                        {
                            "name": "reason",
                            "constants": [],
                            "description": "<p>The reason for route change.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "oldRoute",
                            "constants": [],
                            "description": "<p>Returns a description of the old route, consisting of zero or more input ports and zero or more output ports.</p>",
                            "type": "RouteDescription",
                            "deprecated": false
                        },
                        {
                            "name": "currentRoute",
                            "constants": [],
                            "description": "<p>Returns a description of the current route, consisting of zero or more input ports and zero or more output ports.</p>",
                            "type": "RouteDescription",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "volume",
                    "deprecated": false,
                    "description": "<p>Fired when the volume output changes.</p>",
                    "properties": [
                        {
                            "name": "volume",
                            "constants": [],
                            "description": "<p>New volume level in dB.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                }
            ],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "beep",
                    "deprecated": false,
                    "description": "<p>Plays a device beep notification.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hideCamera",
                    "deprecated": false,
                    "description": "<p>Hides the device camera UI.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hideMusicLibrary",
                    "deprecated": false,
                    "description": "<p>Hides the music library.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "isMediaTypeSupported",
                    "deprecated": false,
                    "description": "<p>Returns <code>true</code> if the source supports the specified media type.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Media source specified as a string: <code>camera</code> for Camera or <code>photo</code> for Photo Library.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "type",
                            "constants": [
                                "Titanium.Media.MEDIA_TYPE_PHOTO",
                                "Titanium.Media.MEDIA_TYPE_LIVEPHOTO",
                                "Titanium.Media.MEDIA_TYPE_VIDEO"
                            ],
                            "description": "<p>Media type to check.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "openMusicLibrary",
                    "deprecated": false,
                    "description": "<p>Shows the music library and allows the user to select one or more tracks.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>A dictionary of options as described in <a href=\"MusicLibraryOptionsType\">MusicLibraryOptionsType</a>.</p>",
                            "type": "MusicLibraryOptionsType",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "openPhotoGallery",
                    "deprecated": false,
                    "description": "<p>Opens the photo gallery image picker.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Photo gallery options as described in <a href=\"PhotoGalleryOptionsType\">PhotoGalleryOptionsType</a>.</p>",
                            "type": "PhotoGalleryOptionsType",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "previewImage",
                    "deprecated": false,
                    "description": "<p>Displays the given image.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Dictionary containing the image and callback functions.</p>",
                            "type": "PreviewImageOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "saveToPhotoGallery",
                    "deprecated": false,
                    "description": "<p>Saves media to the device's photo gallery / camera roll.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "media",
                            "constants": [],
                            "description": "<p>Media to save to the camera roll or media gallery.</p>",
                            "type": "Titanium.Blob",
                            "usage": "required"
                        },
                        {
                            "name": "callbacks",
                            "constants": [],
                            "description": "<p>Pass a dictionary with the following supported keys: <code>success</code> a function that\nwill be called when the save succeeds, and <code>error</code> a function that will be\ncalled upon receiving an error.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setOverrideAudioRoute",
                    "deprecated": false,
                    "description": "<p>Overrides the default audio route when using the <a href=\"Titanium.Media.AUDIO_SESSION_CATEGORY_PLAY_AND_RECORD\">Titanium.Media.AUDIO_SESSION_CATEGORY_PLAY_AND_RECORD</a> session mode.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "route",
                            "constants": [
                                "Titanium.Media.AUDIO_SESSION_OVERRIDE_ROUTE_NONE",
                                "Titanium.Media.AUDIO_SESSION_OVERRIDE_ROUTE_SPEAKER"
                            ],
                            "description": "<p>The specified audio route.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "showCamera",
                    "deprecated": false,
                    "description": "<p>Shows the camera.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>A dictionary of camera options as described in <a href=\"CameraOptionsType\">CameraOptionsType</a>.</p>",
                            "type": "CameraOptionsType",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hasMusicLibraryPermissions",
                    "deprecated": false,
                    "description": "<p>Returns <code>true</code> if the app has music library access.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "requestMusicLibraryPermissions",
                    "deprecated": false,
                    "description": "<p>Request permissions for the native music-library.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Function to call upon user decision to grant camera access.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "queryMusicLibrary",
                    "deprecated": false,
                    "description": "<p>Searches the music library for items matching the specified search predicates.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "query",
                            "constants": [],
                            "description": "<p>The query object to extract information from.</p>",
                            "type": "MediaQueryType",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "startMicrophoneMonitor",
                    "deprecated": false,
                    "description": "<p>Starts monitoring the microphone sound level.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "stopMicrophoneMonitor",
                    "deprecated": false,
                    "description": "<p>Stops monitoring the microphone sound level.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "takePicture",
                    "deprecated": false,
                    "description": "<p>Uses the device camera to capture a photo.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "startVideoCapture",
                    "deprecated": false,
                    "description": "<p>Starts video capture using the camera specified.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "stopVideoCapture",
                    "deprecated": false,
                    "description": "<p>Stops video capture using the camera specified.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "switchCamera",
                    "deprecated": false,
                    "description": "<p>Switches between front and rear-facing cameras. Make sure to set one of the below constants to determine\nthe camera you want to switch to.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "camera",
                            "constants": [
                                "Titanium.Media.CAMERA_FRONT",
                                "Titanium.Media.CAMERA_REAR"
                            ],
                            "description": "<p>Constant indicating to which camera you want to switch.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.8.1"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.8.1"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hasCameraPermissions",
                    "deprecated": false,
                    "description": "<p>Returns <code>true</code> if the app has camera access.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "requestCameraPermissions",
                    "deprecated": false,
                    "description": "<p>Requests for camera access.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Function to call upon user decision to grant camera access.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hasPhotoGalleryPermissions",
                    "deprecated": false,
                    "description": "<p>Returns <code>true</code> if the app has photo gallery permissions.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "requestPhotoGalleryPermissions",
                    "deprecated": false,
                    "description": "<p>Requests for photo gallery permissions.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Function to call upon user decision to grant camera access.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "requestCameraAccess",
                    "deprecated": true,
                    "description": "<p>Requests for camera access. <strong>Removed in 9.0.0. Please use <a href=\"Titanium.Media.requestCameraPermissions\">Titanium.Media.requestCameraPermissions</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Function to call upon user decision to grant camera access.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "4.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "4.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "takeScreenshot",
                    "deprecated": false,
                    "description": "<p>Takes a screen shot of the visible UI on the device.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Function to call upon capture.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "vibrate",
                    "deprecated": false,
                    "description": "<p>Makes the device vibrate.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "pattern",
                            "constants": [],
                            "description": "<p>Array of values identifying a vibrate pattern (only used on Android).</p>",
                            "type": "Array",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "requestAuthorization",
                    "deprecated": true,
                    "description": "<p>Request the user's permission for audio recording. <strong>Removed in 9.0.0. Use <a href=\"Titanium.Media.requestAudioRecorderPermissions\">Titanium.Media.requestAudioRecorderPermissions</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the users responds to the authorization alert.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hasAudioPermissions",
                    "deprecated": true,
                    "description": "<p>Returns <code>true</code> if the app has audio permissions. <strong>Deprecated since 6.1.0. Use <a href=\"Titanium.Media.hasAudioRecorderPermissions\">Titanium.Media.hasAudioRecorderPermissions</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hasAudioRecorderPermissions",
                    "deprecated": false,
                    "description": "<p>Returns <code>true</code> if the app has audio permissions.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "requestAudioPermissions",
                    "deprecated": true,
                    "description": "<p>Request the user's permission for audio recording. <strong>Removed in 9.0.0. Use <a href=\"Titanium.Media.requestAudioRecorderPermissions\">Titanium.Media.requestAudioRecorderPermissions</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the users responds to the authorization alert.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "requestAudioRecorderPermissions",
                    "deprecated": false,
                    "description": "<p>Request the user's permission for audio recording.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to execute when the users responds to the authorization alert.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createAudioPlayer",
                    "deprecated": false,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.Media.AudioPlayer\">Titanium.Media.AudioPlayer</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any defined by <a href=\"Titanium.Media.AudioPlayer\">Titanium.Media.AudioPlayer</a> except those marked not-creation or read-only.</p>",
                            "type": "Titanium.Media.AudioPlayer",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Media.AudioPlayer",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createAudioRecorder",
                    "deprecated": false,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.Media.AudioRecorder\">Titanium.Media.AudioRecorder</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any defined by <a href=\"Titanium.Media.AudioRecorder\">Titanium.Media.AudioRecorder</a> except those marked not-creation or read-only.</p>",
                            "type": "Titanium.Media.AudioRecorder",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Media.AudioRecorder",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.bubbleParent\">Titanium.Media.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.bubbleParent\">Titanium.Media.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.bubbleParent\">Titanium.Media.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.bubbleParent\">Titanium.Media.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.apiName\">Titanium.Media.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.apiName\">Titanium.Media.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.lifecycleContainer\">Titanium.Media.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.lifecycleContainer\">Titanium.Media.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.lifecycleContainer\">Titanium.Media.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.lifecycleContainer\">Titanium.Media.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getQUALITY_640x480",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.QUALITY_640x480\">Titanium.Media.QUALITY_640x480</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.QUALITY_640x480\">Titanium.Media.QUALITY_640x480</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getQUALITY_IFRAME_1280x720",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.QUALITY_IFRAME_1280x720\">Titanium.Media.QUALITY_IFRAME_1280x720</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.QUALITY_IFRAME_1280x720\">Titanium.Media.QUALITY_IFRAME_1280x720</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getQUALITY_IFRAME_960x540",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.QUALITY_IFRAME_960x540\">Titanium.Media.QUALITY_IFRAME_960x540</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.QUALITY_IFRAME_960x540\">Titanium.Media.QUALITY_IFRAME_960x540</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAppMusicPlayer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.appMusicPlayer\">Titanium.Media.appMusicPlayer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.appMusicPlayer\">Titanium.Media.appMusicPlayer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Media.MusicPlayer",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAudioLineType",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.audioLineType\">Titanium.Media.audioLineType</a> property. <strong>Removed in 3.6.0. Use <a href=\"Titanium.Media.currentRoute\">Titanium.Media.currentRoute</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAudioPlaying",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.audioPlaying\">Titanium.Media.audioPlaying</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.audioPlaying\">Titanium.Media.audioPlaying</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAudioSessionCategory",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.audioSessionCategory\">Titanium.Media.audioSessionCategory</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.audioSessionCategory\">Titanium.Media.audioSessionCategory</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.4.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.4.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAudioSessionCategory",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.audioSessionCategory\">Titanium.Media.audioSessionCategory</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.audioSessionCategory\">Titanium.Media.audioSessionCategory</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "audioSessionCategory",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.4.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.4.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAudioSessionMode",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.audioSessionMode\">Titanium.Media.audioSessionMode</a> property. <strong>Removed in 6.0.0. Use <a href=\"Titanium.Media.audioSessionCategory\">Titanium.Media.audioSessionCategory</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAudioSessionMode",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.audioSessionMode\">Titanium.Media.audioSessionMode</a> property. <strong>Removed in 6.0.0. Use <a href=\"Titanium.Media.audioSessionCategory\">Titanium.Media.audioSessionCategory</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "audioSessionMode",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAvailableCameras",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.availableCameras\">Titanium.Media.availableCameras</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.availableCameras\">Titanium.Media.availableCameras</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAvailableCameraMediaTypes",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.availableCameraMediaTypes\">Titanium.Media.availableCameraMediaTypes</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.availableCameraMediaTypes\">Titanium.Media.availableCameraMediaTypes</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAvailableCameraMediaTypes",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.availableCameraMediaTypes\">Titanium.Media.availableCameraMediaTypes</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.availableCameraMediaTypes\">Titanium.Media.availableCameraMediaTypes</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "availableCameraMediaTypes",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAvailablePhotoGalleryMediaTypes",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.availablePhotoGalleryMediaTypes\">Titanium.Media.availablePhotoGalleryMediaTypes</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.availablePhotoGalleryMediaTypes\">Titanium.Media.availablePhotoGalleryMediaTypes</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAvailablePhotoGalleryMediaTypes",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.availablePhotoGalleryMediaTypes\">Titanium.Media.availablePhotoGalleryMediaTypes</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.availablePhotoGalleryMediaTypes\">Titanium.Media.availablePhotoGalleryMediaTypes</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "availablePhotoGalleryMediaTypes",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAvailablePhotoMediaTypes",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.availablePhotoMediaTypes\">Titanium.Media.availablePhotoMediaTypes</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.availablePhotoMediaTypes\">Titanium.Media.availablePhotoMediaTypes</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAvailablePhotoMediaTypes",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.availablePhotoMediaTypes\">Titanium.Media.availablePhotoMediaTypes</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.availablePhotoMediaTypes\">Titanium.Media.availablePhotoMediaTypes</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "availablePhotoMediaTypes",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAverageMicrophonePower",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.averageMicrophonePower\">Titanium.Media.averageMicrophonePower</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.averageMicrophonePower\">Titanium.Media.averageMicrophonePower</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAverageMicrophonePower",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.averageMicrophonePower\">Titanium.Media.averageMicrophonePower</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.averageMicrophonePower\">Titanium.Media.averageMicrophonePower</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "averageMicrophonePower",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getCameraFlashMode",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.cameraFlashMode\">Titanium.Media.cameraFlashMode</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.cameraFlashMode\">Titanium.Media.cameraFlashMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setCameraFlashMode",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.cameraFlashMode\">Titanium.Media.cameraFlashMode</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.cameraFlashMode\">Titanium.Media.cameraFlashMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "cameraFlashMode",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getCanRecord",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.canRecord\">Titanium.Media.canRecord</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.canRecord\">Titanium.Media.canRecord</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getCurrentRoute",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.currentRoute\">Titanium.Media.currentRoute</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.currentRoute\">Titanium.Media.currentRoute</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "RouteDescription",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.4.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.4.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getIsCameraSupported",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.isCameraSupported\">Titanium.Media.isCameraSupported</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.isCameraSupported\">Titanium.Media.isCameraSupported</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getCameraAuthorizationStatus",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.cameraAuthorizationStatus\">Titanium.Media.cameraAuthorizationStatus</a> property. <strong>Removed in 9.0.0. Use <a href=\"Titanium.Media.cameraAuthorization\">Titanium.Media.cameraAuthorization</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "4.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "4.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getCameraAuthorization",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.cameraAuthorization\">Titanium.Media.cameraAuthorization</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.cameraAuthorization\">Titanium.Media.cameraAuthorization</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPeakMicrophonePower",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.peakMicrophonePower\">Titanium.Media.peakMicrophonePower</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.peakMicrophonePower\">Titanium.Media.peakMicrophonePower</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSystemMusicPlayer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.systemMusicPlayer\">Titanium.Media.systemMusicPlayer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.systemMusicPlayer\">Titanium.Media.systemMusicPlayer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Media.MusicPlayer",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getVolume",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.volume\">Titanium.Media.volume</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.volume\">Titanium.Media.volume</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createSound",
                    "deprecated": false,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.Media.Sound\">Titanium.Media.Sound</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any defined by <a href=\"Titanium.Media.Sound\">Titanium.Media.Sound</a> except those marked not-creation or read-only.</p>",
                            "type": "Titanium.Media.Sound",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Media.Sound",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createSystemAlert",
                    "deprecated": true,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.Media.SystemAlert\">Titanium.Media.SystemAlert</a>.\n<strong>Deprecated since 8.0.0. This iOS-only API has been deprecated and moved to the <a href=\"https://github.com/appcelerator-modules/ti.systemalert\">Ti.SystemAlert</a> module in 8.0.0.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any defined by <a href=\"Titanium.Media.SystemAlert\">Titanium.Media.SystemAlert</a> except those marked not-creation or read-only.</p>",
                            "type": "Titanium.Media.SystemAlert",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Media.SystemAlert",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createVideoPlayer",
                    "deprecated": false,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.Media.VideoPlayer\">Titanium.Media.VideoPlayer</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any defined by <a href=\"Titanium.Media.VideoPlayer\">Titanium.Media.VideoPlayer</a> except those marked not-creation or read-only.</p>",
                            "type": "Titanium.Media.VideoPlayer",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Media.VideoPlayer",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Module",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "AUDIO_FILEFORMAT_3GP2",
                    "deprecated": false,
                    "description": "<p>Audio file format 3GPP2.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUDIO_FILEFORMAT_3GPP",
                    "deprecated": false,
                    "description": "<p>Audio file format 3GPP.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUDIO_FILEFORMAT_AIFF",
                    "deprecated": false,
                    "description": "<p>Audio file format Audio Interchange File Format (AIFF).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUDIO_FILEFORMAT_AMR",
                    "deprecated": false,
                    "description": "<p>Audio file format Adaptive Multi-Rate (AMR).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUDIO_FILEFORMAT_CAF",
                    "deprecated": false,
                    "description": "<p>Audio file format Apple Compressed Audio Format (CAF).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUDIO_FILEFORMAT_MP3",
                    "deprecated": false,
                    "description": "<p>Audio file format MP3.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUDIO_FILEFORMAT_MP4",
                    "deprecated": false,
                    "description": "<p>Audio file format MP4.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUDIO_FILEFORMAT_MP4A",
                    "deprecated": false,
                    "description": "<p>Audio file format MP4A.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUDIO_FILEFORMAT_WAVE",
                    "deprecated": false,
                    "description": "<p>Audio file format WAVE.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUDIO_FORMAT_AAC",
                    "deprecated": false,
                    "description": "<p>Audio format MPEG4 AAC encoding.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUDIO_FORMAT_ALAW",
                    "deprecated": false,
                    "description": "<p>Audio format 8-bit <a href=\"https://en.wikipedia.org/wiki/A-law_algorithm\">aLaw encoding</a>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUDIO_FORMAT_APPLE_LOSSLESS",
                    "deprecated": false,
                    "description": "<p>Audio format Apple lossless encoding.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUDIO_FORMAT_ILBC",
                    "deprecated": false,
                    "description": "<p>Audio format <a href=\"https://en.wikipedia.org/wiki/Internet_Low_Bitrate_Codec\">iLBC encoding</a>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUDIO_FORMAT_IMA4",
                    "deprecated": false,
                    "description": "<p>Audio format Apple IMA4 encoding.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUDIO_FORMAT_LINEAR_PCM",
                    "deprecated": false,
                    "description": "<p>Audio format 16-bit, <a href=\"https://en.wikipedia.org/wiki/Pulse-code_modulation\">linear PCM encoding</a>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUDIO_FORMAT_ULAW",
                    "deprecated": false,
                    "description": "<p>Audio format 8-bit <a href=\"https://en.wikipedia.org/wiki/M-law_algorithm\">muLaw encoding</a>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUDIO_HEADPHONES",
                    "deprecated": true,
                    "description": "<p>Line-type constant for headphones. <strong>Removed in 3.6.0. Deprecated in favor of the <code>AUDIO_SESSION_PORT</code> constants defined in <a href=\"Titanium.Media\">Titanium.Media</a>.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUDIO_HEADPHONES_AND_MIC",
                    "deprecated": true,
                    "description": "<p>Line-type constant for headphones and microphone. <strong>Removed in 3.6.0. Deprecated in favor of the <code>AUDIO_SESSION_PORT</code> constants defined in <a href=\"Titanium.Media\">Titanium.Media</a>.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUDIO_HEADSET_INOUT",
                    "deprecated": true,
                    "description": "<p>Line-type constant for headset in/out. <strong>Removed in 3.6.0. Deprecated in favor of the <code>AUDIO_SESSION_PORT</code> constants defined in <a href=\"Titanium.Media\">Titanium.Media</a>.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUDIO_LINEOUT",
                    "deprecated": true,
                    "description": "<p>Line-type constant for line-out. <strong>Removed in 3.6.0. Deprecated in favor of the <code>AUDIO_SESSION_PORT</code> constants defined in <a href=\"Titanium.Media\">Titanium.Media</a>.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUDIO_MICROPHONE",
                    "deprecated": true,
                    "description": "<p>Line-type constant for microphone. <strong>Removed in 3.6.0. Deprecated in favor of the <code>AUDIO_SESSION_PORT</code> constants defined in <a href=\"Titanium.Media\">Titanium.Media</a>.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUDIO_MUTED",
                    "deprecated": true,
                    "description": "<p>Line-type constant indicated mute switch is on. <strong>Removed in 3.6.0. Deprecated in favor of the <code>AUDIO_SESSION_PORT</code> constants defined in <a href=\"Titanium.Media\">Titanium.Media</a>.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUDIO_RECEIVER_AND_MIC",
                    "deprecated": true,
                    "description": "<p>Line-type constant indicating receiver and microphone. <strong>Removed in 3.6.0. Deprecated in favor of the <code>AUDIO_SESSION_PORT</code> constants defined in <a href=\"Titanium.Media\">Titanium.Media</a>.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUDIO_SESSION_CATEGORY_AMBIENT",
                    "deprecated": false,
                    "description": "<p>For long-duration sounds such as rain, car engine noise, and so on.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.4.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.4.2"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUDIO_SESSION_CATEGORY_PLAYBACK",
                    "deprecated": false,
                    "description": "<p>Session mode for playing recorded music or other sounds that are central to the successful use of your application.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.4.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.4.2"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUDIO_SESSION_CATEGORY_PLAY_AND_RECORD",
                    "deprecated": false,
                    "description": "<p>Session mode for recording (input) and playback (output) of audio, such as for a VOIP (voice over IP) application.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.4.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.4.2"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUDIO_SESSION_CATEGORY_RECORD",
                    "deprecated": false,
                    "description": "<p>Session mode for recording audio; it silences playback audio.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.4.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.4.2"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUDIO_SESSION_CATEGORY_SOLO_AMBIENT",
                    "deprecated": false,
                    "description": "<p>Session mode for long-duration sounds such as rain, car engine noise, and so on.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.4.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.4.2"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUDIO_SESSION_MODE_AMBIENT",
                    "deprecated": true,
                    "description": "<p>For long-duration sounds such as rain, car engine noise, and so on. <strong>Removed in 6.0.0. Deprecated in favor of the <code>AUDIO_SESSION_CATEGORY</code> constants defined in <a href=\"Titanium.Media\">Titanium.Media</a>.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUDIO_SESSION_MODE_PLAYBACK",
                    "deprecated": true,
                    "description": "<p>Session mode for playing recorded music or other sounds that are central to the successful use of your application. <strong>Removed in 6.0.0. Deprecated in favor of the <code>AUDIO_SESSION_CATEGORY</code> constants defined in <a href=\"Titanium.Media\">Titanium.Media</a>.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUDIO_SESSION_MODE_PLAY_AND_RECORD",
                    "deprecated": true,
                    "description": "<p>Session mode for recording (input) and playback (output) of audio, such as for a VOIP (voice over IP) application. <strong>Removed in 6.0.0. Deprecated in favor of the <code>AUDIO_SESSION_CATEGORY</code> constants defined in <a href=\"Titanium.Media\">Titanium.Media</a>.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUDIO_SESSION_MODE_RECORD",
                    "deprecated": true,
                    "description": "<p>Session mode for recording audio; it silences playback audio. <strong>Removed in 6.0.0. Deprecated in favor of the <code>AUDIO_SESSION_CATEGORY_*</code> constants defined in <a href=\"Titanium.Media\">Titanium.Media</a>.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUDIO_SESSION_MODE_SOLO_AMBIENT",
                    "deprecated": true,
                    "description": "<p>Session mode for long-duration sounds such as rain, car engine noise, and so on. <strong>Removed in 6.0.0. Deprecated in favor of the <code>AUDIO_SESSION_CATEGORY</code> constants defined in <a href=\"Titanium.Media\">Titanium.Media</a>.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUDIO_SESSION_OVERRIDE_ROUTE_NONE",
                    "deprecated": false,
                    "description": "<p>Constant that specifies audio should output to the default audio route. See <a href=\"Titanium.Media.setOverrideAudioRoute\">Titanium.Media.setOverrideAudioRoute</a> for more information.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUDIO_SESSION_OVERRIDE_ROUTE_SPEAKER",
                    "deprecated": false,
                    "description": "<p>Constant that specifies audio should output to the speaker. See <a href=\"Titanium.Media.setOverrideAudioRoute\">Titanium.Media.setOverrideAudioRoute</a> for more information.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUDIO_SESSION_PORT_LINEIN",
                    "deprecated": false,
                    "description": "<p>Constant for line level input on a dock connector. This is an input port.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.4.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.4.2"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUDIO_SESSION_PORT_BUILTINMIC",
                    "deprecated": false,
                    "description": "<p>Constant for built-in microphone on an iOS device. This is an input port.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.4.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.4.2"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUDIO_SESSION_PORT_HEADSETMIC",
                    "deprecated": false,
                    "description": "<p>Constant for microphone on a wired headset. This is an input port.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.4.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.4.2"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUDIO_SESSION_PORT_LINEOUT",
                    "deprecated": false,
                    "description": "<p>Constant for line level output on a dock connector. This is an output port.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.4.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.4.2"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUDIO_SESSION_PORT_HEADPHONES",
                    "deprecated": false,
                    "description": "<p>Constant for headphone or headset output. This is an output port.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.4.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.4.2"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUDIO_SESSION_PORT_BLUETOOTHA2DP",
                    "deprecated": false,
                    "description": "<p>Constant for output on a Bluetooth A2DP device. This is an output port.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.4.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.4.2"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUDIO_SESSION_PORT_BUILTINRECEIVER",
                    "deprecated": false,
                    "description": "<p>Constant for the speaker you hold to your ear when on a phone call. This is an output port.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.4.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.4.2"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUDIO_SESSION_PORT_BUILTINSPEAKER",
                    "deprecated": false,
                    "description": "<p>Constant for built-in speaker on an iOS device. This is an output port.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.4.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.4.2"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUDIO_SESSION_PORT_HDMI",
                    "deprecated": false,
                    "description": "<p>Constant for output via High-Definition Multimedia Interface. This is an output port</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.4.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.4.2"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUDIO_SESSION_PORT_AIRPLAY",
                    "deprecated": false,
                    "description": "<p>Constant for output on a remote Air Play device. This is an output port.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.4.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.4.2"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUDIO_SESSION_PORT_BLUETOOTHHFP",
                    "deprecated": false,
                    "description": "<p>Constant for input or output on a Bluetooth Hands-Free Profile device. This can be both an input and output port.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.4.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.4.2"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUDIO_SESSION_PORT_USBAUDIO",
                    "deprecated": false,
                    "description": "<p>Constant for input or output on a Universal Serial Bus device. This can be both an input and output port.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.4.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.4.2"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUDIO_SESSION_PORT_BLUETOOTHLE",
                    "deprecated": false,
                    "description": "<p>Constant for output on a Bluetooth Low Energy device. This is an output port. This is available on iOS7 and later.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.4.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.4.2"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUDIO_SESSION_PORT_CARAUDIO",
                    "deprecated": false,
                    "description": "<p>Constant for Input or output via Car Audio. This can be both an input and output port. This is available on iOS7 and later.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.4.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.4.2"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUDIO_SPEAKER",
                    "deprecated": true,
                    "description": "<p>Line-type constant for speaker output. <strong>Removed in 3.6.0. Deprecated in favor of the <code>AUDIO_SESSION_PORT</code> constants defined in <a href=\"Titanium.Media\">Titanium.Media</a>.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUDIO_UNAVAILABLE",
                    "deprecated": true,
                    "description": "<p>Line-type constant indicating that audio is unavailable. <strong>Removed in 3.6.0. Deprecated in favor of the <code>AUDIO_SESSION_PORT</code> constants defined in <a href=\"Titanium.Media\">Titanium.Media</a>.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUDIO_UNKNOWN",
                    "deprecated": true,
                    "description": "<p>Line-type constant indicating that line-type is unknown or not determined. <strong>Removed in 3.6.0. Deprecated in favor of the <code>AUDIO_SESSION_PORT</code> constants defined in <a href=\"Titanium.Media\">Titanium.Media</a>.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUDIO_STATE_BUFFERING",
                    "deprecated": false,
                    "description": "<p>Audio data is being buffered from the network.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.5.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUDIO_STATE_INITIALIZED",
                    "deprecated": false,
                    "description": "<p>Audio playback is being initialized.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.5.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUDIO_STATE_PAUSED",
                    "deprecated": false,
                    "description": "<p>Playback is paused.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.5.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUDIO_STATE_PLAYING",
                    "deprecated": false,
                    "description": "<p>Audio playback is active.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.5.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUDIO_STATE_STARTING",
                    "deprecated": false,
                    "description": "<p>Audio playback is starting.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.5.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUDIO_STATE_STOPPED",
                    "deprecated": false,
                    "description": "<p>Audio playback is stopped.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.5.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUDIO_STATE_STOPPING",
                    "deprecated": false,
                    "description": "<p>Audio playback is stopping.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.5.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUDIO_STATE_WAITING_FOR_DATA",
                    "deprecated": false,
                    "description": "<p>Player is waiting for audio data from the network.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.5.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUDIO_STATE_WAITING_FOR_QUEUE",
                    "deprecated": false,
                    "description": "<p>Player is waiting for audio data to fill the queue.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.5.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "CAMERA_FLASH_AUTO",
                    "deprecated": false,
                    "description": "<p>Constant specifying to have the device determine to use the flash or not.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "CAMERA_FLASH_OFF",
                    "deprecated": false,
                    "description": "<p>Constant specifying to never fire the flash.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "CAMERA_FLASH_ON",
                    "deprecated": false,
                    "description": "<p>Constant specifying to always fire the flash.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "CAMERA_FRONT",
                    "deprecated": false,
                    "description": "<p>Constant specifying the front camera.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "CAMERA_REAR",
                    "deprecated": false,
                    "description": "<p>Constant indicating the rear camera.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "CAMERA_AUTHORIZATION_AUTHORIZED",
                    "deprecated": false,
                    "description": "<p>Constant specifying that app is authorized to use camera. This is available on iOS7 and later.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "4.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "4.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "CAMERA_AUTHORIZATION_DENIED",
                    "deprecated": false,
                    "description": "<p>Constant specifying that app is denied usage of camera. This is available on iOS7 and later.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "4.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "4.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "CAMERA_AUTHORIZATION_RESTRICTED",
                    "deprecated": false,
                    "description": "<p>Constant specifying that app is restricted from using camera. This is available on iOS7 and later.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "4.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "4.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "CAMERA_AUTHORIZATION_NOT_DETERMINED",
                    "deprecated": true,
                    "description": "<p>Constant specifying that app is not yet authorized to use camera. This is available on iOS7 and later. <strong>Removed in 7.0.0. Use <a href=\"Titanium.Media.CAMERA_AUTHORIZATION_UNKNOWN\">Titanium.Media.CAMERA_AUTHORIZATION_UNKNOWN</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "4.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "4.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "CAMERA_AUTHORIZATION_UNKNOWN",
                    "deprecated": false,
                    "description": "<p>Constant specifying that app is not yet authorized to use camera. This is available on iOS7 and later.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "DEVICE_BUSY",
                    "deprecated": false,
                    "description": "<p>Constant for media device busy error.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "MEDIA_TYPE_PHOTO",
                    "deprecated": false,
                    "description": "<p>Media type constant for photo media.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "MEDIA_TYPE_LIVEPHOTO",
                    "deprecated": false,
                    "description": "<p>Media type constant for live photo media.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "MEDIA_TYPE_VIDEO",
                    "deprecated": false,
                    "description": "<p>Media type constant for video media.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "MUSIC_MEDIA_TYPE_ALL",
                    "deprecated": false,
                    "description": "<p>Music library media containing any type of content.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "MUSIC_MEDIA_TYPE_ANY_AUDIO",
                    "deprecated": false,
                    "description": "<p>Music library media containing any type of audio content.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "MUSIC_MEDIA_TYPE_AUDIOBOOK",
                    "deprecated": false,
                    "description": "<p>Music library media containing audiobook content.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "MUSIC_MEDIA_TYPE_MUSIC",
                    "deprecated": false,
                    "description": "<p>Music library media containing music content.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "MUSIC_MEDIA_TYPE_PODCAST",
                    "deprecated": false,
                    "description": "<p>Music library media containing podcast content.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "MUSIC_MEDIA_GROUP_TITLE",
                    "deprecated": false,
                    "description": "<p>Constant for grouping query results by title.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "MUSIC_MEDIA_GROUP_ALBUM",
                    "deprecated": false,
                    "description": "<p>Constant for grouping query results by album.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "MUSIC_MEDIA_GROUP_ARTIST",
                    "deprecated": false,
                    "description": "<p>Constant for grouping query results by artist.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "MUSIC_MEDIA_GROUP_ALBUM_ARTIST",
                    "deprecated": false,
                    "description": "<p>Constant for grouping query results by album and artist.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "MUSIC_MEDIA_GROUP_COMPOSER",
                    "deprecated": false,
                    "description": "<p>Constant for grouping query results by composer.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "MUSIC_MEDIA_GROUP_GENRE",
                    "deprecated": false,
                    "description": "<p>Constant for grouping query results by genre.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "MUSIC_MEDIA_GROUP_PLAYLIST",
                    "deprecated": false,
                    "description": "<p>Constant for grouping query results by playlist.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "MUSIC_MEDIA_GROUP_PODCAST_TITLE",
                    "deprecated": false,
                    "description": "<p>Constant for grouping query results by podcast title.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "MUSIC_PLAYER_REPEAT_ALL",
                    "deprecated": false,
                    "description": "<p>Constant for &quot;Repeat All&quot; setting.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "MUSIC_PLAYER_REPEAT_DEFAULT",
                    "deprecated": false,
                    "description": "<p>Constant for user's default repeat setting.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "MUSIC_PLAYER_REPEAT_NONE",
                    "deprecated": false,
                    "description": "<p>Constant for &quot;No Repeat&quot; setting.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "MUSIC_PLAYER_REPEAT_ONE",
                    "deprecated": false,
                    "description": "<p>Constant for &quot;Repeat one item&quot; setting.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "MUSIC_PLAYER_SHUFFLE_ALBUMS",
                    "deprecated": false,
                    "description": "<p>Constant for shuffling complete albums setting.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "MUSIC_PLAYER_SHUFFLE_DEFAULT",
                    "deprecated": false,
                    "description": "<p>Constant for user's default shuffle setting.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "MUSIC_PLAYER_SHUFFLE_NONE",
                    "deprecated": false,
                    "description": "<p>Constant for &quot;no shuffle&quot; setting.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "MUSIC_PLAYER_SHUFFLE_SONGS",
                    "deprecated": false,
                    "description": "<p>Constant for shuffling songs setting.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "MUSIC_PLAYER_STATE_INTERRUPTED",
                    "deprecated": false,
                    "description": "<p>Constant for interrupted state.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "MUSIC_PLAYER_STATE_PAUSED",
                    "deprecated": false,
                    "description": "<p>Constant for paused state.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "MUSIC_PLAYER_STATE_PLAYING",
                    "deprecated": false,
                    "description": "<p>Constant for playing state.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "MUSIC_PLAYER_STATE_SEEK_BACKWARD",
                    "deprecated": false,
                    "description": "<p>Constant for backward seek state.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "MUSIC_PLAYER_STATE_SEEK_FORWARD",
                    "deprecated": false,
                    "description": "<p>Constant for forward seek state.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "MUSIC_PLAYER_STATE_STOPPED",
                    "deprecated": false,
                    "description": "<p>Constant for stopped state.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "NO_CAMERA",
                    "deprecated": false,
                    "description": "<p>Constant for media no camera error.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "NO_VIDEO",
                    "deprecated": false,
                    "description": "<p>Constant for media no video error.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "QUALITY_HIGH",
                    "deprecated": false,
                    "description": "<p>Media type constant for high-quality video recording.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "QUALITY_LOW",
                    "deprecated": false,
                    "description": "<p>Media type constant for low-quality video recording.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "QUALITY_MEDIUM",
                    "deprecated": false,
                    "description": "<p>Media type constant for medium-quality video recording.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "QUALITY_640x480",
                    "deprecated": false,
                    "description": "<p>Media type constant for medium-quality video recording.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "QUALITY_IFRAME_1280x720",
                    "deprecated": false,
                    "description": "<p>Media type constant for medium-quality video recording.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "QUALITY_IFRAME_960x540",
                    "deprecated": false,
                    "description": "<p>Media type constant for medium-quality video recording.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "UNKNOWN_ERROR",
                    "deprecated": false,
                    "description": "<p>Constant for unknown media error.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "VIDEO_CONTROL_DEFAULT",
                    "deprecated": true,
                    "description": "<p>Constant for default video controls. <strong>Removed in 7.0.0. This property has been removed for iOS in Titanium SDK 7.0.0 as of the official deprecation by Apple.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "VIDEO_CONTROL_EMBEDDED",
                    "deprecated": true,
                    "description": "<p>Constant for video controls for an embedded view. <strong>Removed in 7.0.0. This property has been removed for iOS in Titanium SDK 7.0.0 as of the official deprecation by Apple.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "VIDEO_CONTROL_FULLSCREEN",
                    "deprecated": true,
                    "description": "<p>Constant for fullscreen video controls. <strong>Removed in 7.0.0. This property has been removed for iOS in Titanium SDK 7.0.0 as of the official deprecation by Apple.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "VIDEO_CONTROL_HIDDEN",
                    "deprecated": false,
                    "description": "<p>Constant for video controls hidden.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "VIDEO_CONTROL_NONE",
                    "deprecated": false,
                    "description": "<p>Constant for no video controls.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "VIDEO_CONTROL_VOLUME_ONLY",
                    "deprecated": true,
                    "description": "<p>Constant for video controls volume only. <strong>Removed in 6.0.0. Use <a href=\"Titanium.Media.VIDEO_CONTROL_EMBEDDED\">Titanium.Media.VIDEO_CONTROL_EMBEDDED</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "VIDEO_FINISH_REASON_PLAYBACK_ENDED",
                    "deprecated": false,
                    "description": "<p>Video playback ended normally.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "VIDEO_FINISH_REASON_PLAYBACK_ERROR",
                    "deprecated": false,
                    "description": "<p>Video playback ended abnormally.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "VIDEO_FINISH_REASON_USER_EXITED",
                    "deprecated": false,
                    "description": "<p>Video playback ended by user action (such as clicking the <code>Done</code> button).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "VIDEO_LOAD_STATE_FAILED",
                    "deprecated": false,
                    "description": "<p>Indicates that the player can no longer play media items because of an error.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "VIDEO_LOAD_STATE_PLAYABLE",
                    "deprecated": false,
                    "description": "<p>Current media is playable.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "VIDEO_LOAD_STATE_PLAYTHROUGH_OK",
                    "deprecated": true,
                    "description": "<p>Playback will be automatically started in this state when <code>autoplay</code> is true. <strong>Removed in 7.0.0. This property has been removed for iOS in Titanium SDK 7.0.0 as of the official deprecation by Apple.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "VIDEO_LOAD_STATE_STALLED",
                    "deprecated": true,
                    "description": "<p>Playback will be automatically paused in this state, if started. <strong>Removed in 7.0.0. This property has been removed for iOS in Titanium SDK 7.0.0 as of the official deprecation by Apple.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "VIDEO_LOAD_STATE_UNKNOWN",
                    "deprecated": false,
                    "description": "<p>Current load state is not known.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "VIDEO_MEDIA_TYPE_AUDIO",
                    "deprecated": true,
                    "description": "<p>A audio type of media in the movie returned by <a href=\"Titanium.Media.VideoPlayer\">Titanium.Media.VideoPlayer</a> <code>mediaTypes</code> property. <strong>Removed in 7.0.0. This property has been removed in Titanium SDK 7.0.0 as of the official deprecation by Apple.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "VIDEO_MEDIA_TYPE_NONE",
                    "deprecated": true,
                    "description": "<p>An unknown type of media in the movie returned by <a href=\"Titanium.Media.VideoPlayer\">Titanium.Media.VideoPlayer</a> <code>mediaTypes</code> property. <strong>Removed in 7.0.0. This property has been removed in Titanium SDK 7.0.0 as of the official deprecation by Apple.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "VIDEO_MEDIA_TYPE_VIDEO",
                    "deprecated": true,
                    "description": "<p>A video type of media in the movie returned by <a href=\"Titanium.Media.VideoPlayer\">Titanium.Media.VideoPlayer</a> <code>mediaTypes</code> property. <strong>Removed in 7.0.0. This property has been removed in Titanium SDK 7.0.0 as of the official deprecation by Apple.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "VIDEO_PLAYBACK_STATE_INTERRUPTED",
                    "deprecated": false,
                    "description": "<p>Video playback has been interrupted.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "VIDEO_PLAYBACK_STATE_PAUSED",
                    "deprecated": false,
                    "description": "<p>Video playback is paused.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "VIDEO_PLAYBACK_STATE_PLAYING",
                    "deprecated": false,
                    "description": "<p>Video is being played.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "VIDEO_PLAYBACK_STATE_SEEKING_BACKWARD",
                    "deprecated": true,
                    "description": "<p>Video playback is rewinding. <strong>Removed in 7.0.0. This constant has been removed on iOS by using the official Apple AVPlayer that does not expose this functionality so far.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "VIDEO_PLAYBACK_STATE_SEEKING_FORWARD",
                    "deprecated": true,
                    "description": "<p>Video playback is seeking forward. <strong>Removed in 7.0.0. This constant has been removed on iOS by using the official Apple AVPlayer that does not expose this functionality so far.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "VIDEO_PLAYBACK_STATE_STOPPED",
                    "deprecated": false,
                    "description": "<p>Video playback is stopped.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "VIDEO_REPEAT_MODE_NONE",
                    "deprecated": false,
                    "description": "<p>Constant for disabling repeat on video playback.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "VIDEO_REPEAT_MODE_ONE",
                    "deprecated": false,
                    "description": "<p>Constant for repeating one video (i.e., the one video will repeat constantly) during playback.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "VIDEO_SCALING_ASPECT_FILL",
                    "deprecated": true,
                    "description": "<p>Scale video to fill the screen, clipping edges if necessary. <strong>Removed in 7.0.0. This property has been removed for iOS in Titanium SDK 7.0.0 as of the official deprecation by Apple.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "VIDEO_SCALING_ASPECT_FIT",
                    "deprecated": true,
                    "description": "<p>Scale video to fit the screen, letterboxing if necessary. <strong>Removed in 7.0.0. This property has been removed for iOS in Titanium SDK 7.0.0 as of the official deprecation by Apple.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "VIDEO_SCALING_MODE_FILL",
                    "deprecated": true,
                    "description": "<p>Video is scaled until both dimensions fit the screen exactly, stretching if necessary. <strong>Removed in 7.0.0. This property has been removed for iOS in Titanium SDK 7.0.0 as of the official deprecation by Apple.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "VIDEO_SCALING_NONE",
                    "deprecated": true,
                    "description": "<p>Video scaling is disabled. <strong>Removed in 7.0.0. This property has been removed for iOS in Titanium SDK 7.0.0 as of the official deprecation by Apple.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "VIDEO_SCALING_RESIZE",
                    "deprecated": false,
                    "description": "<p>Specifies that the video should be stretched to fill the bounds of layer.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "VIDEO_SCALING_RESIZE_ASPECT",
                    "deprecated": false,
                    "description": "<p>Specifies that the player should preserve the aspect ratio of video and fit the video within the bounds of layer.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "VIDEO_SCALING_RESIZE_ASPECT_FILL",
                    "deprecated": false,
                    "description": "<p>Specifies that the player should preserve the aspect ratio of video and fill the bounds of layer.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "VIDEO_SOURCE_TYPE_FILE",
                    "deprecated": true,
                    "description": "<p>Video source type is a file. <strong>Removed in 7.0.0. This property has been removed in Titanium SDK 7.0.0 as of the official deprecation by Apple.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "VIDEO_SOURCE_TYPE_STREAMING",
                    "deprecated": true,
                    "description": "<p>Video source type is a remote stream. <strong>Removed in 7.0.0. This property has been removed in Titanium SDK 7.0.0 as of the official deprecation by Apple.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "VIDEO_SOURCE_TYPE_UNKNOWN",
                    "deprecated": true,
                    "description": "<p>Video source type is unknown. <strong>Removed in 7.0.0. This property has been removed in Titanium SDK 7.0.0 as of the official deprecation by Apple.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "VIDEO_TIME_OPTION_EXACT",
                    "deprecated": false,
                    "description": "<p>Use the exact time.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "VIDEO_TIME_OPTION_NEAREST_KEYFRAME",
                    "deprecated": false,
                    "description": "<p>Use the closest keyframe in the time.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "VIDEO_TIME_OPTION_CLOSEST_SYNC",
                    "deprecated": false,
                    "description": "<p>Use the closest sync (or key) frame at given the time.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "VIDEO_TIME_OPTION_NEXT_SYNC",
                    "deprecated": false,
                    "description": "<p>Use the sync (or key) frame located right after or at given the time.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "VIDEO_TIME_OPTION_PREVIOUS_SYNC",
                    "deprecated": false,
                    "description": "<p>Use the sync (or key) frame located right before or at given the time.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "appMusicPlayer",
                    "deprecated": false,
                    "description": "<p>An instance of <a href=\"Titanium.Media.MusicPlayer\">Titanium.Media.MusicPlayer</a> representing the app-specific music player.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Titanium.Media.MusicPlayer",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "audioLineType",
                    "deprecated": true,
                    "description": "<p>Returns the line type constant for the current line type. <strong>Removed in 3.6.0. Use <a href=\"Titanium.Media.currentRoute\">Titanium.Media.currentRoute</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "audioPlaying",
                    "deprecated": false,
                    "description": "<p>Returns <code>true</code> if the device is playing audio.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "audioSessionCategory",
                    "deprecated": false,
                    "description": "<p>A constant for the audio session category to be used.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.Media.AUDIO_SESSION_CATEGORY_AMBIENT",
                        "Titanium.Media.AUDIO_SESSION_CATEGORY_PLAYBACK",
                        "Titanium.Media.AUDIO_SESSION_CATEGORY_PLAY_AND_RECORD",
                        "Titanium.Media.AUDIO_SESSION_CATEGORY_RECORD",
                        "Titanium.Media.AUDIO_SESSION_CATEGORY_SOLO_AMBIENT"
                    ],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.4.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.4.2"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "audioSessionMode",
                    "deprecated": true,
                    "description": "<p>A constant for the audio session mode to be used. <strong>Removed in 6.0.0. Use <a href=\"Titanium.Media.audioSessionCategory\">Titanium.Media.audioSessionCategory</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.Media.AUDIO_SESSION_MODE_AMBIENT",
                        "Titanium.Media.AUDIO_SESSION_MODE_PLAYBACK",
                        "Titanium.Media.AUDIO_SESSION_MODE_PLAY_AND_RECORD",
                        "Titanium.Media.AUDIO_SESSION_MODE_RECORD",
                        "Titanium.Media.AUDIO_SESSION_MODE_SOLO_AMBIENT"
                    ],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "availableCameras",
                    "deprecated": false,
                    "description": "<p>Array indicating which cameras are available, <code>CAMERA_FRONT</code>, <code>CAMERA_REAR</code> or both.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.Media.CAMERA_FRONT",
                        "Titanium.Media.CAMERA_REAR"
                    ],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "availableCameraMediaTypes",
                    "deprecated": false,
                    "description": "<p>Array of media type constants supported for the camera.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.Media.MEDIA_TYPE_PHOTO",
                        "Titanium.Media.MEDIA_TYPE_LIVEPHOTO",
                        "Titanium.Media.MEDIA_TYPE_VIDEO"
                    ],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "availablePhotoGalleryMediaTypes",
                    "deprecated": false,
                    "description": "<p>Array of media type constants supported for saving to the device's camera roll or saved images album.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.Media.MEDIA_TYPE_PHOTO",
                        "Titanium.Media.MEDIA_TYPE_LIVEPHOTO",
                        "Titanium.Media.MEDIA_TYPE_VIDEO"
                    ],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "availablePhotoMediaTypes",
                    "deprecated": false,
                    "description": "<p>Array of media type constants supported for the photo library.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.Media.MEDIA_TYPE_PHOTO",
                        "Titanium.Media.MEDIA_TYPE_LIVEPHOTO",
                        "Titanium.Media.MEDIA_TYPE_VIDEO"
                    ],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "averageMicrophonePower",
                    "deprecated": false,
                    "description": "<p>Current average microphone level in dB or -1 if microphone monitoring is disabled.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "cameraFlashMode",
                    "deprecated": false,
                    "description": "<p>Determines how the flash is fired when using the device's camera.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.Media.CAMERA_FLASH_AUTO",
                        "Titanium.Media.CAMERA_FLASH_OFF",
                        "Titanium.Media.CAMERA_FLASH_ON"
                    ],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "canRecord",
                    "deprecated": false,
                    "description": "<p><code>true</code> if the device has a recording input device available.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "currentRoute",
                    "deprecated": false,
                    "description": "<p>Returns a description of the current route, consisting of zero or more input ports and zero or more output ports.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.4.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.4.2"
                        }
                    ],
                    "type": "RouteDescription",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "isCameraSupported",
                    "deprecated": false,
                    "description": "<p><code>true</code> if the device has camera support.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "cameraAuthorizationStatus",
                    "deprecated": true,
                    "description": "<p>Returns the authorization status for the camera.\n<strong>Removed in 9.0.0. Use <a href=\"Titanium.Media.cameraAuthorization\">Titanium.Media.cameraAuthorization</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.Media.CAMERA_AUTHORIZATION_AUTHORIZED",
                        "Titanium.Media.CAMERA_AUTHORIZATION_DENIED",
                        "Titanium.Media.CAMERA_AUTHORIZATION_RESTRICTED",
                        "Titanium.Media.CAMERA_AUTHORIZATION_NOT_DETERMINED",
                        "Titanium.Media.CAMERA_AUTHORIZATION_UNKNOWN"
                    ],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "4.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "4.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "cameraAuthorization",
                    "deprecated": false,
                    "description": "<p>Returns the authorization status for the camera.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.Media.CAMERA_AUTHORIZATION_AUTHORIZED",
                        "Titanium.Media.CAMERA_AUTHORIZATION_DENIED",
                        "Titanium.Media.CAMERA_AUTHORIZATION_RESTRICTED",
                        "Titanium.Media.CAMERA_AUTHORIZATION_NOT_DETERMINED",
                        "Titanium.Media.CAMERA_AUTHORIZATION_UNKNOWN"
                    ],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "peakMicrophonePower",
                    "deprecated": false,
                    "description": "<p>Current microphone level peak power in dB or -1 if microphone monitoring is disabled.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "systemMusicPlayer",
                    "deprecated": false,
                    "description": "<p>An instance of <a href=\"Titanium.Media.MusicPlayer\">Titanium.Media.MusicPlayer</a> representing the system-wide music player.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Titanium.Media.MusicPlayer",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "volume",
                    "deprecated": false,
                    "description": "<p>Current volume of the playback device.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>The Media module is used to access the device's media-related functionality, such\nas using the device's camera and photo gallery, playing media files, or recording\naudio or video.\nFor examples of using the Media APIs, refer to the\n<a href=\"https://docs.appcelerator.com/platform/latest/#!/guide/Working_with_Media_APIs\">Working with Media APIs guide</a>\nin addition to the other media submodule API documentation.\n<strong>Note</strong>: Some third party Android camera apps may choose to ignore video recording quality\nsettings. If you wish to specifically set the video quality, don't assume\nEXTRA_VIDEO_QUALITY intent will be respected by the camera app and use Titanium's built-in\ncamera window which can be used to assign the &quot;overlay&quot; property when calling the\nshowCamera() method.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "MusicLibraryOptionsType",
            "description": "<p>Simple object for specifying options to <a href=\"Titanium.Media.openMusicLibrary\">openMusicLibrary</a>.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "success",
                    "deprecated": false,
                    "description": "<p>Function to call when the music library selection is made.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Function",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "error",
                    "deprecated": false,
                    "description": "<p>Function to call upon receiving an error.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Function",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "cancel",
                    "deprecated": false,
                    "description": "<p>Function to call if the user presses the cancel button.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Function",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "autohide",
                    "deprecated": false,
                    "description": "<p>Specifies that the library should be hidden automatically after media selection is completed.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "animated",
                    "deprecated": false,
                    "description": "<p>Boolean if the dialog should be animated when showing and hiding.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "mediaTypes",
                    "deprecated": false,
                    "description": "<p>An array of media type constants defining selectable media.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.Media.MUSIC_MEDIA_TYPE_ALL",
                        "Titanium.Media.MUSIC_MEDIA_TYPE_ANY_AUDIO",
                        "Titanium.Media.MUSIC_MEDIA_TYPE_AUDIOBOOK",
                        "Titanium.Media.MUSIC_MEDIA_TYPE_MUSIC",
                        "Titanium.Media.MUSIC_MEDIA_TYPE_PODCAST"
                    ],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "allowMultipleSelections",
                    "deprecated": false,
                    "description": "<p>Set to <code>true</code> to allow the user to select multiple items from the library.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "MusicLibraryResponseType",
            "description": "<p>Simple object passed to the <a href=\"Titanium.Media.openMusicLibrary\">openMusicLibrary</a>\n<code>success</code> callback function.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "representative",
                    "deprecated": false,
                    "description": "<p>A single representative of the selected items.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Titanium.Media.Item",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "items",
                    "deprecated": false,
                    "description": "<p>A list of all the items chosen by the user.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "types",
                    "deprecated": false,
                    "description": "<p>Media types in this collection, represented as the bitwise OR of the media type\nvalues for all media types represented in <code>items</code>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "MediaQueryType",
            "description": "<p>A specifier for a media library query. By default, filters perform an exact match.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "grouping",
                    "deprecated": false,
                    "description": "<p>A constant that specifies the ordering of the result array.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.Media.MUSIC_MEDIA_GROUP_TITLE",
                        "Titanium.Media.MUSIC_MEDIA_GROUP_ALBUM",
                        "Titanium.Media.MUSIC_MEDIA_GROUP_ARTIST",
                        "Titanium.Media.MUSIC_MEDIA_GROUP_ALBUM_ARTIST",
                        "Titanium.Media.MUSIC_MEDIA_GROUP_COMPOSER",
                        "Titanium.Media.MUSIC_MEDIA_GROUP_GENRE",
                        "Titanium.Media.MUSIC_MEDIA_GROUP_PLAYLIST",
                        "Titanium.Media.MUSIC_MEDIA_GROUP_PODCAST_TITLE"
                    ],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "mediaType",
                    "deprecated": false,
                    "description": "<p>The media type to filter on.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.Media.MUSIC_MEDIA_TYPE_ALL",
                        "Titanium.Media.MUSIC_MEDIA_TYPE_ANY_AUDIO",
                        "Titanium.Media.MUSIC_MEDIA_TYPE_AUDIOBOOK",
                        "Titanium.Media.MUSIC_MEDIA_TYPE_MUSIC",
                        "Titanium.Media.MUSIC_MEDIA_TYPE_PODCAST"
                    ],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.8"
                        }
                    ],
                    "type": "MediaQueryInfoType",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "title",
                    "deprecated": false,
                    "description": "<p>The title to filter on. Value should be a String.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.8"
                        }
                    ],
                    "type": "MediaQueryInfoType",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "albumTitle",
                    "deprecated": false,
                    "description": "<p>The album title to filter on. Value should be a String.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.8"
                        }
                    ],
                    "type": "MediaQueryInfoType",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "artist",
                    "deprecated": false,
                    "description": "<p>The artist to filter on. Value should be a String.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.8"
                        }
                    ],
                    "type": "MediaQueryInfoType",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "albumArtist",
                    "deprecated": false,
                    "description": "<p>The album artist to filter on. Value should be a String.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.8"
                        }
                    ],
                    "type": "MediaQueryInfoType",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "genre",
                    "deprecated": false,
                    "description": "<p>The genre to filter on. Value should be a String.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.8"
                        }
                    ],
                    "type": "MediaQueryInfoType",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "composer",
                    "deprecated": false,
                    "description": "<p>The composer to filter on. Value should be a String.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.8"
                        }
                    ],
                    "type": "MediaQueryInfoType",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "isCompilation",
                    "deprecated": false,
                    "description": "<p>Filter by whether or not the item is a compilation.\nThe value should be a Boolean.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.8"
                        }
                    ],
                    "type": "MediaQueryInfoType",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "playCount",
                    "deprecated": false,
                    "description": "<p>The play count to filter on. Value should be a Number.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.8"
                        }
                    ],
                    "type": "MediaQueryInfoType",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "persistentID",
                    "deprecated": false,
                    "description": "<p>The persistent ID to filter on. Value should be a Number.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.8"
                        }
                    ],
                    "type": "MediaQueryInfoType",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "albumPersistentID",
                    "deprecated": false,
                    "description": "<p>The album persistent ID to filter on. Value should be a Number.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.8"
                        }
                    ],
                    "type": "MediaQueryInfoType",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "albumArtistPersistentID",
                    "deprecated": false,
                    "description": "<p>The album artist persistent ID to filter on. Value should be a Number.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.8"
                        }
                    ],
                    "type": "MediaQueryInfoType",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "genrePersistentID",
                    "deprecated": false,
                    "description": "<p>The genre persistent ID to filter on. Value should be a Number.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.8"
                        }
                    ],
                    "type": "MediaQueryInfoType",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "composerPersistentID",
                    "deprecated": false,
                    "description": "<p>The composer persistent ID to filter on. Value should be a Number.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.8"
                        }
                    ],
                    "type": "MediaQueryInfoType",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "isCloudItem",
                    "deprecated": false,
                    "description": "<p>Filter by whether or not the item is a cloud item.\nValue should be a Boolean.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.8"
                        }
                    ],
                    "type": "MediaQueryInfoType",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hasProtectedAsset",
                    "deprecated": false,
                    "description": "<p>Filter by whether or not the item is a protected asset.\nValue should be a Boolean.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.8"
                        }
                    ],
                    "type": "MediaQueryInfoType",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "podcastTitle",
                    "deprecated": false,
                    "description": "<p>The podcast title to filter on. Value should be a String.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.8"
                        }
                    ],
                    "type": "MediaQueryInfoType",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "podcastPersistentID",
                    "deprecated": false,
                    "description": "<p>The podcast persistent ID to filter on. Value should be a Number.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.8"
                        }
                    ],
                    "type": "MediaQueryInfoType",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "1.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "1.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "MediaQueryInfoType",
            "description": "<p>A full query descriptor for a filtering predicate.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "value",
                    "deprecated": false,
                    "description": "<p>The value for the given predicate. See the descriptions in <a href=\"MediaQueryType\">MediaQueryType</a> for information about which properties require which values.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "exact",
                    "deprecated": false,
                    "description": "<p>Whether or not the predicate is for an exact match.  The default is <code>true</code>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "1.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "1.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "CameraOptionsType",
            "description": "<p>Simple object for specifying options to <a href=\"Titanium.Media.showCamera\">showCamera</a>.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "success",
                    "deprecated": false,
                    "description": "<p>Function to call when the camera is closed after a successful capture/selection.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Function",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "error",
                    "deprecated": false,
                    "description": "<p>Function to call upon receiving an error.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Function",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "cancel",
                    "deprecated": false,
                    "description": "<p>Function to call if the user presses the cancel button.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Function",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "autohide",
                    "deprecated": false,
                    "description": "<p>Specifies if the camera should be hidden automatically after the media capture is completed.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "animated",
                    "deprecated": false,
                    "description": "<p>Specifies if the dialog should be animated upon showing and hiding.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "saveToPhotoGallery",
                    "deprecated": false,
                    "description": "<p>Specifies if the media should be saved to the photo gallery upon successful capture.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "allowEditing",
                    "deprecated": false,
                    "description": "<p>Specifies if the media should be editable after capture/selection.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "mediaTypes",
                    "deprecated": false,
                    "description": "<p>Array of media type constants to allow. Note: If you want to select live photos, iOS only  allows\nyou to select existing live photos from the gallery, capturing new live photos is not supported by\niOS public API, yet.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.Media.MEDIA_TYPE_PHOTO",
                        "Titanium.Media.MEDIA_TYPE_LIVEPHOTO",
                        "Titanium.Media.MEDIA_TYPE_VIDEO"
                    ],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "videoMaximumDuration",
                    "deprecated": false,
                    "description": "<p>Maximum duration (in milliseconds) to allow video capture before completing.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "videoQuality",
                    "deprecated": false,
                    "description": "<p>Constant to indicate the video quality during capture.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.Media.QUALITY_HIGH",
                        "Titanium.Media.QUALITY_LOW",
                        "Titanium.Media.QUALITY_MEDIUM"
                    ],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "whichCamera",
                    "deprecated": false,
                    "description": "<p>Opens the camera with the specified camera direction.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.Media.CAMERA_FRONT",
                        "Titanium.Media.CAMERA_REAR"
                    ],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "showControls",
                    "deprecated": false,
                    "description": "<p>Indicates if the built-in camera controls should be displayed.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "overlay",
                    "deprecated": false,
                    "description": "<p>View to added as an overlay to the camera UI (on top).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Titanium.UI.View",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "transform",
                    "deprecated": false,
                    "description": "<p>Transformation matrix to apply to the camera or photogallery view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Titanium.UI.Matrix2D",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "inPopOver",
                    "deprecated": false,
                    "description": "<p>Show the camera in a popover.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "popoverView",
                    "deprecated": false,
                    "description": "<p>View to position the camera or photo gallery popover on top of.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Titanium.UI.View",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "arrowDirection",
                    "deprecated": false,
                    "description": "<p>Controls the type of arrow and position of the popover.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.iPad.POPOVER_ARROW_DIRECTION_ANY",
                        "Titanium.UI.iPad.POPOVER_ARROW_DIRECTION_DOWN",
                        "Titanium.UI.iPad.POPOVER_ARROW_DIRECTION_LEFT",
                        "Titanium.UI.iPad.POPOVER_ARROW_DIRECTION_RIGHT",
                        "Titanium.UI.iPad.POPOVER_ARROW_DIRECTION_UNKNOWN",
                        "Titanium.UI.iPad.POPOVER_ARROW_DIRECTION_UP"
                    ],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "autorotate",
                    "deprecated": false,
                    "description": "<p>Determines if the camera preview should rotate or not.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.4.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "PhotoGalleryOptionsType",
            "description": "<p>Simple object for specifying options to\n<a href=\"Titanium.Media.openPhotoGallery\">openPhotoGallery</a>.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "success",
                    "deprecated": false,
                    "description": "<p>Function to call when the photo gallery is closed after a successful selection.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Function",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "error",
                    "deprecated": false,
                    "description": "<p>Function to call upon receiving an error.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Function",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "cancel",
                    "deprecated": false,
                    "description": "<p>Function to call if the user presses the cancel button.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Function",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "autohide",
                    "deprecated": false,
                    "description": "<p>Specifies if the photo gallery should be hidden automatically after the media\nselection is completed.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "animated",
                    "deprecated": false,
                    "description": "<p>Specifies if the dialog should be animated upon showing and hiding.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "allowEditing",
                    "deprecated": false,
                    "description": "<p>Specifies if the media should be editable after capture/selection.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "mediaTypes",
                    "deprecated": false,
                    "description": "<p>Array of media type constants to allow.</p>\n<p>Live photos is only supported on the iOS platform, starting with iOS 9.1. If you want\nto allow live photos with <a href=\"Titanium.Media.MEDIA_TYPE_LIVEPHOTO\">Titanium.Media.MEDIA_TYPE_LIVEPHOTO</a>, you also need to specify\nat least <a href=\"Titanium.Media.MEDIA_TYPE_PHOTO\">Titanium.Media.MEDIA_TYPE_PHOTO</a> as a fallback. If you do not allow live\nphotos, they still can be selected, but will be represented as a normal static photo.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.Media.MEDIA_TYPE_PHOTO",
                        "Titanium.Media.MEDIA_TYPE_LIVEPHOTO",
                        "Titanium.Media.MEDIA_TYPE_VIDEO"
                    ],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "popoverView",
                    "deprecated": false,
                    "description": "<p>View to position the photo gallery popover on top of.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Titanium.UI.View",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "arrowDirection",
                    "deprecated": false,
                    "description": "<p>Controls the type of arrow and position of the popover.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.iPad.POPOVER_ARROW_DIRECTION_ANY",
                        "Titanium.UI.iPad.POPOVER_ARROW_DIRECTION_DOWN",
                        "Titanium.UI.iPad.POPOVER_ARROW_DIRECTION_LEFT",
                        "Titanium.UI.iPad.POPOVER_ARROW_DIRECTION_RIGHT",
                        "Titanium.UI.iPad.POPOVER_ARROW_DIRECTION_UNKNOWN",
                        "Titanium.UI.iPad.POPOVER_ARROW_DIRECTION_UP"
                    ],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "allowMultiple",
                    "deprecated": false,
                    "description": "<p>Specifies if the user should be able to select multiple photos.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "allowTranscoding",
                    "deprecated": false,
                    "description": "<p>Specifies if the video should be transcoded (using highest quality preset) . If set to false no video transcoding will be performed.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "CameraMediaItemType",
            "description": "<p>A media object from the camera or photo gallery.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "SuccessResponse",
            "isInternal": false,
            "properties": [
                {
                    "name": "success",
                    "deprecated": false,
                    "description": "<p>Indicates if the operation succeeded. Returns <code>true</code>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "error",
                    "deprecated": false,
                    "description": "<p>Error message, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "code",
                    "deprecated": false,
                    "description": "<p>Error code. Returns 0.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "media",
                    "deprecated": false,
                    "description": "<p>The media object, as a <a href=\"Titanium.Blob\">Blob</a>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Titanium.Blob",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "mediaType",
                    "deprecated": false,
                    "description": "<p>The type of media, either <code>MEDIA_TYPE_PHOTO</code>, <code>MEDIA_TYPE_LIVEPHOTO</code> or <code>MEDIA_TYPE_VIDEO</code> defined in <a href=\"Titanium.Media\">Titanium.Media</a>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "cropRect",
                    "deprecated": false,
                    "description": "<p>Simple object defining the user's selected crop rectangle, or <code>null</code> if the user has not edited the photo. <code>width</code>/<code>height</code> values are assumed to be in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Dimension",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "previewRect",
                    "deprecated": false,
                    "description": "<p>Simple object defining the preview image size. This will be undefined when custom camera overlay is not used. Values are assumed to be in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "type": "Size",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "livePhoto",
                    "deprecated": false,
                    "description": "<p>The live photo object, as a <a href=\"Titanium.UI.iOS.LivePhoto\">Titanium.UI.iOS.LivePhoto</a> and\n<code>undefined</code> if no live photo is selected.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "Titanium.UI.iOS.LivePhoto",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "PreviewImageOptions",
            "description": "<p>Options passed to <a href=\"Titanium.Media.previewImage\">Titanium.Media.previewImage</a>.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "image",
                    "deprecated": false,
                    "description": "<p>The image to preview. Must be a blob based on a file, such as from <a href=\"Titanium.Filesystem.File.read\">Titanium.Filesystem.File.read</a>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "type": "Titanium.Blob",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "success",
                    "deprecated": false,
                    "description": "<p>Function to be called back if the preview succeeds. No info is passed.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "type": "Function",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "error",
                    "deprecated": false,
                    "description": "<p>Function called back if the preview fails. Check the <code>message</code> property of passed back parameter.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "type": "Function",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                }
            ]
        },
        {
            "name": "PreviewImageError",
            "description": "<p>The parameter passed to the <code>error</code> callback of <a href=\"PreviewImageOptions\">PreviewImageOptions</a>.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "FailureResponse",
            "isInternal": false,
            "properties": [
                {
                    "name": "success",
                    "deprecated": false,
                    "description": "<p>Indicates if the operation succeeded. Returns <code>false</code>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "error",
                    "deprecated": false,
                    "description": "<p>Error message, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "code",
                    "deprecated": false,
                    "description": "<p>Error code, if applicable.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.Media.DEVICE_BUSY",
                        "Titanium.Media.NO_CAMERA",
                        "Titanium.Media.UNKNOWN_ERROR"
                    ],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "message",
                    "deprecated": true,
                    "description": "<p>Description of the error. <strong>Deprecated since 3.1.0.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                }
            ]
        },
        {
            "name": "ScreenshotResult",
            "description": "<p>The parameter passed to the <a href=\"Titanium.Media.takeScreenshot\">Titanium.Media.takeScreenshot</a> callback.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "media",
                    "deprecated": false,
                    "description": "<p>The screenshot image.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Titanium.Blob",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "MediaAuthorizationResponse",
            "description": "<p>Argument passed to the callback when a request finishes successfully or erroneously.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "ErrorResponse",
            "isInternal": false,
            "properties": [
                {
                    "name": "success",
                    "deprecated": false,
                    "description": "<p>Indicates if the operation succeeded.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "error",
                    "deprecated": false,
                    "description": "<p>Error message, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "code",
                    "deprecated": false,
                    "description": "<p>Error code. Returns 0 if <code>success</code> is <code>true</code>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "RequestCameraAccessResult",
            "description": "<p>Argument passed to the callback when a request finishes successfully or erroneously.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "ErrorResponse",
            "isInternal": false,
            "properties": [
                {
                    "name": "success",
                    "deprecated": false,
                    "description": "<p>Indicates if the operation succeeded.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "error",
                    "deprecated": false,
                    "description": "<p>Error message, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "code",
                    "deprecated": false,
                    "description": "<p>Error code. Returns 0 if <code>success</code> is <code>true</code>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "RequestMusicLibraryAccessResult",
            "description": "<p>Argument passed to the callback when a request finishes successfully or erroneously.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "ErrorResponse",
            "isInternal": false,
            "properties": [
                {
                    "name": "success",
                    "deprecated": false,
                    "description": "<p>Indicates if the operation succeeded.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "error",
                    "deprecated": false,
                    "description": "<p>Error message, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "code",
                    "deprecated": false,
                    "description": "<p>Error code. Returns 0 if <code>success</code> is <code>true</code>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "RequestPhotoGalleryAccessResult",
            "description": "<p>Argument passed to the callback when a request finishes successfully or erroneously.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "ErrorResponse",
            "isInternal": false,
            "properties": [
                {
                    "name": "success",
                    "deprecated": false,
                    "description": "<p>Indicates if the operation succeeded.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "error",
                    "deprecated": false,
                    "description": "<p>Error message, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "code",
                    "deprecated": false,
                    "description": "<p>Error code. Returns 0 if <code>success</code> is <code>true</code>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "RouteDescription",
            "description": "<p>An Object describing the current audio route.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "inputs",
                    "deprecated": false,
                    "description": "<p>An Array of current input ports for the session. See the <code>AUDIO_SESSION_PORT</code> constants.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.Media.AUDIO_SESSION_PORT_LINEIN",
                        "Titanium.Media.AUDIO_SESSION_PORT_BUILTINMIC",
                        "Titanium.Media.AUDIO_SESSION_PORT_HEADSETMIC",
                        "Titanium.Media.AUDIO_SESSION_PORT_LINEOUT",
                        "Titanium.Media.AUDIO_SESSION_PORT_HEADPHONES",
                        "Titanium.Media.AUDIO_SESSION_PORT_BLUETOOTHA2DP",
                        "Titanium.Media.AUDIO_SESSION_PORT_BUILTINRECEIVER",
                        "Titanium.Media.AUDIO_SESSION_PORT_BUILTINSPEAKER",
                        "Titanium.Media.AUDIO_SESSION_PORT_HDMI",
                        "Titanium.Media.AUDIO_SESSION_PORT_AIRPLAY",
                        "Titanium.Media.AUDIO_SESSION_PORT_BLUETOOTHHFP",
                        "Titanium.Media.AUDIO_SESSION_PORT_USBAUDIO",
                        "Titanium.Media.AUDIO_SESSION_PORT_BLUETOOTHLE",
                        "Titanium.Media.AUDIO_SESSION_PORT_CARAUDIO"
                    ],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.4.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.4.2"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "outputs",
                    "deprecated": false,
                    "description": "<p>An Array of current output ports for the session. See the <code>AUDIO_SESSION_PORT</code> constants.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.Media.AUDIO_SESSION_PORT_LINEIN",
                        "Titanium.Media.AUDIO_SESSION_PORT_BUILTINMIC",
                        "Titanium.Media.AUDIO_SESSION_PORT_HEADSETMIC",
                        "Titanium.Media.AUDIO_SESSION_PORT_LINEOUT",
                        "Titanium.Media.AUDIO_SESSION_PORT_HEADPHONES",
                        "Titanium.Media.AUDIO_SESSION_PORT_BLUETOOTHA2DP",
                        "Titanium.Media.AUDIO_SESSION_PORT_BUILTINRECEIVER",
                        "Titanium.Media.AUDIO_SESSION_PORT_BUILTINSPEAKER",
                        "Titanium.Media.AUDIO_SESSION_PORT_HDMI",
                        "Titanium.Media.AUDIO_SESSION_PORT_AIRPLAY",
                        "Titanium.Media.AUDIO_SESSION_PORT_BLUETOOTHHFP",
                        "Titanium.Media.AUDIO_SESSION_PORT_USBAUDIO",
                        "Titanium.Media.AUDIO_SESSION_PORT_BLUETOOTHLE",
                        "Titanium.Media.AUDIO_SESSION_PORT_CARAUDIO"
                    ],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.4.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.4.2"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "3.4.2"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "3.4.2"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.Media.MusicPlayer",
            "description": "<p>This object represents a music controller.</p>",
            "deprecated": false,
            "events": [
                {
                    "name": "playingchange",
                    "deprecated": false,
                    "description": "<p>Fired when the currently playing media item changes.</p>"
                },
                {
                    "name": "statechange",
                    "deprecated": false,
                    "description": "<p>Fired when the music player's playback state changes.</p>"
                }
            ],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "pause",
                    "deprecated": false,
                    "description": "<p>Pauses playback of the current media item.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "play",
                    "deprecated": false,
                    "description": "<p>Begins playback of the current media item.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "seekBackward",
                    "deprecated": false,
                    "description": "<p>Begins seeking backward in the currently playing media.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "seekForward",
                    "deprecated": false,
                    "description": "<p>Begins seeking forward in the currently playing media item.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setQueue",
                    "deprecated": false,
                    "description": "<p>Sets the media queue.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "queue",
                            "constants": [],
                            "description": "<p>One or more media items.</p>",
                            "type": "Titanium.Media.Item",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "skipToBeginning",
                    "deprecated": false,
                    "description": "<p>Skips to the beginning of the currently playing media item.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "skipToNext",
                    "deprecated": false,
                    "description": "<p>Skips to the next media item in the queue.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "skipToPrevious",
                    "deprecated": false,
                    "description": "<p>Skips to the previous media item in the queue.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "stop",
                    "deprecated": false,
                    "description": "<p>Stops playback of the current media queue.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "stopSeeking",
                    "deprecated": false,
                    "description": "<p>Ends a seek operation and returns to the previous playback state.</p>\n<p>See also: <a href=\"Titanium.Media.MusicPlayer.seekForward\">seekForward</a> and\n<a href=\"Titanium.Media.MusicPlayer.seekBackward\">seekBackward</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.MusicPlayer.bubbleParent\">Titanium.Media.MusicPlayer.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.MusicPlayer.bubbleParent\">Titanium.Media.MusicPlayer.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.MusicPlayer.bubbleParent\">Titanium.Media.MusicPlayer.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.MusicPlayer.bubbleParent\">Titanium.Media.MusicPlayer.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.MusicPlayer.apiName\">Titanium.Media.MusicPlayer.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.MusicPlayer.apiName\">Titanium.Media.MusicPlayer.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getCurrentPlaybackTime",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.MusicPlayer.currentPlaybackTime\">Titanium.Media.MusicPlayer.currentPlaybackTime</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.MusicPlayer.currentPlaybackTime\">Titanium.Media.MusicPlayer.currentPlaybackTime</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setCurrentPlaybackTime",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.MusicPlayer.currentPlaybackTime\">Titanium.Media.MusicPlayer.currentPlaybackTime</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.MusicPlayer.currentPlaybackTime\">Titanium.Media.MusicPlayer.currentPlaybackTime</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "currentPlaybackTime",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getNowPlaying",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.MusicPlayer.nowPlaying\">Titanium.Media.MusicPlayer.nowPlaying</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.MusicPlayer.nowPlaying\">Titanium.Media.MusicPlayer.nowPlaying</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Media.Item",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPlaybackState",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.MusicPlayer.playbackState\">Titanium.Media.MusicPlayer.playbackState</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.MusicPlayer.playbackState\">Titanium.Media.MusicPlayer.playbackState</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRepeatMode",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.MusicPlayer.repeatMode\">Titanium.Media.MusicPlayer.repeatMode</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.MusicPlayer.repeatMode\">Titanium.Media.MusicPlayer.repeatMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setRepeatMode",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.MusicPlayer.repeatMode\">Titanium.Media.MusicPlayer.repeatMode</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.MusicPlayer.repeatMode\">Titanium.Media.MusicPlayer.repeatMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "repeatMode",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getShuffleMode",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.MusicPlayer.shuffleMode\">Titanium.Media.MusicPlayer.shuffleMode</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.MusicPlayer.shuffleMode\">Titanium.Media.MusicPlayer.shuffleMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setShuffleMode",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.MusicPlayer.shuffleMode\">Titanium.Media.MusicPlayer.shuffleMode</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.MusicPlayer.shuffleMode\">Titanium.Media.MusicPlayer.shuffleMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "shuffleMode",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "currentPlaybackTime",
                    "deprecated": false,
                    "description": "<p>Current point in song playback, in seconds.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "nowPlaying",
                    "deprecated": false,
                    "description": "<p>An <code>Item</code> object representing the currently playing media item.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4.0"
                        }
                    ],
                    "type": "Titanium.Media.Item",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "playbackState",
                    "deprecated": false,
                    "description": "<p>Playback state.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.Media.MUSIC_PLAYER_STATE_INTERRUPTED",
                        "Titanium.Media.MUSIC_PLAYER_STATE_PAUSED",
                        "Titanium.Media.MUSIC_PLAYER_STATE_PLAYING",
                        "Titanium.Media.MUSIC_PLAYER_STATE_SEEK_BACKWARD",
                        "Titanium.Media.MUSIC_PLAYER_STATE_SEEK_FORWARD",
                        "Titanium.Media.MUSIC_PLAYER_STATE_STOPPED"
                    ],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "repeatMode",
                    "deprecated": false,
                    "description": "<p>Repeat setting.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.Media.MUSIC_PLAYER_REPEAT_ALL",
                        "Titanium.Media.MUSIC_PLAYER_REPEAT_DEFAULT",
                        "Titanium.Media.MUSIC_PLAYER_REPEAT_NONE",
                        "Titanium.Media.MUSIC_PLAYER_REPEAT_ONE"
                    ],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "shuffleMode",
                    "deprecated": false,
                    "description": "<p>Shuffle setting.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.Media.MUSIC_PLAYER_SHUFFLE_ALBUMS",
                        "Titanium.Media.MUSIC_PLAYER_SHUFFLE_DEFAULT",
                        "Titanium.Media.MUSIC_PLAYER_SHUFFLE_NONE",
                        "Titanium.Media.MUSIC_PLAYER_SHUFFLE_SONGS"
                    ],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>A <code>MusicPlayer</code> lets you manage and playback a queue of media <a href=\"Titanium.Media.Item\">Item</a> objects.</p>\n<p>To retrieve an instance of a MusicPlayer object, use either the\n<a href=\"Titanium.Media.appMusicPlayer\">Titanium.Media.appMusicPlayer</a> or the <a href=\"Titanium.Media.systemMusicPlayer\">Titanium.Media.systemMusicPlayer</a> property.</p>\n<p>Use the <a href=\"Titanium.Media\">Media</a> module's <a href=\"Titanium.Media.openMusicLibrary\">openMusicLibrary</a> and\n<a href=\"Titanium.Media.queryMusicLibrary\">queryMusicLibrary</a> methods to access the media items in the\ndevice's media library.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "1.4.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "1.4.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.Media.Sound",
            "description": "<p>An object for playing basic audio resources.</p>",
            "deprecated": false,
            "events": [
                {
                    "name": "change",
                    "deprecated": false,
                    "description": "<p>Fired when the state of the playback changes.</p>",
                    "properties": [
                        {
                            "name": "state",
                            "constants": [
                                "Titanium.Media.Sound.STATE_BUFFERING",
                                "Titanium.Media.Sound.STATE_INITIALIZED",
                                "Titanium.Media.Sound.STATE_PAUSED",
                                "Titanium.Media.Sound.STATE_PLAYING",
                                "Titanium.Media.Sound.STATE_STARTING",
                                "Titanium.Media.Sound.STATE_STOPPED",
                                "Titanium.Media.Sound.STATE_STOPPING",
                                "Titanium.Media.Sound.STATE_WAITING_FOR_DATA",
                                "Titanium.Media.Sound.STATE_WAITING_FOR_QUEUE"
                            ],
                            "description": "<p>Current state of playback.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "description",
                            "constants": [],
                            "description": "<p>Text description of the state of playback.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "complete",
                    "deprecated": false,
                    "description": "<p>Fired when the audio has finished playing.</p>",
                    "properties": [
                        {
                            "name": "success",
                            "constants": [],
                            "description": "<p>Indicates if the sound was played successfully.\nReturns <code>true</code> if request succeeded, <code>false</code> otherwise.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "error",
                            "constants": [],
                            "description": "<p>Error message, if any returned. Will be undefined if <code>success</code> is <code>true</code>.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "code",
                            "constants": [],
                            "description": "<p>Error code.\nError code will be 0 if <code>success</code> is <code>true</code>, nonzero otherwise. If the error\nwas generated by the operating system, that system's error value is used.\nOtherwise, this value will be -1.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "error",
                    "deprecated": false,
                    "description": "<p>Fired when an error occurs while playing the audio.</p>",
                    "properties": [
                        {
                            "name": "success",
                            "constants": [],
                            "description": "<p>Indicates a successful operation. Returns <code>false</code>.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "error",
                            "constants": [],
                            "description": "<p>Error message, if any returned. May be undefined.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "code",
                            "constants": [],
                            "description": "<p>Error code.\nIf the error was generated by the operating system, that system's error value\nis used. Otherwise, this value will be -1.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "message",
                            "constants": [],
                            "description": "<p>Error message. Use the error property instead. <strong>Deprecated since 3.1.0.</strong></p>",
                            "type": "String",
                            "deprecated": true
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "interrupted",
                    "deprecated": false,
                    "description": "<p>Fired  when audio playback is interrupted by the device.</p>"
                },
                {
                    "name": "resume",
                    "deprecated": false,
                    "description": "<p>Fired when audio playback is resumed after an interruption.</p>",
                    "properties": [
                        {
                            "name": "interruption",
                            "constants": [],
                            "description": "<p>Indicates if the resume was from an interruption.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                }
            ],
            "examples": [
                {
                    "title": "Simple Example",
                    "code": "<p>Simple example of playing a WAVE file from the Resources directory.</p>\n<pre><code>var player = Ti.Media.createSound({url:&quot;sound.wav&quot;});\nplayer.play();\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "isLooping",
                    "deprecated": false,
                    "description": "<p>Returns the value of the <a href=\"Titanium.Media.Sound.looping\">looping</a> property.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "isPaused",
                    "deprecated": false,
                    "description": "<p>Returns the value of the <a href=\"Titanium.Media.Sound.paused\">paused</a> property.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "isPlaying",
                    "deprecated": false,
                    "description": "<p>Returns the value of the <a href=\"Titanium.Media.Sound.playing\">playing</a> property.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "pause",
                    "deprecated": false,
                    "description": "<p>Pauses the audio.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "play",
                    "deprecated": false,
                    "description": "<p>Starting playing the sound, or resume playing a paused sound.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "release",
                    "deprecated": false,
                    "description": "<p>Releases all internal resources.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "reset",
                    "deprecated": false,
                    "description": "<p>Resets the audio playback position to the beginning.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLooping",
                    "deprecated": false,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.Sound.looping\">looping</a> property.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "looping",
                            "constants": [],
                            "description": "<p>New value for the <code>looping</code> property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setPaused",
                    "deprecated": false,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.Sound.paused\">paused</a> property.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "paused",
                            "constants": [],
                            "description": "<p>Pass <code>true</code> to pause the current playback temporarily, <code>false</code> to unpause it.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "stop",
                    "deprecated": false,
                    "description": "<p>Stops playing the audio and resets the playback position to the beginning of the clip.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.Sound.bubbleParent\">Titanium.Media.Sound.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.Sound.bubbleParent\">Titanium.Media.Sound.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.Sound.bubbleParent\">Titanium.Media.Sound.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.Sound.bubbleParent\">Titanium.Media.Sound.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.Sound.apiName\">Titanium.Media.Sound.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.Sound.apiName\">Titanium.Media.Sound.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.Sound.lifecycleContainer\">Titanium.Media.Sound.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.Sound.lifecycleContainer\">Titanium.Media.Sound.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.Sound.lifecycleContainer\">Titanium.Media.Sound.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.Sound.lifecycleContainer\">Titanium.Media.Sound.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getAudioType",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.Sound.audioType\">Titanium.Media.Sound.audioType</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.Sound.audioType\">Titanium.Media.Sound.audioType</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setAudioType",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.Sound.audioType\">Titanium.Media.Sound.audioType</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.Sound.audioType\">Titanium.Media.Sound.audioType</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "audioType",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getDuration",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.Sound.duration\">Titanium.Media.Sound.duration</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.Sound.duration\">Titanium.Media.Sound.duration</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTime",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.Sound.time\">Titanium.Media.Sound.time</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.Sound.time\">Titanium.Media.Sound.time</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTime",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.Sound.time\">Titanium.Media.Sound.time</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.Sound.time\">Titanium.Media.Sound.time</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "time",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getUrl",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.Sound.url\">Titanium.Media.Sound.url</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.Sound.url\">Titanium.Media.Sound.url</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setUrl",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.Sound.url\">Titanium.Media.Sound.url</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.Sound.url\">Titanium.Media.Sound.url</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "url",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getVolume",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.Sound.volume\">Titanium.Media.Sound.volume</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.Sound.volume\">Titanium.Media.Sound.volume</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setVolume",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.Sound.volume\">Titanium.Media.Sound.volume</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.Sound.volume\">Titanium.Media.Sound.volume</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "volume",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "STATE_BUFFERING",
                    "deprecated": false,
                    "description": "<p>Audio data is being buffered from the network.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "STATE_INITIALIZED",
                    "deprecated": false,
                    "description": "<p>Audio playback is being initialized.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "STATE_PAUSED",
                    "deprecated": false,
                    "description": "<p>Playback is paused.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "STATE_PLAYING",
                    "deprecated": false,
                    "description": "<p>Audio playback is active.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "STATE_STARTING",
                    "deprecated": false,
                    "description": "<p>Audio playback is starting.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "STATE_STOPPED",
                    "deprecated": false,
                    "description": "<p>Audio playback is stopped.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "STATE_STOPPING",
                    "deprecated": false,
                    "description": "<p>Audio playback is stopping.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "STATE_WAITING_FOR_DATA",
                    "deprecated": false,
                    "description": "<p>Player is waiting for audio data from the network.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "STATE_WAITING_FOR_QUEUE",
                    "deprecated": false,
                    "description": "<p>Player is waiting for audio data to fill the queue.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "AUDIO_TYPE_ALARM",
                    "deprecated": false,
                    "description": "<p>Used to identify the volume of audio streams for alarms.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "AUDIO_TYPE_SIGNALLING",
                    "deprecated": false,
                    "description": "<p>Used to identify the volume of audio streams for DTMF tones or beeps.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "AUDIO_TYPE_MEDIA",
                    "deprecated": false,
                    "description": "<p>Used to identify the volume of audio streams for media playback.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "AUDIO_TYPE_NOTIFICATION",
                    "deprecated": false,
                    "description": "<p>Used to identify the volume of audio streams for notifications.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "AUDIO_TYPE_RING",
                    "deprecated": false,
                    "description": "<p>Used to identify the volume of audio streams for the phone ring.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "AUDIO_TYPE_VOICE",
                    "deprecated": false,
                    "description": "<p>Used to identify the volume of audio streams for voice calls.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "allowBackground",
                    "deprecated": false,
                    "description": "<p>Determines whether the audio should continue playing even when its activity is paused.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.3.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "audioType",
                    "deprecated": false,
                    "description": "<p>Changes the audio-stream-type.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.Media.Sound.AUDIO_TYPE_ALARM",
                        "Titanium.Media.Sound.AUDIO_TYPE_SIGNALLING",
                        "Titanium.Media.Sound.AUDIO_TYPE_MEDIA",
                        "Titanium.Media.Sound.AUDIO_TYPE_NOTIFICATION",
                        "Titanium.Media.Sound.AUDIO_TYPE_RING",
                        "Titanium.Media.Sound.AUDIO_TYPE_VOICE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "duration",
                    "deprecated": false,
                    "description": "<p>Duration of the audio resource.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "looping",
                    "deprecated": false,
                    "description": "<p>Determines whether the audio should loop upon completion.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "paused",
                    "deprecated": false,
                    "description": "<p>Indicates if the audio is paused.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "playing",
                    "deprecated": false,
                    "description": "<p>Indicates if the audio is playing.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "time",
                    "deprecated": false,
                    "description": "<p>Current playback position of the audio.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "url",
                    "deprecated": false,
                    "description": "<p>URL identifying the audio resource.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "volume",
                    "deprecated": false,
                    "description": "<p>Volume of the audio from 0.0 (muted) to 1.0 (loudest).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>The <code>Sound</code> object loads the entire media resource in memory before playing.  If you need to\nsupport streaming, use the <a href=\"Titanium.Media.AudioPlayer\">AudioPlayer</a> API.</p>\n<p>You can control how the sound interacts with other system sounds\nby setting <a href=\"Titanium.Media.audioSessionMode\">Titanium.Media.audioSessionMode</a>.</p>\n<p>Use the <a href=\"Titanium.Media.createSound\">Titanium.Media.createSound</a> method to create a <code>Sound</code> object. You can play audio\nin any format supported by the target platform(s), as described in the following documents:</p>\n<ul>\n<li><a href=\"https://developer.android.com/guide/topics/media/media-formats#core\">Android</a></li>\n<li><a href=\"https://developer.apple.com/audio/\">iOS</a></li>\n</ul>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.Media.SystemAlert",
            "description": "<p>An object for playing system sounds. <strong>Deprecated since 8.0.0. This iOS-only API has been deprecated and moved to the <a href=\"https://github.com/appcelerator-modules/ti.systemalert\">Ti.SystemAlert</a> module in 8.0.0.</strong></p>",
            "deprecated": true,
            "events": [],
            "examples": [
                {
                    "title": "Simple Example",
                    "code": "<p>Simple example of playing a WAVE file from the Resources directory.</p>\n<pre><code>var player = Ti.Media.createSystemAlert({url:&quot;alert.wav&quot;});\nplayer.play();\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "play",
                    "deprecated": false,
                    "description": "<p>Start playing the system alert.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.SystemAlert.bubbleParent\">Titanium.Media.SystemAlert.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.SystemAlert.bubbleParent\">Titanium.Media.SystemAlert.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.SystemAlert.bubbleParent\">Titanium.Media.SystemAlert.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.SystemAlert.bubbleParent\">Titanium.Media.SystemAlert.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.SystemAlert.apiName\">Titanium.Media.SystemAlert.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.SystemAlert.apiName\">Titanium.Media.SystemAlert.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getUrl",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.SystemAlert.url\">Titanium.Media.SystemAlert.url</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.SystemAlert.url\">Titanium.Media.SystemAlert.url</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setUrl",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.SystemAlert.url\">Titanium.Media.SystemAlert.url</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.SystemAlert.url\">Titanium.Media.SystemAlert.url</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "url",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": true,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "url",
                    "deprecated": false,
                    "description": "<p>URL identifying the audio resource.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>You can use this module to provide audible system alerts.</p>\n<p>You can use it to play short (30 seconds or shorter) sounds. The interface does not provide level, positioning,\nlooping, or timing control, and does not support simultaneous playback: You can play only one sound at a time.</p>\n<p>This module differs from the Sound module because it honors the ringtone volume, not the Music volume.</p>\n<p>Use the <a href=\"Titanium.Media.createSystemAlert\">Titanium.Media.createSystemAlert</a> method to create a <code>SystemAlert</code> object.</p>\n<p>Know more about <a href=\"https://developer.apple.com/reference/audiotoolbox/1657326-system_sound_services\">System Sound Services</a>.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "6.1.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "6.1.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.Media.VideoPlayer",
            "description": "<p>A native control for playing videos.</p>",
            "deprecated": false,
            "events": [
                {
                    "name": "click",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a click against the view.</p>",
                    "properties": [
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "dblclick",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a double click against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "doubletap",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a double tap against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "keypressed",
                    "deprecated": false,
                    "description": "<p>Fired when a hardware key is pressed in the view.</p>",
                    "properties": [
                        {
                            "name": "keyCode",
                            "constants": [],
                            "description": "<p>The code for the physical key that was pressed. For more details, see <a href=\"https://developer.android.com/reference/android/view/KeyEvent.html\">KeyEvent</a>. This API is experimental and subject to change.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "longpress",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a long press.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "postlayout",
                    "deprecated": false,
                    "description": "<p>Fired when a layout cycle is finished.</p>"
                },
                {
                    "name": "singletap",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a single tap against the view.</p>",
                    "properties": [
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "swipe",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a swipe gesture against the view.</p>",
                    "properties": [
                        {
                            "name": "direction",
                            "constants": [],
                            "description": "<p>Direction of the swipe--either 'left', 'right', 'up', or 'down'.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event's endpoint from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event's endpoint from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchcancel",
                    "deprecated": false,
                    "description": "<p>Fired when a touch event is interrupted by the device.</p>",
                    "properties": [
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchend",
                    "deprecated": false,
                    "description": "<p>Fired when a touch event is completed.</p>",
                    "properties": [
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchmove",
                    "deprecated": false,
                    "description": "<p>Fired as soon as the device detects movement of a touch.</p>",
                    "properties": [
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchstart",
                    "deprecated": false,
                    "description": "<p>Fired as soon as the device detects a touch gesture.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "complete",
                    "deprecated": false,
                    "description": "<p>Fired when movie playback ends or a user exits playback.</p>",
                    "properties": [
                        {
                            "name": "reason",
                            "constants": [
                                "Titanium.Media.VIDEO_FINISH_REASON_PLAYBACK_ENDED",
                                "Titanium.Media.VIDEO_FINISH_REASON_PLAYBACK_ERROR",
                                "Titanium.Media.VIDEO_FINISH_REASON_USER_EXITED"
                            ],
                            "description": "<p>Reason that playback ended.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "success",
                            "constants": [],
                            "description": "<p>Indicates if the video was played successfully. User exit counts as a success.\nReturns <code>true</code> if <code>reason</code> is not\n<a href=\"Titanium.Media.VIDEO_FINISH_REASON_PLAYBACK_ERROR\">VIDEO_FINISH_REASON_PLAYBACK_ERROR</a>,\n<code>false</code> otherwise.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "error",
                            "constants": [],
                            "description": "<p>Error message, if any returned. Will be undefined if <code>success</code> is <code>true</code>.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "code",
                            "constants": [],
                            "description": "<p>Error code.\nError code will be 0 if <code>success</code> is <code>true</code>, nonzero otherwise. If the error\nwas generated by the operating system, that system's error value is used.\nOtherwise, this value will be -1.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "durationavailable",
                    "deprecated": false,
                    "description": "<p>Fired when the video duration is available.</p>",
                    "properties": [
                        {
                            "name": "duration",
                            "constants": [],
                            "description": "<p>Video duration, in milliseconds.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "error",
                    "deprecated": false,
                    "description": "<p>Fired when movie playback encounters an error.</p>",
                    "properties": [
                        {
                            "name": "message",
                            "constants": [],
                            "description": "<p>Reason for error as a string. <strong>Deprecated since 3.1.0.</strong></p>",
                            "type": "String",
                            "deprecated": true
                        },
                        {
                            "name": "success",
                            "constants": [],
                            "description": "<p>Indicates a successful operation. Returns <code>false</code>.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "error",
                            "constants": [],
                            "description": "<p>Error message, if any returned. May be undefined.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "code",
                            "constants": [],
                            "description": "<p>Error code.\nIf the error was generated by the operating system, that system's error value\nis used. Otherwise, this value will be -1.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "fullscreen",
                    "deprecated": true,
                    "description": "<p>Fired when a movie changes to or from fullscreen view. <strong>Removed in 7.0.0. This event has been removed in Titanium SDK 7.0.0 as of the official deprecation by Apple.</strong></p>",
                    "properties": [
                        {
                            "name": "entering",
                            "constants": [],
                            "description": "<p><code>true</code> if the player is entering fullscreen mode, <code>false</code> if it is leaving\nfullscreen mode.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "duration",
                            "constants": [],
                            "description": "<p>Duration of the animated transition to or from fullscreen mode, in seconds.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "load",
                    "deprecated": false,
                    "description": "<p>Fired when the movie play loads.</p>"
                },
                {
                    "name": "loadstate",
                    "deprecated": false,
                    "description": "<p>Fired when the network <a href=\"Titanium.Media.VideoPlayer.loadState\">loadState</a> changes.</p>",
                    "properties": [
                        {
                            "name": "loadState",
                            "constants": [],
                            "description": "<p>Current value of the <a href=\"Titanium.Media.VideoPlayer.loadState\">loadState</a> property.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "mediatypesavailable",
                    "deprecated": true,
                    "description": "<p>Fired when the media types in the current movie are determined. <strong>Removed in 7.0.0. This event has been removed in Titanium SDK 7.0.0 as of the official deprecation by Apple.</strong></p>",
                    "properties": [
                        {
                            "name": "mediaTypes",
                            "constants": [
                                "Titanium.Media.VIDEO_MEDIA_TYPE_AUDIO",
                                "Titanium.Media.VIDEO_MEDIA_TYPE_NONE",
                                "Titanium.Media.VIDEO_MEDIA_TYPE_VIDEO"
                            ],
                            "description": "<p>Current value of the <a href=\"Titanium.Media.VideoPlayer.mediaTypes\">mediaTypes</a> property.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "naturalsizeavailable",
                    "deprecated": false,
                    "description": "<p>Fired when the natural size of the current movie is determined.</p>",
                    "properties": [
                        {
                            "name": "naturalSize",
                            "constants": [],
                            "description": "<p>Current value of the <a href=\"Titanium.Media.VideoPlayer.naturalSize\">naturalSize</a> property.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "playbackstate",
                    "deprecated": false,
                    "description": "<p>Fired when the <a href=\"Titanium.Media.VideoPlayer.playbackState\">playbackState</a> changes.</p>",
                    "properties": [
                        {
                            "name": "playbackState",
                            "constants": [
                                "Titanium.Media.VIDEO_PLAYBACK_STATE_INTERRUPTED",
                                "Titanium.Media.VIDEO_PLAYBACK_STATE_PAUSED",
                                "Titanium.Media.VIDEO_PLAYBACK_STATE_PLAYING",
                                "Titanium.Media.VIDEO_PLAYBACK_STATE_SEEKING_BACKWARD",
                                "Titanium.Media.VIDEO_PLAYBACK_STATE_SEEKING_FORWARD",
                                "Titanium.Media.VIDEO_PLAYBACK_STATE_STOPPED"
                            ],
                            "description": "<p>Current value of the <a href=\"Titanium.Media.VideoPlayer.playbackState\">playbackState</a> property.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "playing",
                    "deprecated": false,
                    "description": "<p>Fired when the currently playing movie changes.</p>",
                    "properties": [
                        {
                            "name": "url",
                            "constants": [],
                            "description": "<p>URL of the media.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "preload",
                    "deprecated": false,
                    "description": "<p>Fired when the movie has preloaded and is ready to play.</p>"
                },
                {
                    "name": "resize",
                    "deprecated": false,
                    "description": "<p>Fired when the movie player is resized.</p>"
                },
                {
                    "name": "sourcechange",
                    "deprecated": true,
                    "description": "<p>Fired when the <a href=\"Titanium.Media.VideoPlayer.sourceType\">sourceType</a> property\nchanges.\n<strong>Removed in 7.0.0. This event has been removed in Titanium SDK 7.0.0 as of the official deprecation by Apple.</strong></p>",
                    "properties": [
                        {
                            "name": "sourceType",
                            "constants": [
                                "Titanium.Media.VIDEO_SOURCE_TYPE_FILE",
                                "Titanium.Media.VIDEO_SOURCE_TYPE_STREAMING",
                                "Titanium.Media.VIDEO_SOURCE_TYPE_UNKNOWN"
                            ],
                            "description": "<p>New <code>sourceType</code> value.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                }
            ],
            "examples": [
                {
                    "title": "Simple Video Player Example",
                    "code": "<p>The following code creates a simple video player to play a local video file.</p>\n<pre><code>var vidWin = Titanium.UI.createWindow({\n    title : 'Video View Demo',\n    backgroundColor : '#fff'\n});\n\nvar videoPlayer = Titanium.Media.createVideoPlayer({\n    top : 2,\n    autoplay : true,\n    backgroundColor : 'blue',\n    height : 300,\n    width : 300,\n    mediaControlStyle : Titanium.Media.VIDEO_CONTROL_DEFAULT,\n    scalingMode : Titanium.Media.VIDEO_SCALING_ASPECT_FIT\n});\n\nvideoPlayer.url = 'movie.mp4';\nvidWin.add(videoPlayer);\nvidWin.open();\n</code></pre>"
                },
                {
                    "title": "Android Fullscreen Video Player",
                    "code": "<p>The Android fullscreen video player operates differently from other video players.\nThe following example shows how to create, show, and close a fullscreen video\nplayer.</p>\n<p>Note that in this example, a button is included to close the player, to\ndemonstrate a method for dismissing the player programmatically. In practice, the user\ncan always dismiss the player by using the <strong>Back</strong> button, so an on-screen\ncontrol would not be required.</p>\n<pre><code>Titanium.UI.setBackgroundColor('#000');\nvar win = Titanium.UI.createWindow({\n    title : 'Test',\n    backgroundColor : '#fff',\n    exitOnClose : true\n});\n\n// Change to a valid URL\nvar contentURL = &quot;http://www.example.com/stream.mp4&quot;;\n\nvar openButton = Ti.UI.createButton({\n    title : &quot;Start Video&quot;,\n    top : &quot;0dp&quot;,\n    height : &quot;40dp&quot;,\n    left : &quot;10dp&quot;,\n    right : &quot;10dp&quot;\n});\n\nopenButton.addEventListener('click', function() {\n    var activeMovie = Titanium.Media.createVideoPlayer({\n        url : contentURL,\n        backgroundColor : 'blue',\n        mediaControlStyle : Titanium.Media.VIDEO_CONTROL_DEFAULT,\n        scalingMode : Titanium.Media.VIDEO_SCALING_ASPECT_FILL,\n        fullscreen : true,\n        autoplay : true\n    });\n\n    var closeButton = Ti.UI.createButton({\n        title : &quot;Exit Video&quot;,\n        top : &quot;0dp&quot;,\n        height : &quot;40dp&quot;,\n        left : &quot;10dp&quot;,\n        right : &quot;10dp&quot;\n    });\n\n    closeButton.addEventListener('click', function() {\n        activeMovie.hide();\n        activeMovie.release();\n        activeMovie = null;\n    });\n\n    activeMovie.add(closeButton);\n});\nwin.add(openButton);\nwin.open();\n</code></pre>"
                },
                {
                    "title": "Alloy XML Markup",
                    "code": "<p>Previous simple example as an Alloy view.</p>\n<p>simplevideoplayer.xml:</p>\n<pre><code>&lt;Alloy&gt;\n    &lt;Window id=&quot;vidWin&quot; title=&quot;Video View Demo&quot; backgroundColor=&quot;#fff&quot;&gt;\n        &lt;VideoPlayer id=&quot;videoPlayer&quot; ns=&quot;Ti.Media&quot; top=&quot;2&quot; url=&quot;/movie.mp4&quot;\n                     height=&quot;300&quot; width=&quot;300&quot; backgroundColor=&quot;blue&quot; autoplay=&quot;true&quot; /&gt;\n    &lt;/Window&gt;\n&lt;/Alloy&gt;\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "add",
                    "deprecated": false,
                    "description": "<p>Adds a child to this view's hierarchy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "view",
                            "constants": [],
                            "description": "<p>View to add to this view's hierarchy.</p>\n<p>You may pass an array of views, e.g. <code>view.add([subview1, subview2]</code>.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "animate",
                    "deprecated": false,
                    "description": "<p>Animates this view.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "animation",
                            "constants": [],
                            "description": "<p>Either a dictionary of animation properties or an\n<a href=\"Titanium.UI.Animation\">Animation</a> object.</p>",
                            "type": "Titanium.UI.Animation",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Function to be invoked upon completion of the animation.</p>",
                            "type": "Function",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "clearMotionEffects",
                    "deprecated": false,
                    "description": "<p>Removes all previously added motion effects.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "finishLayout",
                    "deprecated": true,
                    "description": "<p>Finishes a batch update of the View's layout properties and schedules a layout pass of the\nview tree.\n<strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hide",
                    "deprecated": false,
                    "description": "<p>Hides this view.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Animation options for Android only. <strong>Since SDK 5.1.0 and used only on Android 5.0+</strong></p>\n<p>Determines whether to enable a circular reveal animation.\nNote that the default here is equivalent to passing in <code>{ animated: false }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "insertAt",
                    "deprecated": false,
                    "description": "<p>Inserts a view at the specified position in the <a href=\"Titanium.UI.View.children\">children</a> array.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Pass an object that specifies the view to insert and optionally at which position (defaults to end)</p>",
                            "type": "ViewPositionOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "remove",
                    "deprecated": false,
                    "description": "<p>Removes a child view from this view's hierarchy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "view",
                            "constants": [],
                            "description": "<p>View to remove from this view's hierarchy.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeAllChildren",
                    "deprecated": false,
                    "description": "<p>Removes all child views from this view's hierarchy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "replaceAt",
                    "deprecated": false,
                    "description": "<p>Replaces a view at the specified position in the <a href=\"Titanium.UI.View.children\">children</a> array.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Pass an object with the view to insert and the position of the view to replace. In this case the <code>position</code> property is required.</p>",
                            "type": "ViewPositionOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "show",
                    "deprecated": false,
                    "description": "<p>Makes this view visible.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Animation options for Android only. <strong>Since SDK 5.1.0 and only used on Android 5.0+</strong></p>\n<p>Determines whether to enable a circular reveal animation.\nNote that the default here is equivalent to passing in <code>{ animated: false }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "startLayout",
                    "deprecated": true,
                    "description": "<p>Starts a batch update of this view's layout properties. <strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">Titanium.Proxy.applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "toImage",
                    "deprecated": false,
                    "description": "<p>Returns an image of the rendered view, as a Blob.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Function to be invoked upon completion. If non-null, this method will be performed\nasynchronously. If null, it will be performed immediately.</p>",
                            "type": "Function",
                            "usage": "optional"
                        },
                        {
                            "name": "honorScaleFactor",
                            "constants": [],
                            "description": "<p>Determines whether the image is scaled based on scale factor of main screen. (iOS only)</p>\n<p>When set to true, image is scale factor is honored. When set to false, the image in the\nblob has the same dimensions for retina and non-retina devices.</p>",
                            "type": "Boolean",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Blob",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "updateLayout",
                    "deprecated": true,
                    "description": "<p>Performs a batch update of all supplied layout properties and schedules a layout pass after\nthey have been updated.\n<strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">Titanium.Proxy.applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Layout properties to be updated.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "convertPointToView",
                    "deprecated": false,
                    "description": "<p>Translates a point from this view's coordinate system to another view's coordinate system.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "point",
                            "constants": [],
                            "description": "<p>A point in this view's coordinate system.</p>\n<p>If this argument is missing an <code>x</code> or <code>y</code> property, or the properties can not be\nconverted into numbers, an exception will be raised.</p>",
                            "type": "Point",
                            "usage": "required"
                        },
                        {
                            "name": "destinationView",
                            "constants": [],
                            "description": "<p>View that specifies the destination coordinate system to convert to. If this argument\nis not a view, an exception will be raised.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewById",
                    "deprecated": false,
                    "description": "<p>Returns the matching view of a given view ID.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "id",
                            "constants": [],
                            "description": "<p>The ID of the view that should be returned. Use the <code>id</code> property in your views to\nenable it for indexing in this method.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.View",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "cancelAllThumbnailImageRequests",
                    "deprecated": false,
                    "description": "<p>Cancels all pending asynchronous thumbnail requests.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "pause",
                    "deprecated": false,
                    "description": "<p>Pauses playing the video.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "play",
                    "deprecated": false,
                    "description": "<p>Starts playing the video.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "release",
                    "deprecated": false,
                    "description": "<p>Releases the internal video resources immediately.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "requestThumbnailImagesAtTimes",
                    "deprecated": false,
                    "description": "<p>Asynchronously request thumbnail images for one or more points in time in the video.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "times",
                            "constants": [],
                            "description": "<p>Array of time values, representing offsets into the video, in seconds.</p>",
                            "type": "Array",
                            "usage": "required"
                        },
                        {
                            "name": "option",
                            "constants": [
                                "Titanium.Media.VIDEO_TIME_OPTION_EXACT",
                                "Titanium.Media.VIDEO_TIME_OPTION_NEAREST_KEYFRAME",
                                "Titanium.Media.VIDEO_TIME_OPTION_CLOSEST_SYNC",
                                "Titanium.Media.VIDEO_TIME_OPTION_NEXT_SYNC",
                                "Titanium.Media.VIDEO_TIME_OPTION_PREVIOUS_SYNC"
                            ],
                            "description": "<p>Video time precision.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback to invoke when a thumbnail is available.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "stop",
                    "deprecated": false,
                    "description": "<p>Stops playing the video.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "thumbnailImageAtTime",
                    "deprecated": true,
                    "description": "<p>Returns a thumbnail image for the video at the specified time. <strong>Removed in 3.6.0. Use <a href=\"Titanium.Media.VideoPlayer.requestThumbnailImagesAtTimes\">Titanium.Media.VideoPlayer.requestThumbnailImagesAtTimes</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "time",
                            "constants": [],
                            "description": "<p>Playback time, in <strong>seconds</strong>.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "option",
                            "constants": [
                                "Titanium.Media.VIDEO_TIME_OPTION_EXACT",
                                "Titanium.Media.VIDEO_TIME_OPTION_NEAREST_KEYFRAME",
                                "Titanium.Media.VIDEO_TIME_OPTION_CLOSEST_SYNC",
                                "Titanium.Media.VIDEO_TIME_OPTION_NEXT_SYNC",
                                "Titanium.Media.VIDEO_TIME_OPTION_PREVIOUS_SYNC"
                            ],
                            "description": "<p>Video time precision.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Blob",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.VideoPlayer.bubbleParent\">Titanium.Media.VideoPlayer.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.VideoPlayer.bubbleParent\">Titanium.Media.VideoPlayer.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.VideoPlayer.bubbleParent\">Titanium.Media.VideoPlayer.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.VideoPlayer.bubbleParent\">Titanium.Media.VideoPlayer.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.VideoPlayer.apiName\">Titanium.Media.VideoPlayer.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.VideoPlayer.apiName\">Titanium.Media.VideoPlayer.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.VideoPlayer.lifecycleContainer\">Titanium.Media.VideoPlayer.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.VideoPlayer.lifecycleContainer\">Titanium.Media.VideoPlayer.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.VideoPlayer.lifecycleContainer\">Titanium.Media.VideoPlayer.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.VideoPlayer.lifecycleContainer\">Titanium.Media.VideoPlayer.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityHidden",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.VideoPlayer.accessibilityHidden\">Titanium.Media.VideoPlayer.accessibilityHidden</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.VideoPlayer.accessibilityHidden\">Titanium.Media.VideoPlayer.accessibilityHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityHidden",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.VideoPlayer.accessibilityHidden\">Titanium.Media.VideoPlayer.accessibilityHidden</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.VideoPlayer.accessibilityHidden\">Titanium.Media.VideoPlayer.accessibilityHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityHidden",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityHint",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.VideoPlayer.accessibilityHint\">Titanium.Media.VideoPlayer.accessibilityHint</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.VideoPlayer.accessibilityHint\">Titanium.Media.VideoPlayer.accessibilityHint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityHint",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.VideoPlayer.accessibilityHint\">Titanium.Media.VideoPlayer.accessibilityHint</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.VideoPlayer.accessibilityHint\">Titanium.Media.VideoPlayer.accessibilityHint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityHint",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityLabel",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.VideoPlayer.accessibilityLabel\">Titanium.Media.VideoPlayer.accessibilityLabel</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.VideoPlayer.accessibilityLabel\">Titanium.Media.VideoPlayer.accessibilityLabel</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityLabel",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.VideoPlayer.accessibilityLabel\">Titanium.Media.VideoPlayer.accessibilityLabel</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.VideoPlayer.accessibilityLabel\">Titanium.Media.VideoPlayer.accessibilityLabel</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityLabel",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityValue",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.VideoPlayer.accessibilityValue\">Titanium.Media.VideoPlayer.accessibilityValue</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.VideoPlayer.accessibilityValue\">Titanium.Media.VideoPlayer.accessibilityValue</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityValue",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.VideoPlayer.accessibilityValue\">Titanium.Media.VideoPlayer.accessibilityValue</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.VideoPlayer.accessibilityValue\">Titanium.Media.VideoPlayer.accessibilityValue</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityValue",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAnchorPoint",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.VideoPlayer.anchorPoint\">Titanium.Media.VideoPlayer.anchorPoint</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.VideoPlayer.anchorPoint\">Titanium.Media.VideoPlayer.anchorPoint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAnchorPoint",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.VideoPlayer.anchorPoint\">Titanium.Media.VideoPlayer.anchorPoint</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.VideoPlayer.anchorPoint\">Titanium.Media.VideoPlayer.anchorPoint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "anchorPoint",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAnimatedCenter",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.VideoPlayer.animatedCenter\">Titanium.Media.VideoPlayer.animatedCenter</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.VideoPlayer.animatedCenter\">Titanium.Media.VideoPlayer.animatedCenter</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.VideoPlayer.backgroundColor\">Titanium.Media.VideoPlayer.backgroundColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.VideoPlayer.backgroundColor\">Titanium.Media.VideoPlayer.backgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.VideoPlayer.backgroundColor\">Titanium.Media.VideoPlayer.backgroundColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.VideoPlayer.backgroundColor\">Titanium.Media.VideoPlayer.backgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundDisabledColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.VideoPlayer.backgroundDisabledColor\">Titanium.Media.VideoPlayer.backgroundDisabledColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.VideoPlayer.backgroundDisabledColor\">Titanium.Media.VideoPlayer.backgroundDisabledColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundDisabledColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.VideoPlayer.backgroundDisabledColor\">Titanium.Media.VideoPlayer.backgroundDisabledColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.VideoPlayer.backgroundDisabledColor\">Titanium.Media.VideoPlayer.backgroundDisabledColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundDisabledColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundDisabledImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.VideoPlayer.backgroundDisabledImage\">Titanium.Media.VideoPlayer.backgroundDisabledImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.VideoPlayer.backgroundDisabledImage\">Titanium.Media.VideoPlayer.backgroundDisabledImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundDisabledImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.VideoPlayer.backgroundDisabledImage\">Titanium.Media.VideoPlayer.backgroundDisabledImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.VideoPlayer.backgroundDisabledImage\">Titanium.Media.VideoPlayer.backgroundDisabledImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundDisabledImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundFocusedColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.VideoPlayer.backgroundFocusedColor\">Titanium.Media.VideoPlayer.backgroundFocusedColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.VideoPlayer.backgroundFocusedColor\">Titanium.Media.VideoPlayer.backgroundFocusedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundFocusedColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.VideoPlayer.backgroundFocusedColor\">Titanium.Media.VideoPlayer.backgroundFocusedColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.VideoPlayer.backgroundFocusedColor\">Titanium.Media.VideoPlayer.backgroundFocusedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundFocusedColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundFocusedImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.VideoPlayer.backgroundFocusedImage\">Titanium.Media.VideoPlayer.backgroundFocusedImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.VideoPlayer.backgroundFocusedImage\">Titanium.Media.VideoPlayer.backgroundFocusedImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundFocusedImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.VideoPlayer.backgroundFocusedImage\">Titanium.Media.VideoPlayer.backgroundFocusedImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.VideoPlayer.backgroundFocusedImage\">Titanium.Media.VideoPlayer.backgroundFocusedImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundFocusedImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundGradient",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.VideoPlayer.backgroundGradient\">Titanium.Media.VideoPlayer.backgroundGradient</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.VideoPlayer.backgroundGradient\">Titanium.Media.VideoPlayer.backgroundGradient</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Gradient",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundGradient",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.VideoPlayer.backgroundGradient\">Titanium.Media.VideoPlayer.backgroundGradient</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.VideoPlayer.backgroundGradient\">Titanium.Media.VideoPlayer.backgroundGradient</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundGradient",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Gradient",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.VideoPlayer.backgroundImage\">Titanium.Media.VideoPlayer.backgroundImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.VideoPlayer.backgroundImage\">Titanium.Media.VideoPlayer.backgroundImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.VideoPlayer.backgroundImage\">Titanium.Media.VideoPlayer.backgroundImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.VideoPlayer.backgroundImage\">Titanium.Media.VideoPlayer.backgroundImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundRepeat",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.VideoPlayer.backgroundRepeat\">Titanium.Media.VideoPlayer.backgroundRepeat</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.VideoPlayer.backgroundRepeat\">Titanium.Media.VideoPlayer.backgroundRepeat</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundRepeat",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.VideoPlayer.backgroundRepeat\">Titanium.Media.VideoPlayer.backgroundRepeat</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.VideoPlayer.backgroundRepeat\">Titanium.Media.VideoPlayer.backgroundRepeat</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundRepeat",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundLeftCap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.VideoPlayer.backgroundLeftCap\">Titanium.Media.VideoPlayer.backgroundLeftCap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.VideoPlayer.backgroundLeftCap\">Titanium.Media.VideoPlayer.backgroundLeftCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundLeftCap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.VideoPlayer.backgroundLeftCap\">Titanium.Media.VideoPlayer.backgroundLeftCap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.VideoPlayer.backgroundLeftCap\">Titanium.Media.VideoPlayer.backgroundLeftCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundLeftCap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundSelectedColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.VideoPlayer.backgroundSelectedColor\">Titanium.Media.VideoPlayer.backgroundSelectedColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.VideoPlayer.backgroundSelectedColor\">Titanium.Media.VideoPlayer.backgroundSelectedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundSelectedColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.VideoPlayer.backgroundSelectedColor\">Titanium.Media.VideoPlayer.backgroundSelectedColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.VideoPlayer.backgroundSelectedColor\">Titanium.Media.VideoPlayer.backgroundSelectedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundSelectedColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundSelectedImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.VideoPlayer.backgroundSelectedImage\">Titanium.Media.VideoPlayer.backgroundSelectedImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.VideoPlayer.backgroundSelectedImage\">Titanium.Media.VideoPlayer.backgroundSelectedImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundSelectedImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.VideoPlayer.backgroundSelectedImage\">Titanium.Media.VideoPlayer.backgroundSelectedImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.VideoPlayer.backgroundSelectedImage\">Titanium.Media.VideoPlayer.backgroundSelectedImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundSelectedImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundTopCap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.VideoPlayer.backgroundTopCap\">Titanium.Media.VideoPlayer.backgroundTopCap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.VideoPlayer.backgroundTopCap\">Titanium.Media.VideoPlayer.backgroundTopCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundTopCap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.VideoPlayer.backgroundTopCap\">Titanium.Media.VideoPlayer.backgroundTopCap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.VideoPlayer.backgroundTopCap\">Titanium.Media.VideoPlayer.backgroundTopCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundTopCap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.VideoPlayer.borderColor\">Titanium.Media.VideoPlayer.borderColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.VideoPlayer.borderColor\">Titanium.Media.VideoPlayer.borderColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.VideoPlayer.borderColor\">Titanium.Media.VideoPlayer.borderColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.VideoPlayer.borderColor\">Titanium.Media.VideoPlayer.borderColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderRadius",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.VideoPlayer.borderRadius\">Titanium.Media.VideoPlayer.borderRadius</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.VideoPlayer.borderRadius\">Titanium.Media.VideoPlayer.borderRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderRadius",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.VideoPlayer.borderRadius\">Titanium.Media.VideoPlayer.borderRadius</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.VideoPlayer.borderRadius\">Titanium.Media.VideoPlayer.borderRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderRadius",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderWidth",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.VideoPlayer.borderWidth\">Titanium.Media.VideoPlayer.borderWidth</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.VideoPlayer.borderWidth\">Titanium.Media.VideoPlayer.borderWidth</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderWidth",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.VideoPlayer.borderWidth\">Titanium.Media.VideoPlayer.borderWidth</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.VideoPlayer.borderWidth\">Titanium.Media.VideoPlayer.borderWidth</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderWidth",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBottom",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.VideoPlayer.bottom\">Titanium.Media.VideoPlayer.bottom</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.VideoPlayer.bottom\">Titanium.Media.VideoPlayer.bottom</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBottom",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.VideoPlayer.bottom\">Titanium.Media.VideoPlayer.bottom</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.VideoPlayer.bottom\">Titanium.Media.VideoPlayer.bottom</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bottom",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getCenter",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.VideoPlayer.center\">Titanium.Media.VideoPlayer.center</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.VideoPlayer.center\">Titanium.Media.VideoPlayer.center</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setCenter",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.VideoPlayer.center\">Titanium.Media.VideoPlayer.center</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.VideoPlayer.center\">Titanium.Media.VideoPlayer.center</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "center",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getChildren",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.VideoPlayer.children\">Titanium.Media.VideoPlayer.children</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.VideoPlayer.children\">Titanium.Media.VideoPlayer.children</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getClipMode",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.VideoPlayer.clipMode\">Titanium.Media.VideoPlayer.clipMode</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.VideoPlayer.clipMode\">Titanium.Media.VideoPlayer.clipMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setClipMode",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.VideoPlayer.clipMode\">Titanium.Media.VideoPlayer.clipMode</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.VideoPlayer.clipMode\">Titanium.Media.VideoPlayer.clipMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "clipMode",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getElevation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.VideoPlayer.elevation\">Titanium.Media.VideoPlayer.elevation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.VideoPlayer.elevation\">Titanium.Media.VideoPlayer.elevation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setElevation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.VideoPlayer.elevation\">Titanium.Media.VideoPlayer.elevation</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.VideoPlayer.elevation\">Titanium.Media.VideoPlayer.elevation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "elevation",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getFocusable",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.VideoPlayer.focusable\">Titanium.Media.VideoPlayer.focusable</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.VideoPlayer.focusable\">Titanium.Media.VideoPlayer.focusable</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setFocusable",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.VideoPlayer.focusable\">Titanium.Media.VideoPlayer.focusable</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.VideoPlayer.focusable\">Titanium.Media.VideoPlayer.focusable</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "focusable",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getHeight",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.VideoPlayer.height\">Titanium.Media.VideoPlayer.height</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.VideoPlayer.height\">Titanium.Media.VideoPlayer.height</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHeight",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.VideoPlayer.height\">Titanium.Media.VideoPlayer.height</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.VideoPlayer.height\">Titanium.Media.VideoPlayer.height</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "height",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHiddenBehavior",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.VideoPlayer.hiddenBehavior\">Titanium.Media.VideoPlayer.hiddenBehavior</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.VideoPlayer.hiddenBehavior\">Titanium.Media.VideoPlayer.hiddenBehavior</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setHiddenBehavior",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.VideoPlayer.hiddenBehavior\">Titanium.Media.VideoPlayer.hiddenBehavior</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.VideoPlayer.hiddenBehavior\">Titanium.Media.VideoPlayer.hiddenBehavior</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "hiddenBehavior",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getHorizontalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.VideoPlayer.horizontalMotionEffect\">Titanium.Media.VideoPlayer.horizontalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.VideoPlayer.horizontalMotionEffect\">Titanium.Media.VideoPlayer.horizontalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "MinMaxOptions",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHorizontalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.VideoPlayer.horizontalMotionEffect\">Titanium.Media.VideoPlayer.horizontalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.VideoPlayer.horizontalMotionEffect\">Titanium.Media.VideoPlayer.horizontalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "horizontalMotionEffect",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "MinMaxOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLeft",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.VideoPlayer.left\">Titanium.Media.VideoPlayer.left</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.VideoPlayer.left\">Titanium.Media.VideoPlayer.left</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLeft",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.VideoPlayer.left\">Titanium.Media.VideoPlayer.left</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.VideoPlayer.left\">Titanium.Media.VideoPlayer.left</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "left",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLayout",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.VideoPlayer.layout\">Titanium.Media.VideoPlayer.layout</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.VideoPlayer.layout\">Titanium.Media.VideoPlayer.layout</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLayout",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.VideoPlayer.layout\">Titanium.Media.VideoPlayer.layout</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.VideoPlayer.layout\">Titanium.Media.VideoPlayer.layout</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "layout",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getOpacity",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.VideoPlayer.opacity\">Titanium.Media.VideoPlayer.opacity</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.VideoPlayer.opacity\">Titanium.Media.VideoPlayer.opacity</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setOpacity",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.VideoPlayer.opacity\">Titanium.Media.VideoPlayer.opacity</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.VideoPlayer.opacity\">Titanium.Media.VideoPlayer.opacity</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "opacity",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getOverrideCurrentAnimation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.VideoPlayer.overrideCurrentAnimation\">Titanium.Media.VideoPlayer.overrideCurrentAnimation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.VideoPlayer.overrideCurrentAnimation\">Titanium.Media.VideoPlayer.overrideCurrentAnimation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setOverrideCurrentAnimation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.VideoPlayer.overrideCurrentAnimation\">Titanium.Media.VideoPlayer.overrideCurrentAnimation</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.VideoPlayer.overrideCurrentAnimation\">Titanium.Media.VideoPlayer.overrideCurrentAnimation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "overrideCurrentAnimation",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getPullBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.VideoPlayer.pullBackgroundColor\">Titanium.Media.VideoPlayer.pullBackgroundColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.VideoPlayer.pullBackgroundColor\">Titanium.Media.VideoPlayer.pullBackgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setPullBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.VideoPlayer.pullBackgroundColor\">Titanium.Media.VideoPlayer.pullBackgroundColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.VideoPlayer.pullBackgroundColor\">Titanium.Media.VideoPlayer.pullBackgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "pullBackgroundColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPreviewContext",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.VideoPlayer.previewContext\">Titanium.Media.VideoPlayer.previewContext</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.VideoPlayer.previewContext\">Titanium.Media.VideoPlayer.previewContext</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.iOS.PreviewContext",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "setPreviewContext",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.VideoPlayer.previewContext\">Titanium.Media.VideoPlayer.previewContext</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.VideoPlayer.previewContext\">Titanium.Media.VideoPlayer.previewContext</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "previewContext",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.iOS.PreviewContext",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "getRight",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.VideoPlayer.right\">Titanium.Media.VideoPlayer.right</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.VideoPlayer.right\">Titanium.Media.VideoPlayer.right</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setRight",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.VideoPlayer.right\">Titanium.Media.VideoPlayer.right</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.VideoPlayer.right\">Titanium.Media.VideoPlayer.right</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "right",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.VideoPlayer.rect\">Titanium.Media.VideoPlayer.rect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.VideoPlayer.rect\">Titanium.Media.VideoPlayer.rect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "DimensionWithAbsolutes",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRotation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.VideoPlayer.rotation\">Titanium.Media.VideoPlayer.rotation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.VideoPlayer.rotation\">Titanium.Media.VideoPlayer.rotation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRotation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.VideoPlayer.rotation\">Titanium.Media.VideoPlayer.rotation</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.VideoPlayer.rotation\">Titanium.Media.VideoPlayer.rotation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rotation",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getRotationX",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.VideoPlayer.rotationX\">Titanium.Media.VideoPlayer.rotationX</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.VideoPlayer.rotationX\">Titanium.Media.VideoPlayer.rotationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRotationX",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.VideoPlayer.rotationX\">Titanium.Media.VideoPlayer.rotationX</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.VideoPlayer.rotationX\">Titanium.Media.VideoPlayer.rotationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rotationX",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getRotationY",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.VideoPlayer.rotationY\">Titanium.Media.VideoPlayer.rotationY</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.VideoPlayer.rotationY\">Titanium.Media.VideoPlayer.rotationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRotationY",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.VideoPlayer.rotationY\">Titanium.Media.VideoPlayer.rotationY</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.VideoPlayer.rotationY\">Titanium.Media.VideoPlayer.rotationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rotationY",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getScaleX",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.VideoPlayer.scaleX\">Titanium.Media.VideoPlayer.scaleX</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.VideoPlayer.scaleX\">Titanium.Media.VideoPlayer.scaleX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setScaleX",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.VideoPlayer.scaleX\">Titanium.Media.VideoPlayer.scaleX</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.VideoPlayer.scaleX\">Titanium.Media.VideoPlayer.scaleX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "scaleX",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getScaleY",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.VideoPlayer.scaleY\">Titanium.Media.VideoPlayer.scaleY</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.VideoPlayer.scaleY\">Titanium.Media.VideoPlayer.scaleY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setScaleY",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.VideoPlayer.scaleY\">Titanium.Media.VideoPlayer.scaleY</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.VideoPlayer.scaleY\">Titanium.Media.VideoPlayer.scaleY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "scaleY",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getSize",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.VideoPlayer.size\">Titanium.Media.VideoPlayer.size</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.VideoPlayer.size\">Titanium.Media.VideoPlayer.size</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Dimension",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSoftKeyboardOnFocus",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.VideoPlayer.softKeyboardOnFocus\">Titanium.Media.VideoPlayer.softKeyboardOnFocus</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.VideoPlayer.softKeyboardOnFocus\">Titanium.Media.VideoPlayer.softKeyboardOnFocus</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setSoftKeyboardOnFocus",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.VideoPlayer.softKeyboardOnFocus\">Titanium.Media.VideoPlayer.softKeyboardOnFocus</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.VideoPlayer.softKeyboardOnFocus\">Titanium.Media.VideoPlayer.softKeyboardOnFocus</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "softKeyboardOnFocus",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTintColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.VideoPlayer.tintColor\">Titanium.Media.VideoPlayer.tintColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.VideoPlayer.tintColor\">Titanium.Media.VideoPlayer.tintColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTintColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.VideoPlayer.tintColor\">Titanium.Media.VideoPlayer.tintColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.VideoPlayer.tintColor\">Titanium.Media.VideoPlayer.tintColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "tintColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTop",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.VideoPlayer.top\">Titanium.Media.VideoPlayer.top</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.VideoPlayer.top\">Titanium.Media.VideoPlayer.top</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTop",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.VideoPlayer.top\">Titanium.Media.VideoPlayer.top</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.VideoPlayer.top\">Titanium.Media.VideoPlayer.top</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "top",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTouchEnabled",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.VideoPlayer.touchEnabled\">Titanium.Media.VideoPlayer.touchEnabled</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.VideoPlayer.touchEnabled\">Titanium.Media.VideoPlayer.touchEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTouchEnabled",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.VideoPlayer.touchEnabled\">Titanium.Media.VideoPlayer.touchEnabled</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.VideoPlayer.touchEnabled\">Titanium.Media.VideoPlayer.touchEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchEnabled",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTouchFeedback",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.VideoPlayer.touchFeedback\">Titanium.Media.VideoPlayer.touchFeedback</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.VideoPlayer.touchFeedback\">Titanium.Media.VideoPlayer.touchFeedback</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTouchFeedback",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.VideoPlayer.touchFeedback\">Titanium.Media.VideoPlayer.touchFeedback</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.VideoPlayer.touchFeedback\">Titanium.Media.VideoPlayer.touchFeedback</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchFeedback",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTouchFeedbackColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.VideoPlayer.touchFeedbackColor\">Titanium.Media.VideoPlayer.touchFeedbackColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.VideoPlayer.touchFeedbackColor\">Titanium.Media.VideoPlayer.touchFeedbackColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTouchFeedbackColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.VideoPlayer.touchFeedbackColor\">Titanium.Media.VideoPlayer.touchFeedbackColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.VideoPlayer.touchFeedbackColor\">Titanium.Media.VideoPlayer.touchFeedbackColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchFeedbackColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTransform",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.VideoPlayer.transform\">Titanium.Media.VideoPlayer.transform</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.VideoPlayer.transform\">Titanium.Media.VideoPlayer.transform</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Matrix2D",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTransform",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.VideoPlayer.transform\">Titanium.Media.VideoPlayer.transform</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.VideoPlayer.transform\">Titanium.Media.VideoPlayer.transform</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "transform",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Matrix2D",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTranslationX",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.VideoPlayer.translationX\">Titanium.Media.VideoPlayer.translationX</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.VideoPlayer.translationX\">Titanium.Media.VideoPlayer.translationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTranslationX",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.VideoPlayer.translationX\">Titanium.Media.VideoPlayer.translationX</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.VideoPlayer.translationX\">Titanium.Media.VideoPlayer.translationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translationX",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTranslationY",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.VideoPlayer.translationY\">Titanium.Media.VideoPlayer.translationY</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.VideoPlayer.translationY\">Titanium.Media.VideoPlayer.translationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTranslationY",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.VideoPlayer.translationY\">Titanium.Media.VideoPlayer.translationY</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.VideoPlayer.translationY\">Titanium.Media.VideoPlayer.translationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translationY",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTranslationZ",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.VideoPlayer.translationZ\">Titanium.Media.VideoPlayer.translationZ</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.VideoPlayer.translationZ\">Titanium.Media.VideoPlayer.translationZ</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTranslationZ",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.VideoPlayer.translationZ\">Titanium.Media.VideoPlayer.translationZ</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.VideoPlayer.translationZ\">Titanium.Media.VideoPlayer.translationZ</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translationZ",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTransitionName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.VideoPlayer.transitionName\">Titanium.Media.VideoPlayer.transitionName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.VideoPlayer.transitionName\">Titanium.Media.VideoPlayer.transitionName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTransitionName",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.VideoPlayer.transitionName\">Titanium.Media.VideoPlayer.transitionName</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.VideoPlayer.transitionName\">Titanium.Media.VideoPlayer.transitionName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "transitionName",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getVerticalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.VideoPlayer.verticalMotionEffect\">Titanium.Media.VideoPlayer.verticalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.VideoPlayer.verticalMotionEffect\">Titanium.Media.VideoPlayer.verticalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "MinMaxOptions",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setVerticalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.VideoPlayer.verticalMotionEffect\">Titanium.Media.VideoPlayer.verticalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.VideoPlayer.verticalMotionEffect\">Titanium.Media.VideoPlayer.verticalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "verticalMotionEffect",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "MinMaxOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowRadius",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.VideoPlayer.viewShadowRadius\">Titanium.Media.VideoPlayer.viewShadowRadius</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.VideoPlayer.viewShadowRadius\">Titanium.Media.VideoPlayer.viewShadowRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowRadius",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.VideoPlayer.viewShadowRadius\">Titanium.Media.VideoPlayer.viewShadowRadius</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.VideoPlayer.viewShadowRadius\">Titanium.Media.VideoPlayer.viewShadowRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowRadius",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.VideoPlayer.viewShadowColor\">Titanium.Media.VideoPlayer.viewShadowColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.VideoPlayer.viewShadowColor\">Titanium.Media.VideoPlayer.viewShadowColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.VideoPlayer.viewShadowColor\">Titanium.Media.VideoPlayer.viewShadowColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.VideoPlayer.viewShadowColor\">Titanium.Media.VideoPlayer.viewShadowColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowOffset",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.VideoPlayer.viewShadowOffset\">Titanium.Media.VideoPlayer.viewShadowOffset</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.VideoPlayer.viewShadowOffset\">Titanium.Media.VideoPlayer.viewShadowOffset</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowOffset",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.VideoPlayer.viewShadowOffset\">Titanium.Media.VideoPlayer.viewShadowOffset</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.VideoPlayer.viewShadowOffset\">Titanium.Media.VideoPlayer.viewShadowOffset</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowOffset",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getVisible",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.VideoPlayer.visible\">Titanium.Media.VideoPlayer.visible</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.VideoPlayer.visible\">Titanium.Media.VideoPlayer.visible</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setVisible",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.VideoPlayer.visible\">Titanium.Media.VideoPlayer.visible</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.VideoPlayer.visible\">Titanium.Media.VideoPlayer.visible</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "visible",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getWidth",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.VideoPlayer.width\">Titanium.Media.VideoPlayer.width</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.VideoPlayer.width\">Titanium.Media.VideoPlayer.width</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setWidth",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.VideoPlayer.width\">Titanium.Media.VideoPlayer.width</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.VideoPlayer.width\">Titanium.Media.VideoPlayer.width</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "width",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHorizontalWrap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.VideoPlayer.horizontalWrap\">Titanium.Media.VideoPlayer.horizontalWrap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.VideoPlayer.horizontalWrap\">Titanium.Media.VideoPlayer.horizontalWrap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHorizontalWrap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.VideoPlayer.horizontalWrap\">Titanium.Media.VideoPlayer.horizontalWrap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.VideoPlayer.horizontalWrap\">Titanium.Media.VideoPlayer.horizontalWrap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "horizontalWrap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getZIndex",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.VideoPlayer.zIndex\">Titanium.Media.VideoPlayer.zIndex</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.VideoPlayer.zIndex\">Titanium.Media.VideoPlayer.zIndex</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setZIndex",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.VideoPlayer.zIndex\">Titanium.Media.VideoPlayer.zIndex</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.VideoPlayer.zIndex\">Titanium.Media.VideoPlayer.zIndex</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "zIndex",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getKeepScreenOn",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.VideoPlayer.keepScreenOn\">Titanium.Media.VideoPlayer.keepScreenOn</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.VideoPlayer.keepScreenOn\">Titanium.Media.VideoPlayer.keepScreenOn</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setKeepScreenOn",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.VideoPlayer.keepScreenOn\">Titanium.Media.VideoPlayer.keepScreenOn</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.VideoPlayer.keepScreenOn\">Titanium.Media.VideoPlayer.keepScreenOn</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "keepScreenOn",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getAllowsAirPlay",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.VideoPlayer.allowsAirPlay\">Titanium.Media.VideoPlayer.allowsAirPlay</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.VideoPlayer.allowsAirPlay\">Titanium.Media.VideoPlayer.allowsAirPlay</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAllowsAirPlay",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.VideoPlayer.allowsAirPlay\">Titanium.Media.VideoPlayer.allowsAirPlay</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.VideoPlayer.allowsAirPlay\">Titanium.Media.VideoPlayer.allowsAirPlay</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "allowsAirPlay",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAutoplay",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.VideoPlayer.autoplay\">Titanium.Media.VideoPlayer.autoplay</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.VideoPlayer.autoplay\">Titanium.Media.VideoPlayer.autoplay</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAutoplay",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.VideoPlayer.autoplay\">Titanium.Media.VideoPlayer.autoplay</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.VideoPlayer.autoplay\">Titanium.Media.VideoPlayer.autoplay</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "autoplay",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundView",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.VideoPlayer.backgroundView\">Titanium.Media.VideoPlayer.backgroundView</a> property. <strong>Deprecated since 7.0.0. Use <a href=\"Titanium.Media.VideoPlayer.overlayView\">Titanium.Media.VideoPlayer.overlayView</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.View",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundView",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.VideoPlayer.backgroundView\">Titanium.Media.VideoPlayer.backgroundView</a> property. <strong>Deprecated since 7.0.0. Use <a href=\"Titanium.Media.VideoPlayer.overlayView\">Titanium.Media.VideoPlayer.overlayView</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundView",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getContentURL",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.VideoPlayer.contentURL\">Titanium.Media.VideoPlayer.contentURL</a> property. <strong>Removed in 3.0.0. Use <a href=\"Titanium.Media.VideoPlayer.url\">Titanium.Media.VideoPlayer.url</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setContentURL",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.VideoPlayer.contentURL\">Titanium.Media.VideoPlayer.contentURL</a> property. <strong>Removed in 3.0.0. Use <a href=\"Titanium.Media.VideoPlayer.url\">Titanium.Media.VideoPlayer.url</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "contentURL",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getCurrentPlaybackTime",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.VideoPlayer.currentPlaybackTime\">Titanium.Media.VideoPlayer.currentPlaybackTime</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.VideoPlayer.currentPlaybackTime\">Titanium.Media.VideoPlayer.currentPlaybackTime</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setCurrentPlaybackTime",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.VideoPlayer.currentPlaybackTime\">Titanium.Media.VideoPlayer.currentPlaybackTime</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.VideoPlayer.currentPlaybackTime\">Titanium.Media.VideoPlayer.currentPlaybackTime</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "currentPlaybackTime",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getDuration",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.VideoPlayer.duration\">Titanium.Media.VideoPlayer.duration</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.VideoPlayer.duration\">Titanium.Media.VideoPlayer.duration</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setDuration",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.VideoPlayer.duration\">Titanium.Media.VideoPlayer.duration</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.VideoPlayer.duration\">Titanium.Media.VideoPlayer.duration</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "duration",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getEndPlaybackTime",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.VideoPlayer.endPlaybackTime\">Titanium.Media.VideoPlayer.endPlaybackTime</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.VideoPlayer.endPlaybackTime\">Titanium.Media.VideoPlayer.endPlaybackTime</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setEndPlaybackTime",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.VideoPlayer.endPlaybackTime\">Titanium.Media.VideoPlayer.endPlaybackTime</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.VideoPlayer.endPlaybackTime\">Titanium.Media.VideoPlayer.endPlaybackTime</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "endPlaybackTime",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getFullscreen",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.VideoPlayer.fullscreen\">Titanium.Media.VideoPlayer.fullscreen</a> property. <strong>Removed in 7.0.0. This method has been removed for iOS in Titanium SDK 7.0.0 as of the official deprecation by Apple.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setFullscreen",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.VideoPlayer.fullscreen\">Titanium.Media.VideoPlayer.fullscreen</a> property. <strong>Removed in 7.0.0. This method has been removed for iOS in Titanium SDK 7.0.0 as of the official deprecation by Apple.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "fullscreen",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getInitialPlaybackTime",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.VideoPlayer.initialPlaybackTime\">Titanium.Media.VideoPlayer.initialPlaybackTime</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.VideoPlayer.initialPlaybackTime\">Titanium.Media.VideoPlayer.initialPlaybackTime</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setInitialPlaybackTime",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.VideoPlayer.initialPlaybackTime\">Titanium.Media.VideoPlayer.initialPlaybackTime</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.VideoPlayer.initialPlaybackTime\">Titanium.Media.VideoPlayer.initialPlaybackTime</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "initialPlaybackTime",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLoadState",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.VideoPlayer.loadState\">Titanium.Media.VideoPlayer.loadState</a> property. <strong>Deprecated since 7.0.0. On iOS, use <a href=\"Titanium.Media.VideoPlayer.moviePlayerStatus\">Titanium.Media.VideoPlayer.moviePlayerStatus</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setMedia",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.VideoPlayer.media\">Titanium.Media.VideoPlayer.media</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.VideoPlayer.media\">Titanium.Media.VideoPlayer.media</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "media",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.Blob",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getMediaControlStyle",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.VideoPlayer.mediaControlStyle\">Titanium.Media.VideoPlayer.mediaControlStyle</a> property. <strong>Removed in 7.0.0. On iOS, use <a href=\"Titanium.Media.VideoPlayer.showsControls\">Titanium.Media.VideoPlayer.showsControls</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setMediaControlStyle",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.VideoPlayer.mediaControlStyle\">Titanium.Media.VideoPlayer.mediaControlStyle</a> property. <strong>Removed in 7.0.0. On iOS, use <a href=\"Titanium.Media.VideoPlayer.showsControls\">Titanium.Media.VideoPlayer.showsControls</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "mediaControlStyle",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getMediaTypes",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.VideoPlayer.mediaTypes\">Titanium.Media.VideoPlayer.mediaTypes</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.VideoPlayer.mediaTypes\">Titanium.Media.VideoPlayer.mediaTypes</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setMediaTypes",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.VideoPlayer.mediaTypes\">Titanium.Media.VideoPlayer.mediaTypes</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.VideoPlayer.mediaTypes\">Titanium.Media.VideoPlayer.mediaTypes</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "mediaTypes",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getMoviePlayerStatus",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.VideoPlayer.moviePlayerStatus\">Titanium.Media.VideoPlayer.moviePlayerStatus</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.VideoPlayer.moviePlayerStatus\">Titanium.Media.VideoPlayer.moviePlayerStatus</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getNaturalSize",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.VideoPlayer.naturalSize\">Titanium.Media.VideoPlayer.naturalSize</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.VideoPlayer.naturalSize\">Titanium.Media.VideoPlayer.naturalSize</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "MovieSize",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setNaturalSize",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.VideoPlayer.naturalSize\">Titanium.Media.VideoPlayer.naturalSize</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.VideoPlayer.naturalSize\">Titanium.Media.VideoPlayer.naturalSize</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "naturalSize",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "MovieSize",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getOverlayView",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.VideoPlayer.overlayView\">Titanium.Media.VideoPlayer.overlayView</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.VideoPlayer.overlayView\">Titanium.Media.VideoPlayer.overlayView</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.View",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setOverlayView",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.VideoPlayer.overlayView\">Titanium.Media.VideoPlayer.overlayView</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.VideoPlayer.overlayView\">Titanium.Media.VideoPlayer.overlayView</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "overlayView",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPictureInPictureEnabled",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.VideoPlayer.pictureInPictureEnabled\">Titanium.Media.VideoPlayer.pictureInPictureEnabled</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.VideoPlayer.pictureInPictureEnabled\">Titanium.Media.VideoPlayer.pictureInPictureEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setPictureInPictureEnabled",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.VideoPlayer.pictureInPictureEnabled\">Titanium.Media.VideoPlayer.pictureInPictureEnabled</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.VideoPlayer.pictureInPictureEnabled\">Titanium.Media.VideoPlayer.pictureInPictureEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "pictureInPictureEnabled",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPlayableDuration",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.VideoPlayer.playableDuration\">Titanium.Media.VideoPlayer.playableDuration</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.VideoPlayer.playableDuration\">Titanium.Media.VideoPlayer.playableDuration</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPlaybackState",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.VideoPlayer.playbackState\">Titanium.Media.VideoPlayer.playbackState</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.VideoPlayer.playbackState\">Titanium.Media.VideoPlayer.playbackState</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPlaying",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.VideoPlayer.playing\">Titanium.Media.VideoPlayer.playing</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.VideoPlayer.playing\">Titanium.Media.VideoPlayer.playing</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRepeatMode",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.VideoPlayer.repeatMode\">Titanium.Media.VideoPlayer.repeatMode</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.VideoPlayer.repeatMode\">Titanium.Media.VideoPlayer.repeatMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setRepeatMode",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.VideoPlayer.repeatMode\">Titanium.Media.VideoPlayer.repeatMode</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.VideoPlayer.repeatMode\">Titanium.Media.VideoPlayer.repeatMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "repeatMode",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getScalingMode",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.VideoPlayer.scalingMode\">Titanium.Media.VideoPlayer.scalingMode</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.VideoPlayer.scalingMode\">Titanium.Media.VideoPlayer.scalingMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setScalingMode",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.VideoPlayer.scalingMode\">Titanium.Media.VideoPlayer.scalingMode</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.VideoPlayer.scalingMode\">Titanium.Media.VideoPlayer.scalingMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "scalingMode",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getShowsControls",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.VideoPlayer.showsControls\">Titanium.Media.VideoPlayer.showsControls</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.VideoPlayer.showsControls\">Titanium.Media.VideoPlayer.showsControls</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setShowsControls",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.VideoPlayer.showsControls\">Titanium.Media.VideoPlayer.showsControls</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.VideoPlayer.showsControls\">Titanium.Media.VideoPlayer.showsControls</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "showsControls",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSourceType",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.VideoPlayer.sourceType\">Titanium.Media.VideoPlayer.sourceType</a> property. <strong>Removed in 7.0.0. This method has been removed in Titanium SDK 7.0.0 as of the official deprecation by Apple.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setSourceType",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.VideoPlayer.sourceType\">Titanium.Media.VideoPlayer.sourceType</a> property. <strong>Removed in 7.0.0. This method has been removed in Titanium SDK 7.0.0 as of the official deprecation by Apple.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "sourceType",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getUrl",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.VideoPlayer.url\">Titanium.Media.VideoPlayer.url</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.VideoPlayer.url\">Titanium.Media.VideoPlayer.url</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setUrl",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.VideoPlayer.url\">Titanium.Media.VideoPlayer.url</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.VideoPlayer.url\">Titanium.Media.VideoPlayer.url</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "url",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getVolume",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Media.VideoPlayer.volume\">Titanium.Media.VideoPlayer.volume</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Media.VideoPlayer.volume\">Titanium.Media.VideoPlayer.volume</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setVolume",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Media.VideoPlayer.volume\">Titanium.Media.VideoPlayer.volume</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Media.VideoPlayer.volume\">Titanium.Media.VideoPlayer.volume</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "volume",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.UI.View",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "accessibilityHidden",
                    "deprecated": false,
                    "description": "<p>Whether the view should be &quot;hidden&quot; from (i.e., ignored by) the accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityHint",
                    "deprecated": false,
                    "description": "<p>Briefly describes what performing an action (such as a click) on the view will do.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityLabel",
                    "deprecated": false,
                    "description": "<p>A succint label identifying the view for the device's accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityValue",
                    "deprecated": false,
                    "description": "<p>A string describing the value (if any) of the view for the device's accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "anchorPoint",
                    "deprecated": false,
                    "description": "<p>Coordinate of the view about which to pivot an animation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "animatedCenter",
                    "deprecated": false,
                    "description": "<p>Current position of the view during an animation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundColor",
                    "deprecated": false,
                    "description": "<p>Background color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundDisabledColor",
                    "deprecated": false,
                    "description": "<p>Disabled background color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundDisabledImage",
                    "deprecated": false,
                    "description": "<p>Disabled background image for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundFocusedColor",
                    "deprecated": false,
                    "description": "<p>Focused background color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundFocusedImage",
                    "deprecated": false,
                    "description": "<p>Focused background image for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundGradient",
                    "deprecated": false,
                    "description": "<p>A background gradient for the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [
                        {
                            "title": "Linear and Radial Gradients",
                            "code": "<p>The following code excerpt creates two views, one with a linear gradient and one with\na radial gradient.</p>\n<pre><code>var win1 = Titanium.UI.createWindow({\n    title:'Tab 1',\n    backgroundColor:'#fff',\n    layout: 'vertical'\n});\n\nvar radialGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'radial',\n        startPoint: { x: 50, y: 50 },\n        endPoint: { x: 50, y: 50 },\n        colors: [ 'red', 'blue'],\n        startRadius: 50,\n        endRadius: 0,\n        backfillStart: true\n    }\n});\nvar linearGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'linear',\n        startPoint: { x: '0%', y: '50%' },\n        endPoint: { x: '100%', y: '50%' },\n        colors: [ { color: 'red', offset: 0.0}, { color: 'blue', offset: 0.25 }, { color: 'red', offset: 1.0 } ],\n    }\n});\nwin1.add(radialGradient);\nwin1.add(linearGradient);\nwin1.open();\n</code></pre>"
                        }
                    ],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Gradient",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundImage",
                    "deprecated": false,
                    "description": "<p>Background image for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundRepeat",
                    "deprecated": false,
                    "description": "<p>Determines whether to tile a background across a view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundLeftCap",
                    "deprecated": false,
                    "description": "<p>Size of the left end cap.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundSelectedColor",
                    "deprecated": false,
                    "description": "<p>Selected background color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundSelectedImage",
                    "deprecated": false,
                    "description": "<p>Selected background image url for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundTopCap",
                    "deprecated": false,
                    "description": "<p>Size of the top end cap.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderColor",
                    "deprecated": false,
                    "description": "<p>Border color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderRadius",
                    "deprecated": false,
                    "description": "<p>Radius for the rounded corners of the view's border.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderWidth",
                    "deprecated": false,
                    "description": "<p>Border width of the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "bottom",
                    "deprecated": false,
                    "description": "<p>View's bottom position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "center",
                    "deprecated": false,
                    "description": "<p>View's center position, in the parent view's coordinates.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "children",
                    "deprecated": false,
                    "description": "<p>Array of this view's child views.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "clipMode",
                    "deprecated": false,
                    "description": "<p>View's clipping behavior.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "elevation",
                    "deprecated": false,
                    "description": "<p>Base elevation of the view relative to its parent in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "focusable",
                    "deprecated": false,
                    "description": "<p>Whether view should be focusable while navigating with the trackball.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "height",
                    "deprecated": false,
                    "description": "<p>View height, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.FILL",
                        "Titanium.UI.SIZE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hiddenBehavior",
                    "deprecated": false,
                    "description": "<p>Sets the behavior when hiding an object to release or keep the free space</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.HIDDEN_BEHAVIOR_INVISIBLE",
                        "Titanium.UI.HIDDEN_BEHAVIOR_GONE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "horizontalMotionEffect",
                    "deprecated": false,
                    "description": "<p>Adds a horizontal parallax effect to the view</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "MinMaxOptions",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "id",
                    "deprecated": false,
                    "description": "<p>View's identifier.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "left",
                    "deprecated": false,
                    "description": "<p>View's left position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "layout",
                    "deprecated": false,
                    "description": "<p>Specifies how the view positions its children.\nOne of: 'composite', 'vertical', or 'horizontal'.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "opacity",
                    "deprecated": false,
                    "description": "<p>Opacity of this view, from 0.0 (transparent) to 1.0 (opaque). Defaults to 1.0 (opaque).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "overrideCurrentAnimation",
                    "deprecated": false,
                    "description": "<p>When on, animate call overrides current animation if applicable.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "pullBackgroundColor",
                    "deprecated": false,
                    "description": "<p>Background color of the wrapper view when this view is used as either <a href=\"Titanium.UI.ListView.pullView\">Titanium.UI.ListView.pullView</a> or <a href=\"Titanium.UI.TableView.headerPullView\">Titanium.UI.TableView.headerPullView</a>.</p>\n<p>Defaults to <code>undefined</code>. Results in a light grey background color on the wrapper view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "previewContext",
                    "deprecated": false,
                    "description": "<p>The preview context used in the 3D-Touch feature &quot;Peek and Pop&quot;.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Titanium.UI.iOS.PreviewContext",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "right",
                    "deprecated": false,
                    "description": "<p>View's right position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "rect",
                    "deprecated": false,
                    "description": "<p>The bounding box of the view relative to its parent, in system units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "type": "DimensionWithAbsolutes",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "rotation",
                    "deprecated": false,
                    "description": "<p>Clockwise 2D rotation of the view in degrees.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "rotationX",
                    "deprecated": false,
                    "description": "<p>Clockwise rotation of the view in degrees (x-axis).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "rotationY",
                    "deprecated": false,
                    "description": "<p>Clockwise rotation of the view in degrees (y-axis).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "scaleX",
                    "deprecated": false,
                    "description": "<p>Scaling of the view in x-axis in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "scaleY",
                    "deprecated": false,
                    "description": "<p>Scaling of the view in y-axis in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "size",
                    "deprecated": false,
                    "description": "<p>The size of the view in system units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Dimension",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "softKeyboardOnFocus",
                    "deprecated": false,
                    "description": "<p>Determines keyboard behavior when this view is focused. Defaults to <a href=\"Titanium.UI.Android.SOFT_KEYBOARD_DEFAULT_ON_FOCUS\">Titanium.UI.Android.SOFT_KEYBOARD_DEFAULT_ON_FOCUS</a>.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.Android.SOFT_KEYBOARD_DEFAULT_ON_FOCUS",
                        "Titanium.UI.Android.SOFT_KEYBOARD_HIDE_ON_FOCUS",
                        "Titanium.UI.Android.SOFT_KEYBOARD_SHOW_ON_FOCUS"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "tintColor",
                    "deprecated": false,
                    "description": "<p>The view's tintColor</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "top",
                    "deprecated": false,
                    "description": "<p>The view's top position.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "touchEnabled",
                    "deprecated": false,
                    "description": "<p>Determines whether view should receive touch events.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "touchFeedback",
                    "deprecated": false,
                    "description": "<p>A material design visual construct that provides an instantaneous visual confirmation of touch point.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "touchFeedbackColor",
                    "deprecated": false,
                    "description": "<p>Optional touch feedback ripple color. This has no effect unless <code>touchFeedback</code> is true.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "transform",
                    "deprecated": false,
                    "description": "<p>Transformation matrix to apply to the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Titanium.UI.Matrix2D",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "translationX",
                    "deprecated": false,
                    "description": "<p>Horizontal location of the view relative to its left position in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "translationY",
                    "deprecated": false,
                    "description": "<p>Vertical location of the view relative to its top position in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "translationZ",
                    "deprecated": false,
                    "description": "<p>Depth of the view relative to its elevation in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "transitionName",
                    "deprecated": false,
                    "description": "<p>A name to identify this view in activity transition.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.2"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "verticalMotionEffect",
                    "deprecated": false,
                    "description": "<p>Adds a vertical parallax effect to the view</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "MinMaxOptions",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowRadius",
                    "deprecated": false,
                    "description": "<p>Determines the blur radius used to create the shadow.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowColor",
                    "deprecated": false,
                    "description": "<p>Determines the color of the shadow.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowOffset",
                    "deprecated": false,
                    "description": "<p>Determines the offset for the shadow of the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "visible",
                    "deprecated": false,
                    "description": "<p>Determines whether the view is visible.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "width",
                    "deprecated": false,
                    "description": "<p>View's width, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.FILL",
                        "Titanium.UI.SIZE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "horizontalWrap",
                    "deprecated": false,
                    "description": "<p>Determines whether the layout has wrapping behavior.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "zIndex",
                    "deprecated": false,
                    "description": "<p>Z-index stack order position, relative to other sibling views.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "keepScreenOn",
                    "deprecated": false,
                    "description": "<p>Determines whether to keep the device screen on.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "allowsAirPlay",
                    "deprecated": false,
                    "description": "<p>Whether or not the current movie can be played on a remote device.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "autoplay",
                    "deprecated": false,
                    "description": "<p>Indicates if a movie should automatically start playback.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundView",
                    "deprecated": true,
                    "description": "<p>Sets the background view for customization which is always displayed behind movie content. <strong>Deprecated since 7.0.0. Use <a href=\"Titanium.Media.VideoPlayer.overlayView\">Titanium.Media.VideoPlayer.overlayView</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Titanium.UI.View",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "contentURL",
                    "deprecated": true,
                    "description": "<p>URL of the media to play. <strong>Removed in 3.0.0. Use <a href=\"Titanium.Media.VideoPlayer.url\">Titanium.Media.VideoPlayer.url</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "currentPlaybackTime",
                    "deprecated": false,
                    "description": "<p>Current playback time of the current movie in milliseconds.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "duration",
                    "deprecated": false,
                    "description": "<p>The duration of the current movie in milliseconds, or 0.0 if not known.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "endPlaybackTime",
                    "deprecated": false,
                    "description": "<p>The end time of movie playback, in milliseconds.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fullscreen",
                    "deprecated": true,
                    "description": "<p>Determines if the movie is presented in the entire screen (obscuring all other application content).\n<strong>Removed in 7.0.0. This method has been removed for iOS in Titanium SDK 7.0.0 as of the official deprecation by Apple.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "initialPlaybackTime",
                    "deprecated": false,
                    "description": "<p>The start time of movie playback, in milliseconds.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "loadState",
                    "deprecated": true,
                    "description": "<p>Returns the network load state of the movie player. <strong>Deprecated since 7.0.0. On iOS, use <a href=\"Titanium.Media.VideoPlayer.moviePlayerStatus\">Titanium.Media.VideoPlayer.moviePlayerStatus</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "media",
                    "deprecated": false,
                    "description": "<p>Media object to play, as either a <code>File</code>,  a <code>Blob</code>, or a URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "write-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Titanium.Blob",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "mediaControlStyle",
                    "deprecated": true,
                    "description": "<p>The style of the playback controls. <strong>Removed in 7.0.0. On iOS, use <a href=\"Titanium.Media.VideoPlayer.showsControls\">Titanium.Media.VideoPlayer.showsControls</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.Media.VIDEO_CONTROL_DEFAULT",
                        "Titanium.Media.VIDEO_CONTROL_EMBEDDED",
                        "Titanium.Media.VIDEO_CONTROL_FULLSCREEN",
                        "Titanium.Media.VIDEO_CONTROL_HIDDEN",
                        "Titanium.Media.VIDEO_CONTROL_NONE",
                        "Titanium.Media.VIDEO_CONTROL_VOLUME_ONLY"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "mediaTypes",
                    "deprecated": false,
                    "description": "<p>The types of media in the movie, or <a href=\"Titanium.Media.VIDEO_MEDIA_TYPE_NONE\">Titanium.Media.VIDEO_MEDIA_TYPE_NONE</a> if not known.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.Media.VIDEO_MEDIA_TYPE_AUDIO",
                        "Titanium.Media.VIDEO_MEDIA_TYPE_NONE",
                        "Titanium.Media.VIDEO_MEDIA_TYPE_VIDEO"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "moviePlayerStatus",
                    "deprecated": false,
                    "description": "<p>Returns the status of the movie player.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "naturalSize",
                    "deprecated": false,
                    "description": "<p>Returns the natural size of the movie.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "MovieSize",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "overlayView",
                    "deprecated": false,
                    "description": "<p>Use the overlay view to add additional custom views between the video content and the controls.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Titanium.UI.View",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "pictureInPictureEnabled",
                    "deprecated": false,
                    "description": "<p>Whether or not the receiver allows Picture in Picture playback.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "playableDuration",
                    "deprecated": false,
                    "description": "<p>Currently playable duration of the movie, in milliseconds, for progressively\ndownloaded network content, or 0.0 if not known.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "playbackState",
                    "deprecated": false,
                    "description": "<p>Current playback state of the video player.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.Media.VIDEO_PLAYBACK_STATE_INTERRUPTED",
                        "Titanium.Media.VIDEO_PLAYBACK_STATE_PAUSED",
                        "Titanium.Media.VIDEO_PLAYBACK_STATE_PLAYING",
                        "Titanium.Media.VIDEO_PLAYBACK_STATE_SEEKING_BACKWARD",
                        "Titanium.Media.VIDEO_PLAYBACK_STATE_SEEKING_FORWARD",
                        "Titanium.Media.VIDEO_PLAYBACK_STATE_STOPPED"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "playing",
                    "deprecated": false,
                    "description": "<p>Boolean to indicate if the player has started playing.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "repeatMode",
                    "deprecated": false,
                    "description": "<p>Determines how the movie player repeats when reaching the end of playback.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.Media.VIDEO_REPEAT_MODE_NONE",
                        "Titanium.Media.VIDEO_REPEAT_MODE_ONE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "scalingMode",
                    "deprecated": false,
                    "description": "<p>Determines how the content scales to fit the view.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.Media.VIDEO_SCALING_ASPECT_FILL",
                        "Titanium.Media.VIDEO_SCALING_ASPECT_FIT",
                        "Titanium.Media.VIDEO_SCALING_MODE_FILL",
                        "Titanium.Media.VIDEO_SCALING_NONE",
                        "Titanium.Media.VIDEO_SCALING_RESIZE",
                        "Titanium.Media.VIDEO_SCALING_RESIZE_ASPECT",
                        "Titanium.Media.VIDEO_SCALING_RESIZE_ASPECT_FILL"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "showsControls",
                    "deprecated": false,
                    "description": "<p>Whether or not the receiver shows playback controls. Default is true.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "sourceType",
                    "deprecated": true,
                    "description": "<p>The playback type of the movie. <strong>Removed in 7.0.0. This method has been removed in Titanium SDK 7.0.0 as of the official deprecation by Apple.</strong></p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.Media.VIDEO_SOURCE_TYPE_FILE",
                        "Titanium.Media.VIDEO_SOURCE_TYPE_STREAMING",
                        "Titanium.Media.VIDEO_SOURCE_TYPE_UNKNOWN"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "url",
                    "deprecated": false,
                    "description": "<p>URL of the media to play.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "volume",
                    "deprecated": false,
                    "description": "<p>Volume of the audio portion of the video.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>The video player is a native view that can be used to play videos, either stored\nlocally or streamed from a web server. The player can occupy the full screen, or can\nbe used as a view that can be added to other views.</p>\n<p>Use the <a href=\"Titanium.Media.createVideoPlayer\">Titanium.Media.createVideoPlayer</a> method to create a video player.</p>\n<p>All platforms support specifying the video content as a URL, either to a local file or\na remote stream. This is done by setting the <a href=\"Titanium.Media.VideoPlayer.url\">url</a> property.</p>\n<h4>iOS Implementation Notes</h4>\n<p>On iOS, video content can also be specified as a <a href=\"Titanium.Blob\">Blob</a> or\n<a href=\"Titanium.Filesystem.File\">File</a> object using the\n<a href=\"Titanium.Media.VideoPlayer.media\">media</a> property.</p>\n<p>On iOS, a video player can dynamically switch back and forth between fullscreen mode\nand standard mode. If the native video controls are displayed, the user can use them\nto switch between standard and fullscreen mode.</p>\n<h4>Android Implementation Notes</h4>\n<p>On Android, the video player cannot switch modes. To create a fullscreen player, you\nmust specify <code>fullscreen: true</code> when you create the player. This fullscreen player\ncreates its own Android <a href=\"Titanium.Android.Activity\">Activity</a> on top of the activity stack.\nUnlike a normal view, this fullscreen video player appears as soon as it is created.\nThe user can close the player by pressing the <strong>Back</strong> button. See the code examples for\na sample using the fullscreen player on Android.</p>\n<p>There are several known issues with clipping on the Android video player.</p>\n<ul>\n<li>\n<p>When used with <code>scalingMode</code> set to VIDEO_SCALING_ASPECT_FILL or VIDEO_SCALING_NONE,\nthe video content is not correctly clipped to the boundaries of the view.\n(<a href=\"https://jira.appcelerator.org/browse/TIMOB-7628\">TIMOB-7628</a>)</p>\n</li>\n<li>\n<p>When a border is set on the view, the video content does not take the border width\ninto account, so the video content covers the border.\n(<a href=\"https://jira.appcelerator.org/browse/TIMOB-7628\">TIMOB-7628</a>)</p>\n</li>\n<li>\n<p>If a borderRadius is specified, the video content is not clipped to the rounded\ncorners. (<a href=\"https://jira.appcelerator.org/browse/TIMOB-7629\">TIMOB-7629</a>)</p>\n</li>\n</ul>\n<p>On Android, using a video player inside a scroll view is not recommended. When scrolling,\nblack bars may appear over the video content.</p>\n<p>This is because the video player is rendered on a special Android UI element called a SurfaceView.\nAndroid renders the SurfaceView behind the main window and punches a hole in the window\nto reveal the video.  Because the content of the SurfaceView does not reside in the application\nwindow, the video content cannot be transformed (moved, scaled or rotated) with the window.\nThis makes it difficult for the content to render properly inside a ScrollView.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.9"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.9"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.9"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "ThumbnailResponse",
            "description": "<p>Simple object passed to the thumbnail callback in response to the\n<a href=\"Titanium.Media.VideoPlayer.requestThumbnailImagesAtTimes\">requestThumbnailImagesAtTimes</a>\nmethod.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "ErrorResponse",
            "isInternal": false,
            "properties": [
                {
                    "name": "success",
                    "deprecated": false,
                    "description": "<p>Indicates if the operation succeeded.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "error",
                    "deprecated": false,
                    "description": "<p>Error message, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "code",
                    "deprecated": false,
                    "description": "<p>Error code. Returns 0 if <code>success</code> is <code>true</code>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "image",
                    "deprecated": false,
                    "description": "<p>Thumbnail image, as a <code>Blob</code>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Titanium.Blob",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "time",
                    "deprecated": false,
                    "description": "<p>Time offset for the thumbnail, in seconds.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>The callback is invoked when a movie thumbnail is available.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "3.6.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "MovieSize",
            "description": "<p>Simple object used to describe the size of a movie.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "width",
                    "deprecated": false,
                    "description": "<p>Width of the movie.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "height",
                    "deprecated": false,
                    "description": "<p>Height of the movie.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.Network.BonjourBrowser",
            "description": "<p>A browser for the discovery and retrieval of Bonjour services available on the network.</p>",
            "deprecated": false,
            "events": [
                {
                    "name": "updatedservices",
                    "deprecated": false,
                    "description": "<p>Fired when the discovered services list is updated</p>",
                    "properties": [
                        {
                            "name": "services",
                            "constants": [],
                            "description": "<p>An array of BonjourService objects corresponding to currently available services.  If you cache this value, including using it as table data, be aware that it could become out of date at any time due to the asynchronous nature of Bonjour service discovery.</p>",
                            "type": "Array",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                }
            ],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "search",
                    "deprecated": false,
                    "description": "<p>Conduct a search for Bonjour services matching the type and domain specified during creation</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "stopSearch",
                    "deprecated": false,
                    "description": "<p>Halt an ongoing search</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Network.BonjourBrowser.bubbleParent\">Titanium.Network.BonjourBrowser.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Network.BonjourBrowser.bubbleParent\">Titanium.Network.BonjourBrowser.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Network.BonjourBrowser.bubbleParent\">Titanium.Network.BonjourBrowser.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Network.BonjourBrowser.bubbleParent\">Titanium.Network.BonjourBrowser.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Network.BonjourBrowser.apiName\">Titanium.Network.BonjourBrowser.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Network.BonjourBrowser.apiName\">Titanium.Network.BonjourBrowser.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getDomain",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Network.BonjourBrowser.domain\">Titanium.Network.BonjourBrowser.domain</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Network.BonjourBrowser.domain\">Titanium.Network.BonjourBrowser.domain</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setDomain",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Network.BonjourBrowser.domain\">Titanium.Network.BonjourBrowser.domain</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Network.BonjourBrowser.domain\">Titanium.Network.BonjourBrowser.domain</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "domain",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getIsSearching",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Network.BonjourBrowser.isSearching\">Titanium.Network.BonjourBrowser.isSearching</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Network.BonjourBrowser.isSearching\">Titanium.Network.BonjourBrowser.isSearching</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setIsSearching",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Network.BonjourBrowser.isSearching\">Titanium.Network.BonjourBrowser.isSearching</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Network.BonjourBrowser.isSearching\">Titanium.Network.BonjourBrowser.isSearching</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "isSearching",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getServiceType",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Network.BonjourBrowser.serviceType\">Titanium.Network.BonjourBrowser.serviceType</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Network.BonjourBrowser.serviceType\">Titanium.Network.BonjourBrowser.serviceType</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setServiceType",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Network.BonjourBrowser.serviceType\">Titanium.Network.BonjourBrowser.serviceType</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Network.BonjourBrowser.serviceType\">Titanium.Network.BonjourBrowser.serviceType</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "serviceType",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "domain",
                    "deprecated": false,
                    "description": "<p>The domain the browser is searching in</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "isSearching",
                    "deprecated": false,
                    "description": "<p>Whether or not the browser is currently searching</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "serviceType",
                    "deprecated": false,
                    "description": "<p>The type of the service the browser searches for</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>Use the <a href=\"Titanium.Network.createBonjourBrowser\">Titanium.Network.createBonjourBrowser</a> method to create a <code>BonjourBrowser</code> instance.</p>\n<p>If your application publishes Bonjour services itself, that service will be discovered\nby the browser if necessary; be prepared to perform a check if you do not want to list\nlocal services as available.  Bonjour service browsing is an asynchronous operation,\nmeaning that you should be extremely careful when caching values from the <code>services</code>\nproperty returned by the <code>updatedservices</code> event.  In particular, if you maintain a\nlocal copy of available services and a user tries to connect to one, you should be prepared\nto handle failures gracefully; the next <code>updatedservices</code> event should provide the new\nservices list, but you should not rely on it being delivered before user input.  When\na window which uses Bonjour browsing is closed, if you do not want to continue searching,\nyou must call the stop() method.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "1.2.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "1.2.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.Network.BonjourService",
            "description": "<p>Describes a service on the network which is published by Bonjour.</p>",
            "deprecated": false,
            "events": [
                {
                    "name": "publish",
                    "deprecated": false,
                    "description": "<p>Fired when the service has been published (or errored).</p>",
                    "properties": [
                        {
                            "name": "code",
                            "constants": [],
                            "description": "<p>Error code</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "error",
                            "constants": [],
                            "description": "<p>Error message</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "success",
                            "constants": [],
                            "description": "<p>Reports if the publish operation was successful</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>the service whose publish operation was completed/errored.</p>",
                            "type": "Titanium.Network.BonjourService",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "resolve",
                    "deprecated": false,
                    "description": "<p>Fired when the service has been resolved (or errored). If successful, the <a href=\"Titanium.Network.BonjourService.socket\">socket</a> property should now be available.</p>",
                    "properties": [
                        {
                            "name": "code",
                            "constants": [],
                            "description": "<p>Error code</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "error",
                            "constants": [],
                            "description": "<p>Error message</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "success",
                            "constants": [],
                            "description": "<p>Reports if the resolve operation was successful</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>the service whose resolve operation was completed/errored.</p>",
                            "type": "Titanium.Network.BonjourService",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "stop",
                    "deprecated": false,
                    "description": "<p>Fired when a service's publish or resolution was stopped via <a href=\"Titanium.Network.BonjourService.stop\">Titanium.Network.BonjourService.stop</a></p>",
                    "properties": [
                        {
                            "name": "code",
                            "constants": [],
                            "description": "<p>Error code</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "error",
                            "constants": [],
                            "description": "<p>Error message</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "success",
                            "constants": [],
                            "description": "<p>Reports if the stop operation was successful</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>the service whose publish or resolve operation was stopped.</p>",
                            "type": "Titanium.Network.BonjourService",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                }
            ],
            "examples": [
                {
                    "title": "Resolve local HTTP/TCP services",
                    "code": "<p>The following code excerpt looks for http-based TCP zeroconf services on the local network.\nIt then attempts to resolve the service, establishing a socket that can be used for communications.</p>\n<pre><code> // Create the Bonjour Browser (looking for http)\n var httpBonjourBrowser = Ti.Network.createBonjourBrowser({\n    serviceType: '_http._tcp',\n    domain: 'local'\n });\n\n // Handle updated services\n httpBonjourBrowser.addEventListener('updatedservices', function (e) {\n    for (var service of e.services) {\n        // callback style\n        service.resolve(120, (err, success) =&gt; {\n            console.log(service.socket);\n            console.log(service.socket.port);\n            console.log(service.socket.host);\n        });\n    }\n });\n\n // Start searching\n httpBonjourBrowser.search();\n</code></pre>"
                },
                {
                    "title": "Create and Publish a local HTTP/TCP service",
                    "code": "<p>The following code excerpt creates a zeroconf bonjour service and publishes it out to the local network.\nA TCP Socket is used to handle listening for clients and communicating.</p>\n<pre><code> // Create the Bonjour Service\n var localService = Ti.Network.createBonjourService({\n   name: 'example',\n   type: '_test._tcp',\n   domain: 'local.'\n });\n\n // Create the socket we'll tie to the service\n var bonjourSocket = Ti.Network.Socket.createTCP({\n   host: '127.0.0.1',\n   port: 40401,\n   accepted: function (e) {\n     // Here you handle clients connecting\n     Ti.API.info(&quot;Listening socket &lt;&quot; + e.socket + &quot;&gt; accepted incoming connection &lt;&quot; + e.inbound + &quot;&gt;&quot;);\n     e.inbound.write(Ti.createBuffer({\n       value: 'You have been connected to a listening socket.\\r\\n'\n     }));\n     e.inbound.close();\n   },\n   error: function (e) {\n     // handle errors...\n     Ti.API.error(&quot;Socket &lt;&quot; + e.socket + &quot;&gt; encountered error when listening&quot;);\n     Ti.API.error(&quot; error code &lt;&quot; + e.errorCode + &quot;&gt;&quot;);\n     Ti.API.error(&quot; error description &lt;&quot; + e.error + &quot;&gt;&quot;);\n   }\n });\n\n // Make the socket listen for connections\n bonjourSocket.listen();\n\n // Make the socket accept incoming connections\n bonjourSocket.accept({ timeout: 10000 });\n\n // Publish the service\n localService.publish(bonjourSocket, fnction (err, bool) {\n   // Now you can find the service on your network (including using a Ti.Network.BonjourBrowser)\n });\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "publish",
                    "deprecated": false,
                    "description": "<p>Asynchronously publish a Bonjour service to the network.  Only works if isLocal is TRUE</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "socket",
                            "constants": [],
                            "description": "<p>a TCPSocket object to associate with the Bonjour service.</p>",
                            "type": "Titanium.Network.Socket.TCP",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Asynchronous callback function to receive the result of the publish operation</p>",
                            "type": "Function",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "resolve",
                    "deprecated": false,
                    "description": "<p>Asynchronously resolve a Bonjour service from the network.  Must be done before attempting to access the service's socket information, if a remote service.  You cannot resolve a locally published service.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "timeout",
                            "constants": [],
                            "description": "<p>the timeout for service resolution, in seconds.  Optional, default is 120s.</p>",
                            "type": "Number",
                            "usage": "optional"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Asynchronous callback function to receive the result of the resolve operation</p>",
                            "type": "Function",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "stop",
                    "deprecated": false,
                    "description": "<p>Asynchronously halts a currently running attempt to publish or resolve a service.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Asynchronous callback function to receive the result of the stop operation</p>",
                            "type": "Function",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Network.BonjourService.bubbleParent\">Titanium.Network.BonjourService.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Network.BonjourService.bubbleParent\">Titanium.Network.BonjourService.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Network.BonjourService.bubbleParent\">Titanium.Network.BonjourService.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Network.BonjourService.bubbleParent\">Titanium.Network.BonjourService.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Network.BonjourService.apiName\">Titanium.Network.BonjourService.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Network.BonjourService.apiName\">Titanium.Network.BonjourService.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getDomain",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Network.BonjourService.domain\">Titanium.Network.BonjourService.domain</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Network.BonjourService.domain\">Titanium.Network.BonjourService.domain</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setDomain",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Network.BonjourService.domain\">Titanium.Network.BonjourService.domain</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Network.BonjourService.domain\">Titanium.Network.BonjourService.domain</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "domain",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getIsLocal",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Network.BonjourService.isLocal\">Titanium.Network.BonjourService.isLocal</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Network.BonjourService.isLocal\">Titanium.Network.BonjourService.isLocal</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setIsLocal",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Network.BonjourService.isLocal\">Titanium.Network.BonjourService.isLocal</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Network.BonjourService.isLocal\">Titanium.Network.BonjourService.isLocal</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "isLocal",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Network.BonjourService.name\">Titanium.Network.BonjourService.name</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Network.BonjourService.name\">Titanium.Network.BonjourService.name</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setName",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Network.BonjourService.name\">Titanium.Network.BonjourService.name</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Network.BonjourService.name\">Titanium.Network.BonjourService.name</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSocket",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Network.BonjourService.socket\">Titanium.Network.BonjourService.socket</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Network.BonjourService.socket\">Titanium.Network.BonjourService.socket</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Network.Socket.TCP",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setSocket",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Network.BonjourService.socket\">Titanium.Network.BonjourService.socket</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Network.BonjourService.socket\">Titanium.Network.BonjourService.socket</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "socket",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.Network.Socket.TCP",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getType",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Network.BonjourService.type\">Titanium.Network.BonjourService.type</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Network.BonjourService.type\">Titanium.Network.BonjourService.type</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setType",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Network.BonjourService.type\">Titanium.Network.BonjourService.type</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Network.BonjourService.type\">Titanium.Network.BonjourService.type</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "domain",
                    "deprecated": false,
                    "description": "<p>the domain of the service</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "isLocal",
                    "deprecated": false,
                    "description": "<p>whether or not the service is local to the device</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "name",
                    "deprecated": false,
                    "description": "<p>the name of the service</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "socket",
                    "deprecated": false,
                    "description": "<p>the TCPSocket object that is used to connect to the service</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2.0"
                        }
                    ],
                    "type": "Titanium.Network.Socket.TCP",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "type",
                    "deprecated": false,
                    "description": "<p>the type of the service</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>You can obtain a <code>BonjourService</code> instance by calling <a href=\"Titanium.Network.createBonjourService\">Titanium.Network.createBonjourService</a>\nor from the <code>service</code> list from a <a href=\"Titanium.Network.BonjourBrowser\">BonjourBrowser</a><br>\n<code>updatedservices</code> event.</p>\n<p>You can only publish Bonjour services attached to a socket which is currently listening;\nyou cannot publish a service for a remotely connected socket.  If you stop the Bonjour\nservice and wish to close the socket it uses, it is strongly recommended that you stop\nthe service first.  When a window which publishes a Bonjour service is closed, you must\nstop the service if the associated socket is also to be closed, or if it is no longer\nnecessary to publish.  Bonjour service resolution and publishing is asynchronous.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "1.2.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "1.2.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.Network.Cookie",
            "description": "<p>Cookie object used to manage the system cookie store and HTTP client cookie store.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "isValid",
                    "deprecated": false,
                    "description": "<p>Returns true if the cookie is valid.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Network.Cookie.bubbleParent\">Titanium.Network.Cookie.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Network.Cookie.bubbleParent\">Titanium.Network.Cookie.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Network.Cookie.bubbleParent\">Titanium.Network.Cookie.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Network.Cookie.bubbleParent\">Titanium.Network.Cookie.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Network.Cookie.apiName\">Titanium.Network.Cookie.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Network.Cookie.apiName\">Titanium.Network.Cookie.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Network.Cookie.lifecycleContainer\">Titanium.Network.Cookie.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Network.Cookie.lifecycleContainer\">Titanium.Network.Cookie.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Network.Cookie.lifecycleContainer\">Titanium.Network.Cookie.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Network.Cookie.lifecycleContainer\">Titanium.Network.Cookie.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getComment",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Network.Cookie.comment\">Titanium.Network.Cookie.comment</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Network.Cookie.comment\">Titanium.Network.Cookie.comment</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setComment",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Network.Cookie.comment\">Titanium.Network.Cookie.comment</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Network.Cookie.comment\">Titanium.Network.Cookie.comment</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "comment",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getDomain",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Network.Cookie.domain\">Titanium.Network.Cookie.domain</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Network.Cookie.domain\">Titanium.Network.Cookie.domain</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setDomain",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Network.Cookie.domain\">Titanium.Network.Cookie.domain</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Network.Cookie.domain\">Titanium.Network.Cookie.domain</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "domain",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getExpiryDate",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Network.Cookie.expiryDate\">Titanium.Network.Cookie.expiryDate</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Network.Cookie.expiryDate\">Titanium.Network.Cookie.expiryDate</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setExpiryDate",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Network.Cookie.expiryDate\">Titanium.Network.Cookie.expiryDate</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Network.Cookie.expiryDate\">Titanium.Network.Cookie.expiryDate</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "expiryDate",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getMaxAge",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Network.Cookie.maxAge\">Titanium.Network.Cookie.maxAge</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Network.Cookie.maxAge\">Titanium.Network.Cookie.maxAge</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setMaxAge",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Network.Cookie.maxAge\">Titanium.Network.Cookie.maxAge</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Network.Cookie.maxAge\">Titanium.Network.Cookie.maxAge</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "maxAge",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getHttponly",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Network.Cookie.httponly\">Titanium.Network.Cookie.httponly</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Network.Cookie.httponly\">Titanium.Network.Cookie.httponly</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHttponly",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Network.Cookie.httponly\">Titanium.Network.Cookie.httponly</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Network.Cookie.httponly\">Titanium.Network.Cookie.httponly</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "httponly",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Network.Cookie.name\">Titanium.Network.Cookie.name</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Network.Cookie.name\">Titanium.Network.Cookie.name</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getOriginalUrl",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Network.Cookie.originalUrl\">Titanium.Network.Cookie.originalUrl</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Network.Cookie.originalUrl\">Titanium.Network.Cookie.originalUrl</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setOriginalUrl",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Network.Cookie.originalUrl\">Titanium.Network.Cookie.originalUrl</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Network.Cookie.originalUrl\">Titanium.Network.Cookie.originalUrl</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "originalUrl",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPath",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Network.Cookie.path\">Titanium.Network.Cookie.path</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Network.Cookie.path\">Titanium.Network.Cookie.path</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setPath",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Network.Cookie.path\">Titanium.Network.Cookie.path</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Network.Cookie.path\">Titanium.Network.Cookie.path</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "path",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSecure",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Network.Cookie.secure\">Titanium.Network.Cookie.secure</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Network.Cookie.secure\">Titanium.Network.Cookie.secure</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setSecure",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Network.Cookie.secure\">Titanium.Network.Cookie.secure</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Network.Cookie.secure\">Titanium.Network.Cookie.secure</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "secure",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getValue",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Network.Cookie.value\">Titanium.Network.Cookie.value</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Network.Cookie.value\">Titanium.Network.Cookie.value</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setValue",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Network.Cookie.value\">Titanium.Network.Cookie.value</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Network.Cookie.value\">Titanium.Network.Cookie.value</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "value",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getVersion",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Network.Cookie.version\">Titanium.Network.Cookie.version</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Network.Cookie.version\">Titanium.Network.Cookie.version</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setVersion",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Network.Cookie.version\">Titanium.Network.Cookie.version</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Network.Cookie.version\">Titanium.Network.Cookie.version</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "version",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": true,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "comment",
                    "deprecated": false,
                    "description": "<p>The comment describing the purpose of this cookie</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "domain",
                    "deprecated": false,
                    "description": "<p>The domain attribute of the cookie.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "expiryDate",
                    "deprecated": false,
                    "description": "<p>The expiration Date of the cookie.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "maxAge",
                    "deprecated": false,
                    "description": "<p>Sets the Max-Age attribute of a Cookie, in delta-seconds.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "httponly",
                    "deprecated": false,
                    "description": "<p>The httponly attribute of the cookie.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "name",
                    "deprecated": false,
                    "description": "<p>The name of the cookie.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "originalUrl",
                    "deprecated": false,
                    "description": "<p>The origual url attribute of the cookie.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "path",
                    "deprecated": false,
                    "description": "<p>The path attribute of the cookie.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "secure",
                    "deprecated": false,
                    "description": "<p>The secure attribute of the cookie.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "value",
                    "deprecated": false,
                    "description": "<p>The value of the cookie.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "version",
                    "deprecated": false,
                    "description": "<p>The version of the cookie specification to which this cookie conforms.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>Use <a href=\"Titanium.Network.createCookie\">Titanium.Network.createCookie</a> to create a new <code>Cookie</code> object.\nThe following is an example of how to setup and read a cookie on a web view:</p>\n<pre><code> if (!Date.prototype.toISOString) {\n   (function() {\n     function pad(number) {\n       var r = String(number);\n       if (r.length === 1) {\n         r = '0' + r;\n       }\n       return r;\n     }\n\n     Date.prototype.toISOString = function() {\n       return this.getUTCFullYear() +\n         '-' + pad(this.getUTCMonth() + 1) +\n         '-' + pad(this.getUTCDate()) +\n         'T' + pad(this.getUTCHours()) +\n         ':' + pad(this.getUTCMinutes()) +\n         ':' + pad(this.getUTCSeconds()) +\n         '.' + String((this.getUTCMilliseconds() / 1000).toFixed(3)).slice(2, 5) +\n         'Z';\n     };\n   }());\n }\n\n var cookieListTemplate = {\n   properties: {\n     accessoryType: Ti.UI.LIST_ACCESSORY_TYPE_DISCLOSURE,\n     canEdit: true\n   },\n   childTemplates: [{\n       type: 'Ti.UI.Label',\n       bindId: 'cookie domain',\n       properties: {\n         top: 5,\n         left: 10,\n         height: 15,\n         font: {\n           fontFamily: 'Courier New'\n         }\n       }\n     },\n     {\n       type: 'Ti.UI.Label',\n       bindId: 'cookie name',\n       properties: {\n         top: 25,\n         left: 10,\n         height: 15,\n         font: {\n           fontFamily: 'Courier New'\n         }\n       }\n     },\n     {\n       type: 'Ti.UI.Label',\n       bindId: 'cookie path',\n       properties: {\n         top: 45,\n         left: 10,\n         height: 15,\n         font: {\n           fontFamily: 'Courier New'\n         }\n       }\n     },\n     {\n       type: 'Ti.UI.Label',\n       bindId: 'cookie expiryDate',\n       properties: {\n         top: 65,\n         left: 10,\n         height: 15,\n         font: {\n           fontFamily: 'Courier New'\n         }\n       }\n     }\n   ]\n };\n var navigationController = Ti.UI.createNavigationWindow();\n\n function LoadCookiesWindow() {\n   var close = Ti.UI.createButton({\n     title: 'close',\n     bottom: 10\n   });\n   var win = Ti.UI.createWindow({\n     // rightNavButton: close\n     backgroundColor: '#ccc'\n   });\n   var nav = Ti.UI.createNavigationWindow({\n     window: win\n   });\n   var webview = Ti.UI.createWebView({\n     url: 'http://appcelerator.com',\n     bottom: 50\n   });\n   win.add(close);\n   win.add(webview);\n   close.addEventListener('click', function() {\n     nav.close();\n   });\n   return nav;\n }\n\n function MainWindow() {\n\n   var listViewData = [];\n   var loadCookies = Ti.UI.createButton({\n     title: &quot;cookies+&quot;,\n     left: 0,\n     bottom: 5\n   });\n   var createCookies = Ti.UI.createButton({\n     title: &quot;+&quot;,\n     right: 0,\n     bottom: 5\n   });\n\n   var win = Ti.UI.createWindow({\n     backgroundColor: '#ccc',\n     title: 'Cookies for iOS!',\n     // rightNavButton: loadCookies,\n     // leftNavButton: createCookies\n   });\n\n   var deleteCookies = Ti.UI.createButton({\n     title: 'delete all cookies',\n     bottom: 5\n   });\n   win.add(createCookies);\n   win.add(loadCookies);\n   win.add(deleteCookies);\n\n   deleteCookies.addEventListener('click', function() {\n     Ti.Network.removeAllHTTPCookies();\n     win.fireEvent('focus');\n   });\n\n   var listSection = Ti.UI.createListSection({\n     items: []\n   });\n\n   var listView = Ti.UI.createListView({\n     sections: [listSection],\n     rowHeight: 95,\n     bottom: 38,\n     templates: {\n       'cookieListTemplate': cookieListTemplate\n     }\n   });\n   win.add(listView);\n\n   win.addEventListener('focus', function() {\n     var cookies = Ti.Network.getAllHTTPCookies();\n     listViewData = [];\n     for (var i = 0; i &lt; cookies.length; i++) {\n       var obj = {};\n       var date = new Date(cookies[i].expiryDate);\n       obj['cookie domain'] = {\n         text: 'Domain:\\t' + cookies[i].domain\n       };\n       obj['cookie name'] = {\n         text: 'Name:\\t\\t' + cookies[i].name\n       };\n       obj['cookie path'] = {\n         text: 'Path:\\t\\t' + cookies[i].path\n       };\n       obj['cookie expiryDate'] = {\n         text: 'Exp Date:\\t' + (date.getMonth() + 1) + '/' + date.getDate() + '/' + date.getFullYear().toString().substr(2, 2)\n       };\n       obj['template'] = 'cookieListTemplate'\n       obj.cookie = {\n         domain: cookies[i].domain,\n         name: cookies[i].name,\n         path: cookies[i].path\n       }\n       listViewData.push(obj);\n     }\n     listSection.setItems(listViewData);\n   });\n   listView.addEventListener('itemclick', function(e) {\n     var item = e.section.getItemAt(e.itemIndex);\n     var cookie = Ti.Network.getHTTPCookies(\n       item.cookie.domain,\n       item.cookie.path,\n       item.cookie.name\n     );\n     if (!cookie.length) {\n       cookie = Ti.Network.getHTTPCookiesForDomain(item.cookie.domain);\n     }\n     var detailWindow = DetailWindow(cookie[0]);\n     navigationController.openWindow(detailWindow);\n   });\n   listView.addEventListener('delete', function(e) {\n     var item = listViewData[e.itemIndex];\n     // check if cookie exist with domain, path, and name\n     var cookie = Ti.Network.getHTTPCookies(\n       item.cookie.domain,\n       item.cookie.path,\n       item.cookie.name\n     );\n     if (cookie.length) {\n       Ti.Network.removeHTTPCookie(\n         item.cookie.domain,\n         item.cookie.path,\n         item.cookie.name\n       );\n     } else {\n       Ti.Network.removeHTTPCookiesForDomain(item.cookie.domain);\n     }\n     win.fireEvent('focus');\n   });\n   loadCookies.addEventListener('click', function() {\n     LoadCookiesWindow().open({\n       modal: true\n     });\n   });\n   createCookies.addEventListener('click', function() {\n     var detailWindow = DetailWindow(null);\n     navigationController.openWindow(detailWindow);\n   });\n   return win;\n }\n\n function CustomField(_params) {\n   var label = Ti.UI.createLabel({\n     left: 10,\n     right: 10,\n     top: 0,\n     text: _params.title,\n     font: {\n       fontFamily: 'Courier New'\n     }\n   });\n   var field = Ti.UI.createTextArea({\n     left: 10,\n     right: 10,\n     top: 8,\n     height: Ti.UI.SIZE,\n     value: _params.value,\n     borderRadius: 5,\n     font: {\n       fontFamily: 'Courier New'\n     }\n   });\n   if (_params.edit != undefined) {\n     field.editable = _params.edit;\n   }\n   var container = Ti.UI.createView({\n     layout: 'vertical',\n     top: 8,\n     bottom: 8,\n     height: Ti.UI.SIZE\n   });\n   container.add(label);\n   container.add(field);\n   return {\n     view: container,\n     value: function() {\n       return field.value.length ? field.value : null;\n     },\n     blur: function() {\n       field.blur();\n     }\n   };\n }\n\n function DetailWindow(_params) {\n   var hasCookie = _params != null;\n   _params = _params || {};\n   var win = Ti.UI.createWindow({\n     title: hasCookie ? 'Edit Cookie' : 'Create New Cookie',\n     backgroundColor: '#CCC'\n   });\n\n   var scroll = Ti.UI.createScrollView({\n     layout: 'vertical',\n     contentWidth: Ti.UI.FILL,\n     contentHeight: Ti.UI.SIZE\n   });\n\n   var name = CustomField({\n     title: 'name',\n     value: _params.name || ''\n   });\n   scroll.add(name.view);\n   var comment = CustomField({\n     title: 'comment',\n     value: _params.comment || ''\n   });\n   scroll.add(comment.view);\n   var domain = CustomField({\n     title: 'domain',\n     value: _params.domain || ''\n   });\n   scroll.add(domain.view);\n   var expiryDate = CustomField({\n     title: 'expiryDate',\n     value: _params.expiryDate ? new Date(_params.expiryDate).toISOString().replace('Z', '+0000') : ''\n   });\n   scroll.add(expiryDate.view);\n   var path = CustomField({\n     title: 'path',\n     value: _params.path || ''\n   });\n   scroll.add(path.view);\n   var value = CustomField({\n     title: 'value',\n     value: _params.value || ''\n   });\n   scroll.add(value.view);\n   var httponly = CustomField({\n     title: 'httponly',\n     value: _params.httponly === undefined ? '' : _params.httponly,\n     edit: false\n   });\n   scroll.add(httponly.view);\n   var secure = CustomField({\n     title: 'secure',\n     value: _params.secure || ''\n   });\n   scroll.add(secure.view);\n   var version = CustomField({\n     title: 'version',\n     value: _params.version || ''\n   });\n   scroll.add(version.view);\n\n   win.add(scroll);\n\n   function blurAll() {\n     name.blur();\n     comment.blur();\n     domain.blur();\n     expiryDate.blur();\n     path.blur();\n     value.blur();\n     httponly.blur();\n     secure.blur();\n     version.blur();\n   }\n\n   scroll.addEventListener('touchstart', blurAll);\n   scroll.addEventListener('dragstart', blurAll);\n\n   var updateButton = Ti.UI.createButton({\n     title: hasCookie ? 'Update Cookie' : 'Create Cookie',\n     left: 10,\n     right: 10,\n     top: 20,\n     backgroundColor: 'white'\n   });\n   scroll.add(updateButton)\n\n   updateButton.addEventListener('click', function() {\n     deleteCookie();\n     var cookie = getCookie();\n     if (cookie.isValid()) {\n       Ti.Network.addHTTPCookie(cookie);\n       Ti.UI.createAlertDialog({\n         title: 'Success!',\n         message: 'Cookie updated in the cookie storage'\n       }).show();\n     } else {\n       Ti.UI.createAlertDialog({\n         title: 'Fail!',\n         message: 'Cookie was invalid'\n       }).show();\n     }\n   });\n   if (hasCookie) {\n     var deleteButton = Ti.UI.createButton({\n       title: 'Delete Cookie',\n       left: 10,\n       right: 10,\n       top: 20,\n       backgroundColor: 'white'\n     });\n     scroll.add(deleteButton)\n\n     deleteButton.addEventListener('click', function() {\n       deleteCookie();\n       var cookie = getCookie();\n       if (cookie.isValid()) {\n         navigationController.closeWindow(win);\n       } else {\n         Ti.UI.createAlertDialog({\n           title: 'Fail!',\n           message: 'Cookie was invalid'\n         }).show();\n       }\n     });\n   }\n\n   function deleteCookie() {\n     Ti.Network.removeHTTPCookie(\n       _params.domain || domain.value(),\n       _params.path || path.value(),\n       _params.name || name.value()\n     );\n   }\n\n   function getCookie() {\n\n     var date = expiryDate.value();\n     var newDate = null;\n     if (date != null &amp;&amp; date.length &gt; 0) {\n       newDate = new Date(date);\n     }\n     var newCookie = Ti.Network.createCookie({\n       name: name.value(),\n       comment: comment.value(),\n       domain: domain.value(),\n       expiryDate: expiryDate.value(), // must be a JS Date object!\n       // expiryDate : newDate, // must be a JS Date object!\n       path: path.value() || '/',\n       value: value.value(),\n       httponly: httponly.value(), // Cannot set this one! ignored\n       secure: secure.value(),\n       version: version.value()\n     });\n\n     return newCookie;\n   }\n   return win;\n }\n\n navigationController.window = MainWindow();\n navigationController.open();\n</code></pre>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "3.2.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "3.3.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "3.3.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.Network.HTTPClient",
            "description": "<p>HTTP client object that (mostly) implements the XMLHttpRequest specification.</p>",
            "deprecated": false,
            "events": [],
            "examples": [
                {
                    "title": "Simple GET Request",
                    "code": "<p>The following code excerpt does a simple GET request and logs the response text.</p>\n<pre><code> var url = &quot;http://www.appcelerator.com&quot;;\n var client = Ti.Network.createHTTPClient({\n     // function called when the response data is available\n     onload : function(e) {\n         Ti.API.info(&quot;Received text: &quot; + this.responseText);\n         alert('success');\n     },\n     // function called when an error occurs, including a timeout\n     onerror : function(e) {\n         Ti.API.debug(e.error);\n         alert('error');\n     },\n     timeout : 5000  // in milliseconds\n });\n // Prepare the connection.\n client.open(&quot;GET&quot;, url);\n // Send the request.\n client.send();\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "abort",
                    "deprecated": false,
                    "description": "<p>Cancels a pending request.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "addAuthFactory",
                    "deprecated": true,
                    "description": "<p>Registers a new AuthSchemeFactory for a given scheme. <strong>Removed in 5.0.0.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "scheme",
                            "constants": [],
                            "description": "<p>The authentication scheme.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "factory",
                            "constants": [],
                            "description": "<p>The authentication factory. This factory must implement the <a href=\"https://developer.android.com/reference/org/apache/http/auth/AuthSchemeFactory.html\">AuthSchemeFactory</a> interface.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "addKeyManager",
                    "deprecated": true,
                    "description": "<p>Adds a custom key manager. <strong>Removed in 3.4.0.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "X509KeyManager",
                            "constants": [],
                            "description": "<p>X.509 key manager. This key manager must implement the <a href=\"https://developer.android.com/reference/javax/net/ssl/X509KeyManager.html\">X509KeyManager</a> inteface.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "addTrustManager",
                    "deprecated": true,
                    "description": "<p>Adds a custom trust manager. <strong>Removed in 3.4.0.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "X509TrustManager",
                            "constants": [],
                            "description": "<p>X.509 trust manager. This trust manager must implement the <a href=\"https://developer.android.com/reference/javax/net/ssl/X509TrustManager.html\">X509TrustManager</a> inteface.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "clearCookies",
                    "deprecated": false,
                    "description": "<p>Clears any cookies stored for the host.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "host",
                            "constants": [],
                            "description": "<p>The URL of the host/domain to clear cookies for.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getResponseHeader",
                    "deprecated": false,
                    "description": "<p>Returns the value of the specified response header.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the header to retrieve.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "open",
                    "deprecated": false,
                    "description": "<p>Opens the request and prepares the connection.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "method",
                            "constants": [],
                            "description": "<p>HTTP method for this request, such as 'GET' or 'POST'. 'PATCH' is available on Android from SDK 4.1.0.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "url",
                            "constants": [],
                            "description": "<p>URL for the request.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "async",
                            "constants": [],
                            "description": "<p>Determines whether the request should be made asynchronously. Only used on iOS.</p>",
                            "type": "Boolean",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "send",
                    "deprecated": false,
                    "description": "<p>Sends the request.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "data",
                            "constants": [],
                            "description": "<p>Data to send with a POST request.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setRequestHeader",
                    "deprecated": false,
                    "description": "<p>Sets the value for the specified request header. Must be called after <code>open</code> but before <code>send</code>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the header to set.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "value",
                            "constants": [],
                            "description": "<p>Value to assign to the header. May be <code>null</code> to clear a default header value, such as\nX-Requested-With.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTimeout",
                    "deprecated": false,
                    "description": "<p>Sets the request timeout.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "timeout",
                            "constants": [],
                            "description": "<p>Timeout in milliseconds.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Network.HTTPClient.bubbleParent\">Titanium.Network.HTTPClient.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Network.HTTPClient.bubbleParent\">Titanium.Network.HTTPClient.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Network.HTTPClient.bubbleParent\">Titanium.Network.HTTPClient.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Network.HTTPClient.bubbleParent\">Titanium.Network.HTTPClient.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Network.HTTPClient.apiName\">Titanium.Network.HTTPClient.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Network.HTTPClient.apiName\">Titanium.Network.HTTPClient.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Network.HTTPClient.lifecycleContainer\">Titanium.Network.HTTPClient.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Network.HTTPClient.lifecycleContainer\">Titanium.Network.HTTPClient.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Network.HTTPClient.lifecycleContainer\">Titanium.Network.HTTPClient.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Network.HTTPClient.lifecycleContainer\">Titanium.Network.HTTPClient.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getAllResponseHeaders",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Network.HTTPClient.allResponseHeaders\">Titanium.Network.HTTPClient.allResponseHeaders</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Network.HTTPClient.allResponseHeaders\">Titanium.Network.HTTPClient.allResponseHeaders</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getResponseHeaders",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Network.HTTPClient.responseHeaders\">Titanium.Network.HTTPClient.responseHeaders</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Network.HTTPClient.responseHeaders\">Titanium.Network.HTTPClient.responseHeaders</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Object",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAutoEncodeUrl",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Network.HTTPClient.autoEncodeUrl\">Titanium.Network.HTTPClient.autoEncodeUrl</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Network.HTTPClient.autoEncodeUrl\">Titanium.Network.HTTPClient.autoEncodeUrl</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setAutoEncodeUrl",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Network.HTTPClient.autoEncodeUrl\">Titanium.Network.HTTPClient.autoEncodeUrl</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Network.HTTPClient.autoEncodeUrl\">Titanium.Network.HTTPClient.autoEncodeUrl</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "autoEncodeUrl",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getAutoRedirect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Network.HTTPClient.autoRedirect\">Titanium.Network.HTTPClient.autoRedirect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Network.HTTPClient.autoRedirect\">Titanium.Network.HTTPClient.autoRedirect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAutoRedirect",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Network.HTTPClient.autoRedirect\">Titanium.Network.HTTPClient.autoRedirect</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Network.HTTPClient.autoRedirect\">Titanium.Network.HTTPClient.autoRedirect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "autoRedirect",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getConnected",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Network.HTTPClient.connected\">Titanium.Network.HTTPClient.connected</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Network.HTTPClient.connected\">Titanium.Network.HTTPClient.connected</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getConnectionType",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Network.HTTPClient.connectionType\">Titanium.Network.HTTPClient.connectionType</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Network.HTTPClient.connectionType\">Titanium.Network.HTTPClient.connectionType</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getDomain",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Network.HTTPClient.domain\">Titanium.Network.HTTPClient.domain</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Network.HTTPClient.domain\">Titanium.Network.HTTPClient.domain</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setDomain",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Network.HTTPClient.domain\">Titanium.Network.HTTPClient.domain</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Network.HTTPClient.domain\">Titanium.Network.HTTPClient.domain</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "domain",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getEnableKeepAlive",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Network.HTTPClient.enableKeepAlive\">Titanium.Network.HTTPClient.enableKeepAlive</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Network.HTTPClient.enableKeepAlive\">Titanium.Network.HTTPClient.enableKeepAlive</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setEnableKeepAlive",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Network.HTTPClient.enableKeepAlive\">Titanium.Network.HTTPClient.enableKeepAlive</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Network.HTTPClient.enableKeepAlive\">Titanium.Network.HTTPClient.enableKeepAlive</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "enableKeepAlive",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getFile",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Network.HTTPClient.file\">Titanium.Network.HTTPClient.file</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Network.HTTPClient.file\">Titanium.Network.HTTPClient.file</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setFile",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Network.HTTPClient.file\">Titanium.Network.HTTPClient.file</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Network.HTTPClient.file\">Titanium.Network.HTTPClient.file</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "file",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLocation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Network.HTTPClient.location\">Titanium.Network.HTTPClient.location</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Network.HTTPClient.location\">Titanium.Network.HTTPClient.location</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getOndatastream",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Network.HTTPClient.ondatastream\">Titanium.Network.HTTPClient.ondatastream</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Network.HTTPClient.ondatastream\">Titanium.Network.HTTPClient.ondatastream</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Function",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setOndatastream",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Network.HTTPClient.ondatastream\">Titanium.Network.HTTPClient.ondatastream</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Network.HTTPClient.ondatastream\">Titanium.Network.HTTPClient.ondatastream</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "ondatastream",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getOnerror",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Network.HTTPClient.onerror\">Titanium.Network.HTTPClient.onerror</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Network.HTTPClient.onerror\">Titanium.Network.HTTPClient.onerror</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Function",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setOnerror",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Network.HTTPClient.onerror\">Titanium.Network.HTTPClient.onerror</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Network.HTTPClient.onerror\">Titanium.Network.HTTPClient.onerror</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "onerror",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getOnload",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Network.HTTPClient.onload\">Titanium.Network.HTTPClient.onload</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Network.HTTPClient.onload\">Titanium.Network.HTTPClient.onload</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Function",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setOnload",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Network.HTTPClient.onload\">Titanium.Network.HTTPClient.onload</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Network.HTTPClient.onload\">Titanium.Network.HTTPClient.onload</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "onload",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getOnreadystatechange",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Network.HTTPClient.onreadystatechange\">Titanium.Network.HTTPClient.onreadystatechange</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Network.HTTPClient.onreadystatechange\">Titanium.Network.HTTPClient.onreadystatechange</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Function",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setOnreadystatechange",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Network.HTTPClient.onreadystatechange\">Titanium.Network.HTTPClient.onreadystatechange</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Network.HTTPClient.onreadystatechange\">Titanium.Network.HTTPClient.onreadystatechange</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "onreadystatechange",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getOnsendstream",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Network.HTTPClient.onsendstream\">Titanium.Network.HTTPClient.onsendstream</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Network.HTTPClient.onsendstream\">Titanium.Network.HTTPClient.onsendstream</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Function",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setOnsendstream",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Network.HTTPClient.onsendstream\">Titanium.Network.HTTPClient.onsendstream</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Network.HTTPClient.onsendstream\">Titanium.Network.HTTPClient.onsendstream</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "onsendstream",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPassword",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Network.HTTPClient.password\">Titanium.Network.HTTPClient.password</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Network.HTTPClient.password\">Titanium.Network.HTTPClient.password</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setPassword",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Network.HTTPClient.password\">Titanium.Network.HTTPClient.password</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Network.HTTPClient.password\">Titanium.Network.HTTPClient.password</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "password",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getReadyState",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Network.HTTPClient.readyState\">Titanium.Network.HTTPClient.readyState</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Network.HTTPClient.readyState\">Titanium.Network.HTTPClient.readyState</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getResponseData",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Network.HTTPClient.responseData\">Titanium.Network.HTTPClient.responseData</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Network.HTTPClient.responseData\">Titanium.Network.HTTPClient.responseData</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Blob",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getResponseText",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Network.HTTPClient.responseText\">Titanium.Network.HTTPClient.responseText</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Network.HTTPClient.responseText\">Titanium.Network.HTTPClient.responseText</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getResponseXML",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Network.HTTPClient.responseXML\">Titanium.Network.HTTPClient.responseXML</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Network.HTTPClient.responseXML\">Titanium.Network.HTTPClient.responseXML</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.Document",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSecurityManager",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Network.HTTPClient.securityManager\">Titanium.Network.HTTPClient.securityManager</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Network.HTTPClient.securityManager\">Titanium.Network.HTTPClient.securityManager</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "SecurityManagerProtocol",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setSecurityManager",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Network.HTTPClient.securityManager\">Titanium.Network.HTTPClient.securityManager</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Network.HTTPClient.securityManager\">Titanium.Network.HTTPClient.securityManager</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "securityManager",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "SecurityManagerProtocol",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getStatus",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Network.HTTPClient.status\">Titanium.Network.HTTPClient.status</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Network.HTTPClient.status\">Titanium.Network.HTTPClient.status</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getStatusText",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Network.HTTPClient.statusText\">Titanium.Network.HTTPClient.statusText</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Network.HTTPClient.statusText\">Titanium.Network.HTTPClient.statusText</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTimeout",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Network.HTTPClient.timeout\">Titanium.Network.HTTPClient.timeout</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Network.HTTPClient.timeout\">Titanium.Network.HTTPClient.timeout</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getUsername",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Network.HTTPClient.username\">Titanium.Network.HTTPClient.username</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Network.HTTPClient.username\">Titanium.Network.HTTPClient.username</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setUsername",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Network.HTTPClient.username\">Titanium.Network.HTTPClient.username</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Network.HTTPClient.username\">Titanium.Network.HTTPClient.username</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "username",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getValidatesSecureCertificate",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Network.HTTPClient.validatesSecureCertificate\">Titanium.Network.HTTPClient.validatesSecureCertificate</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Network.HTTPClient.validatesSecureCertificate\">Titanium.Network.HTTPClient.validatesSecureCertificate</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setValidatesSecureCertificate",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Network.HTTPClient.validatesSecureCertificate\">Titanium.Network.HTTPClient.validatesSecureCertificate</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Network.HTTPClient.validatesSecureCertificate\">Titanium.Network.HTTPClient.validatesSecureCertificate</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "validatesSecureCertificate",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTlsVersion",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Network.HTTPClient.tlsVersion\">Titanium.Network.HTTPClient.tlsVersion</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Network.HTTPClient.tlsVersion\">Titanium.Network.HTTPClient.tlsVersion</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.8.0.1"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.8.0.1"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTlsVersion",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Network.HTTPClient.tlsVersion\">Titanium.Network.HTTPClient.tlsVersion</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Network.HTTPClient.tlsVersion\">Titanium.Network.HTTPClient.tlsVersion</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "tlsVersion",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.8.0.1"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.8.0.1"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getCache",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Network.HTTPClient.cache\">Titanium.Network.HTTPClient.cache</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Network.HTTPClient.cache\">Titanium.Network.HTTPClient.cache</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setCache",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Network.HTTPClient.cache\">Titanium.Network.HTTPClient.cache</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Network.HTTPClient.cache\">Titanium.Network.HTTPClient.cache</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "cache",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "DONE",
                    "deprecated": false,
                    "description": "<p>Ready state constant indicating that the request is complete.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "HEADERS_RECEIVED",
                    "deprecated": false,
                    "description": "<p>Ready state constant indicating that response headers have been received.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "LOADING",
                    "deprecated": false,
                    "description": "<p>Ready state constant indicating that response data is being received from the remote server.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "OPENED",
                    "deprecated": false,
                    "description": "<p>Ready state constant indicating that the connection has been opened, but the request has\nnot yet been sent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "UNSENT",
                    "deprecated": false,
                    "description": "<p>Ready state constant indicating that HTTPClient request has not been opened or sent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "allResponseHeaders",
                    "deprecated": false,
                    "description": "<p>All of the response headers.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "responseHeaders",
                    "deprecated": false,
                    "description": "<p>Returns all the response headers returned with the request.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Object",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "autoEncodeUrl",
                    "deprecated": false,
                    "description": "<p>Determines whether automatic encoding is enabled for the specified URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "autoRedirect",
                    "deprecated": false,
                    "description": "<p>Determines whether automatic automatic handling of HTTP redirects is enabled.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "connected",
                    "deprecated": false,
                    "description": "<p>Indicates whether the response was successful.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "connectionType",
                    "deprecated": false,
                    "description": "<p>Connection type, normally either <code>GET</code>, <code>POST</code> or <code>PATCH</code>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "domain",
                    "deprecated": false,
                    "description": "<p>Sets the domain parameter for authentication credentials.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "enableKeepAlive",
                    "deprecated": false,
                    "description": "<p>Determines whether the client should attempt to keep a persistent connection.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "file",
                    "deprecated": false,
                    "description": "<p>Target local file or file path to receive data.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "location",
                    "deprecated": false,
                    "description": "<p>Absolute URL of the request.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ondatastream",
                    "deprecated": false,
                    "description": "<p>Function to be called at regular intervals as the request data is being received.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Function",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "onerror",
                    "deprecated": false,
                    "description": "<p>Function to be called upon a error response.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Function",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "onload",
                    "deprecated": false,
                    "description": "<p>Function to be called upon a successful response.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Function",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "onreadystatechange",
                    "deprecated": false,
                    "description": "<p>Function to be called for each <a href=\"Titanium.Network.HTTPClient.readyState\">readyState</a> change.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Function",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "onsendstream",
                    "deprecated": false,
                    "description": "<p>Function to be called at regular intervals as the request data is being transmitted.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Function",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "password",
                    "deprecated": false,
                    "description": "<p>Sets the password parameter for authentication credentials.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "readyState",
                    "deprecated": false,
                    "description": "<p>The current ready state of this HTTP request.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.Network.HTTPClient.UNSENT",
                        "Titanium.Network.HTTPClient.OPENED",
                        "Titanium.Network.HTTPClient.HEADERS_RECEIVED",
                        "Titanium.Network.HTTPClient.LOADING",
                        "Titanium.Network.HTTPClient.DONE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "responseData",
                    "deprecated": false,
                    "description": "<p>Response data as a <code>Blob</code> object.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Titanium.Blob",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "responseText",
                    "deprecated": false,
                    "description": "<p>Response as text.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "responseXML",
                    "deprecated": false,
                    "description": "<p>Response object as an XML DOM Document object.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Titanium.XML.Document",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "securityManager",
                    "deprecated": false,
                    "description": "<p>The Security Manager for this client.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "SecurityManagerProtocol",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "status",
                    "deprecated": false,
                    "description": "<p>Response HTTP status code.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "statusText",
                    "deprecated": false,
                    "description": "<p>Human-readable status message associated with the status code.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "timeout",
                    "deprecated": false,
                    "description": "<p>Timeout in milliseconds when the connection should be aborted.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "username",
                    "deprecated": false,
                    "description": "<p>Sets the username parameter for authentication credentials.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "validatesSecureCertificate",
                    "deprecated": false,
                    "description": "<p>Determines how SSL certification validation is performed on connection.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "tlsVersion",
                    "deprecated": false,
                    "description": "<p>Sets the TLS version to use for handshakes.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.Network.TLS_VERSION_1_0",
                        "Titanium.Network.TLS_VERSION_1_1",
                        "Titanium.Network.TLS_VERSION_1_2",
                        "Titanium.Network.TLS_VERSION_1_3"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.8.0.1"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.8.0.1"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "cache",
                    "deprecated": false,
                    "description": "<p>Determines whether HTTP responses are cached.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>Use <a href=\"Titanium.Network.createHTTPClient\">Titanium.Network.createHTTPClient</a> to create a new <code>HTTPClient</code> object.</p>\n<p>An <code>HTTPClient</code> object is intended to be used for a single request. It may be\npossible to re-use an <code>HTTPClient</code> object, but this use case is not tested.</p>\n<p>There are three steps in making a typical HTTP request:</p>\n<ul>\n<li>Creating an <code>HTTPClient</code> object.</li>\n<li>Opening the <code>HTTPClient</code> object.</li>\n<li>Sending the request.</li>\n</ul>\n<p>Before opening the request, you must define one or more callbacks to handle\nthe HTTP response, as well as errors, progress updates, and other conditions.</p>\n<p>The <code>HTTPClient</code> callbacks operate somewhat differently from other\nTitanium callbacks, in accordance with the XMLHttpRequest specification.</p>\n<p>When the callbacks are invoked, the <code>this</code> value is set to either the\noriginal <code>HTTPClient</code> object itself, or a response object that holds all\nof the response-related properties defined for the <code>HTTPClient</code> object. So the\ncallbacks can use code like this to access the response values:</p>\n<pre><code>httpResponse = this.responseText;\nstatus = this.status;\n</code></pre>\n<h4>Content-Type Header</h4>\n<p>When sending a POST request with the HTTP client, the Content-Type header is set automatically\ndepending on the platform and data type sent.</p>\n<p>On the Android and iOS platforms:</p>\n<ul>\n<li>If you are sending a JavaScript object, the content type is set to <code>multipart/form-data</code>.</li>\n<li>For all other data types on Android, the content type is set to <code>application/x-www-form-urlencoded</code>.</li>\n<li>For all other data types on iOS, the content type is <strong>NOT</strong> set.</li>\n</ul>\n<p>Use the <a href=\"Titanium.Network.HTTPClient.setRequestHeader\">setRequestHeader</a> method to override the\ndefault Content-Type header.</p>\n<h4>Asynchronous vs. Synchronous HTTP Requests</h4>\n<p>By default, the <code>HTTPClient</code> makes asynchronous requests.  Asynchronous requests do not block\nthe application and use callbacks to process responses when they are received.</p>\n<p>Synchronous requests block the execution of the application until it receives a response.\nOn the iOS platform,  you can make synchronous requests by setting the optional\n<code>async</code> parameter to <code>false</code> when calling the <a href=\"Titanium.Network.HTTPClient.open\">open</a> method.</p>\n<p>The Android platform does not support synchronous requests.</p>\n<h4>TLS Support</h4>\n<p>Transport Layer Security (TLS) is a protocol that ensures privacy between communicating applications\nand their users on the Internet. When a server and client communicate, TLS ensures that no third\nparty may eavesdrop or tamper with any message. TLS is the successor to the Secure Sockets Layer (SSL).</p>\n<p>To communicate to servers with the TLS protocol, you need to use the same TLS version between\nthe client and server.</p>\n<table class=\"doc-table\" summary=\"This table provides information about TLS versions.\">\n  <caption><b>TLS versions by platform</b></caption>\n  <thead>\n    <tr>\n      <th>Protocol</th>\n      <th>Android</th>\n      <th>iOS</th>\n    </tr>\n  </thead>\n  <tbody>\n    <tr>\n      <th align=\"left\">TLS 1.0</th>\n      <td>1.0+</td>\n      <td>1.0+</td>\n    </tr>\n    <tr>\n      <th align=\"left\">TLS 1.1</th>\n      <td>4.1+</td>\n      <td>5.0+</td>\n    </tr>\n    <tr>\n      <th align=\"left\">TLS 1.2</th>\n      <td>4.1+</td>\n      <td>5.0+</td>\n    </tr>\n    <tr>\n      <th align=\"left\">TLS 1.3</th>\n      <td>10.0+</td>\n      <td>12.2+</td>\n    </tr>\n  </tbody>\n</table>\n<p>In Titanium, if a connection with TLS 1.2 fails, Titanium will re-attempt the connection with\nTLS 1.1 and TLS 1.0. By default, TLS 1.2 is attempted first.</p>\n<p>Use the <a href=\"Titanium.Network.HTTPClient.tlsVersion\">Titanium.Network.HTTPClient.tlsVersion</a> property to set the version of the TLS protocol\nif you know the version the server is running.  If you do not know, do not set this property.\nTitanium will not fallback with a lower TLS version if the <code>tlsVersion</code> property is set.\nSetting the TLS version saves time from re-attempting connections with lower TLS versions and\nprovides added security by denying attempts to use lower TLS versions.</p>\n<p>You can set the TLS version for the Android and iOS platforms.</p>\n<h4>Caching Data</h4>\n<p>You can also use the HTTP client API to cache image, response data or related. A convenient\nway to do so is by setting the <a href=\"Titanium.Network.HTTPClient.file\">Titanium.Network.HTTPClient.file</a> property to a path or target\nfile, which will be populated with the response data in a successful case (e.g. in the <code>onload</code>\ncallback). For more complex use cases, make sure to check <a href=\"https://github.com/Topener/To.ImageCache/\">To.ImageCache</a>\nwhich also supports expire-handling and extended cache control.</p>\n<h4>Android Platform Implementation Notes</h4>\n<p>On Android, the <code>HTTPClient</code> uses its own cookie store which does not share cookies with the\nsystem cookie store used by <a href=\"Titanium.UI.WebView\">Titanium.UI.WebView</a>. Developers can manage their cookies for both\ncookie stores using the methods <a href=\"Titanium.Network.addHTTPCookie\">Titanium.Network.addHTTPCookie</a>, <a href=\"Titanium.Network.addSystemCookie\">Titanium.Network.addSystemCookie</a>,\n<a href=\"Titanium.Network.getHTTPCookies\">Titanium.Network.getHTTPCookies</a>, <a href=\"Titanium.Network.getHTTPCookiesForDomain\">Titanium.Network.getHTTPCookiesForDomain</a>, <a href=\"Titanium.Network.getSystemCookies\">Titanium.Network.getSystemCookies</a>,\n<a href=\"Titanium.Network.removeHTTPCookie\">Titanium.Network.removeHTTPCookie</a>, <a href=\"Titanium.Network.removeHTTPCookiesForDomain\">Titanium.Network.removeHTTPCookiesForDomain</a>, <a href=\"Titanium.Network.removeAllHTTPCookies\">Titanium.Network.removeAllHTTPCookies</a>,\n<a href=\"Titanium.Network.removeSystemCookie\">Titanium.Network.removeSystemCookie</a>, <a href=\"Titanium.Network.removeAllSystemCookies\">Titanium.Network.removeAllSystemCookies</a>.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "SecurityManagerProtocol",
            "description": "<p>The protocol that the <a href=\"Titanium.Network.HTTPClient.securityManager\">Titanium.Network.HTTPClient.securityManager</a> must implement.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "willHandleURL",
                    "deprecated": false,
                    "description": "<p>Returns if the security manager will participate in authentication of this end point.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "url",
                            "constants": [],
                            "description": "<p>The Object representing representing the end point of this connection.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "connectionDelegateForUrl",
                    "deprecated": false,
                    "description": "<p>The <a href=\"APSConnectionDelegate\">APSConnectionDelegate</a> for this connection.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "url",
                            "constants": [],
                            "description": "<p>The <a href=\"https://developer.apple.com/documentation/foundation/nsurl?language=objc\">NSURL</a> representing the end point of this connection.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "APSConnectionDelegate",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTrustManagers",
                    "deprecated": false,
                    "description": "<p>Returns an array of objects implementing the <a href=\"https://developer.android.com/reference/javax/net/ssl/X509TrustManager.html\">X509TrustManager</a> protocol for the SSL Context.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "proxy",
                            "constants": [],
                            "description": "<p>The <a href=\"Titanium.Network.HTTPClient\">Titanium.Network.HTTPClient</a> representing this connection.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getKeyManagers",
                    "deprecated": false,
                    "description": "<p>Returns an array of objects implementing the <a href=\"https://developer.android.com/reference/javax/net/ssl/X509KeyManager.html\">X509KeyManager</a> protocol for the SSL Context.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "proxy",
                            "constants": [],
                            "description": "<p>The <a href=\"Titanium.Network.HTTPClient\">Titanium.Network.HTTPClient</a> representing this connection.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "inherits": "Object",
            "isInternal": false,
            "properties": [],
            "remarks": [
                "<p>The object representing <a href=\"Titanium.Network.HTTPClient.securityManager\">Titanium.Network.HTTPClient.securityManager</a> must implement this protocol.\nAssigning the securityManager property to an object that does not implement this protocol will cause an exception to be raised.\nAll methods in this protocol are required.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "3.3.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "3.3.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "3.3.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "APSConnectionDelegate",
            "description": "<p>An extension of the <a href=\"https://developer.apple.com/library/mac/documentation/Foundation/Reference/NSURLConnectionDelegate_Protocol/Reference/Reference.html#//apple_ref/occ/intf/NSURLConnectionDelegate\">NSURLConnectionDelegate</a> protocol to allow users to participate in authentication and resource management for this HTTPClient.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [],
            "remarks": [
                "<p>The APSConnectionDelegate protocol is an extension of the NSURLConnectionDelegate protocol.</p>\n<p>Although all methods in this protocol are optional, the connection delegate must implement at least one of the methods to\nparticipate in the authentication and resource management.</p>\n<p>The deprecated methods as defined by the NSURLConnectionDelegate protocol are not supported.</p>\n<p>In addition to the methods defined in the NSURLConnectionDelegate protocol this protocol defines one additional method.</p>\n<p><code>-(BOOL)willHandleChallenge:(NSURLAuthenticationChallenge *)challenge forConnection:(NSURLConnection *)connection</code>.</p>\n<p>This method is called on the connection delegate only if it also implements the\n<code>connection:willSendRequestForAuthenticationChallenge:</code> method of the NSURLConnectionDelegate protocol.\nReturn <code>true</code> if the connection delegate wants to handle this challenge.\nReturn <code>false</code> if the default delegate will handle this challenge.</p>\n<p>If the connection delegate does not implement this method but implements <code>connection:willSendRequestForAuthenticationChallenge:</code>, the return\nvalue is assumed to be <code>true</code> and all challenges will be forwarded to the connection delegate.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "3.3.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "3.3.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "ReadyStatePayload",
            "description": "<p>An Object describing the current ready state. See <a href=\"Titanium.Network.HTTPClient.onreadystatechange\">onreadystatechange</a> for more information.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "readyState",
                    "deprecated": false,
                    "description": "<p>The state for which <code>onreadystatechange</code> was invoked. Set to one of <code>Titanium.Network.HTTPClient</code> ready-state constants</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.4.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.4.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.4.2"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "3.4.2"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "3.4.2"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "3.4.2"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.Network",
            "description": "<p>The top level network module.</p>",
            "deprecated": false,
            "events": [
                {
                    "name": "change",
                    "deprecated": false,
                    "description": "<p>Fired when network connectivity changes.</p>",
                    "properties": [
                        {
                            "name": "networkTypeName",
                            "constants": [],
                            "description": "<p>New network type as a string.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "online",
                            "constants": [],
                            "description": "<p>Boolean indicating if the device is connected to the network.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "networkType",
                            "constants": [
                                "Titanium.Network.NETWORK_LAN",
                                "Titanium.Network.NETWORK_MOBILE",
                                "Titanium.Network.NETWORK_NONE",
                                "Titanium.Network.NETWORK_UNKNOWN",
                                "Titanium.Network.NETWORK_WIFI"
                            ],
                            "description": "<p>New network type</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "reason",
                            "constants": [],
                            "description": "<p>Human-readable text describing the reason for the change.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                }
            ],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "addConnectivityListener",
                    "deprecated": true,
                    "description": "<p>Legacy method to add a connectivity listener to listen for network changes.\n<strong>Removed in 3.0.0. Use the <a href=\"Titanium.Network.change\">Titanium.Network.change</a> event to monitor connectivity changes.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke upon network connectivity changes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "addHTTPCookie",
                    "deprecated": false,
                    "description": "<p>Adds a cookie to the HTTP client cookie store.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "cookie",
                            "constants": [],
                            "description": "<p>The cookie to add</p>",
                            "type": "Titanium.Network.Cookie",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "addSystemCookie",
                    "deprecated": false,
                    "description": "<p>Adds a cookie to the system cookie store.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "cookie",
                            "constants": [],
                            "description": "<p>The cookie to add</p>",
                            "type": "Titanium.Network.Cookie",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "createBonjourBrowser",
                    "deprecated": false,
                    "description": "<p>Creates and returns a <code>BonjourBrowser</code> object.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "serviceType",
                            "constants": [],
                            "description": "<p>Service to search for, must include the protocol type suffix (._tcp).</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "domain",
                            "constants": [],
                            "description": "<p>Bonjour service domain to conduct the search in.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>A dictionary object of properties defined in <a href=\"Titanium.Network.BonjourBrowser\">Titanium.Network.BonjourBrowser</a>.</p>",
                            "type": "Titanium.Network.BonjourBrowser",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Network.BonjourBrowser",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createBonjourService",
                    "deprecated": false,
                    "description": "<p>Creates and returns a <code>BonjourService</code> object.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the service. Must be a unique identifier for this service type and domain.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Type of service.  Must include the protocol identifier (._tcp).</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "domain",
                            "constants": [],
                            "description": "<p>Domain to publish the service in.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Dictionary object of properties defined in <a href=\"Titanium.Network.BonjourService\">Titanium.Network.BonjourService</a>.</p>",
                            "type": "Titanium.Network.BonjourService",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Network.BonjourService",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createTCPSocket",
                    "deprecated": true,
                    "description": "<p>Legacy method to create and return an instance of <a href=\"Titanium.Network.TCPSocket\">Titanium.Network.TCPSocket</a>.\n<strong>Removed in 9.0.0. Use <a href=\"Titanium.Network.Socket.createTCP\">Titanium.Network.Socket.createTCP</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "hostName",
                            "constants": [],
                            "description": "<p>Host name to connect to/listen on.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "port",
                            "constants": [],
                            "description": "<p>Port for the socket.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "mode",
                            "constants": [],
                            "description": "<p>Socket's mode; one of <a href=\"Titanium.Network.READ_MODE\">Titanium.Network.READ_MODE</a>, <a href=\"Titanium.Network.WRITE_MODE\">Titanium.Network.WRITE_MODE</a>,\n<a href=\"Titanium.Network.READ_WRITE_MODE\">Titanium.Network.READ_WRITE_MODE</a>.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Dictionary object with properties defined in <a href=\"Titanium.Network.TCPSocket\">Titanium.Network.TCPSocket</a>.</p>",
                            "type": "Titanium.Network.TCPSocket",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Network.TCPSocket",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "decodeURIComponent",
                    "deprecated": false,
                    "description": "<p>Returns a decoded version of a URI encoded value.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "value",
                            "constants": [],
                            "description": "<p>URI encoded input value to be decoded.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "encodeURIComponent",
                    "deprecated": false,
                    "description": "<p>Returns a URI encoded version of the specified URI component.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "value",
                            "constants": [],
                            "description": "<p>Input value to be encoded.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHTTPCookies",
                    "deprecated": false,
                    "description": "<p>Gets all the cookies with the domain, path and name matched with the given values from the HTTP client cookie store.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "domain",
                            "constants": [],
                            "description": "<p>The domain of the cookie to get. It is case-insensitive.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "path",
                            "constants": [],
                            "description": "<p>The path of the cookie to get. It is case-sensitive.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>The name of the cookie to get. It is case-sensitive.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHTTPCookiesForDomain",
                    "deprecated": false,
                    "description": "<p>Gets all the cookies with the domain matched with the given values from the HTTP client cookie store.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "domain",
                            "constants": [],
                            "description": "<p>The domain of the cookie to get. It is case-insensitive.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSystemCookies",
                    "deprecated": false,
                    "description": "<p>Gets all the cookies with the domain, path and name matched with the given values from the system cookie store.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "domain",
                            "constants": [],
                            "description": "<p>The domain of the cookie to get. It is case-insensitive.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "path",
                            "constants": [],
                            "description": "<p>The path of the cookie to get. It is case-sensitive.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>The name of the cookie to get. It is case-sensitive.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "removeAllHTTPCookies",
                    "deprecated": false,
                    "description": "<p>Removes all the cookies from the HTTP client cookie store.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeAllSystemCookies",
                    "deprecated": false,
                    "description": "<p>Removes all the cookie from the system client cookie store.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "removeHTTPCookie",
                    "deprecated": false,
                    "description": "<p>Removes the cookie with the domain, path and name exactly the same as the given values from the HTTP client cookie store.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "domain",
                            "constants": [],
                            "description": "<p>The domain of the cookie to remove. It is case-insensitive.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "path",
                            "constants": [],
                            "description": "<p>The path of the cookie to remove. It is case-sensitive.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>The name of the cookie to remove. It is case-sensitive.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeHTTPCookiesForDomain",
                    "deprecated": false,
                    "description": "<p>Removes the cookies with the domain matched with the given values from the HTTP client cookie store.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "domain",
                            "constants": [],
                            "description": "<p>The domain of the cookie to remove. It is case-insensitive.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeSystemCookie",
                    "deprecated": false,
                    "description": "<p>Removes the cookie with the domain, path and name exactly the same as the given values from the system cookie store.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "domain",
                            "constants": [],
                            "description": "<p>The domain of the cookie to remove. It is case-insensitive.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "path",
                            "constants": [],
                            "description": "<p>The path of the cookie to remove. It is case-sensitive.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>The name of the cookie to remove. It is case-sensitive.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "registerForPushNotifications",
                    "deprecated": false,
                    "description": "<p>Registers for push notifications with the Apple Push Notification Service.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "config",
                            "constants": [],
                            "description": "<p>Dictionary specifying push-notification related options.</p>",
                            "type": "PushNotificationConfig",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "unregisterForPushNotifications",
                    "deprecated": false,
                    "description": "<p>Unregisters the application for push notifications.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createCookie",
                    "deprecated": false,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.Network.Cookie\">Titanium.Network.Cookie</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any defined by <a href=\"Titanium.Network.Cookie\">Titanium.Network.Cookie</a> except those marked not-creation or read-only.</p>",
                            "type": "Titanium.Network.Cookie",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Network.Cookie",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createHTTPClient",
                    "deprecated": false,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.Network.HTTPClient\">Titanium.Network.HTTPClient</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any defined by <a href=\"Titanium.Network.HTTPClient\">Titanium.Network.HTTPClient</a> except those marked not-creation or read-only.</p>",
                            "type": "Titanium.Network.HTTPClient",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Network.HTTPClient",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Network.bubbleParent\">Titanium.Network.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Network.bubbleParent\">Titanium.Network.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Network.bubbleParent\">Titanium.Network.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Network.bubbleParent\">Titanium.Network.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Network.apiName\">Titanium.Network.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Network.apiName\">Titanium.Network.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Network.lifecycleContainer\">Titanium.Network.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Network.lifecycleContainer\">Titanium.Network.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Network.lifecycleContainer\">Titanium.Network.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Network.lifecycleContainer\">Titanium.Network.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getAllHTTPCookies",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Network.allHTTPCookies\">Titanium.Network.allHTTPCookies</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Network.allHTTPCookies\">Titanium.Network.allHTTPCookies</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getNetworkType",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Network.networkType\">Titanium.Network.networkType</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Network.networkType\">Titanium.Network.networkType</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getNetworkTypeName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Network.networkTypeName\">Titanium.Network.networkTypeName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Network.networkTypeName\">Titanium.Network.networkTypeName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getOnline",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Network.online\">Titanium.Network.online</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Network.online\">Titanium.Network.online</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRemoteDeviceUUID",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Network.remoteDeviceUUID\">Titanium.Network.remoteDeviceUUID</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Network.remoteDeviceUUID\">Titanium.Network.remoteDeviceUUID</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRemoteNotificationTypes",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Network.remoteNotificationTypes\">Titanium.Network.remoteNotificationTypes</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Network.remoteNotificationTypes\">Titanium.Network.remoteNotificationTypes</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRemoteNotificationsEnabled",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Network.remoteNotificationsEnabled\">Titanium.Network.remoteNotificationsEnabled</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Network.remoteNotificationsEnabled\">Titanium.Network.remoteNotificationsEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Module",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "INADDR_ANY",
                    "deprecated": true,
                    "description": "<p>Special hostname value for listening sockets, representing all\nlocally available network interfaces.\n<strong>Removed in 7.0.0.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "NETWORK_LAN",
                    "deprecated": false,
                    "description": "<p>A <a href=\"Titanium.Network.networkType\">networkType</a> value indicating that the device is\ncommunicating over a local-area network.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "NETWORK_MOBILE",
                    "deprecated": false,
                    "description": "<p>A <a href=\"Titanium.Network.networkType\">networkType</a> value indicating that the device is\ncommunicating over a mobile network.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "NETWORK_NONE",
                    "deprecated": false,
                    "description": "<p>A <a href=\"Titanium.Network.networkType\">networkType</a> value indicating that no\nnetwork is available.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "NETWORK_UNKNOWN",
                    "deprecated": false,
                    "description": "<p>A <a href=\"Titanium.Network.networkType\">networkType</a> value indicating that the\ncurrent network type is unknown.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "NETWORK_WIFI",
                    "deprecated": false,
                    "description": "<p>A <a href=\"Titanium.Network.networkType\">networkType</a> value indicating that the\ndevice is communicating over a WiFi network.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "NOTIFICATION_TYPE_ALERT",
                    "deprecated": false,
                    "description": "<p>Constant value for an Alert style push notification.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "NOTIFICATION_TYPE_BADGE",
                    "deprecated": false,
                    "description": "<p>Constant value for a Badge style push notification.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "NOTIFICATION_TYPE_SOUND",
                    "deprecated": false,
                    "description": "<p>Constant value for a Sound style push notification.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "NOTIFICATION_TYPE_NEWSSTAND",
                    "deprecated": false,
                    "description": "<p>Constant value for a Newsstand style push notification. Only available on iOS5 and later</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "READ_MODE",
                    "deprecated": true,
                    "description": "<p>Constant value specifying read-only mode for sockets. **Removed in 9.0.0. Used with the deprecated <a href=\"Titanium.Network.TCPSocket\">Titanium.Network.TCPSocket</a> only.</p>\n<p>See <a href=\"Titanium.Network.Socket\">Socket</a> for constants used with\n<a href=\"Titanium.Network.Socket.TCP\">TCP</a> sockets.**</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "READ_WRITE_MODE",
                    "deprecated": true,
                    "description": "<p>Constant value specifying read-write mode for sockets. **Removed in 9.0.0. Used with the deprecated <a href=\"Titanium.Network.TCPSocket\">Titanium.Network.TCPSocket</a> only.</p>\n<p>See <a href=\"Titanium.Network.Socket\">Socket</a> for constants used with\n<a href=\"Titanium.Network.Socket.TCP\">TCP</a> sockets.**</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "SOCKET_CLOSED",
                    "deprecated": true,
                    "description": "<p>Constant value representing a socket in the CLOSED state. **Removed in 1.8.0. Used with the deprecated <a href=\"Titanium.Network.TCPSocket\">Titanium.Network.TCPSocket</a> only.</p>\n<p>See <a href=\"Titanium.Network.Socket\">Socket</a> for constants used with\n<a href=\"Titanium.Network.Socket.TCP\">TCP</a> sockets.**</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "SOCKET_CONNECTED",
                    "deprecated": true,
                    "description": "<p>Constant value representing a socket in the CONNECTED state. **Removed in 1.8.0. Used with the deprecated <a href=\"Titanium.Network.TCPSocket\">Titanium.Network.TCPSocket</a> only.</p>\n<p>See <a href=\"Titanium.Network.Socket\">Socket</a> for constants used with\n<a href=\"Titanium.Network.Socket.TCP\">TCP</a> sockets.**</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "SOCKET_ERROR",
                    "deprecated": true,
                    "description": "<p>Constant value representing a socket in the ERROR state. **Removed in 1.8.0. Used with the deprecated <a href=\"Titanium.Network.TCPSocket\">Titanium.Network.TCPSocket</a> only.</p>\n<p>See <a href=\"Titanium.Network.Socket\">Socket</a> for constants used with\n<a href=\"Titanium.Network.Socket.TCP\">TCP</a> sockets.**</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "SOCKET_INITIALIZED",
                    "deprecated": true,
                    "description": "<p>Constant value representing a socket in the INITIALIZED state. **Removed in 1.8.0. Used with the deprecated <a href=\"Titanium.Network.TCPSocket\">Titanium.Network.TCPSocket</a> only.</p>\n<p>See <a href=\"Titanium.Network.Socket\">Socket</a> for constants used with\n<a href=\"Titanium.Network.Socket.TCP\">TCP</a> sockets.**</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "SOCKET_LISTENING",
                    "deprecated": true,
                    "description": "<p>Constant value representing a socket in the LISTENING state. **Removed in 9.0.0. Used with the deprecated <a href=\"Titanium.Network.TCPSocket\">Titanium.Network.TCPSocket</a> only.</p>\n<p>See <a href=\"Titanium.Network.Socket\">Socket</a> for constants used with\n<a href=\"Titanium.Network.Socket.TCP\">TCP</a> sockets.**</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "WRITE_MODE",
                    "deprecated": true,
                    "description": "<p>Constant value specifying write-only mode for sockets. **Removed in 9.0.0. Used with the deprecated <a href=\"Titanium.Network.TCPSocket\">Titanium.Network.TCPSocket</a> only.</p>\n<p>See <a href=\"Titanium.Network.Socket\">Socket</a> for constants used with\n<a href=\"Titanium.Network.Socket.TCP\">TCP</a> sockets.**</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "TLS_VERSION_1_0",
                    "deprecated": false,
                    "description": "<p>Constant value specifying TLS version 1.0 for SSL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.8.0.1"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.8.0.1"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "TLS_VERSION_1_1",
                    "deprecated": false,
                    "description": "<p>Constant value specifying TLS version 1.1 for SSL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.8.0.1"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.8.0.1"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "TLS_VERSION_1_2",
                    "deprecated": false,
                    "description": "<p>Constant value specifying TLS version 1.2 for SSL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.8.0.1"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.8.0.1"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "TLS_VERSION_1_3",
                    "deprecated": false,
                    "description": "<p>Constant value specifying TLS version 1.3 for SSL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "PROGRESS_UNKNOWN",
                    "deprecated": false,
                    "description": "<p>Constant value specifying that the progress of a download can not be calculated.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.5.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "allHTTPCookies",
                    "deprecated": false,
                    "description": "<p>A list of all cookies in the cookie storage.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "networkType",
                    "deprecated": false,
                    "description": "<p>Network type value as a constant.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.Network.NETWORK_LAN",
                        "Titanium.Network.NETWORK_MOBILE",
                        "Titanium.Network.NETWORK_NONE",
                        "Titanium.Network.NETWORK_UNKNOWN",
                        "Titanium.Network.NETWORK_WIFI"
                    ],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "networkTypeName",
                    "deprecated": false,
                    "description": "<p>Network type as a String. Returns one of <code>NONE</code>, <code>WIFI</code>, <code>LAN</code>, <code>MOBILE</code>, or <code>UNKNOWN</code>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "online",
                    "deprecated": false,
                    "description": "<p>Boolean value indicating if the device is connected to the network.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "remoteDeviceUUID",
                    "deprecated": false,
                    "description": "<p>Remote device UUID if the device is registered with the Apple Push Notification\nService, or null if it is not registered.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "remoteNotificationTypes",
                    "deprecated": false,
                    "description": "<p>Array of push notification type constants enabled for the application.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "remoteNotificationsEnabled",
                    "deprecated": false,
                    "description": "<p>Indicates whether push  notifications have been enabled using\n<a href=\"Titanium.Network.registerForPushNotifications\">registerForPushNotifications</a>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>The <code>Network</code> module is used to access networking related functionality.</p>\n<p>For TCP sockets, see <a href=\"Titanium.Network.Socket.TCP\">Titanium.Network.Socket.TCP</a>.</p>\n<p>The legacy <a href=\"Titanium.Network.TCPSocket\">Titanium.Network.TCPSocket</a> object is still required\nby the <a href=\"Titanium.Network.BonjourBrowser\">BonjourBrowser</a> and\n<a href=\"Titanium.Network.BonjourService\">BonjourService</a> objects.</p>\n<p>For all other socket needs, use <a href=\"Titanium.Network.Socket.TCP\">Titanium.Network.Socket.TCP</a>.</p>\n<h3>App Transport Security</h3>\n<p>Starting with iOS 9, Apple introduced new security and compatibility guidelines for networking\nand connectivity, which include:</p>\n<ul>\n<li>All connections must support TLS 1.2 or greater, and use forward secrecy ciphers supported by iOS</li>\n<li>Certificates must use at least a SHA-256 fingerprint with either a 2048-bit or greater RSA key,\nor a 256-bit or greater ECC key</li>\n<li>Application must be compatible with IPv6 DNS64/NAT64 networks as part of App Store submissions</li>\n</ul>\n<p>Because of the new requirements, Titanium disables the App Transport Security (ATS)\nrequirements, which only includes the TLS and certificate cipher requirements,\nto allow all connections by default.</p>\n<p>If you wish to re-enable ATS, add the <code>NSAppTransportSecurity</code> dict to the <code>ios plist</code> section\nof the <code>tiapp.xml</code> file, then add the <code>NSAllowArbitraryLoads</code> key and set it to <code>false</code>, indicating\nthat you want to manage your whitelisted URL's yourself.</p>\n<pre><code>&lt;ti:app&gt;\n  ...\n  &lt;ios&gt;\n    &lt;plist&gt;\n      &lt;dict&gt;\n        &lt;key&gt;NSAppTransportSecurity&lt;/key&gt;\n        &lt;dict&gt;\n          &lt;key&gt;NSAllowsArbitraryLoads&lt;/key&gt;\n          &lt;false/&gt;\n        &lt;/dict&gt;\n      &lt;/dict&gt;\n    &lt;/plist&gt;\n  &lt;/ios&gt;\n  ...\n&lt;/ti:app&gt;\n</code></pre>\n<p>Note that Titanium will inject code into the plist file to whitelist <code>appcelerator.com</code> subdomains,\nwhich is needed to communicate with the Appcelerator Anayltics server. To disable the whitelist,\nset the <code>ios.whitelist.appcelerator.com</code> tiapp application property to false.</p>\n<pre><code>&lt;ti:app&gt;\n    &lt;property name=&quot;ios.whitelist.appcelerator.com&quot; type=&quot;bool&quot;&gt;false&lt;/property&gt;\n&lt;/ti:app&gt;\n</code></pre>\n<p>Listed below are other guidelines from Apple.</p>\n<p><strong>Avoid hard-coded IPv4 address literals</strong></p>\n<p>Try not to include hard-coded IPv4 address literals in your application, for example, 127.0.0.1.</p>\n<p><strong>Whitelist URLs</strong></p>\n<p>If ATS is enabled and the web service you are trying to contact does not support the new security guidelines,\niOS will not allow you to connect to the service. An error will be returned in the network response\nstating the connection failed because it did not meet the ATS policy standards.</p>\n<p>To allow the connection, you will need to add\na <code>NSAppTransportSecurity</code> dict to the <code>ios plist</code> section of the <code>tiapp.xml</code> file.\nIn the <code>NSAppTransportSecurity</code> dict, you add the <code>NSExceptionDomains</code> dict to whitelist\nspecific domains.</p>\n<p>For more information, see\n<a href=\"https://developer.apple.com/library/content/documentation/General/Reference/InfoPlistKeyReference/Articles/CocoaKeys.html#//apple_ref/doc/uid/TP40009251-SW33\">iOS Developer Library: App Transport Security</a>.</p>\n<p>Example:</p>\n<pre><code>&lt;ti:app&gt;\n  ...\n  &lt;ios&gt;\n    &lt;plist&gt;\n      &lt;dict&gt;\n        &lt;key&gt;NSAppTransportSecurity&lt;/key&gt;\n        &lt;dict&gt;\n          &lt;!-- 1) Default: Disable ATS completely --&gt;\n          &lt;key&gt;NSAllowsArbitraryLoads&lt;/key&gt;\n          &lt;true/&gt;\n\n          &lt;-- 2) Alternative: Define whitelisted domains --&gt;\n          &lt;key&gt;NSExceptionDomains&lt;/key&gt;\n          &lt;dict&gt;\n            &lt;!-- Loosen security measure for www.foo.com domain --&gt;\n            &lt;key&gt;www.foo.com&lt;/key&gt;\n            &lt;dict&gt;\n              &lt;!-- Set TLS v1.0 as the minimum TLS version --&gt;\n              &lt;key&gt;NSExceptionMinimumTLSVersion&lt;/key&gt;\n              &lt;string&gt;TLSv1.0&lt;/string&gt;\n              &lt;!-- Can use other ciphers besides forward secrecy ciphers --&gt;\n              &lt;key&gt;NSExceptionRequiresForwardSecrecy&lt;/key&gt;\n              &lt;false/&gt;\n              &lt;!-- Allow HTTP connections --&gt;\n              &lt;key&gt;NSExceptionAllowsInsecureHTTPLoads&lt;/key&gt;\n              &lt;true/&gt;\n            &lt;/dict&gt;\n          &lt;/dict&gt;\n        &lt;/dict&gt;\n      &lt;/dict&gt;\n    &lt;/plist&gt;\n  &lt;/ios&gt;\n  ...\n&lt;/ti:app&gt;\n</code></pre>\n<p><strong>Test IPV6 DNS64/NAT64</strong></p>\n<p>If you submit your application to the iTunes Store, you should setup an IPv6 DNS64/NAT64\nnetwork to test your application to verify it is compatible with IPv6.</p>\n<p>If you are running macOS 10.11 or greater, you can use your computer to setup a local IPv6 Wi-Fi\nnetwork, which requires an Internet connection not through Wi-Fi.</p>\n<p>To create the network, from System Preferences, enable Internet sharing with NAT64 network\nenabled to share your Wi-Fi connection.</p>\n<p>For detailed instructions, see\n<a href=\"https://developer.apple.com/library/content/documentation/NetworkingInternetWeb/Conceptual/NetworkingOverview/UnderstandingandPreparingfortheIPv6Transition/UnderstandingandPreparingfortheIPv6Transition.html#//apple_ref/doc/uid/TP40010220-CH213-SW16\">Mac Developer Library: Test for IPv6 DNS64/NAT64 Compatibility</a>.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "PushNotificationConfig",
            "description": "<p>Simple object for specifying push notification options to\n<a href=\"Titanium.Network.registerForPushNotifications\">registerForPushNotifications</a>.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "types",
                    "deprecated": false,
                    "description": "<p>Array of <code>NOTIFICATION_TYPE</code> constants that the application would like to receive.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.Network.NOTIFICATION_TYPE_ALERT",
                        "Titanium.Network.NOTIFICATION_TYPE_BADGE",
                        "Titanium.Network.NOTIFICATION_TYPE_SOUND",
                        "Titanium.Network.NOTIFICATION_TYPE_NEWSSTAND"
                    ],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "success",
                    "deprecated": false,
                    "description": "<p>Callback function called when the push registration is successfully completed.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Function",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "error",
                    "deprecated": false,
                    "description": "<p>Callback function called when an error occurs during registration.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Function",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "callback",
                    "deprecated": false,
                    "description": "<p>Callback function invoked upon receiving a new push notification.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Function",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "PushNotificationSuccessArg",
            "description": "<p>A simple object passed to the\n<a href=\"Titanium.Network.registerForPushNotifications\">registerForPushNotifications</a> success callback.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "SuccessResponse",
            "isInternal": false,
            "properties": [
                {
                    "name": "success",
                    "deprecated": false,
                    "description": "<p>Indicates if the operation succeeded. Returns <code>true</code>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "error",
                    "deprecated": false,
                    "description": "<p>Error message, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "code",
                    "deprecated": false,
                    "description": "<p>Error code. Returns 0.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "type",
                    "deprecated": false,
                    "description": "<p>The value of this string is always &quot;remote&quot;.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "deviceToken",
                    "deprecated": false,
                    "description": "<p>The device token which this device was registered for.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "PushNotificationErrorArg",
            "description": "<p>A simple object passed to the\n<a href=\"Titanium.Network.registerForPushNotifications\">registerForPushNotifications</a> error callback.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "FailureResponse",
            "isInternal": false,
            "properties": [
                {
                    "name": "success",
                    "deprecated": false,
                    "description": "<p>Indicates if the operation succeeded. Returns <code>false</code>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "error",
                    "deprecated": false,
                    "description": "<p>Error message, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "code",
                    "deprecated": false,
                    "description": "<p>Error code. Returns a non-zero value.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "type",
                    "deprecated": false,
                    "description": "<p>The value of this string is always &quot;remote&quot;.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "PushNotificationData",
            "description": "<p>A simple object representing a push notification.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "data",
                    "deprecated": false,
                    "description": "<p>The <code>userinfo</code> dictionary passed to the Apple Push Notification Service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Object",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "inBackground",
                    "deprecated": false,
                    "description": "<p>Boolean indicating if notification was received while app was in background.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.Network.Socket",
            "description": "<p>Socket module, used for creating sockets.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createTCP",
                    "deprecated": false,
                    "description": "<p>Returns a new TCP socket object.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Creation parameters.</p>",
                            "type": "Titanium.Network.Socket.TCP",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Network.Socket.TCP",
                            "description": "<p>New TCP socket.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Network.Socket.bubbleParent\">Titanium.Network.Socket.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Network.Socket.bubbleParent\">Titanium.Network.Socket.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Network.Socket.bubbleParent\">Titanium.Network.Socket.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Network.Socket.bubbleParent\">Titanium.Network.Socket.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Network.Socket.apiName\">Titanium.Network.Socket.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Network.Socket.apiName\">Titanium.Network.Socket.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Network.Socket.lifecycleContainer\">Titanium.Network.Socket.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Network.Socket.lifecycleContainer\">Titanium.Network.Socket.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Network.Socket.lifecycleContainer\">Titanium.Network.Socket.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Network.Socket.lifecycleContainer\">Titanium.Network.Socket.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Module",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "INITIALIZED",
                    "deprecated": false,
                    "description": "<p>State value representing an initialized socket.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "CONNECTED",
                    "deprecated": false,
                    "description": "<p>State value representing a connected socket.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "LISTENING",
                    "deprecated": false,
                    "description": "<p>State value representing a socket that is listening for connections.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "CLOSED",
                    "deprecated": false,
                    "description": "<p>State value representing a closed socket.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ERROR",
                    "deprecated": false,
                    "description": "<p>State value indicating an error has occurred on the socket.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "1.7"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "1.7"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "1.7"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.Network.Socket.TCP",
            "description": "<p>TCP socket that implements the <code>Titanium.IOStream</code> interface.</p>",
            "deprecated": false,
            "events": [],
            "examples": [
                {
                    "title": "Simple Socket IO using Stream.pump",
                    "code": "<p>The following example uses the <a href=\"Titanium.Stream.pump\">pump</a> method from the <a href=\"Titanium.Stream\">Titanium.Stream</a>\nmodule to read data from a socket. The <code>pump</code> method registers a callback that is\ncalled repeatedly to process incoming data from the socket.</p>\n<pre><code>var socket = Ti.Network.Socket.createTCP({\n    host: 'blog.example.com', port: 80,\n    connected: function (e) {\n        Ti.API.info('Socket opened!');\n        Ti.Stream.pump(e.socket, readCallback, 1024, true);\n        Ti.Stream.write(socket, Ti.createBuffer({\n            value: 'GET http://blog.example.com/index.html HTTP/1.1\\r\\n\\r\\n'\n        }), writeCallback);\n    },\n        error: function (e) {\n        Ti.API.info('Error (' + e.errorCode + '): ' + e.error);\n    },\n});\nsocket.connect();\n\nfunction writeCallback(e) {\n    Ti.API.info('Successfully wrote to socket.');\n}\n\nfunction readCallback(e) {\n    if (e.bytesProcessed == -1)\n    {\n        // Error / EOF on socket. Do any cleanup here.\n        ...\n    }\n    try {\n        if(e.buffer) {\n            var received = e.buffer.toString();\n            Ti.API.info('Received: ' + received);\n        } else {\n            Ti.API.error('Error: read callback called with no buffer!');\n        }\n    } catch (ex) {\n        Ti.API.error(ex);\n    }\n}\n</code></pre>"
                },
                {
                    "title": "Listening Socket Example",
                    "code": "<p>The following sample shows a trivial example of using a listening\nsocket. In this case, the application simply sends messages to itself,\nusing the loopback address.</p>\n<pre><code>// Hostname to listen on/connect to. Here we use the loopback\n// address. iOS also supports Ti.Platform.address (the address of\n// the WiFi interface).\n// Android supports only the loopback address.\n\nvar hostname = '127.0.0.1';\n\nvar clientSocket = Ti.Network.Socket.createTCP({\n    host : hostname,\n    port : 40404,\n    connected : function(e) {\n        Ti.API.info('Client socket connected!');\n        Ti.Stream.pump(e.socket, pumpCallback, 1024, true);\n        e.socket.write(Ti.createBuffer({\n            value : 'A message from a connecting socket.'\n        }));\n    },\n    error : function(e) {\n        Ti.API.info('Error (' + e.errorCode + '): ' + e.error);\n    }\n});\n\nfunction writeCallback(e) {\n    Ti.API.info('Successfully wrote to socket.');\n}\n\nfunction pumpCallback(e) {\n    // Has the remote socket closed its end?\n    if (e.bytesProcessed &lt; 0) {\n        Ti.API.info(&quot;Closing client socket.&quot;);\n        clientSocket.close();\n        return;\n    }\n    try {\n        if(e.buffer) {\n            var received = e.buffer.toString();\n            Ti.API.info('Received: ' + received);\n        } else {\n            Ti.API.error('Error: read callback called with no buffer!');\n        }\n    } catch (ex) {\n        Ti.API.error(ex);\n    }\n}\n\n//Create a socket and listen for incoming connections\nvar listenSocket = Ti.Network.Socket.createTCP({\n    host : hostname,\n    port : 40404,\n    accepted : function(e) {\n        // This where you would usually store the newly-connected socket, e.inbound\n        // so it can be used for read / write operations elsewhere in the app.\n        // In this case, we simply send a message then close the socket.\n        Ti.API.info(&quot;Listening socket &lt;&quot; + e.socket + &quot;&gt; accepted incoming connection &lt;&quot; + e.inbound + &quot;&gt;&quot;);\n        e.inbound.write(Ti.createBuffer({\n            value : 'You have been connected to a listening socket.\\r\\n'\n        }));\n        e.inbound.close();\n        // close the accepted socket\n\n    },\n    error : function(e) {\n        Ti.API.error(&quot;Socket &lt;&quot; + e.socket + &quot;&gt; encountered error when listening&quot;);\n        Ti.API.error(&quot; error code &lt;&quot; + e.errorCode + &quot;&gt;&quot;);\n        Ti.API.error(&quot; error description &lt;&quot; + e.error + &quot;&gt;&quot;);\n    }\n});\n// Starts the socket listening for connections, does not accept them\nlistenSocket.listen();\nTi.API.info(&quot;Listening now...&quot;);\n\n// Tells socket to accept the next inbound connection. listenSocket.accepted gets\n// called when a connection is accepted via accept()\nTi.API.info(&quot;Calling accept.&quot;);\nlistenSocket.accept({\n    timeout : 10000\n});\n\n// Call connect after a short timeout to ensure the listening socket is ready to go.\nTi.API.info(&quot;Setting timer to connect.&quot;);\nsetTimeout(function(e)\n{\n    Ti.API.info(&quot;Calling connect on client socket.&quot;);\n   clientSocket.connect();\n}, 500);\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "read",
                    "deprecated": false,
                    "description": "<p>Reads data from this stream into a buffer.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "buffer",
                            "constants": [],
                            "description": "<p>Buffer to read stream data into.</p>",
                            "type": "Titanium.Buffer",
                            "usage": "required"
                        },
                        {
                            "name": "offset",
                            "constants": [],
                            "description": "<p>Offset into the buffer to start writing stream data.\nIf specified, <code>length</code> must also be specified.</p>",
                            "type": "Number",
                            "usage": "optional"
                        },
                        {
                            "name": "length",
                            "constants": [],
                            "description": "<p>Maximum number of bytes to read.\nIf specified, <code>offset</code> must also be specified.</p>",
                            "type": "Number",
                            "usage": "optional"
                        },
                        {
                            "name": "resultsCallback",
                            "constants": [],
                            "description": "<p>Function to call with the results of the read operation.</p>",
                            "type": "Function",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "<p>Number of bytes read.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "write",
                    "deprecated": false,
                    "description": "<p>Writes data from a buffer to this stream.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "buffer",
                            "constants": [],
                            "description": "<p>Buffer to write to this stream.</p>",
                            "type": "Titanium.Buffer",
                            "usage": "required"
                        },
                        {
                            "name": "offset",
                            "constants": [],
                            "description": "<p>Offset in the buffer of the first byte to write to the stream.\nIf specified, <code>length</code> must also be specified.</p>",
                            "type": "Number",
                            "usage": "optional"
                        },
                        {
                            "name": "length",
                            "constants": [],
                            "description": "<p>Maximum number of bytes to write to the stream.\nIf specified, <code>offset</code> must also be specified.</p>",
                            "type": "Number",
                            "usage": "optional"
                        },
                        {
                            "name": "resultsCallback",
                            "constants": [],
                            "description": "<p>Function to call with the results of the write operation.</p>",
                            "type": "Function",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "<p>Number of bytes written.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "isWritable",
                    "deprecated": false,
                    "description": "<p>Indicates whether this stream is writable.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "<p>True if stream is writable, false otherwise.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "isReadable",
                    "deprecated": false,
                    "description": "<p>Indicates whether this stream is readable.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "<p>True if stream is readable, false otherwise.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "close",
                    "deprecated": false,
                    "description": "<p>Closes a socket.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "connect",
                    "deprecated": false,
                    "description": "<p>Attempts to connect the socket to its host/port.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "listen",
                    "deprecated": false,
                    "description": "<p>Attempts to start listening on the socket's host/port.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accept",
                    "deprecated": false,
                    "description": "<p>Tells a <a href=\"Titanium.Network.Socket.LISTENING\">LISTENING</a> socket to accept a connection request at the top of a listener's request queue when one becomes available.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Options to be set on next accepted socket.</p>",
                            "type": "AcceptDict",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Network.Socket.TCP.bubbleParent\">Titanium.Network.Socket.TCP.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Network.Socket.TCP.bubbleParent\">Titanium.Network.Socket.TCP.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Network.Socket.TCP.bubbleParent\">Titanium.Network.Socket.TCP.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Network.Socket.TCP.bubbleParent\">Titanium.Network.Socket.TCP.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Network.Socket.TCP.apiName\">Titanium.Network.Socket.TCP.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Network.Socket.TCP.apiName\">Titanium.Network.Socket.TCP.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Network.Socket.TCP.lifecycleContainer\">Titanium.Network.Socket.TCP.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Network.Socket.TCP.lifecycleContainer\">Titanium.Network.Socket.TCP.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Network.Socket.TCP.lifecycleContainer\">Titanium.Network.Socket.TCP.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Network.Socket.TCP.lifecycleContainer\">Titanium.Network.Socket.TCP.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getHost",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Network.Socket.TCP.host\">Titanium.Network.Socket.TCP.host</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Network.Socket.TCP.host\">Titanium.Network.Socket.TCP.host</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHost",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Network.Socket.TCP.host\">Titanium.Network.Socket.TCP.host</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Network.Socket.TCP.host\">Titanium.Network.Socket.TCP.host</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "host",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPort",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Network.Socket.TCP.port\">Titanium.Network.Socket.TCP.port</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Network.Socket.TCP.port\">Titanium.Network.Socket.TCP.port</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setPort",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Network.Socket.TCP.port\">Titanium.Network.Socket.TCP.port</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Network.Socket.TCP.port\">Titanium.Network.Socket.TCP.port</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "port",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getListenQueueSize",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Network.Socket.TCP.listenQueueSize\">Titanium.Network.Socket.TCP.listenQueueSize</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Network.Socket.TCP.listenQueueSize\">Titanium.Network.Socket.TCP.listenQueueSize</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setListenQueueSize",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Network.Socket.TCP.listenQueueSize\">Titanium.Network.Socket.TCP.listenQueueSize</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Network.Socket.TCP.listenQueueSize\">Titanium.Network.Socket.TCP.listenQueueSize</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "listenQueueSize",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTimeout",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Network.Socket.TCP.timeout\">Titanium.Network.Socket.TCP.timeout</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Network.Socket.TCP.timeout\">Titanium.Network.Socket.TCP.timeout</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTimeout",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Network.Socket.TCP.timeout\">Titanium.Network.Socket.TCP.timeout</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Network.Socket.TCP.timeout\">Titanium.Network.Socket.TCP.timeout</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "timeout",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getConnected",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Network.Socket.TCP.connected\">Titanium.Network.Socket.TCP.connected</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Network.Socket.TCP.connected\">Titanium.Network.Socket.TCP.connected</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Function",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setConnected",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Network.Socket.TCP.connected\">Titanium.Network.Socket.TCP.connected</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Network.Socket.TCP.connected\">Titanium.Network.Socket.TCP.connected</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "connected",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getError",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Network.Socket.TCP.error\">Titanium.Network.Socket.TCP.error</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Network.Socket.TCP.error\">Titanium.Network.Socket.TCP.error</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Function",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setError",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Network.Socket.TCP.error\">Titanium.Network.Socket.TCP.error</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Network.Socket.TCP.error\">Titanium.Network.Socket.TCP.error</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "error",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccepted",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Network.Socket.TCP.accepted\">Titanium.Network.Socket.TCP.accepted</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Network.Socket.TCP.accepted\">Titanium.Network.Socket.TCP.accepted</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Function",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccepted",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Network.Socket.TCP.accepted\">Titanium.Network.Socket.TCP.accepted</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Network.Socket.TCP.accepted\">Titanium.Network.Socket.TCP.accepted</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accepted",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getState",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Network.Socket.TCP.state\">Titanium.Network.Socket.TCP.state</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Network.Socket.TCP.state\">Titanium.Network.Socket.TCP.state</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.IOStream",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "host",
                    "deprecated": false,
                    "description": "<p>The host to connect to or listen on.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "port",
                    "deprecated": false,
                    "description": "<p>The port to connect to or listen on.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "listenQueueSize",
                    "deprecated": false,
                    "description": "<p>Max number of pending incoming connections to be allowed when the socket is in the <a href=\"Titanium.Network.Socket.LISTENING\">LISTENING</a> state.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "timeout",
                    "deprecated": false,
                    "description": "<p>Timeout, in milliseconds, for <code>connect</code> and all <code>write</code> operations.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "connected",
                    "deprecated": false,
                    "description": "<p>Callback to be fired when the socket enters the &quot;connected&quot; state.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "type": "Function",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "error",
                    "deprecated": false,
                    "description": "<p>Callback to be fired when the socket enters the <a href=\"Titanium.Network.Socket.ERROR\">ERROR</a> state.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "type": "Function",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accepted",
                    "deprecated": false,
                    "description": "<p>Callback to be fired when a listener accepts a connection.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "type": "Function",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "state",
                    "deprecated": false,
                    "description": "<p>Current state of the socket.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.Network.Socket.INITIALIZED",
                        "Titanium.Network.Socket.CONNECTED",
                        "Titanium.Network.Socket.LISTENING",
                        "Titanium.Network.Socket.CLOSED",
                        "Titanium.Network.Socket.ERROR"
                    ],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>Most socket operations are asynchronous. When you create a socket, you can define\ncallback functions to receive the results of API calls, as well as to handle incoming\ndata.</p>\n<p>For example, for a client-side socket, you define\n<a href=\"Titanium.Network.Socket.TCP.connected\">connected</a> and\n<a href=\"Titanium.Network.Socket.TCP.error\">error</a> callback functions.</p>\n<p>To connect to a remote host, call the socket's\n<a href=\"Titanium.Network.Socket.TCP.connect\">connect</a> method. If the socket connects\nsuccessfully, your <code>connected</code> callback is invoked, and you can send and receive data\non the socket. If the socket connection fails, your <code>error</code> callback is invoked.</p>\n<p>After a socket is connected, you can access it like any other <a href=\"Titanium.IOStream\">Titanium.IOStream</a>.\nNote that the socket's <code>read</code> and <code>write</code> methods may block, so in most cases\nyou should use the asynchronous <a href=\"Titanium.Stream.read\">read</a>, <a href=\"Titanium.Stream.write\">write</a>\nand <a href=\"Titanium.Stream.pump\">pump</a> methods provided by the <a href=\"Titanium.Stream\">Titanium.Stream</a> module,\nrather than using the socket object's <code>read</code> and <code>write</code> methods directly.</p>\n<p>A familiarity with the basics of BSD socket programming is recommended before using\nsockets with Titanium.</p>\n<p>Use the <a href=\"Titanium.Network.Socket.createTCP\">Titanium.Network.Socket.createTCP</a> method to create a TCP socket.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "1.7"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "1.7"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "1.7"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "ConnectedCallbackArgs",
            "description": "<p>Argument object passed to the <a href=\"Titanium.Network.Socket.TCP.connected\">connected</a> callback when the socket connects.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "socket",
                    "deprecated": false,
                    "description": "<p>Socket instance that has been connected.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "type": "Titanium.Network.Socket.TCP",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>Only invoked following a successful <a href=\"Titanium.Network.Socket.TCP.connect\">connect</a>\ncall.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "1.7"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "1.7"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "1.7"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "ErrorCallbackArgs",
            "description": "<p>Object passed to the error callback when the socket enters the <a href=\"Titanium.Network.Socket.ERROR\">ERROR</a> state.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "FailureResponse",
            "isInternal": false,
            "properties": [
                {
                    "name": "success",
                    "deprecated": false,
                    "description": "<p>Indicates if the operation succeeded. Returns <code>false</code>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "error",
                    "deprecated": false,
                    "description": "<p>Error message, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "code",
                    "deprecated": false,
                    "description": "<p>Error code. Returns a non-zero value.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "socket",
                    "deprecated": false,
                    "description": "<p>Socket that experienced the error.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "type": "Titanium.Network.Socket.TCP",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "errorCode",
                    "deprecated": true,
                    "description": "<p>The error code of the error (potentially system-dependent). <strong>Removed in 9.0.0. Use the code property for a numeric error code</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "1.7"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "1.7"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "1.7"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "AcceptedCallbackArgs",
            "description": "<p>Argument object passed to the <a href=\"Titanium.Network.Socket.TCP.accepted\">accepted</a>\ncallback when a listener accepts a connection.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "socket",
                    "deprecated": false,
                    "description": "<p>Socket which received the connection.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "type": "Titanium.Network.Socket.TCP",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "inbound",
                    "deprecated": false,
                    "description": "<p>Socket which represents the inbound connection.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "type": "Titanium.Network.Socket.TCP",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "1.7"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "1.7"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "1.7"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "AcceptDict",
            "description": "<p>Options object for the <a href=\"Titanium.Network.Socket.TCP.accept\">accept</a> method.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "timeout",
                    "deprecated": false,
                    "description": "<p>Timeout, in milliseconds, for all <code>write</code> operations.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "error",
                    "deprecated": false,
                    "description": "<p>Callback to be fired when the socket enters the <a href=\"Titanium.Network.Socket.ERROR\">ERROR</a> state.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "type": "Function",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>Simple object that defines properties to be set on the next accepted socket.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "1.7"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "1.7"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "1.7"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.Network.TCPSocket",
            "description": "<p>The TCPSocket instance returned from <a href=\"Titanium.Network.createTCPSocket\">Titanium.Network.createTCPSocket</a>.  This object\nrepresents a socket which either listens locally on the device for connections,\nor connects to a remote machine.\n<strong>Removed in 9.0.0. Use <a href=\"Titanium.Network.Socket.TCP\">Titanium.Network.Socket.TCP</a> where possible.</strong></p>",
            "deprecated": true,
            "events": [
                {
                    "name": "read",
                    "deprecated": false,
                    "description": "<p>new data was read off the socket</p>",
                    "properties": [
                        {
                            "name": "from",
                            "constants": [],
                            "description": "<p>the reference for the socket that data was retrieved from</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "data",
                            "constants": [],
                            "description": "<p>a blob representing the data read, can be interpreted via toString</p>",
                            "type": "Titanium.Blob",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "readError",
                    "deprecated": false,
                    "description": "<p>an error occured when reading</p>",
                    "properties": [
                        {
                            "name": "success",
                            "constants": [],
                            "description": "<p>Indicates a successful operation. Returns <code>false</code>.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "error",
                            "constants": [],
                            "description": "<p>Error message, if any returned. May be undefined.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "code",
                            "constants": [],
                            "description": "<p>Error code.\nIf the error was generated by the operating system, that system's error value\nis used. Otherwise, this value will be -1.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "writeError",
                    "deprecated": false,
                    "description": "<p>an error occured when writing</p>",
                    "properties": [
                        {
                            "name": "success",
                            "constants": [],
                            "description": "<p>Indicates a successful operation. Returns <code>false</code>.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "error",
                            "constants": [],
                            "description": "<p>Error message, if any returned. May be undefined.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "code",
                            "constants": [],
                            "description": "<p>Error code.\nIf the error was generated by the operating system, that system's error value\nis used. Otherwise, this value will be -1.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                }
            ],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "close",
                    "deprecated": false,
                    "description": "<p>close the socket</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "connect",
                    "deprecated": false,
                    "description": "<p>connect the scocket to a TCP server</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "listen",
                    "deprecated": false,
                    "description": "<p>set up the socket to receive connections</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "write",
                    "deprecated": false,
                    "description": "<p>write data to the socket, if the mode is WRITE_MODE or READ_WRITE_MODE</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "data",
                            "constants": [],
                            "description": "<p>either a string or blob object representing the data to be transferred</p>",
                            "type": "Object",
                            "usage": "required"
                        },
                        {
                            "name": "sendTo",
                            "constants": [],
                            "description": "<p>the socket reference to send the data to.  Default is to send to all connected sockets</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Network.TCPSocket.bubbleParent\">Titanium.Network.TCPSocket.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Network.TCPSocket.bubbleParent\">Titanium.Network.TCPSocket.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Network.TCPSocket.bubbleParent\">Titanium.Network.TCPSocket.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Network.TCPSocket.bubbleParent\">Titanium.Network.TCPSocket.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Network.TCPSocket.apiName\">Titanium.Network.TCPSocket.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Network.TCPSocket.apiName\">Titanium.Network.TCPSocket.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHostName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Network.TCPSocket.hostName\">Titanium.Network.TCPSocket.hostName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Network.TCPSocket.hostName\">Titanium.Network.TCPSocket.hostName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHostName",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Network.TCPSocket.hostName\">Titanium.Network.TCPSocket.hostName</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Network.TCPSocket.hostName\">Titanium.Network.TCPSocket.hostName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "hostName",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getIsValid",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Network.TCPSocket.isValid\">Titanium.Network.TCPSocket.isValid</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Network.TCPSocket.isValid\">Titanium.Network.TCPSocket.isValid</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setIsValid",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Network.TCPSocket.isValid\">Titanium.Network.TCPSocket.isValid</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Network.TCPSocket.isValid\">Titanium.Network.TCPSocket.isValid</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "isValid",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getMode",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Network.TCPSocket.mode\">Titanium.Network.TCPSocket.mode</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Network.TCPSocket.mode\">Titanium.Network.TCPSocket.mode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setMode",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Network.TCPSocket.mode\">Titanium.Network.TCPSocket.mode</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Network.TCPSocket.mode\">Titanium.Network.TCPSocket.mode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "mode",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPort",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Network.TCPSocket.port\">Titanium.Network.TCPSocket.port</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Network.TCPSocket.port\">Titanium.Network.TCPSocket.port</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setPort",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Network.TCPSocket.port\">Titanium.Network.TCPSocket.port</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Network.TCPSocket.port\">Titanium.Network.TCPSocket.port</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "port",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getStripTerminator",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Network.TCPSocket.stripTerminator\">Titanium.Network.TCPSocket.stripTerminator</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Network.TCPSocket.stripTerminator\">Titanium.Network.TCPSocket.stripTerminator</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setStripTerminator",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Network.TCPSocket.stripTerminator\">Titanium.Network.TCPSocket.stripTerminator</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Network.TCPSocket.stripTerminator\">Titanium.Network.TCPSocket.stripTerminator</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "stripTerminator",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hostName",
                    "deprecated": false,
                    "description": "<p>the host name to connect to.  Must be <a href=\"Titanium.Network.INADDR_ANY\">Titanium.Network.INADDR_ANY</a> or an identifier for the local device in order to listen</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "isValid",
                    "deprecated": false,
                    "description": "<p>whether or not the socket is valid</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "mode",
                    "deprecated": false,
                    "description": "<p>the socket's mode</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "port",
                    "deprecated": false,
                    "description": "<p>the port to connect/listen on</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "stripTerminator",
                    "deprecated": false,
                    "description": "<p>strip terminating null character when sending string data; default is false</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>Sockets are nontrivial; it is recommended that anyone using them be familiar with the basics of BSD sockets.  All sockets use TCP connections, and are asynchronous for read operations, so your program should be ready to receive 'read' events at any point.  Socket references cannot be transferred to socket objects, and vice-versa - socket references are an internal mechanism which is used only to determine which sockets to send data to and read data from.  For listening sockets, it is highly recommended that you use the <a href=\"Titanium.Network.INADDR_ANY\">Titanium.Network.INADDR_ANY</a> constant as the host name.  If a window containing a socket is closed, the socket MUST be closed also unless you intend to continue to receive data, otherwise the socket will consume resources (and potentially cause conflicts with opening the window again, if a listener) until the program is restarted.  Be aware of the differences between the listen() and connect() functions; attempting to use one when you mean the other may result in errors, unpredictable behavior, or both.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "1.2.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "1.2.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.Platform.Android",
            "description": "<p>The Android-specific Platform module, used to access the device's platform-related functionality.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.8.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.8.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.8.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Platform.Android.bubbleParent\">Titanium.Platform.Android.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Platform.Android.bubbleParent\">Titanium.Platform.Android.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Platform.Android.bubbleParent\">Titanium.Platform.Android.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Platform.Android.bubbleParent\">Titanium.Platform.Android.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Platform.Android.apiName\">Titanium.Platform.Android.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Platform.Android.apiName\">Titanium.Platform.Android.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Platform.Android.lifecycleContainer\">Titanium.Platform.Android.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Platform.Android.lifecycleContainer\">Titanium.Platform.Android.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Platform.Android.lifecycleContainer\">Titanium.Platform.Android.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Platform.Android.lifecycleContainer\">Titanium.Platform.Android.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getPhysicalSizeCategory",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Platform.Android.physicalSizeCategory\">Titanium.Platform.Android.physicalSizeCategory</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Platform.Android.physicalSizeCategory\">Titanium.Platform.Android.physicalSizeCategory</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.8.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Module",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "API_LEVEL",
                    "deprecated": false,
                    "description": "<p>Android API level identifier of the Operating System.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.8.2"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "PHYSICAL_SIZE_CATEGORY_LARGE",
                    "deprecated": false,
                    "description": "<p>Constant to indicate that the physical size category of the current device/emulator is large</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.8.2"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "PHYSICAL_SIZE_CATEGORY_NORMAL",
                    "deprecated": false,
                    "description": "<p>Constant to indicate that the physical size category of the current device/emulator is normal</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.8.2"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "PHYSICAL_SIZE_CATEGORY_SMALL",
                    "deprecated": false,
                    "description": "<p>Constant to indicate that the physical size category of the current device/emulator is small</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.8.2"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "PHYSICAL_SIZE_CATEGORY_UNDEFINED",
                    "deprecated": false,
                    "description": "<p>Constant to indicate that the physical size category of the current device/emulator is undefined</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.8.2"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "PHYSICAL_SIZE_CATEGORY_XLARGE",
                    "deprecated": false,
                    "description": "<p>Constant to indicate that the physical size category of the current device/emulator is extra large</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.8.2"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "physicalSizeCategory",
                    "deprecated": false,
                    "description": "<p>The physical size category of the Android device or emulator.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.Platform.Android.PHYSICAL_SIZE_CATEGORY_LARGE",
                        "Titanium.Platform.Android.PHYSICAL_SIZE_CATEGORY_NORMAL",
                        "Titanium.Platform.Android.PHYSICAL_SIZE_CATEGORY_SMALL",
                        "Titanium.Platform.Android.PHYSICAL_SIZE_CATEGORY_UNDEFINED",
                        "Titanium.Platform.Android.PHYSICAL_SIZE_CATEGORY_XLARGE"
                    ],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.8.2"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "1.8.2"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                }
            ]
        },
        {
            "name": "Titanium.Platform.DisplayCaps",
            "description": "<p>The Display Caps object returned by the <a href=\"Titanium.Platform.displayCaps\">Titanium.Platform.displayCaps</a> property.</p>",
            "deprecated": false,
            "events": [],
            "examples": [
                {
                    "title": "System Display Information",
                    "code": "<p>Output the display properties to the system log.</p>\n<pre><code>Ti.API.info('Ti.Platform.displayCaps.density: ' + Ti.Platform.displayCaps.density);\nTi.API.info('Ti.Platform.displayCaps.dpi: ' + Ti.Platform.displayCaps.dpi);\nTi.API.info('Ti.Platform.displayCaps.platformHeight: ' + Ti.Platform.displayCaps.platformHeight);\nTi.API.info('Ti.Platform.displayCaps.platformWidth: ' + Ti.Platform.displayCaps.platformWidth);\nif((Ti.Platform.osname === 'iphone')||(Ti.Platform.osname === 'ipad')||(Ti.Platform.osname === 'android')){\n  Ti.API.info('Ti.Platform.displayCaps.logicalDensityFactor: ' + Ti.Platform.displayCaps.logicalDensityFactor);\n}\nif(Ti.Platform.osname === 'android'){\n  Ti.API.info('Ti.Platform.displayCaps.xdpi: ' + Ti.Platform.displayCaps.xdpi);\n  Ti.API.info('Ti.Platform.displayCaps.ydpi: ' + Ti.Platform.displayCaps.ydpi);\n}\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Platform.DisplayCaps.bubbleParent\">Titanium.Platform.DisplayCaps.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Platform.DisplayCaps.bubbleParent\">Titanium.Platform.DisplayCaps.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Platform.DisplayCaps.bubbleParent\">Titanium.Platform.DisplayCaps.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Platform.DisplayCaps.bubbleParent\">Titanium.Platform.DisplayCaps.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Platform.DisplayCaps.apiName\">Titanium.Platform.DisplayCaps.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Platform.DisplayCaps.apiName\">Titanium.Platform.DisplayCaps.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Platform.DisplayCaps.lifecycleContainer\">Titanium.Platform.DisplayCaps.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Platform.DisplayCaps.lifecycleContainer\">Titanium.Platform.DisplayCaps.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Platform.DisplayCaps.lifecycleContainer\">Titanium.Platform.DisplayCaps.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Platform.DisplayCaps.lifecycleContainer\">Titanium.Platform.DisplayCaps.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getDensity",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Platform.DisplayCaps.density\">Titanium.Platform.DisplayCaps.density</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Platform.DisplayCaps.density\">Titanium.Platform.DisplayCaps.density</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getDpi",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Platform.DisplayCaps.dpi\">Titanium.Platform.DisplayCaps.dpi</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Platform.DisplayCaps.dpi\">Titanium.Platform.DisplayCaps.dpi</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLogicalDensityFactor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Platform.DisplayCaps.logicalDensityFactor\">Titanium.Platform.DisplayCaps.logicalDensityFactor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Platform.DisplayCaps.logicalDensityFactor\">Titanium.Platform.DisplayCaps.logicalDensityFactor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.4.1"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.4.1"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPlatformHeight",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Platform.DisplayCaps.platformHeight\">Titanium.Platform.DisplayCaps.platformHeight</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Platform.DisplayCaps.platformHeight\">Titanium.Platform.DisplayCaps.platformHeight</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPlatformWidth",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Platform.DisplayCaps.platformWidth\">Titanium.Platform.DisplayCaps.platformWidth</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Platform.DisplayCaps.platformWidth\">Titanium.Platform.DisplayCaps.platformWidth</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getXdpi",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Platform.DisplayCaps.xdpi\">Titanium.Platform.DisplayCaps.xdpi</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Platform.DisplayCaps.xdpi\">Titanium.Platform.DisplayCaps.xdpi</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getYdpi",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Platform.DisplayCaps.ydpi\">Titanium.Platform.DisplayCaps.ydpi</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Platform.DisplayCaps.ydpi\">Titanium.Platform.DisplayCaps.ydpi</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "density",
                    "deprecated": false,
                    "description": "<p>Logical density of the display.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "dpi",
                    "deprecated": false,
                    "description": "<p>Display density expressed as dots-per-inch.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "logicalDensityFactor",
                    "deprecated": false,
                    "description": "<p>Logical density of the display, as a scaling factor for the Density Independent Pixel (dip)\nunit.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.4.1"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.4.1"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "platformHeight",
                    "deprecated": false,
                    "description": "<p>Absolute height of the display in relation to UI orientation. Measured in platform-specific\nunits; pixels on Android and density-independent pixels (dip) on iOS.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [
                        {
                            "title": "Platform Width and Height",
                            "code": "<p>Create a window and limit it to portrait mode. Start the app and observe that the platform\nwidth and height is output to the log. Change the physical orientation of the device and\nclick the window to test again. Note that the logged information relates to the UI rather\nthan the physical orientation of the device.</p>\n<pre><code>var win = Ti.UI.createWindow({\n  title: 'Click window to output UI dimensions',\n  backgroundColor: 'white',\n  orientationModes: [ Titanium.UI.PORTRAIT ], // UI restricted to portrait mode\n  fullscreen: false,\n  exitOnClose: true\n});\n\nvar label = Ti.UI.createLabel({\n  text:'Hello world'\n});\nwin.add(label);\n\nfunction logDisplayCaps(){\n  Ti.API.info('Width x Height: ' + Ti.Platform.displayCaps.platformWidth + ' x ' + Ti.Platform.displayCaps.platformHeight);\n}\n\nwin.addEventListener('click',function(e){\n  // as the UI orientation is restricted by orientationModes, this will only ever \n  // output the dimensions of the UI in portrait mode. For example, 480 x 800 for the \n  // Android device tested\n  logDisplayCaps();\n});\n\nwin.open();\n\nlogDisplayCaps();\n</code></pre>"
                        }
                    ],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "platformWidth",
                    "deprecated": false,
                    "description": "<p>Absolute width of the display in relation to UI orientation. Measured in platform-specific\nunits; pixels on Android and density-independent pixels (dip) on iOS.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [
                        {
                            "title": "Platform Width and Height",
                            "code": "<p>Create a window and limit it to portrait mode. Start the app and observe that the platform\nwidth and height is output to the log. Change the physical orientation of the device and\nclick the window to test again. Note that the logged information relates to the UI rather\nthan the physical orientation of the device.</p>\n<pre><code>var win = Ti.UI.createWindow({\n  title: 'Click window to output UI dimensions',\n  backgroundColor: 'white',\n  orientationModes: [ Titanium.UI.PORTRAIT ], // UI restricted to portrait mode\n  fullscreen: false,\n  exitOnClose: true\n});\n\nvar label = Ti.UI.createLabel({\n  text:'Hello world'\n});\nwin.add(label);\n\nfunction logDisplayCaps(){\n  Ti.API.info('Width x Height: ' + Ti.Platform.displayCaps.platformWidth + ' x ' + Ti.Platform.displayCaps.platformHeight);\n}\n\nwin.addEventListener('click',function(e){\n  // as the UI orientation is restricted by orientationModes, this will only ever \n  // output the dimensions of the UI in portrait mode. For example, 480 x 800 for the \n  // Android device tested\n  logDisplayCaps();\n});\n\nwin.open();\n\nlogDisplayCaps();    \n</code></pre>"
                        }
                    ],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "xdpi",
                    "deprecated": false,
                    "description": "<p>Physical pixels per inch of the display in the X dimension.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "ydpi",
                    "deprecated": false,
                    "description": "<p>Physical pixels per inch of the display in the Y dimension.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>On iPhone and iPod devices with retina display, the <code>density</code> property is <code>high</code> and the <code>dpi</code>\nproperty is <code>320</code>. For other iPhone and iPod devices, <code>density</code> is <code>medium</code> and <code>dpi</code> is <code>160</code>.</p>\n<p>On iPad devices with retina display, the <code>density</code> property is <code>high</code> and the <code>dpi</code>\nproperty is <code>260</code>. For other iPad devices, <code>density</code> is <code>medium</code> and <code>dpi</code> is <code>130</code>.</p>\n<p>Note that Xcode versions prior to 4.3.1 do not have the correct tools to detect the iPad 3\nretina display. Apps must be built with Xcode 4.3.1 or later to detect iPad 3 retina display.</p>\n<p>Note that the <code>displayCaps</code> property begins with a lowercase letter, which differentiates it\nfrom the <code>DisplayCaps</code> object that it returns. Refer to the example to understand how it should\nbe called.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.Platform",
            "description": "<p>The top-level Platform module.  The Platform module is used to access the device's platform-related\nfunctionality.</p>",
            "deprecated": false,
            "events": [
                {
                    "name": "battery",
                    "deprecated": false,
                    "description": "<p>Fired when the battery state changes. This is measured in 5% increments on iPhone/iPad.</p>",
                    "properties": [
                        {
                            "name": "state",
                            "constants": [
                                "Titanium.Platform.BATTERY_STATE_CHARGING",
                                "Titanium.Platform.BATTERY_STATE_FULL",
                                "Titanium.Platform.BATTERY_STATE_UNKNOWN",
                                "Titanium.Platform.BATTERY_STATE_UNPLUGGED"
                            ],
                            "description": "<p>The battery state.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "level",
                            "constants": [],
                            "description": "<p>Percentage battery power level.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                }
            ],
            "examples": [
                {
                    "title": "Battery Event Example",
                    "code": "<p>Obtaining battery data when the battery state changes.</p>\n<pre><code>Titanium.Platform.addEventListener('battery', function(e){\n  Ti.API.info('The battery state has changed to ' + e.state);\n  Ti.API.info('The battery level is ' + e.level);\n  Ti.API.info('The battery event source is ' + e.source);\n  Ti.API.info('The battery event name ' + e.type);\n});\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "canOpenURL",
                    "deprecated": false,
                    "description": "<p>Returns whether the system is configured with a default application to handle the URL's protocol/scheme.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "url",
                            "constants": [],
                            "description": "<p>The url to check.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "cpus",
                    "deprecated": false,
                    "description": "<p>Returns an array of basic cpu information for all logical processors</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "createUUID",
                    "deprecated": false,
                    "description": "<p>Creates a globally-unique identifier.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "openURL",
                    "deprecated": false,
                    "description": "<p>Opens this URL using the system's default application for its protocol/scheme.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "url",
                            "constants": [],
                            "description": "<p>The url to open.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>The optional options to pass to the URL handling (iOS 10+). Pass a\ndictionary with one or more of the following string-keys:\n* <code>UIApplicationOpenURLOptionsSourceApplicationKey</code> (String value)\n* <code>UIApplicationOpenURLOptionsAnnotationKey</code> (Array value)\n* <code>UIApplicationOpenURLOptionsOpenInPlaceKey</code> (Boolean value)\n* <code>UIApplicationOpenURLOptionUniversalLinksOnly</code> (Boolean value)\nRead more about the available keys in the <a href=\"https://developer.apple.com/documentation/uikit/uiapplicationopenurloptionskey?language=objc\">Apple documentation</a>.</p>",
                            "type": "OpenURLOptions",
                            "usage": "optional"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>The optional callback that is called once the URL is opened (iOS 10+).</p>",
                            "type": "Function",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "is24HourTimeFormat",
                    "deprecated": false,
                    "description": "<p>Returns whether the system settings are configured to show times in 24-hour format.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Platform.bubbleParent\">Titanium.Platform.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Platform.bubbleParent\">Titanium.Platform.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Platform.bubbleParent\">Titanium.Platform.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Platform.bubbleParent\">Titanium.Platform.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Platform.apiName\">Titanium.Platform.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Platform.apiName\">Titanium.Platform.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Platform.lifecycleContainer\">Titanium.Platform.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Platform.lifecycleContainer\">Titanium.Platform.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Platform.lifecycleContainer\">Titanium.Platform.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Platform.lifecycleContainer\">Titanium.Platform.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getAddress",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Platform.address\">Titanium.Platform.address</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Platform.address\">Titanium.Platform.address</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getArchitecture",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Platform.architecture\">Titanium.Platform.architecture</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Platform.architecture\">Titanium.Platform.architecture</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAvailableMemory",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Platform.availableMemory\">Titanium.Platform.availableMemory</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Platform.availableMemory\">Titanium.Platform.availableMemory</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBatteryLevel",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Platform.batteryLevel\">Titanium.Platform.batteryLevel</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Platform.batteryLevel\">Titanium.Platform.batteryLevel</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBatteryMonitoring",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Platform.batteryMonitoring\">Titanium.Platform.batteryMonitoring</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Platform.batteryMonitoring\">Titanium.Platform.batteryMonitoring</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBatteryMonitoring",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Platform.batteryMonitoring\">Titanium.Platform.batteryMonitoring</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Platform.batteryMonitoring\">Titanium.Platform.batteryMonitoring</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "batteryMonitoring",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBatteryState",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Platform.batteryState\">Titanium.Platform.batteryState</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Platform.batteryState\">Titanium.Platform.batteryState</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getDisplayCaps",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Platform.displayCaps\">Titanium.Platform.displayCaps</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Platform.displayCaps\">Titanium.Platform.displayCaps</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Platform.DisplayCaps",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getId",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Platform.id\">Titanium.Platform.id</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Platform.id\">Titanium.Platform.id</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getIdentifierForVendor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Platform.identifierForVendor\">Titanium.Platform.identifierForVendor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Platform.identifierForVendor\">Titanium.Platform.identifierForVendor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getIdentifierForAdvertising",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Platform.identifierForAdvertising\">Titanium.Platform.identifierForAdvertising</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Platform.identifierForAdvertising\">Titanium.Platform.identifierForAdvertising</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setIdentifierForAdvertising",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Platform.identifierForAdvertising\">Titanium.Platform.identifierForAdvertising</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Platform.identifierForAdvertising\">Titanium.Platform.identifierForAdvertising</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "identifierForAdvertising",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getIsAdvertisingTrackingEnabled",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Platform.isAdvertisingTrackingEnabled\">Titanium.Platform.isAdvertisingTrackingEnabled</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Platform.isAdvertisingTrackingEnabled\">Titanium.Platform.isAdvertisingTrackingEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLocale",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Platform.locale\">Titanium.Platform.locale</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Platform.locale\">Titanium.Platform.locale</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getMacaddress",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Platform.macaddress\">Titanium.Platform.macaddress</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Platform.macaddress\">Titanium.Platform.macaddress</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getManufacturer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Platform.manufacturer\">Titanium.Platform.manufacturer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Platform.manufacturer\">Titanium.Platform.manufacturer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getModel",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Platform.model\">Titanium.Platform.model</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Platform.model\">Titanium.Platform.model</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Platform.name\">Titanium.Platform.name</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Platform.name\">Titanium.Platform.name</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getNetmask",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Platform.netmask\">Titanium.Platform.netmask</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Platform.netmask\">Titanium.Platform.netmask</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getOsname",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Platform.osname\">Titanium.Platform.osname</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Platform.osname\">Titanium.Platform.osname</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getOstype",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Platform.ostype\">Titanium.Platform.ostype</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Platform.ostype\">Titanium.Platform.ostype</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getProcessorCount",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Platform.processorCount\">Titanium.Platform.processorCount</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Platform.processorCount\">Titanium.Platform.processorCount</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRuntime",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Platform.runtime\">Titanium.Platform.runtime</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Platform.runtime\">Titanium.Platform.runtime</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTotalMemory",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Platform.totalMemory\">Titanium.Platform.totalMemory</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Platform.totalMemory\">Titanium.Platform.totalMemory</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getUptime",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Platform.uptime\">Titanium.Platform.uptime</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Platform.uptime\">Titanium.Platform.uptime</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getUsername",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Platform.username\">Titanium.Platform.username</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Platform.username\">Titanium.Platform.username</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getVersion",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Platform.version\">Titanium.Platform.version</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Platform.version\">Titanium.Platform.version</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Module",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "BATTERY_STATE_CHARGING",
                    "deprecated": false,
                    "description": "<p>Constant to indicate that the system is plugged in and currently being charged.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "BATTERY_STATE_FULL",
                    "deprecated": false,
                    "description": "<p>Constant to indicate that the battery is fully charged.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "BATTERY_STATE_UNKNOWN",
                    "deprecated": false,
                    "description": "<p>Constant to indicate that the battery state is not known or monitoring is disabled.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "BATTERY_STATE_UNPLUGGED",
                    "deprecated": false,
                    "description": "<p>Constant to indicate that the system is unplugged.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "address",
                    "deprecated": false,
                    "description": "<p>System's WIFI IP address. No other network types are supported.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "architecture",
                    "deprecated": false,
                    "description": "<p>System's processor architecture.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "availableMemory",
                    "deprecated": false,
                    "description": "<p>System's unused memory, measured in bytes.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "batteryLevel",
                    "deprecated": false,
                    "description": "<p>Battery level in percent, accessible only when <code>batteryMonitoring</code> is enabled. Measured\nin 5% increments on iPhone/iPad.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "batteryMonitoring",
                    "deprecated": false,
                    "description": "<p>Determines whether battery monitoring is enabled.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "batteryState",
                    "deprecated": false,
                    "description": "<p>Indicates the state of the battery. Accessible only when <code>batteryMonitoring</code> is enabled.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.Platform.BATTERY_STATE_CHARGING",
                        "Titanium.Platform.BATTERY_STATE_FULL",
                        "Titanium.Platform.BATTERY_STATE_UNKNOWN",
                        "Titanium.Platform.BATTERY_STATE_UNPLUGGED"
                    ],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "displayCaps",
                    "deprecated": false,
                    "description": "<p>Returns the DisplayCaps object.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Titanium.Platform.DisplayCaps",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "id",
                    "deprecated": false,
                    "description": "<p>Applications's globally-unique ID (UUID).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "identifierForVendor",
                    "deprecated": false,
                    "description": "<p>An alphanumeric string that uniquely identifies a device to the app's vendor.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "identifierForAdvertising",
                    "deprecated": false,
                    "description": "<p>An alphanumeric string unique to each device, used only for serving advertisements.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "isAdvertisingTrackingEnabled",
                    "deprecated": false,
                    "description": "<p>A Boolean value that indicates whether the user has limited ad tracking.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "locale",
                    "deprecated": false,
                    "description": "<p>System's default language.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "macaddress",
                    "deprecated": false,
                    "description": "<p>System's network interface mac address, or app UUID.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "manufacturer",
                    "deprecated": false,
                    "description": "<p>Manufacturer of the device.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "model",
                    "deprecated": false,
                    "description": "<p>Model of the device.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [
                        {
                            "title": "Testing for a Virtual Device",
                            "code": "<pre><code>Determine whether the application is running on a virtual device.\nif (Ti.Platform.model.indexOf('Simulator') !== -1 || Ti.Platform.model.indexOf('sdk') !== -1 ){\nalert('Accelerometer does not work on a virtual device');\n} else {\n// Add Accelerometer event listener\n}</code></pre>"
                        }
                    ],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "name",
                    "deprecated": false,
                    "description": "<p>Name of the platform. Returns <code>android</code> for the Android platform, <code>iPhone OS</code> for the iOS\nplatform (iPhone, iPad, or iPod Touch), and <code>windows</code> for the Windows platform.</p>\n<p>Since iOS 10 this property returns <code>iOS</code> for for the iOS platform (iPhone, iPad, or iPod Touch).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "netmask",
                    "deprecated": false,
                    "description": "<p>System's WIFI network mask. No other network types are supported.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "osname",
                    "deprecated": false,
                    "description": "<p>Short name of the system's Operating System. Returns <code>android</code> for the Android platfrom,\n<code>iphone</code> for the iPhone or iPod Touch, <code>ipad</code> for the iPad, <code>windowsphone</code> for Windows Phone, and <code>windowsstore</code> for Windows Store\nplatform.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ostype",
                    "deprecated": false,
                    "description": "<p>Operating System architecture. On Android, this is <code>32bit</code>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "processorCount",
                    "deprecated": false,
                    "description": "<p>Number of logical processing cores.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "runtime",
                    "deprecated": false,
                    "description": "<p>Short name of the JavaScript runtime in use.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "totalMemory",
                    "deprecated": false,
                    "description": "<p>System's total memory, measured in bytes.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "uptime",
                    "deprecated": false,
                    "description": "<p>System uptime since last boot in seconds.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "username",
                    "deprecated": false,
                    "description": "<p>System name, if set. On iOS, this can be found in Settings &gt; General &gt; About &gt; Name.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "version",
                    "deprecated": false,
                    "description": "<p>System's OS version.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "CPU",
            "description": "<p>Simple object holding the data for a logical cpu.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "model",
                    "deprecated": false,
                    "description": "<p>General description of the CPU</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "speed",
                    "deprecated": false,
                    "description": "<p>Speed of the CPU in MHz</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "times",
                    "deprecated": false,
                    "description": "<p>A collection of timings for this logical CPU.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "CPUTimes",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "CPUTimes",
            "description": "<p>Simple object holding the data for a logical cpu execution times.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "user",
                    "deprecated": false,
                    "description": "<p>The number of milliseconds the CPU has spent in user mode.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "nice",
                    "deprecated": false,
                    "description": "<p>The number of milliseconds the CPU has spent in nice mode.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "sys",
                    "deprecated": false,
                    "description": "<p>The number of milliseconds the CPU has spent in sys mode.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "idle",
                    "deprecated": false,
                    "description": "<p>The number of milliseconds the CPU has spent in idle mode.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "irq",
                    "deprecated": false,
                    "description": "<p>The number of milliseconds the CPU has spent in irq mode.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "OpenURLOptions",
            "description": "<p>The optional options to pass to the URL handling (iOS 10+). Pass a\ndictionary with one or more of the following string-keys:\n* <code>UIApplicationOpenURLOptionsSourceApplicationKey</code> (String value)\n* <code>UIApplicationOpenURLOptionsAnnotationKey</code> (Array value)\n* <code>UIApplicationOpenURLOptionsOpenInPlaceKey</code> (Boolean value)\n* <code>UIApplicationOpenURLOptionUniversalLinksOnly</code> (Boolean value)\nRead more about the available keys in the <a href=\"https://developer.apple.com/documentation/uikit/uiapplicationopenurloptionskey?language=objc\">Apple documentation</a>.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "UIApplicationOpenURLOptionsSourceApplicationKey",
                    "deprecated": false,
                    "description": "<p>The value of this key is an String containing the bundle ID of the app that made the request. If the request originated from another app belonging to your team, UIKit sets the value of this key to the ID of that app. If the team identifier of the originating app is different than the team identifier of the current app, the value of the key is nil.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "UIApplicationOpenURLOptionsAnnotationKey",
                    "deprecated": false,
                    "description": "<p>contains the information passed to a document interaction controller object's annotation property.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "UIApplicationOpenURLOptionsOpenInPlaceKey",
                    "deprecated": false,
                    "description": "<p>When the value of this property is <code>false</code>, you must copy the document to maintain access to it. If the flag is not set, you also must copy the document before you can use it.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "UIApplicationOpenURLOptionUniversalLinksOnly",
                    "deprecated": false,
                    "description": "<p>When you include this key in the options dictionary, the method opens the URL only if the URL is a valid universal link and there is an installed app capable of opening that URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.Stream",
            "description": "<p>Stream module containing stream utility methods.</p>",
            "deprecated": false,
            "events": [],
            "examples": [
                {
                    "title": "Stream.pump Example",
                    "code": "<p>The following example shows how to use the <a href=\"Titanium.Stream.pump\">pump</a> method.</p>\n<pre><code>var pumpCallback = function(arg) {\n    if(arg.bytesProcessed == -1) {\n        Ti.API.info(&quot;At end of stream.&quot;);\n    } else {\n        Ti.API.info(String.format(&quot;Received %.0f bytes. Total: %.0f bytes.&quot;, \n                    arg.bytesProcessed, arg.totalBytesProcessed));\n        // do something useful with the data in arg.buffer\n    }\n}\nTi.Stream.pump(inputStream, pumpCallback, 1024);\n</code></pre>"
                },
                {
                    "title": "Write Stream to File",
                    "code": "<p>The following example uses the <a href=\"Titanium.Stream.writeStream\">writeStream</a> method\nto copy the contents of an input stream to a file. This can be used for any kind\nof input stream -- <code>BufferStream</code>, <code>FileStream</code>, or <code>Socket.TCP</code>.</p>\n<pre><code>var outFileStream = Ti.Filesystem.getFile('outfile.txt').open(Ti.Filesystem.MODE_WRITE);\n\n// writes all data from inputStream to outFileStream in chunks of 1024 bytes\nvar bytesWritten = Ti.Stream.writeStream(inputStream, outFileStream, 1024);\nTi.API.info('Wrote ' + bytesWritten + ' bytes, closing both streams.');\n\ninputStream.close();\noutFileStream.close();\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createStream",
                    "deprecated": false,
                    "description": "<p>Creates stream from a <code>Buffer</code> or <code>Blob</code> object.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Parameter object, for specifying the source object and mode.</p>",
                            "type": "CreateStreamArgs",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.IOStream",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "read",
                    "deprecated": false,
                    "description": "<p>Asynchronously reads data from an <a href=\"Titanium.IOStream\">IOStream</a> into a buffer.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "sourceStream",
                            "constants": [],
                            "description": "<p>Stream to read from.</p>",
                            "type": "Titanium.IOStream",
                            "usage": "required"
                        },
                        {
                            "name": "buffer",
                            "constants": [],
                            "description": "<p>Buffer to read into.</p>",
                            "type": "Titanium.Buffer",
                            "usage": "required"
                        },
                        {
                            "name": "offset",
                            "constants": [],
                            "description": "<p>Offset to start reading stream data from, in bytes.\nIf specified, <code>length</code> must be specified as well.</p>",
                            "type": "Number",
                            "usage": "optional"
                        },
                        {
                            "name": "length",
                            "constants": [],
                            "description": "<p>Number of bytes of data to read from the stream.\nIf specified, <code>offset</code> must be specified as well.</p>",
                            "type": "Number",
                            "usage": "optional"
                        },
                        {
                            "name": "resultsCallback",
                            "constants": [],
                            "description": "<p>Function to call with the results of the read operation.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "readAll",
                    "deprecated": false,
                    "description": "<p>Reads all data from the specified <a href=\"Titanium.IOStream\">IOStream</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "sourceStream",
                            "constants": [],
                            "description": "<p>Stream to read from.</p>",
                            "type": "Titanium.IOStream",
                            "usage": "required"
                        },
                        {
                            "name": "buffer",
                            "constants": [],
                            "description": "<p>Buffer to read into. If specified, <code>resultsCallback</code> must be specified as\nwell.</p>",
                            "type": "Titanium.Buffer",
                            "usage": "optional"
                        },
                        {
                            "name": "resultsCallback",
                            "constants": [],
                            "description": "<p>Function to call with the results of the read operation.\nIf specified, <code>resultsCallback</code> must be specified as well.</p>",
                            "type": "Function",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Buffer",
                            "description": "",
                            "constants": []
                        },
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "write",
                    "deprecated": false,
                    "description": "<p>Asynchronously writes data from a buffer to an <a href=\"Titanium.IOStream\">IOStream</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "outputStream",
                            "constants": [],
                            "description": "<p>Stream to write to.</p>",
                            "type": "Titanium.IOStream",
                            "usage": "required"
                        },
                        {
                            "name": "buffer",
                            "constants": [],
                            "description": "<p>Buffer to write from.</p>",
                            "type": "Titanium.Buffer",
                            "usage": "required"
                        },
                        {
                            "name": "offset",
                            "constants": [],
                            "description": "<p>Offset to start writing buffer data from.\nIf specified, <code>length</code> must be specified as well.</p>",
                            "type": "Number",
                            "usage": "optional"
                        },
                        {
                            "name": "length",
                            "constants": [],
                            "description": "<p>Bytes of data to write. If specified, <code>offset</code> must be specified as well.</p>",
                            "type": "Number",
                            "usage": "optional"
                        },
                        {
                            "name": "resultsCallback",
                            "constants": [],
                            "description": "<p>Function to call with the results of the write operation.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "writeStream",
                    "deprecated": false,
                    "description": "<p>Writes all data from an input stream to an output stream.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "inputStream",
                            "constants": [],
                            "description": "<p>Stream to read from.</p>",
                            "type": "Titanium.IOStream",
                            "usage": "required"
                        },
                        {
                            "name": "outputStream",
                            "constants": [],
                            "description": "<p>Stream to write to.</p>",
                            "type": "Titanium.IOStream",
                            "usage": "required"
                        },
                        {
                            "name": "maxChunkSize",
                            "constants": [],
                            "description": "<p>Maximum number of bytes to copy from <code>inputStream</code> to <code>outputStream</code> in a\nsingle operation.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "resultsCallback",
                            "constants": [],
                            "description": "<p>Function to call with the results of the <code>writeStream</code> operation.</p>",
                            "type": "Function",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "pump",
                    "deprecated": false,
                    "description": "<p>Reads data from input stream and passes it to a handler method.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "inputStream",
                            "constants": [],
                            "description": "<p>Stream to pump from.</p>",
                            "type": "Titanium.IOStream",
                            "usage": "required"
                        },
                        {
                            "name": "handler",
                            "constants": [],
                            "description": "<p>Handler method that will receive data from <code>inputStream</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        },
                        {
                            "name": "maxChunkSize",
                            "constants": [],
                            "description": "<p>Maximum number of bytes to pass to <code>handler</code> in a single call.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "isAsync",
                            "constants": [],
                            "description": "<p>Specifies if the <code>pump</code> operation should run asynchronously.</p>",
                            "type": "Boolean",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Stream.bubbleParent\">Titanium.Stream.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Stream.bubbleParent\">Titanium.Stream.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Stream.bubbleParent\">Titanium.Stream.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Stream.bubbleParent\">Titanium.Stream.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Stream.apiName\">Titanium.Stream.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Stream.apiName\">Titanium.Stream.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Stream.lifecycleContainer\">Titanium.Stream.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Stream.lifecycleContainer\">Titanium.Stream.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Stream.lifecycleContainer\">Titanium.Stream.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Stream.lifecycleContainer\">Titanium.Stream.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Module",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "MODE_READ",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.Stream.createStream\">createStream</a> to open a stream in read\nmode.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "MODE_WRITE",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.Stream.createStream\">createStream</a> to open a stream in write\nmode.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "MODE_APPEND",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.Stream.createStream\">createStream</a> to open a stream in append\nmode.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>This module provides a set of methods for interacting with\n<a href=\"Titanium.IOStream\">IOStream</a> objects, including asynchronous versions of the\n<code>read</code> and <code>write</code> methods offered by all stream objects. These\nmethods should be used in any place where reading from or writing\nto a stream might block.</p>\n<p>See also:</p>\n<ul>\n<li><a href=\"Titanium.IOStream\">Titanium.IOStream</a></li>\n<li><a href=\"Titanium.BlobStream\">Titanium.BlobStream</a></li>\n<li><a href=\"Titanium.BufferStream\">Titanium.BufferStream</a></li>\n<li><a href=\"Titanium.Filesystem.FileStream\">Titanium.Filesystem.FileStream</a></li>\n<li><a href=\"Titanium.Network.Socket.TCP\">Titanium.Network.Socket.TCP</a></li>\n</ul>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "1.7"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "1.7"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "1.7"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "CreateStreamArgs",
            "description": "<p>Argument passed to <a href=\"Titanium.Stream.createStream\">createStream</a>.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "source",
                    "deprecated": false,
                    "description": "<p>Object that the stream will read from or write to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "type": "Titanium.Blob",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "mode",
                    "deprecated": false,
                    "description": "<p>Mode to open the stream in.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.Stream.MODE_READ",
                        "Titanium.Stream.MODE_WRITE",
                        "Titanium.Stream.MODE_APPEND"
                    ],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "1.7"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "1.7"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "1.7"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "ReadCallbackArgs",
            "description": "<p>Argument passed to the read callback when an asynchronous <a href=\"Titanium.Stream.read\">read</a> operation\nfinishes.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "ErrorResponse",
            "isInternal": false,
            "properties": [
                {
                    "name": "success",
                    "deprecated": false,
                    "description": "<p>Indicates if the operation succeeded.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "error",
                    "deprecated": false,
                    "description": "<p>Error message, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "code",
                    "deprecated": false,
                    "description": "<p>Error code. Returns 0 if <code>success</code> is <code>true</code>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "source",
                    "deprecated": false,
                    "description": "<p>Stream being read.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "type": "Titanium.IOStream",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "bytesProcessed",
                    "deprecated": false,
                    "description": "<p>Number of bytes processed, or -1 in the event of an error or end of stream.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "errorState",
                    "deprecated": true,
                    "description": "<p>Whether an error was encountered. Set to 1 in the case of an error, 0\notherwise.\n<strong>Removed in 9.0.0. Use success or code values to determine error conditions</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "errorDescription",
                    "deprecated": true,
                    "description": "<p>Text description of the error. <strong>Removed in 9.0.0. Use error property to determine error message</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "1.7"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "1.7"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "1.7"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "WriteCallbackArgs",
            "description": "<p>Argument passed to the write callback when an asynchronous\n<a href=\"Titanium.Stream.write\">write</a> operation\nfinishes.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "ErrorResponse",
            "isInternal": false,
            "properties": [
                {
                    "name": "success",
                    "deprecated": false,
                    "description": "<p>Indicates if the operation succeeded.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "error",
                    "deprecated": false,
                    "description": "<p>Error message, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "code",
                    "deprecated": false,
                    "description": "<p>Error code. Returns 0 if <code>success</code> is <code>true</code>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "source",
                    "deprecated": false,
                    "description": "<p>Stream being written to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "type": "Titanium.IOStream",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "bytesProcessed",
                    "deprecated": false,
                    "description": "<p>Number of bytes processed, or -1 in the event of an error or end of stream.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "errorState",
                    "deprecated": true,
                    "description": "<p>Whether an error was encountered. Set to 1 in the case of an error, 0\notherwise.\n<strong>Removed in 9.0.0. Use success or code values to determine error conditions</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "errorDescription",
                    "deprecated": true,
                    "description": "<p>Text description of the error. <strong>Removed in 9.0.0. Use error property to determine error message</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "1.7"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "1.7"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "1.7"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "WriteStreamCallbackArgs",
            "description": "<p>Argument passed to the callback when an asynchronous\n<a href=\"Titanium.Stream.writeStream\">writeStream</a> operation finishes.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "ErrorResponse",
            "isInternal": false,
            "properties": [
                {
                    "name": "success",
                    "deprecated": false,
                    "description": "<p>Indicates if the operation succeeded.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "error",
                    "deprecated": false,
                    "description": "<p>Error message, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "code",
                    "deprecated": false,
                    "description": "<p>Error code. Returns 0 if <code>success</code> is <code>true</code>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fromStream",
                    "deprecated": false,
                    "description": "<p>Stream being read from.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "type": "Titanium.IOStream",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "toStream",
                    "deprecated": false,
                    "description": "<p>Stream being written to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "type": "Titanium.IOStream",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "bytesProcessed",
                    "deprecated": false,
                    "description": "<p>Number of bytes processed, or -1 in the event of an error or end of stream.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "errorState",
                    "deprecated": true,
                    "description": "<p>Whether an error was encountered. Set to 1 in the case of an error, 0\notherwise.\n<strong>Removed in 9.0.0. Use success or code values to determine error conditions</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "errorDescription",
                    "deprecated": true,
                    "description": "<p>Text description of the error. <strong>Removed in 9.0.0. Use error property to determine error message</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "1.7"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "1.7"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "1.7"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "PumpCallbackArgs",
            "description": "<p>Argument passed to the callback each time the\n<a href=\"Titanium.Stream.pump\">pump</a> operation has new data to deliver.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "ErrorResponse",
            "isInternal": false,
            "properties": [
                {
                    "name": "success",
                    "deprecated": false,
                    "description": "<p>Indicates if the operation succeeded.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "error",
                    "deprecated": false,
                    "description": "<p>Error message, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "code",
                    "deprecated": false,
                    "description": "<p>Error code. Returns 0 if <code>success</code> is <code>true</code>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "source",
                    "deprecated": false,
                    "description": "<p>Stream being read from.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "type": "Titanium.IOStream",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "buffer",
                    "deprecated": false,
                    "description": "<p>Buffer object holding the data currently being pumped to the handler method.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "type": "Titanium.Buffer",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "bytesProcessed",
                    "deprecated": false,
                    "description": "<p>Number of bytes being passed to this invocation of the handler, or\n-1 in the event of an error or end of stream.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "totalBytesProcessed",
                    "deprecated": false,
                    "description": "<p>Total number of bytes read from the stream so far,\nincluding the data passed to this current invocation of the handler.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "errorState",
                    "deprecated": true,
                    "description": "<p>Whether an error was encountered. Set to 1 in the case of an error, 0\notherwise.\n<strong>Removed in 9.0.0. Use success or code values to determine error conditions</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "errorDescription",
                    "deprecated": true,
                    "description": "<p>Text description of the error. <strong>Removed in 9.0.0. Use error property to determine error message</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>A callback with <code>bytesProcessed</code> set to -1 indicates the end of the\npump operation, either because of an error or because the end of the\nstream has been reached.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "1.7"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "1.7"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "1.7"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium",
            "description": "<p>The top-level Titanium module.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createBuffer",
                    "deprecated": false,
                    "description": "<p>Creates a new buffer based on the params.</p>",
                    "examples": [
                        {
                            "title": "Create a buffer with 1K bytes",
                            "code": "<pre><code>var buffer = Ti.createBuffer({ length: 1024 });</code></pre>"
                        },
                        {
                            "title": "Create a buffer with string",
                            "code": "<p>Create a buffer with the string &quot;hello world&quot; encoded in UTF-8</p>\n<pre><code>var buffer = Ti.createBuffer({ value: &quot;hello world&quot; });\n</code></pre>"
                        },
                        {
                            "title": "Create a buffer with encoded float",
                            "code": "<p>Create a buffer with the encoded value of the double-precision floating point\nnumber 1.234567 in Big Endian (network) byte order</p>\n<pre><code>var buffer = Ti.createBuffer({ value: 1.234567, type: Ti.Codec.TYPE_DOUBLE, byteOrder: Ti.Codec.BIG_ENDIAN });\n</code></pre>"
                        }
                    ],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>creation arguments</p>",
                            "type": "CreateBufferArgs",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Buffer",
                            "description": "<p>The new buffer.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createProxy",
                    "deprecated": false,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.Proxy\">Titanium.Proxy</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any defined by <a href=\"Titanium.Proxy\">Titanium.Proxy</a> except those marked not-creation or read-only.</p>",
                            "type": "Titanium.Proxy",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Proxy",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.bubbleParent\">Titanium.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.bubbleParent\">Titanium.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.bubbleParent\">Titanium.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.bubbleParent\">Titanium.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.apiName\">Titanium.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.apiName\">Titanium.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.lifecycleContainer\">Titanium.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.lifecycleContainer\">Titanium.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.lifecycleContainer\">Titanium.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.lifecycleContainer\">Titanium.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getUserAgent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.userAgent\">Titanium.userAgent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.userAgent\">Titanium.userAgent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setUserAgent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.userAgent\">Titanium.userAgent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.userAgent\">Titanium.userAgent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "userAgent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getVersion",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.version\">Titanium.version</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.version\">Titanium.version</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBuildDate",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.buildDate\">Titanium.buildDate</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.buildDate\">Titanium.buildDate</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBuildHash",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.buildHash\">Titanium.buildHash</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.buildHash\">Titanium.buildHash</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Module",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "userAgent",
                    "deprecated": false,
                    "description": "<p>User-agent string used by Titanium.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "version",
                    "deprecated": false,
                    "description": "<p>Version of Titanium that is executing.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "buildDate",
                    "deprecated": false,
                    "description": "<p>Date of the Titanium build.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "buildHash",
                    "deprecated": false,
                    "description": "<p>Git hash of the Titanium build.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>The Titanium module provides the Titanium Mobile API, allowing developers to access native\nfeatures of each target environment. Currently, the Android and iOSenvironments are supported.</p>\n<h4>Titanium Namespace</h4>\n<p>The complete Titanium API is accessible from the <code>Titanium</code> namespace but, for convenience and\nbrevity, the alias <code>Ti</code> is also provided. As the <code>Titanium</code> namespace is functionally-identical\nto its <code>Ti</code> alias, it is always recommended to use <code>Ti</code> in your code.</p>\n<p>For example, the following pairs of Titanium calls behave exactly the same.</p>\n<pre><code>Titanium.API.info('Hello Titanium!');\nTi.API.info('Hello Titanium!');\n\nTitanium.Utils.sha256('Hello Titanium!');\nTi.Utils.sha256('Hello Titanium!');\n\nTitanium.App.Properties.setString('hello_msg','Hello Titanium!');\nTi.App.Properties.setString('hello_msg','Hello Titanium!');\n\nTitanium.Database.open('mydb');\nTi.Database.open('mydb');\n</code></pre>\n<h4>Global APIs</h4>\n<p>Titanium includes a number of built-in JavaScript objects that are not part of the Titanium\nnamespace, including JSON parsing, String formatting, timers, and the CommonJS <code>require</code> function.\nSee <a href=\"Global\">Global APIs</a> for details.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "CreateBufferArgs",
            "description": "<p>Arguments to be passed to createBuffer</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "value",
                    "deprecated": false,
                    "description": "<p>An initial value which will be encoded and placed in the buffer. If value is a Number, type must also be set. (this is simply a convenient way of calling <a href=\"Titanium.Codec.encodeString\">Titanium.Codec.encodeString</a> or <a href=\"Titanium.Codec.encodeNumber\">Titanium.Codec.encodeNumber</a> and placing the encoded value in the returned buffer.)</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "length",
                    "deprecated": false,
                    "description": "<p>The length of the buffer.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "type",
                    "deprecated": false,
                    "description": "<p>The type of data encoding to use with <code>value</code>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "byteOrder",
                    "deprecated": false,
                    "description": "<p>The byte order of this buffer.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.7"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "1.7"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "1.7"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "1.7"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI._2DMatrix",
            "description": "<p>The 2D Matrix is an object for holding values for an affine transformation matrix. <strong>Deprecated since 8.0.0. Use <a href=\"Titanium.UI.Matrix2D\">Titanium.UI.Matrix2D</a> for improved ES6+ compatibility instead.</strong></p>",
            "deprecated": true,
            "events": [],
            "examples": [
                {
                    "title": "Apply a 2D Matrix to a Label",
                    "code": "<p>The following uses a 2D matrix to translate a label in the y direction.</p>\n<pre><code>var win = Ti.UI.createWindow({\n  backgroundColor: 'white'\n});\n\nvar label = Ti.UI.createLabel({\n  font:{fontSize:50},\n  text:'Titanium',\n  textAlign:'center',\n  top: 100\n});\nwin.add(label);\n\nvar button = Ti.UI.createButton({\n  title:'Animate',\n  bottom:20,\n  width:200, height:40\n});\nwin.add(button);\n\nbutton.addEventListener('click', function(){\n  var t1 = Ti.UI.create2DMatrix();\n  t1 = t1.translate(0, 300);\n  var a1 = Ti.UI.createAnimation();\n  a1.transform = t1;\n  a1.duration = 800;\n  label.animate(a1);\n});\nwin.open();\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "invert",
                    "deprecated": false,
                    "description": "<p>Returns a matrix constructed by inverting this matrix.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI._2DMatrix",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "multiply",
                    "deprecated": false,
                    "description": "<p>Returns a matrix constructed by combining two existing matrices.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "t2",
                            "constants": [],
                            "description": "<p>The second matrix.</p>",
                            "type": "Titanium.UI._2DMatrix",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI._2DMatrix",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "rotate",
                    "deprecated": false,
                    "description": "<p>Returns a matrix constructed by rotating this matrix.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "angle",
                            "constants": [],
                            "description": "<p>Angle to rotate to, in degrees. On Android, if <code>toAngle</code> is specified, this specifies\nthe starting angle for a rotation animation.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "toAngle",
                            "constants": [],
                            "description": "<p>Ending angle for a rotation animation, in degrees. Android only.</p>",
                            "type": "Number",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI._2DMatrix",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "scale",
                    "deprecated": false,
                    "description": "<p>Returns a <code>2DMatrix</code> object that specifies a scaling animation from one scale to another.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "sx",
                            "constants": [],
                            "description": "<p>Horizontal scaling factor. If <code>toSx</code> and <code>toSy</code> are specified,\nthis specifies the starting horizontal scaling factor, at the beginning\nof an animation.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "sy",
                            "constants": [],
                            "description": "<p>Vertical scaling factor. If <code>toSx</code> and <code>toSy</code> are specified,\nthis specifies the starting vertical scaling factor, at the beginning of\nan animation.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "toSx",
                            "constants": [],
                            "description": "<p>Ending horizontal scaling factor, at the end of an animation.\nIf specified, <code>toSy</code> must be specified as well. Android only.</p>",
                            "type": "Number",
                            "usage": "optional"
                        },
                        {
                            "name": "toSy",
                            "constants": [],
                            "description": "<p>Ending vertical scaling factor, at the end of an animation.\nIf specified, <code>toSx</code> must be specified as well. Android only.</p>",
                            "type": "Number",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI._2DMatrix",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "translate",
                    "deprecated": false,
                    "description": "<p>Returns a matrix constructed by applying a translation transform to this matrix.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "tx",
                            "constants": [],
                            "description": "<p>Horizontal component of the translation.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "ty",
                            "constants": [],
                            "description": "<p>Vertical component of the translation.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI._2DMatrix",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.2DMatrix.bubbleParent\">Titanium.UI.2DMatrix.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.2DMatrix.bubbleParent\">Titanium.UI.2DMatrix.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.2DMatrix.bubbleParent\">Titanium.UI.2DMatrix.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.2DMatrix.bubbleParent\">Titanium.UI.2DMatrix.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.2DMatrix.apiName\">Titanium.UI.2DMatrix.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.2DMatrix.apiName\">Titanium.UI.2DMatrix.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.2DMatrix.lifecycleContainer\">Titanium.UI.2DMatrix.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.2DMatrix.lifecycleContainer\">Titanium.UI.2DMatrix.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.2DMatrix.lifecycleContainer\">Titanium.UI.2DMatrix.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.2DMatrix.lifecycleContainer\">Titanium.UI.2DMatrix.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getA",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.2DMatrix.a\">Titanium.UI.2DMatrix.a</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.2DMatrix.a\">Titanium.UI.2DMatrix.a</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setA",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.2DMatrix.a\">Titanium.UI.2DMatrix.a</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.2DMatrix.a\">Titanium.UI.2DMatrix.a</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "a",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getB",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.2DMatrix.b\">Titanium.UI.2DMatrix.b</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.2DMatrix.b\">Titanium.UI.2DMatrix.b</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setB",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.2DMatrix.b\">Titanium.UI.2DMatrix.b</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.2DMatrix.b\">Titanium.UI.2DMatrix.b</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "b",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getC",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.2DMatrix.c\">Titanium.UI.2DMatrix.c</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.2DMatrix.c\">Titanium.UI.2DMatrix.c</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setC",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.2DMatrix.c\">Titanium.UI.2DMatrix.c</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.2DMatrix.c\">Titanium.UI.2DMatrix.c</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "c",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getD",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.2DMatrix.d\">Titanium.UI.2DMatrix.d</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.2DMatrix.d\">Titanium.UI.2DMatrix.d</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setD",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.2DMatrix.d\">Titanium.UI.2DMatrix.d</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.2DMatrix.d\">Titanium.UI.2DMatrix.d</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "d",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTx",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.2DMatrix.tx\">Titanium.UI.2DMatrix.tx</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.2DMatrix.tx\">Titanium.UI.2DMatrix.tx</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTx",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.2DMatrix.tx\">Titanium.UI.2DMatrix.tx</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.2DMatrix.tx\">Titanium.UI.2DMatrix.tx</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "tx",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTy",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.2DMatrix.ty\">Titanium.UI.2DMatrix.ty</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.2DMatrix.ty\">Titanium.UI.2DMatrix.ty</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTy",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.2DMatrix.ty\">Titanium.UI.2DMatrix.ty</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.2DMatrix.ty\">Titanium.UI.2DMatrix.ty</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "ty",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "a",
                    "deprecated": false,
                    "description": "<p>The entry at position [1,1] in the matrix.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "b",
                    "deprecated": false,
                    "description": "<p>The entry at position [1,2] in the matrix.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "c",
                    "deprecated": false,
                    "description": "<p>The entry at position [2,1] in the matrix.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "d",
                    "deprecated": false,
                    "description": "<p>The entry at position [2,2] in the matrix.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "tx",
                    "deprecated": false,
                    "description": "<p>The entry at position [3,1] in the matrix.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ty",
                    "deprecated": false,
                    "description": "<p>The entry at position [3,2] in the matrix.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>A 2D matrix is used to rotate, scale, translate, or skew the objects in a two-dimensional space.\nA 2D affine transformation can be  represented by a 3 by 3 matrix:</p>\n<table>\n  <tbody>\n    <tr>\n      <td><i>a</i></td>\n      <td><i>b</i></td>\n      <td>0</td>\n    </tr>\n    <tr>\n      <td><i>c</i></td>\n      <td><i>d</i></td>\n      <td>0</td>\n    </tr>\n    <tr>\n      <td><i>tx</i></td>\n      <td><i>ty</i></td>\n      <td>1</td>\n    </tr>\n  </tbody>\n</table>\n<p>The third column is constant (0,0,1).</p>\n<p>On iOS, the matrix terms, <code>a</code>, <code>b</code>, <code>c</code>, <code>d</code>, <code>tx</code>, and <code>ty</code>,\nare available as properties. On Android, the matrix terms are not available as properties.</p>\n<p>Use the <a href=\"Titanium.UI.create2DMatrix\">Titanium.UI.create2DMatrix</a> method to create a new 2D matrix. You can\npass an optional <a href=\"MatrixCreationDict\">MatrixCreationDict</a> dictionary to the method to initialize the\nmatrix. For example, the following creates a new matrix with a 45 degree rotation.</p>\n<pre><code>var m = Ti.UI.create2DMatrix({\n    rotate: 45\n});\n</code></pre>\n<p>If you pass no arguments, <code>create2DMatrix</code> returns an identity matrix.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.9"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.9"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.9"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "MatrixCreationDict",
            "description": "<p>Simple object passed to <a href=\"Titanium.UI.create2DMatrix\">Titanium.UI.create2DMatrix</a> to initialize a matrix.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "scale",
                    "deprecated": false,
                    "description": "<p>Scale the matrix by the specified scaling factor. The same scaling factor is used\nfor both horizontal and vertical scaling.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "rotate",
                    "deprecated": false,
                    "description": "<p>Rotation angle, in degrees. See the <a href=\"Titanium.UI.2DMatrix.rotate\">rotate</a> method\nfor a discussion of rotation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "anchorPoint",
                    "deprecated": false,
                    "description": "<p>Point to rotate around, specified as a dictionary object with <code>x</code> and <code>y</code>\nproperties, where { x: 0.5, y: 0.5 } represents the center of whatever is being\nrotated.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>The matrix is initialized with the specified transforms.</p>\n<p>On iOS, rotation is always performed first, regardless of the order the\nproperties are specified in.</p>\n<p>On Android, specifying both <code>scale</code> and <code>rotate</code> the same dictionary results\nin an incorrect transformation.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI._3DMatrix",
            "description": "<p>The 3D Matrix is an object for holding values for a 3D affine transform. <strong>Deprecated since 8.0.0. Use <a href=\"Titanium.UI.Matrix3D\">Titanium.UI.Matrix3D</a> for improved ES6+ compatibility instead.</strong></p>",
            "deprecated": true,
            "events": [],
            "examples": [
                {
                    "title": "Apply a 3D Matrix to a Label",
                    "code": "<p>Move a label through a translation that repositions it from 100px to 200px from the top of\nthe display.</p>\n<pre><code>var win = Ti.UI.createWindow({\n  backgroundColor: 'white'\n});\n\nvar label = Ti.UI.createLabel({\n  font:{fontSize:50},\n  text:'Titanium',\n  textAlign:'center',\n  top: 100\n});\nwin.add(label);\n\nvar button = Ti.UI.createButton({\n  title:'Animate',\n  bottom:20,\n  width:200, height:40\n});\nwin.add(button);\n\nbutton.addEventListener('click', function(){\n  var t1 = Ti.UI.create3DMatrix();\n  t1 = t1.translate(0, 100, 200);\n  t1.m34 = 1.0/-90;\n  var a1 = Ti.UI.createAnimation();\n  a1.transform = t1;\n  a1.duration = 800;\n  label.animate(a1);\n});\nwin.open();\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "invert",
                    "deprecated": false,
                    "description": "<p>Returns a matrix constructed by inverting this matrix.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI._3DMatrix",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "multiply",
                    "deprecated": false,
                    "description": "<p>Returns a matrix constructed by combining two existing matrix.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "t2",
                            "constants": [],
                            "description": "<p>Matrix to concatenate to this matrix.</p>",
                            "type": "Titanium.UI._3DMatrix",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI._3DMatrix",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "rotate",
                    "deprecated": false,
                    "description": "<p>Returns a matrix constructed by rotating this matrix.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "angle",
                            "constants": [],
                            "description": "<p>The angle, in degrees, by which to rotate the matrix. A positive value specifies counterclockwise rotation and a negative value specifies clockwise rotation.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>The x part of the vector about which to rotate.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>The y part of the vector about which to rotate.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "z",
                            "constants": [],
                            "description": "<p>The z part of the vector about which to rotate.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI._3DMatrix",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "scale",
                    "deprecated": false,
                    "description": "<p>Returns a matrix constructed by scaling this matrix.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "sx",
                            "constants": [],
                            "description": "<p>The value by which to scale x values of the matrix.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "sy",
                            "constants": [],
                            "description": "<p>The value by which to scale y values of the matrix.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "sz",
                            "constants": [],
                            "description": "<p>The value by which to scale z values of the matrix.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI._3DMatrix",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "translate",
                    "deprecated": false,
                    "description": "<p>Returns a matrix constructed by translating an existing matrix.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "tx",
                            "constants": [],
                            "description": "<p>The value by which to move x values with the matrix.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "ty",
                            "constants": [],
                            "description": "<p>The value by which to move y values with the matrix.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "tz",
                            "constants": [],
                            "description": "<p>The value by which to move z values with the matrix.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI._3DMatrix",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.3DMatrix.bubbleParent\">Titanium.UI.3DMatrix.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.3DMatrix.bubbleParent\">Titanium.UI.3DMatrix.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.3DMatrix.bubbleParent\">Titanium.UI.3DMatrix.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.3DMatrix.bubbleParent\">Titanium.UI.3DMatrix.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.3DMatrix.apiName\">Titanium.UI.3DMatrix.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.3DMatrix.apiName\">Titanium.UI.3DMatrix.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getM11",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.3DMatrix.m11\">Titanium.UI.3DMatrix.m11</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.3DMatrix.m11\">Titanium.UI.3DMatrix.m11</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setM11",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.3DMatrix.m11\">Titanium.UI.3DMatrix.m11</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.3DMatrix.m11\">Titanium.UI.3DMatrix.m11</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "m11",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getM12",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.3DMatrix.m12\">Titanium.UI.3DMatrix.m12</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.3DMatrix.m12\">Titanium.UI.3DMatrix.m12</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setM12",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.3DMatrix.m12\">Titanium.UI.3DMatrix.m12</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.3DMatrix.m12\">Titanium.UI.3DMatrix.m12</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "m12",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getM13",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.3DMatrix.m13\">Titanium.UI.3DMatrix.m13</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.3DMatrix.m13\">Titanium.UI.3DMatrix.m13</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setM13",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.3DMatrix.m13\">Titanium.UI.3DMatrix.m13</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.3DMatrix.m13\">Titanium.UI.3DMatrix.m13</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "m13",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getM14",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.3DMatrix.m14\">Titanium.UI.3DMatrix.m14</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.3DMatrix.m14\">Titanium.UI.3DMatrix.m14</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setM14",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.3DMatrix.m14\">Titanium.UI.3DMatrix.m14</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.3DMatrix.m14\">Titanium.UI.3DMatrix.m14</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "m14",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getM21",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.3DMatrix.m21\">Titanium.UI.3DMatrix.m21</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.3DMatrix.m21\">Titanium.UI.3DMatrix.m21</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setM21",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.3DMatrix.m21\">Titanium.UI.3DMatrix.m21</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.3DMatrix.m21\">Titanium.UI.3DMatrix.m21</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "m21",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getM22",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.3DMatrix.m22\">Titanium.UI.3DMatrix.m22</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.3DMatrix.m22\">Titanium.UI.3DMatrix.m22</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setM22",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.3DMatrix.m22\">Titanium.UI.3DMatrix.m22</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.3DMatrix.m22\">Titanium.UI.3DMatrix.m22</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "m22",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getM23",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.3DMatrix.m23\">Titanium.UI.3DMatrix.m23</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.3DMatrix.m23\">Titanium.UI.3DMatrix.m23</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setM23",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.3DMatrix.m23\">Titanium.UI.3DMatrix.m23</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.3DMatrix.m23\">Titanium.UI.3DMatrix.m23</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "m23",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getM24",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.3DMatrix.m24\">Titanium.UI.3DMatrix.m24</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.3DMatrix.m24\">Titanium.UI.3DMatrix.m24</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setM24",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.3DMatrix.m24\">Titanium.UI.3DMatrix.m24</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.3DMatrix.m24\">Titanium.UI.3DMatrix.m24</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "m24",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getM31",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.3DMatrix.m31\">Titanium.UI.3DMatrix.m31</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.3DMatrix.m31\">Titanium.UI.3DMatrix.m31</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setM31",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.3DMatrix.m31\">Titanium.UI.3DMatrix.m31</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.3DMatrix.m31\">Titanium.UI.3DMatrix.m31</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "m31",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getM32",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.3DMatrix.m32\">Titanium.UI.3DMatrix.m32</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.3DMatrix.m32\">Titanium.UI.3DMatrix.m32</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setM32",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.3DMatrix.m32\">Titanium.UI.3DMatrix.m32</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.3DMatrix.m32\">Titanium.UI.3DMatrix.m32</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "m32",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getM33",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.3DMatrix.m33\">Titanium.UI.3DMatrix.m33</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.3DMatrix.m33\">Titanium.UI.3DMatrix.m33</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setM33",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.3DMatrix.m33\">Titanium.UI.3DMatrix.m33</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.3DMatrix.m33\">Titanium.UI.3DMatrix.m33</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "m33",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getM34",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.3DMatrix.m34\">Titanium.UI.3DMatrix.m34</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.3DMatrix.m34\">Titanium.UI.3DMatrix.m34</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setM34",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.3DMatrix.m34\">Titanium.UI.3DMatrix.m34</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.3DMatrix.m34\">Titanium.UI.3DMatrix.m34</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "m34",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getM41",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.3DMatrix.m41\">Titanium.UI.3DMatrix.m41</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.3DMatrix.m41\">Titanium.UI.3DMatrix.m41</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setM41",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.3DMatrix.m41\">Titanium.UI.3DMatrix.m41</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.3DMatrix.m41\">Titanium.UI.3DMatrix.m41</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "m41",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getM42",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.3DMatrix.m42\">Titanium.UI.3DMatrix.m42</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.3DMatrix.m42\">Titanium.UI.3DMatrix.m42</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setM42",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.3DMatrix.m42\">Titanium.UI.3DMatrix.m42</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.3DMatrix.m42\">Titanium.UI.3DMatrix.m42</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "m42",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getM43",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.3DMatrix.m43\">Titanium.UI.3DMatrix.m43</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.3DMatrix.m43\">Titanium.UI.3DMatrix.m43</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setM43",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.3DMatrix.m43\">Titanium.UI.3DMatrix.m43</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.3DMatrix.m43\">Titanium.UI.3DMatrix.m43</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "m43",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getM44",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.3DMatrix.m44\">Titanium.UI.3DMatrix.m44</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.3DMatrix.m44\">Titanium.UI.3DMatrix.m44</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setM44",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.3DMatrix.m44\">Titanium.UI.3DMatrix.m44</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.3DMatrix.m44\">Titanium.UI.3DMatrix.m44</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "m44",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "m11",
                    "deprecated": false,
                    "description": "<p>The entry at position [1,1] in the matrix.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "m12",
                    "deprecated": false,
                    "description": "<p>The entry at position [1,2] in the matrix.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "m13",
                    "deprecated": false,
                    "description": "<p>The entry at position [1,3] in the matrix.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "m14",
                    "deprecated": false,
                    "description": "<p>The entry at position [1,4] in the matrix.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "m21",
                    "deprecated": false,
                    "description": "<p>The entry at position [2,1] in the matrix.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "m22",
                    "deprecated": false,
                    "description": "<p>The entry at position [2,2] in the matrix.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "m23",
                    "deprecated": false,
                    "description": "<p>The entry at position [2,3] in the matrix.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "m24",
                    "deprecated": false,
                    "description": "<p>The entry at position [2,4] in the matrix.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "m31",
                    "deprecated": false,
                    "description": "<p>The entry at position [3,1] in the matrix.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "m32",
                    "deprecated": false,
                    "description": "<p>The entry at position [3,2] in the matrix.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "m33",
                    "deprecated": false,
                    "description": "<p>The entry at position [3,3] in the matrix.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "m34",
                    "deprecated": false,
                    "description": "<p>The entry at position [3,4] in the matrix.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "m41",
                    "deprecated": false,
                    "description": "<p>The entry at position [4,1] in the matrix.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "m42",
                    "deprecated": false,
                    "description": "<p>The entry at position [4,2] in the matrix.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "m43",
                    "deprecated": false,
                    "description": "<p>The entry at position [4,3] in the matrix.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "m44",
                    "deprecated": false,
                    "description": "<p>The entry at position [4,4] in the matrix.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>The 3DMatrix is created by <a href=\"Titanium.UI.create3DMatrix\">Titanium.UI.create3DMatrix</a>. A 3D transform is\nused to rotate, scale, translate, or skew the objects in three-dimensional\nspace. A 3D transform  is represented by a 4 by 4 matrix.</p>\n<p>You create an <code>identity matrix</code> by creating a 3D Matrix with an empty\nconstructor.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.9"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.9"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.ActivityIndicator",
            "description": "<p>An activity indicator that lets the user know an action is taking place.</p>",
            "deprecated": false,
            "events": [],
            "examples": [
                {
                    "title": "Simple Activity Indicator",
                    "code": "<p>Open a yellow window immediately after a blue window. Show an activity indicator while\nsome code executes and hide it on completion. Then close the yellow window.</p>\n<pre><code>Ti.UI.backgroundColor = 'white';\n\nvar win1 = Ti.UI.createWindow({\n  backgroundColor: 'blue'\n});\n\nvar win2 = Ti.UI.createWindow({\n  backgroundColor: 'yellow'\n});\n\nvar activityIndicator = Ti.UI.createActivityIndicator({\n  color: 'green',\n  message: 'Loading ...',\n  style: Ti.UI.ActivityIndicatorStyle.DARK,\n  top: 10,\n  left: 10,\n  height: Ti.UI.SIZE,\n  width: Ti.UI.SIZE\n});\n\n// The activity indicator must be added to a window or view for it to appear\nwin2.add(activityIndicator);\n\n// eventListeners must always be loaded before the event is likely to fire\n// hence, the open() method must be positioned before the window is opened\nwin2.addEventListener('open', function (e) {\n  activityIndicator.show();\n  // do some work that takes 6 seconds\n  // ie. replace the following setTimeout block with your code\n  setTimeout(function() {\n    e.source.close();\n    activityIndicator.hide();\n  }, 6000);\n});\n\nwin1.open();\nwin2.open();\n</code></pre>"
                },
                {
                    "title": "Alloy XML Markup",
                    "code": "<p>Previous example as two Alloy views.</p>\n<p>win1.xml:</p>\n<pre><code>&lt;Alloy&gt;\n    &lt;Window onOpen=&quot;openWin2&quot; backgroundColor=&quot;blue&quot; /&gt;\n&lt;/Alloy&gt;\n</code></pre>\n<p>win1.js:</p>\n<pre><code>function openWin2 () {\n    var win2 = Alloy.createController('win2').getView();\n    win2.open();\n}\n</code></pre>\n<p>win2.xml:</p>\n<pre><code>&lt;Alloy&gt;\n    &lt;Window onOpen=&quot;showIndicator&quot; backgroundColor=&quot;yellow&quot;&gt;\n        &lt;!-- Define the styling properties in the TSS file --&gt;\n        &lt;ActivityIndicator id=&quot;activityIndicator&quot; message=&quot;Loading...&quot;/&gt;\n    &lt;/Window&gt;\n&lt;/Alloy&gt;\n</code></pre>\n<p>win2.js:</p>\n<pre><code>function showIndicator(e) {\n    $.activityIndicator.show();\n    // do some work that takes 6 seconds\n    // ie. replace the following setTimeout block with your code\n    setTimeout(function() {\n        e.source.close();\n        $.activityIndicator.hide();\n    }, 6000);\n}\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "clearMotionEffects",
                    "deprecated": false,
                    "description": "<p>Removes all previously added motion effects.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "finishLayout",
                    "deprecated": true,
                    "description": "<p>Finishes a batch update of the View's layout properties and schedules a layout pass of the\nview tree.\n<strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hide",
                    "deprecated": false,
                    "description": "<p>Hides the activity indicator and stops the animation.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Animation options for Android only. <strong>Since SDK 5.1.0 and used only on Android 5.0+</strong></p>\n<p>Determines whether to enable a circular reveal animation.\nNote that the default here is equivalent to passing in <code>{ animated: false }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "insertAt",
                    "deprecated": false,
                    "description": "<p>Inserts a view at the specified position in the <a href=\"Titanium.UI.View.children\">children</a> array.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Pass an object that specifies the view to insert and optionally at which position (defaults to end)</p>",
                            "type": "ViewPositionOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "show",
                    "deprecated": false,
                    "description": "<p>Shows the activity indicator and starts the animation.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Animation options for Android only. <strong>Since SDK 5.1.0 and only used on Android 5.0+</strong></p>\n<p>Determines whether to enable a circular reveal animation.\nNote that the default here is equivalent to passing in <code>{ animated: false }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "startLayout",
                    "deprecated": true,
                    "description": "<p>Starts a batch update of this view's layout properties. <strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">Titanium.Proxy.applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "updateLayout",
                    "deprecated": true,
                    "description": "<p>Performs a batch update of all supplied layout properties and schedules a layout pass after\nthey have been updated.\n<strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">Titanium.Proxy.applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Layout properties to be updated.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewById",
                    "deprecated": false,
                    "description": "<p>Returns the matching view of a given view ID.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "id",
                            "constants": [],
                            "description": "<p>The ID of the view that should be returned. Use the <code>id</code> property in your views to\nenable it for indexing in this method.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.View",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ActivityIndicator.bubbleParent\">Titanium.UI.ActivityIndicator.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ActivityIndicator.bubbleParent\">Titanium.UI.ActivityIndicator.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ActivityIndicator.bubbleParent\">Titanium.UI.ActivityIndicator.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ActivityIndicator.bubbleParent\">Titanium.UI.ActivityIndicator.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ActivityIndicator.apiName\">Titanium.UI.ActivityIndicator.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ActivityIndicator.apiName\">Titanium.UI.ActivityIndicator.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ActivityIndicator.lifecycleContainer\">Titanium.UI.ActivityIndicator.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ActivityIndicator.lifecycleContainer\">Titanium.UI.ActivityIndicator.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ActivityIndicator.lifecycleContainer\">Titanium.UI.ActivityIndicator.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ActivityIndicator.lifecycleContainer\">Titanium.UI.ActivityIndicator.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBottom",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ActivityIndicator.bottom\">Titanium.UI.ActivityIndicator.bottom</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ActivityIndicator.bottom\">Titanium.UI.ActivityIndicator.bottom</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBottom",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ActivityIndicator.bottom\">Titanium.UI.ActivityIndicator.bottom</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ActivityIndicator.bottom\">Titanium.UI.ActivityIndicator.bottom</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bottom",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getElevation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ActivityIndicator.elevation\">Titanium.UI.ActivityIndicator.elevation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ActivityIndicator.elevation\">Titanium.UI.ActivityIndicator.elevation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setElevation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ActivityIndicator.elevation\">Titanium.UI.ActivityIndicator.elevation</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ActivityIndicator.elevation\">Titanium.UI.ActivityIndicator.elevation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "elevation",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getHeight",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ActivityIndicator.height\">Titanium.UI.ActivityIndicator.height</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ActivityIndicator.height\">Titanium.UI.ActivityIndicator.height</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHeight",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ActivityIndicator.height\">Titanium.UI.ActivityIndicator.height</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ActivityIndicator.height\">Titanium.UI.ActivityIndicator.height</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "height",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHiddenBehavior",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ActivityIndicator.hiddenBehavior\">Titanium.UI.ActivityIndicator.hiddenBehavior</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ActivityIndicator.hiddenBehavior\">Titanium.UI.ActivityIndicator.hiddenBehavior</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setHiddenBehavior",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ActivityIndicator.hiddenBehavior\">Titanium.UI.ActivityIndicator.hiddenBehavior</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ActivityIndicator.hiddenBehavior\">Titanium.UI.ActivityIndicator.hiddenBehavior</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "hiddenBehavior",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getHorizontalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ActivityIndicator.horizontalMotionEffect\">Titanium.UI.ActivityIndicator.horizontalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ActivityIndicator.horizontalMotionEffect\">Titanium.UI.ActivityIndicator.horizontalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "MinMaxOptions",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHorizontalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ActivityIndicator.horizontalMotionEffect\">Titanium.UI.ActivityIndicator.horizontalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ActivityIndicator.horizontalMotionEffect\">Titanium.UI.ActivityIndicator.horizontalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "horizontalMotionEffect",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "MinMaxOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLeft",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ActivityIndicator.left\">Titanium.UI.ActivityIndicator.left</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ActivityIndicator.left\">Titanium.UI.ActivityIndicator.left</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLeft",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ActivityIndicator.left\">Titanium.UI.ActivityIndicator.left</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ActivityIndicator.left\">Titanium.UI.ActivityIndicator.left</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "left",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPreviewContext",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ActivityIndicator.previewContext\">Titanium.UI.ActivityIndicator.previewContext</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ActivityIndicator.previewContext\">Titanium.UI.ActivityIndicator.previewContext</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.iOS.PreviewContext",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "setPreviewContext",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ActivityIndicator.previewContext\">Titanium.UI.ActivityIndicator.previewContext</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ActivityIndicator.previewContext\">Titanium.UI.ActivityIndicator.previewContext</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "previewContext",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.iOS.PreviewContext",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "getRight",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ActivityIndicator.right\">Titanium.UI.ActivityIndicator.right</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ActivityIndicator.right\">Titanium.UI.ActivityIndicator.right</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setRight",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ActivityIndicator.right\">Titanium.UI.ActivityIndicator.right</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ActivityIndicator.right\">Titanium.UI.ActivityIndicator.right</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "right",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRotation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ActivityIndicator.rotation\">Titanium.UI.ActivityIndicator.rotation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ActivityIndicator.rotation\">Titanium.UI.ActivityIndicator.rotation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRotation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ActivityIndicator.rotation\">Titanium.UI.ActivityIndicator.rotation</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ActivityIndicator.rotation\">Titanium.UI.ActivityIndicator.rotation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rotation",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getRotationX",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ActivityIndicator.rotationX\">Titanium.UI.ActivityIndicator.rotationX</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ActivityIndicator.rotationX\">Titanium.UI.ActivityIndicator.rotationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRotationX",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ActivityIndicator.rotationX\">Titanium.UI.ActivityIndicator.rotationX</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ActivityIndicator.rotationX\">Titanium.UI.ActivityIndicator.rotationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rotationX",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getRotationY",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ActivityIndicator.rotationY\">Titanium.UI.ActivityIndicator.rotationY</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ActivityIndicator.rotationY\">Titanium.UI.ActivityIndicator.rotationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRotationY",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ActivityIndicator.rotationY\">Titanium.UI.ActivityIndicator.rotationY</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ActivityIndicator.rotationY\">Titanium.UI.ActivityIndicator.rotationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rotationY",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getScaleX",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ActivityIndicator.scaleX\">Titanium.UI.ActivityIndicator.scaleX</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ActivityIndicator.scaleX\">Titanium.UI.ActivityIndicator.scaleX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setScaleX",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ActivityIndicator.scaleX\">Titanium.UI.ActivityIndicator.scaleX</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ActivityIndicator.scaleX\">Titanium.UI.ActivityIndicator.scaleX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "scaleX",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getScaleY",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ActivityIndicator.scaleY\">Titanium.UI.ActivityIndicator.scaleY</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ActivityIndicator.scaleY\">Titanium.UI.ActivityIndicator.scaleY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setScaleY",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ActivityIndicator.scaleY\">Titanium.UI.ActivityIndicator.scaleY</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ActivityIndicator.scaleY\">Titanium.UI.ActivityIndicator.scaleY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "scaleY",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTop",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ActivityIndicator.top\">Titanium.UI.ActivityIndicator.top</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ActivityIndicator.top\">Titanium.UI.ActivityIndicator.top</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTop",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ActivityIndicator.top\">Titanium.UI.ActivityIndicator.top</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ActivityIndicator.top\">Titanium.UI.ActivityIndicator.top</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "top",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTouchFeedback",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ActivityIndicator.touchFeedback\">Titanium.UI.ActivityIndicator.touchFeedback</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ActivityIndicator.touchFeedback\">Titanium.UI.ActivityIndicator.touchFeedback</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTouchFeedback",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ActivityIndicator.touchFeedback\">Titanium.UI.ActivityIndicator.touchFeedback</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ActivityIndicator.touchFeedback\">Titanium.UI.ActivityIndicator.touchFeedback</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchFeedback",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTouchFeedbackColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ActivityIndicator.touchFeedbackColor\">Titanium.UI.ActivityIndicator.touchFeedbackColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ActivityIndicator.touchFeedbackColor\">Titanium.UI.ActivityIndicator.touchFeedbackColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTouchFeedbackColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ActivityIndicator.touchFeedbackColor\">Titanium.UI.ActivityIndicator.touchFeedbackColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ActivityIndicator.touchFeedbackColor\">Titanium.UI.ActivityIndicator.touchFeedbackColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchFeedbackColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTranslationX",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ActivityIndicator.translationX\">Titanium.UI.ActivityIndicator.translationX</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ActivityIndicator.translationX\">Titanium.UI.ActivityIndicator.translationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTranslationX",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ActivityIndicator.translationX\">Titanium.UI.ActivityIndicator.translationX</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ActivityIndicator.translationX\">Titanium.UI.ActivityIndicator.translationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translationX",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTranslationY",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ActivityIndicator.translationY\">Titanium.UI.ActivityIndicator.translationY</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ActivityIndicator.translationY\">Titanium.UI.ActivityIndicator.translationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTranslationY",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ActivityIndicator.translationY\">Titanium.UI.ActivityIndicator.translationY</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ActivityIndicator.translationY\">Titanium.UI.ActivityIndicator.translationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translationY",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTranslationZ",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ActivityIndicator.translationZ\">Titanium.UI.ActivityIndicator.translationZ</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ActivityIndicator.translationZ\">Titanium.UI.ActivityIndicator.translationZ</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTranslationZ",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ActivityIndicator.translationZ\">Titanium.UI.ActivityIndicator.translationZ</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ActivityIndicator.translationZ\">Titanium.UI.ActivityIndicator.translationZ</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translationZ",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTransitionName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ActivityIndicator.transitionName\">Titanium.UI.ActivityIndicator.transitionName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ActivityIndicator.transitionName\">Titanium.UI.ActivityIndicator.transitionName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTransitionName",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ActivityIndicator.transitionName\">Titanium.UI.ActivityIndicator.transitionName</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ActivityIndicator.transitionName\">Titanium.UI.ActivityIndicator.transitionName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "transitionName",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getVerticalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ActivityIndicator.verticalMotionEffect\">Titanium.UI.ActivityIndicator.verticalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ActivityIndicator.verticalMotionEffect\">Titanium.UI.ActivityIndicator.verticalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "MinMaxOptions",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setVerticalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ActivityIndicator.verticalMotionEffect\">Titanium.UI.ActivityIndicator.verticalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ActivityIndicator.verticalMotionEffect\">Titanium.UI.ActivityIndicator.verticalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "verticalMotionEffect",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "MinMaxOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getWidth",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ActivityIndicator.width\">Titanium.UI.ActivityIndicator.width</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ActivityIndicator.width\">Titanium.UI.ActivityIndicator.width</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setWidth",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ActivityIndicator.width\">Titanium.UI.ActivityIndicator.width</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ActivityIndicator.width\">Titanium.UI.ActivityIndicator.width</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "width",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ActivityIndicator.color\">Titanium.UI.ActivityIndicator.color</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ActivityIndicator.color\">Titanium.UI.ActivityIndicator.color</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ActivityIndicator.color\">Titanium.UI.ActivityIndicator.color</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ActivityIndicator.color\">Titanium.UI.ActivityIndicator.color</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "color",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getFont",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ActivityIndicator.font\">Titanium.UI.ActivityIndicator.font</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ActivityIndicator.font\">Titanium.UI.ActivityIndicator.font</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Font",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setFont",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ActivityIndicator.font\">Titanium.UI.ActivityIndicator.font</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ActivityIndicator.font\">Titanium.UI.ActivityIndicator.font</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "font",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Font",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getMessage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ActivityIndicator.message\">Titanium.UI.ActivityIndicator.message</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ActivityIndicator.message\">Titanium.UI.ActivityIndicator.message</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setMessage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ActivityIndicator.message\">Titanium.UI.ActivityIndicator.message</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ActivityIndicator.message\">Titanium.UI.ActivityIndicator.message</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "message",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getMessageid",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ActivityIndicator.messageid\">Titanium.UI.ActivityIndicator.messageid</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ActivityIndicator.messageid\">Titanium.UI.ActivityIndicator.messageid</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setMessageid",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ActivityIndicator.messageid\">Titanium.UI.ActivityIndicator.messageid</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ActivityIndicator.messageid\">Titanium.UI.ActivityIndicator.messageid</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "messageid",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getStyle",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ActivityIndicator.style\">Titanium.UI.ActivityIndicator.style</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ActivityIndicator.style\">Titanium.UI.ActivityIndicator.style</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setStyle",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ActivityIndicator.style\">Titanium.UI.ActivityIndicator.style</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ActivityIndicator.style\">Titanium.UI.ActivityIndicator.style</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "style",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getIndicatorColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ActivityIndicator.indicatorColor\">Titanium.UI.ActivityIndicator.indicatorColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ActivityIndicator.indicatorColor\">Titanium.UI.ActivityIndicator.indicatorColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setIndicatorColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ActivityIndicator.indicatorColor\">Titanium.UI.ActivityIndicator.indicatorColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ActivityIndicator.indicatorColor\">Titanium.UI.ActivityIndicator.indicatorColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "indicatorColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.UI.View",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "bottom",
                    "deprecated": false,
                    "description": "<p>Bottom position of the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "elevation",
                    "deprecated": false,
                    "description": "<p>Base elevation of the view relative to its parent in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "height",
                    "deprecated": false,
                    "description": "<p>Width of the view. Only accepts value of <a href=\"Titanium.UI.SIZE\">Titanium.UI.SIZE</a>, which must be explicitly set in order to\ndisplay the message and to position the view correctly.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.SIZE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hiddenBehavior",
                    "deprecated": false,
                    "description": "<p>Sets the behavior when hiding an object to release or keep the free space</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.HIDDEN_BEHAVIOR_INVISIBLE",
                        "Titanium.UI.HIDDEN_BEHAVIOR_GONE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "horizontalMotionEffect",
                    "deprecated": false,
                    "description": "<p>Adds a horizontal parallax effect to the view</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "MinMaxOptions",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "id",
                    "deprecated": false,
                    "description": "<p>View's identifier.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "left",
                    "deprecated": false,
                    "description": "<p>Left position of the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "previewContext",
                    "deprecated": false,
                    "description": "<p>The preview context used in the 3D-Touch feature &quot;Peek and Pop&quot;.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Titanium.UI.iOS.PreviewContext",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "right",
                    "deprecated": false,
                    "description": "<p>Right position of the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "rotation",
                    "deprecated": false,
                    "description": "<p>Clockwise 2D rotation of the view in degrees.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "rotationX",
                    "deprecated": false,
                    "description": "<p>Clockwise rotation of the view in degrees (x-axis).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "rotationY",
                    "deprecated": false,
                    "description": "<p>Clockwise rotation of the view in degrees (y-axis).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "scaleX",
                    "deprecated": false,
                    "description": "<p>Scaling of the view in x-axis in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "scaleY",
                    "deprecated": false,
                    "description": "<p>Scaling of the view in y-axis in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "top",
                    "deprecated": false,
                    "description": "<p>Top position of the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "touchFeedback",
                    "deprecated": false,
                    "description": "<p>A material design visual construct that provides an instantaneous visual confirmation of touch point.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "touchFeedbackColor",
                    "deprecated": false,
                    "description": "<p>Optional touch feedback ripple color. This has no effect unless <code>touchFeedback</code> is true.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "translationX",
                    "deprecated": false,
                    "description": "<p>Horizontal location of the view relative to its left position in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "translationY",
                    "deprecated": false,
                    "description": "<p>Vertical location of the view relative to its top position in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "translationZ",
                    "deprecated": false,
                    "description": "<p>Depth of the view relative to its elevation in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "transitionName",
                    "deprecated": false,
                    "description": "<p>A name to identify this view in activity transition.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.2"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "verticalMotionEffect",
                    "deprecated": false,
                    "description": "<p>Adds a vertical parallax effect to the view</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "MinMaxOptions",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "width",
                    "deprecated": false,
                    "description": "<p>Width of the view. Only accepts value of <a href=\"Titanium.UI.SIZE\">Titanium.UI.SIZE</a>, which must be explicitly set in order to\ndisplay the message and to position the view correctly.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.SIZE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "color",
                    "deprecated": false,
                    "description": "<p>Color of the message text, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "font",
                    "deprecated": false,
                    "description": "<p>Font used for the message text.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Font",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "message",
                    "deprecated": false,
                    "description": "<p>Message text.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "messageid",
                    "deprecated": false,
                    "description": "<p>Key identifying a string in the locale file to use for the message text.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "style",
                    "deprecated": false,
                    "description": "<p>The style for the activity indicator.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.ActivityIndicatorStyle.BIG",
                        "Titanium.UI.ActivityIndicatorStyle.DARK",
                        "Titanium.UI.ActivityIndicatorStyle.BIG_DARK",
                        "Titanium.UI.ActivityIndicatorStyle.PLAIN"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "indicatorColor",
                    "deprecated": false,
                    "description": "<p>Color of the animated indicator.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<table id=\"platformComparison\">\n  <tbody>\n    <tr>\n      <td><img src=\"images/activityindicator/activityindicator_android.png\" height=\"75\" /></td>\n      <td><img src=\"images/activityindicator/activityindicator_ios.png\" height=\"75\" /></td>\n      <td><img src=\"images/activityindicator/activityindicator_wp.png\" height=\"75\" /></td>\n    </tr>\n  </tbody>\n  <tfoot>\n    <tr>\n      <th>Android</th>\n      <th>iOS</th>\n      <th>Windows Phone</th>\n    </tr>\n  </tfoot>\n</table>\n<p>An activity indicator can be used to show the progress of an operation in the UI to let the\nuser know that some action is taking place. An activity indicator consists of a spinning\nanimation and an optional text message, and is used to indicate an ongoing activity of\nindeterminate length. To show progress, use <a href=\"Titanium.UI.ProgressBar\">Titanium.UI.ProgressBar</a> instead.</p>\n<p>Use the <a href=\"Titanium.UI.createActivityIndicator\">Titanium.UI.createActivityIndicator</a> method or <strong><code>&lt;ActivityIndicator&gt;</code></strong> Alloy element to\ncreate an <code>ActivityIndicator</code> object.</p>\n<p><code>ActivityIndicator</code> is a view and, like any view, must be added to a window or other top-level\nview before it can be shown. Unlike most views, <code>ActivityIndicator</code> is hidden by\ndefault and must be shown explicitly by calling its <a href=\"Titanium.UI.ActivityIndicator.show\">Titanium.UI.ActivityIndicator.show</a> method.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.ActivityIndicatorStyle",
            "description": "<p>A set of constants for the styles available for <a href=\"Titanium.UI.ActivityIndicator\">Titanium.UI.ActivityIndicator</a> objects.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ActivityIndicatorStyle.bubbleParent\">Titanium.UI.ActivityIndicatorStyle.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ActivityIndicatorStyle.bubbleParent\">Titanium.UI.ActivityIndicatorStyle.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ActivityIndicatorStyle.bubbleParent\">Titanium.UI.ActivityIndicatorStyle.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ActivityIndicatorStyle.bubbleParent\">Titanium.UI.ActivityIndicatorStyle.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ActivityIndicatorStyle.apiName\">Titanium.UI.ActivityIndicatorStyle.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ActivityIndicatorStyle.apiName\">Titanium.UI.ActivityIndicatorStyle.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ActivityIndicatorStyle.lifecycleContainer\">Titanium.UI.ActivityIndicatorStyle.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ActivityIndicatorStyle.lifecycleContainer\">Titanium.UI.ActivityIndicatorStyle.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ActivityIndicatorStyle.lifecycleContainer\">Titanium.UI.ActivityIndicatorStyle.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ActivityIndicatorStyle.lifecycleContainer\">Titanium.UI.ActivityIndicatorStyle.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Module",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "BIG",
                    "deprecated": false,
                    "description": "<p>Large white spinning indicator.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "DARK",
                    "deprecated": false,
                    "description": "<p>Small gray spinning indicator.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "BIG_DARK",
                    "deprecated": false,
                    "description": "<p>Large gray spinning indicator.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "PLAIN",
                    "deprecated": false,
                    "description": "<p>Small white spinning indicator (default).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "3.0.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "5.1.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "5.1.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.AlertDialog",
            "description": "<p>An alert dialog is a modal view that includes an optional title, a message and buttons,\npositioned in the middle of the display.</p>",
            "deprecated": false,
            "events": [
                {
                    "name": "click",
                    "deprecated": false,
                    "description": "<p>Fired when a button in the dialog is clicked.</p>",
                    "properties": [
                        {
                            "name": "cancel",
                            "constants": [],
                            "description": "<p>Boolean type on Android; Number on iOS.</p>\n<p>On Android, indicates whether the cancel button was clicked, in which\ncase returns <code>true</code>.</p>\n<p>On iOS, the value of the <a href=\"Titanium.UI.AlertDialog.cancel\">cancel</a> property is\nreturned, if defined, or <code>-1</code> otherwise. Also note that the cancel button may not be\nused on the iPad, because iOS will internally decide whether or not to show it in\nthe current context (e.g. in a popover).</p>\n<p>See the <code>Three-button Alert Dialog</code> example for a cross-platform workaround for this\nparity issue.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "index",
                            "constants": [],
                            "description": "<p>Index of the button that was clicked.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "login",
                            "constants": [],
                            "description": "<p>Value of login field if dialog <code>style</code> property is defined as\n<a href=\"Titanium.UI.iOS.AlertDialogStyle.LOGIN_AND_PASSWORD_INPUT\">Titanium.UI.iOS.AlertDialogStyle.LOGIN_AND_PASSWORD_INPUT</a>.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "password",
                            "constants": [],
                            "description": "<p>Value of password field if dialog <code>style</code> property is defined as\n<a href=\"Titanium.UI.iOS.AlertDialogStyle.LOGIN_AND_PASSWORD_INPUT\">Titanium.UI.iOS.AlertDialogStyle.LOGIN_AND_PASSWORD_INPUT</a>.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "text",
                            "constants": [],
                            "description": "<p>Value of text field if dialog <code>style</code> property is defined as\n<a href=\"Titanium.UI.iOS.AlertDialogStyle.PLAIN_TEXT_INPUT\">Titanium.UI.iOS.AlertDialogStyle.PLAIN_TEXT_INPUT</a> or\n<a href=\"Titanium.UI.iOS.AlertDialogStyle.SECURE_TEXT_INPUT\">Titanium.UI.iOS.AlertDialogStyle.SECURE_TEXT_INPUT</a>.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                }
            ],
            "examples": [
                {
                    "title": "Single-button Alert Dialog (using alias)",
                    "code": "<p>Create a single-button alert dialog using the global <code>alert()</code> alias.</p>\n<pre><code>Ti.UI.setBackgroundColor('white');\nvar win = Ti.UI.createWindow({\n  title: 'Click window to test',\n  backgroundColor: 'white',\n  exitOnClose: true,\n  fullscreen: false\n});\n\nwin.addEventListener('click', function(e) {\n  alert('The file has been deleted');\n});\nwin.open();\n</code></pre>"
                },
                {
                    "title": "Single-button Alert Dialog (standard)",
                    "code": "<p>Create a single-button alert dialog, without explicitly defining it using the <code>buttonNames</code>\nproperty, which is invoked when the app window is clicked.</p>\n<pre><code>Ti.UI.setBackgroundColor('white');\nvar win = Ti.UI.createWindow({\n  title: 'Click window to test',\n  backgroundColor: 'white',\nexitOnClose: true,\nfullscreen: false\n});\n\nwin.addEventListener('click', function(e) {\n  var dialog = Ti.UI.createAlertDialog({\n    message: 'The file has been deleted',\n    ok: 'Okay',\n    title: 'File Deleted'\n  });\n  dialog.show();\n});\nwin.open();\n</code></pre>"
                },
                {
                    "title": "Three-button Alert Dialog",
                    "code": "<p>Create a three-button alert dialog, which is invoked when the app window is clicked.\nOutput a message to the log when the cancel button is clicked.</p>\n<pre><code>Ti.UI.setBackgroundColor('white');\nvar win = Ti.UI.createWindow({\n  title: 'Click window to test',\n  backgroundColor: 'white',\n  exitOnClose: true,\n  fullscreen: false\n});\nwin.addEventListener('click', function(e) {\n  var dialog = Ti.UI.createAlertDialog({\n    cancel: 1,\n    buttonNames: ['Confirm', 'Cancel', 'Help'],\n    message: 'Would you like to delete the file?',\n    title: 'Delete'\n  });\n  dialog.addEventListener('click', function(e) {\n    if (e.index === e.source.cancel) {\n      Ti.API.info('The cancel button was clicked');\n    }\n    Ti.API.info('e.cancel: ' + e.cancel);\n    Ti.API.info('e.source.cancel: ' + e.source.cancel);\n    Ti.API.info('e.index: ' + e.index);\n  });\n  dialog.show();\n});\nwin.open();\n</code></pre>"
                },
                {
                    "title": "Alert Dialog with Plain Text Input",
                    "code": "<p>Create an alert dialog and allow the user enter plain text, which is invoked when the\napp window is clicked.\nOutput entered text value to the log when the OK button is clicked.</p>\n<pre><code>Ti.UI.setBackgroundColor('white');\nvar win = Ti.UI.createWindow({\n  title: 'Click window to test'\n});\nwin.addEventListener('click', function(e) {\n  var dialog = Ti.UI.createAlertDialog({\n    title: 'Enter text',\n    style: Ti.UI.iOS.AlertDialogStyle.PLAIN_TEXT_INPUT,\n    buttonNames: ['OK']\n  });\n  dialog.addEventListener('click', function(e) {\n    Ti.API.info('e.text: ' + e.text);\n  });\n  dialog.show();\n});\nwin.open();\n</code></pre>"
                },
                {
                    "title": "Alloy XML Markup",
                    "code": "<p>Previous three-button alert dialog example as an Alloy view.</p>\n<p>alertdialog.xml:</p>\n<pre><code>&lt;Alloy&gt;\n    &lt;Window id=&quot;win&quot; onClick=&quot;showDialog&quot; title=&quot;Click window to test&quot; backgroundColor=&quot;white&quot;\n        exitOnClose=&quot;true&quot; fullscreen=&quot;false&quot; &gt;\n\n        &lt;AlertDialog id=&quot;dialog&quot; onClick=&quot;doClick&quot; title=&quot;Delete&quot;\n            message=&quot;Would you like to delete the file?&quot; cancel=&quot;1&quot;&gt;\n\n            &lt;!-- The ButtonNames tag sets the buttonNames property. --&gt;\n            &lt;ButtonNames&gt;\n                &lt;ButtonName&gt;Confirm&lt;/ButtonName&gt;\n                &lt;ButtonName&gt;Cancel&lt;/ButtonName&gt;\n                &lt;ButtonName&gt;Help&lt;/ButtonName&gt;\n            &lt;/ButtonNames&gt;\n        &lt;/AlertDialog&gt;\n    &lt;/Window&gt;\n&lt;/Alloy&gt;\n</code></pre>\n<p>alertdialog.js:</p>\n<pre><code>function showDialog() {\n    $.dialog.show();\n}\n\nfunction doClick(e) {\n    Ti.API.info('e.text: ' + e.text);\n}\n\n$.win.open();\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "clearMotionEffects",
                    "deprecated": false,
                    "description": "<p>Removes all previously added motion effects.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "finishLayout",
                    "deprecated": true,
                    "description": "<p>Finishes a batch update of the View's layout properties and schedules a layout pass of the\nview tree.\n<strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hide",
                    "deprecated": false,
                    "description": "<p>Hides this dialog.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Animation options for Android only. <strong>Since SDK 5.1.0 and used only on Android 5.0+</strong></p>\n<p>Determines whether to enable a circular reveal animation.\nNote that the default here is equivalent to passing in <code>{ animated: false }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "insertAt",
                    "deprecated": false,
                    "description": "<p>Inserts a view at the specified position in the <a href=\"Titanium.UI.View.children\">children</a> array.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Pass an object that specifies the view to insert and optionally at which position (defaults to end)</p>",
                            "type": "ViewPositionOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "replaceAt",
                    "deprecated": false,
                    "description": "<p>Replaces a view at the specified position in the <a href=\"Titanium.UI.View.children\">children</a> array.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Pass an object with the view to insert and the position of the view to replace. In this case the <code>position</code> property is required.</p>",
                            "type": "ViewPositionOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "show",
                    "deprecated": false,
                    "description": "<p>Shows this dialog.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Animation options for Android only. <strong>Since SDK 5.1.0 and only used on Android 5.0+</strong></p>\n<p>Determines whether to enable a circular reveal animation.\nNote that the default here is equivalent to passing in <code>{ animated: false }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "startLayout",
                    "deprecated": true,
                    "description": "<p>Starts a batch update of this view's layout properties. <strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">Titanium.Proxy.applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "updateLayout",
                    "deprecated": true,
                    "description": "<p>Performs a batch update of all supplied layout properties and schedules a layout pass after\nthey have been updated.\n<strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">Titanium.Proxy.applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Layout properties to be updated.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewById",
                    "deprecated": false,
                    "description": "<p>Returns the matching view of a given view ID.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "id",
                            "constants": [],
                            "description": "<p>The ID of the view that should be returned. Use the <code>id</code> property in your views to\nenable it for indexing in this method.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.View",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.AlertDialog.bubbleParent\">Titanium.UI.AlertDialog.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.AlertDialog.bubbleParent\">Titanium.UI.AlertDialog.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.AlertDialog.bubbleParent\">Titanium.UI.AlertDialog.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.AlertDialog.bubbleParent\">Titanium.UI.AlertDialog.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.AlertDialog.apiName\">Titanium.UI.AlertDialog.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.AlertDialog.apiName\">Titanium.UI.AlertDialog.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.AlertDialog.lifecycleContainer\">Titanium.UI.AlertDialog.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.AlertDialog.lifecycleContainer\">Titanium.UI.AlertDialog.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.AlertDialog.lifecycleContainer\">Titanium.UI.AlertDialog.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.AlertDialog.lifecycleContainer\">Titanium.UI.AlertDialog.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getElevation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.AlertDialog.elevation\">Titanium.UI.AlertDialog.elevation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.AlertDialog.elevation\">Titanium.UI.AlertDialog.elevation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setElevation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.AlertDialog.elevation\">Titanium.UI.AlertDialog.elevation</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.AlertDialog.elevation\">Titanium.UI.AlertDialog.elevation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "elevation",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getHiddenBehavior",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.AlertDialog.hiddenBehavior\">Titanium.UI.AlertDialog.hiddenBehavior</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.AlertDialog.hiddenBehavior\">Titanium.UI.AlertDialog.hiddenBehavior</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setHiddenBehavior",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.AlertDialog.hiddenBehavior\">Titanium.UI.AlertDialog.hiddenBehavior</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.AlertDialog.hiddenBehavior\">Titanium.UI.AlertDialog.hiddenBehavior</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "hiddenBehavior",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getHorizontalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.AlertDialog.horizontalMotionEffect\">Titanium.UI.AlertDialog.horizontalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.AlertDialog.horizontalMotionEffect\">Titanium.UI.AlertDialog.horizontalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "MinMaxOptions",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHorizontalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.AlertDialog.horizontalMotionEffect\">Titanium.UI.AlertDialog.horizontalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.AlertDialog.horizontalMotionEffect\">Titanium.UI.AlertDialog.horizontalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "horizontalMotionEffect",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "MinMaxOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPreviewContext",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.AlertDialog.previewContext\">Titanium.UI.AlertDialog.previewContext</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.AlertDialog.previewContext\">Titanium.UI.AlertDialog.previewContext</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.iOS.PreviewContext",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "setPreviewContext",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.AlertDialog.previewContext\">Titanium.UI.AlertDialog.previewContext</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.AlertDialog.previewContext\">Titanium.UI.AlertDialog.previewContext</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "previewContext",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.iOS.PreviewContext",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "getRotation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.AlertDialog.rotation\">Titanium.UI.AlertDialog.rotation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.AlertDialog.rotation\">Titanium.UI.AlertDialog.rotation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRotation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.AlertDialog.rotation\">Titanium.UI.AlertDialog.rotation</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.AlertDialog.rotation\">Titanium.UI.AlertDialog.rotation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rotation",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getRotationX",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.AlertDialog.rotationX\">Titanium.UI.AlertDialog.rotationX</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.AlertDialog.rotationX\">Titanium.UI.AlertDialog.rotationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRotationX",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.AlertDialog.rotationX\">Titanium.UI.AlertDialog.rotationX</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.AlertDialog.rotationX\">Titanium.UI.AlertDialog.rotationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rotationX",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getRotationY",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.AlertDialog.rotationY\">Titanium.UI.AlertDialog.rotationY</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.AlertDialog.rotationY\">Titanium.UI.AlertDialog.rotationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRotationY",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.AlertDialog.rotationY\">Titanium.UI.AlertDialog.rotationY</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.AlertDialog.rotationY\">Titanium.UI.AlertDialog.rotationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rotationY",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getScaleX",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.AlertDialog.scaleX\">Titanium.UI.AlertDialog.scaleX</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.AlertDialog.scaleX\">Titanium.UI.AlertDialog.scaleX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setScaleX",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.AlertDialog.scaleX\">Titanium.UI.AlertDialog.scaleX</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.AlertDialog.scaleX\">Titanium.UI.AlertDialog.scaleX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "scaleX",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getScaleY",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.AlertDialog.scaleY\">Titanium.UI.AlertDialog.scaleY</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.AlertDialog.scaleY\">Titanium.UI.AlertDialog.scaleY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setScaleY",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.AlertDialog.scaleY\">Titanium.UI.AlertDialog.scaleY</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.AlertDialog.scaleY\">Titanium.UI.AlertDialog.scaleY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "scaleY",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTintColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.AlertDialog.tintColor\">Titanium.UI.AlertDialog.tintColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.AlertDialog.tintColor\">Titanium.UI.AlertDialog.tintColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTintColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.AlertDialog.tintColor\">Titanium.UI.AlertDialog.tintColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.AlertDialog.tintColor\">Titanium.UI.AlertDialog.tintColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "tintColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTouchFeedback",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.AlertDialog.touchFeedback\">Titanium.UI.AlertDialog.touchFeedback</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.AlertDialog.touchFeedback\">Titanium.UI.AlertDialog.touchFeedback</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTouchFeedback",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.AlertDialog.touchFeedback\">Titanium.UI.AlertDialog.touchFeedback</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.AlertDialog.touchFeedback\">Titanium.UI.AlertDialog.touchFeedback</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchFeedback",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTouchFeedbackColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.AlertDialog.touchFeedbackColor\">Titanium.UI.AlertDialog.touchFeedbackColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.AlertDialog.touchFeedbackColor\">Titanium.UI.AlertDialog.touchFeedbackColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTouchFeedbackColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.AlertDialog.touchFeedbackColor\">Titanium.UI.AlertDialog.touchFeedbackColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.AlertDialog.touchFeedbackColor\">Titanium.UI.AlertDialog.touchFeedbackColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchFeedbackColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTranslationX",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.AlertDialog.translationX\">Titanium.UI.AlertDialog.translationX</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.AlertDialog.translationX\">Titanium.UI.AlertDialog.translationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTranslationX",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.AlertDialog.translationX\">Titanium.UI.AlertDialog.translationX</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.AlertDialog.translationX\">Titanium.UI.AlertDialog.translationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translationX",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTranslationY",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.AlertDialog.translationY\">Titanium.UI.AlertDialog.translationY</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.AlertDialog.translationY\">Titanium.UI.AlertDialog.translationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTranslationY",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.AlertDialog.translationY\">Titanium.UI.AlertDialog.translationY</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.AlertDialog.translationY\">Titanium.UI.AlertDialog.translationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translationY",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTranslationZ",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.AlertDialog.translationZ\">Titanium.UI.AlertDialog.translationZ</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.AlertDialog.translationZ\">Titanium.UI.AlertDialog.translationZ</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTranslationZ",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.AlertDialog.translationZ\">Titanium.UI.AlertDialog.translationZ</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.AlertDialog.translationZ\">Titanium.UI.AlertDialog.translationZ</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translationZ",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTransitionName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.AlertDialog.transitionName\">Titanium.UI.AlertDialog.transitionName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.AlertDialog.transitionName\">Titanium.UI.AlertDialog.transitionName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTransitionName",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.AlertDialog.transitionName\">Titanium.UI.AlertDialog.transitionName</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.AlertDialog.transitionName\">Titanium.UI.AlertDialog.transitionName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "transitionName",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getVerticalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.AlertDialog.verticalMotionEffect\">Titanium.UI.AlertDialog.verticalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.AlertDialog.verticalMotionEffect\">Titanium.UI.AlertDialog.verticalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "MinMaxOptions",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setVerticalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.AlertDialog.verticalMotionEffect\">Titanium.UI.AlertDialog.verticalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.AlertDialog.verticalMotionEffect\">Titanium.UI.AlertDialog.verticalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "verticalMotionEffect",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "MinMaxOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getButtonNames",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.AlertDialog.buttonNames\">Titanium.UI.AlertDialog.buttonNames</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.AlertDialog.buttonNames\">Titanium.UI.AlertDialog.buttonNames</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setButtonNames",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.AlertDialog.buttonNames\">Titanium.UI.AlertDialog.buttonNames</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.AlertDialog.buttonNames\">Titanium.UI.AlertDialog.buttonNames</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "buttonNames",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getCancel",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.AlertDialog.cancel\">Titanium.UI.AlertDialog.cancel</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.AlertDialog.cancel\">Titanium.UI.AlertDialog.cancel</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setCancel",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.AlertDialog.cancel\">Titanium.UI.AlertDialog.cancel</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.AlertDialog.cancel\">Titanium.UI.AlertDialog.cancel</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "cancel",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getButtonClickRequired",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.AlertDialog.buttonClickRequired\">Titanium.UI.AlertDialog.buttonClickRequired</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.AlertDialog.buttonClickRequired\">Titanium.UI.AlertDialog.buttonClickRequired</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setButtonClickRequired",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.AlertDialog.buttonClickRequired\">Titanium.UI.AlertDialog.buttonClickRequired</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.AlertDialog.buttonClickRequired\">Titanium.UI.AlertDialog.buttonClickRequired</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "buttonClickRequired",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getCanceledOnTouchOutside",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.AlertDialog.canceledOnTouchOutside\">Titanium.UI.AlertDialog.canceledOnTouchOutside</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.AlertDialog.canceledOnTouchOutside\">Titanium.UI.AlertDialog.canceledOnTouchOutside</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setCanceledOnTouchOutside",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.AlertDialog.canceledOnTouchOutside\">Titanium.UI.AlertDialog.canceledOnTouchOutside</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.AlertDialog.canceledOnTouchOutside\">Titanium.UI.AlertDialog.canceledOnTouchOutside</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "canceledOnTouchOutside",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getDestructive",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.AlertDialog.destructive\">Titanium.UI.AlertDialog.destructive</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.AlertDialog.destructive\">Titanium.UI.AlertDialog.destructive</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.5.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setDestructive",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.AlertDialog.destructive\">Titanium.UI.AlertDialog.destructive</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.AlertDialog.destructive\">Titanium.UI.AlertDialog.destructive</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "destructive",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.5.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHintText",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.AlertDialog.hintText\">Titanium.UI.AlertDialog.hintText</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.AlertDialog.hintText\">Titanium.UI.AlertDialog.hintText</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHintText",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.AlertDialog.hintText\">Titanium.UI.AlertDialog.hintText</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.AlertDialog.hintText\">Titanium.UI.AlertDialog.hintText</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "hintText",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHinttextid",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.AlertDialog.hinttextid\">Titanium.UI.AlertDialog.hinttextid</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.AlertDialog.hinttextid\">Titanium.UI.AlertDialog.hinttextid</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHinttextid",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.AlertDialog.hinttextid\">Titanium.UI.AlertDialog.hinttextid</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.AlertDialog.hinttextid\">Titanium.UI.AlertDialog.hinttextid</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "hinttextid",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getKeyboardType",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.AlertDialog.keyboardType\">Titanium.UI.AlertDialog.keyboardType</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.AlertDialog.keyboardType\">Titanium.UI.AlertDialog.keyboardType</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setKeyboardType",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.AlertDialog.keyboardType\">Titanium.UI.AlertDialog.keyboardType</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.AlertDialog.keyboardType\">Titanium.UI.AlertDialog.keyboardType</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "keyboardType",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getKeyboardAppearance",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.AlertDialog.keyboardAppearance\">Titanium.UI.AlertDialog.keyboardAppearance</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.AlertDialog.keyboardAppearance\">Titanium.UI.AlertDialog.keyboardAppearance</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setKeyboardAppearance",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.AlertDialog.keyboardAppearance\">Titanium.UI.AlertDialog.keyboardAppearance</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.AlertDialog.keyboardAppearance\">Titanium.UI.AlertDialog.keyboardAppearance</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "keyboardAppearance",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLoginPlaceholder",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.AlertDialog.loginPlaceholder\">Titanium.UI.AlertDialog.loginPlaceholder</a> property. <strong>Deprecated since 5.4.0. Use <a href=\"Titanium.UI.AlertDialog.loginHintText\">Titanium.UI.AlertDialog.loginHintText</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLoginPlaceholder",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.AlertDialog.loginPlaceholder\">Titanium.UI.AlertDialog.loginPlaceholder</a> property. <strong>Deprecated since 5.4.0. Use <a href=\"Titanium.UI.AlertDialog.loginHintText\">Titanium.UI.AlertDialog.loginHintText</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "loginPlaceholder",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLoginHintText",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.AlertDialog.loginHintText\">Titanium.UI.AlertDialog.loginHintText</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.AlertDialog.loginHintText\">Titanium.UI.AlertDialog.loginHintText</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLoginHintText",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.AlertDialog.loginHintText\">Titanium.UI.AlertDialog.loginHintText</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.AlertDialog.loginHintText\">Titanium.UI.AlertDialog.loginHintText</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "loginHintText",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLoginhinttextid",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.AlertDialog.loginhinttextid\">Titanium.UI.AlertDialog.loginhinttextid</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.AlertDialog.loginhinttextid\">Titanium.UI.AlertDialog.loginhinttextid</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLoginhinttextid",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.AlertDialog.loginhinttextid\">Titanium.UI.AlertDialog.loginhinttextid</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.AlertDialog.loginhinttextid\">Titanium.UI.AlertDialog.loginhinttextid</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "loginhinttextid",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLoginReturnKeyType",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.AlertDialog.loginReturnKeyType\">Titanium.UI.AlertDialog.loginReturnKeyType</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.AlertDialog.loginReturnKeyType\">Titanium.UI.AlertDialog.loginReturnKeyType</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLoginReturnKeyType",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.AlertDialog.loginReturnKeyType\">Titanium.UI.AlertDialog.loginReturnKeyType</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.AlertDialog.loginReturnKeyType\">Titanium.UI.AlertDialog.loginReturnKeyType</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "loginReturnKeyType",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLoginValue",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.AlertDialog.loginValue\">Titanium.UI.AlertDialog.loginValue</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.AlertDialog.loginValue\">Titanium.UI.AlertDialog.loginValue</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLoginValue",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.AlertDialog.loginValue\">Titanium.UI.AlertDialog.loginValue</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.AlertDialog.loginValue\">Titanium.UI.AlertDialog.loginValue</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "loginValue",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLoginKeyboardType",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.AlertDialog.loginKeyboardType\">Titanium.UI.AlertDialog.loginKeyboardType</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.AlertDialog.loginKeyboardType\">Titanium.UI.AlertDialog.loginKeyboardType</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLoginKeyboardType",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.AlertDialog.loginKeyboardType\">Titanium.UI.AlertDialog.loginKeyboardType</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.AlertDialog.loginKeyboardType\">Titanium.UI.AlertDialog.loginKeyboardType</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "loginKeyboardType",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getMessage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.AlertDialog.message\">Titanium.UI.AlertDialog.message</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.AlertDialog.message\">Titanium.UI.AlertDialog.message</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setMessage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.AlertDialog.message\">Titanium.UI.AlertDialog.message</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.AlertDialog.message\">Titanium.UI.AlertDialog.message</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "message",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getMessageid",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.AlertDialog.messageid\">Titanium.UI.AlertDialog.messageid</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.AlertDialog.messageid\">Titanium.UI.AlertDialog.messageid</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setMessageid",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.AlertDialog.messageid\">Titanium.UI.AlertDialog.messageid</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.AlertDialog.messageid\">Titanium.UI.AlertDialog.messageid</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "messageid",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getOk",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.AlertDialog.ok\">Titanium.UI.AlertDialog.ok</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.AlertDialog.ok\">Titanium.UI.AlertDialog.ok</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setOk",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.AlertDialog.ok\">Titanium.UI.AlertDialog.ok</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.AlertDialog.ok\">Titanium.UI.AlertDialog.ok</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "ok",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getOkid",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.AlertDialog.okid\">Titanium.UI.AlertDialog.okid</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.AlertDialog.okid\">Titanium.UI.AlertDialog.okid</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setOkid",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.AlertDialog.okid\">Titanium.UI.AlertDialog.okid</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.AlertDialog.okid\">Titanium.UI.AlertDialog.okid</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "okid",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPasswordPlaceholder",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.AlertDialog.passwordPlaceholder\">Titanium.UI.AlertDialog.passwordPlaceholder</a> property. <strong>Deprecated since 5.4.0. Use <a href=\"Titanium.UI.AlertDialog.passwordHintText\">Titanium.UI.AlertDialog.passwordHintText</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setPasswordPlaceholder",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.AlertDialog.passwordPlaceholder\">Titanium.UI.AlertDialog.passwordPlaceholder</a> property. <strong>Deprecated since 5.4.0. Use <a href=\"Titanium.UI.AlertDialog.passwordHintText\">Titanium.UI.AlertDialog.passwordHintText</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "passwordPlaceholder",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPasswordHintText",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.AlertDialog.passwordHintText\">Titanium.UI.AlertDialog.passwordHintText</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.AlertDialog.passwordHintText\">Titanium.UI.AlertDialog.passwordHintText</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setPasswordHintText",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.AlertDialog.passwordHintText\">Titanium.UI.AlertDialog.passwordHintText</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.AlertDialog.passwordHintText\">Titanium.UI.AlertDialog.passwordHintText</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "passwordHintText",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPasswordhinttextid",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.AlertDialog.passwordhinttextid\">Titanium.UI.AlertDialog.passwordhinttextid</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.AlertDialog.passwordhinttextid\">Titanium.UI.AlertDialog.passwordhinttextid</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setPasswordhinttextid",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.AlertDialog.passwordhinttextid\">Titanium.UI.AlertDialog.passwordhinttextid</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.AlertDialog.passwordhinttextid\">Titanium.UI.AlertDialog.passwordhinttextid</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "passwordhinttextid",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPasswordReturnKeyType",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.AlertDialog.passwordReturnKeyType\">Titanium.UI.AlertDialog.passwordReturnKeyType</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.AlertDialog.passwordReturnKeyType\">Titanium.UI.AlertDialog.passwordReturnKeyType</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setPasswordReturnKeyType",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.AlertDialog.passwordReturnKeyType\">Titanium.UI.AlertDialog.passwordReturnKeyType</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.AlertDialog.passwordReturnKeyType\">Titanium.UI.AlertDialog.passwordReturnKeyType</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "passwordReturnKeyType",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPasswordValue",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.AlertDialog.passwordValue\">Titanium.UI.AlertDialog.passwordValue</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.AlertDialog.passwordValue\">Titanium.UI.AlertDialog.passwordValue</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setPasswordValue",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.AlertDialog.passwordValue\">Titanium.UI.AlertDialog.passwordValue</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.AlertDialog.passwordValue\">Titanium.UI.AlertDialog.passwordValue</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "passwordValue",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPasswordKeyboardType",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.AlertDialog.passwordKeyboardType\">Titanium.UI.AlertDialog.passwordKeyboardType</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.AlertDialog.passwordKeyboardType\">Titanium.UI.AlertDialog.passwordKeyboardType</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setPasswordKeyboardType",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.AlertDialog.passwordKeyboardType\">Titanium.UI.AlertDialog.passwordKeyboardType</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.AlertDialog.passwordKeyboardType\">Titanium.UI.AlertDialog.passwordKeyboardType</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "passwordKeyboardType",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPlaceholder",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.AlertDialog.placeholder\">Titanium.UI.AlertDialog.placeholder</a> property. <strong>Deprecated since 5.4.0. Use <a href=\"Titanium.UI.AlertDialog.hintText\">Titanium.UI.AlertDialog.hintText</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setPlaceholder",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.AlertDialog.placeholder\">Titanium.UI.AlertDialog.placeholder</a> property. <strong>Deprecated since 5.4.0. Use <a href=\"Titanium.UI.AlertDialog.hintText\">Titanium.UI.AlertDialog.hintText</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "placeholder",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPersistent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.AlertDialog.persistent\">Titanium.UI.AlertDialog.persistent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.AlertDialog.persistent\">Titanium.UI.AlertDialog.persistent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setPersistent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.AlertDialog.persistent\">Titanium.UI.AlertDialog.persistent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.AlertDialog.persistent\">Titanium.UI.AlertDialog.persistent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "persistent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPreferred",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.AlertDialog.preferred\">Titanium.UI.AlertDialog.preferred</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.AlertDialog.preferred\">Titanium.UI.AlertDialog.preferred</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setPreferred",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.AlertDialog.preferred\">Titanium.UI.AlertDialog.preferred</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.AlertDialog.preferred\">Titanium.UI.AlertDialog.preferred</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "preferred",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getReturnKeyType",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.AlertDialog.returnKeyType\">Titanium.UI.AlertDialog.returnKeyType</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.AlertDialog.returnKeyType\">Titanium.UI.AlertDialog.returnKeyType</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setReturnKeyType",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.AlertDialog.returnKeyType\">Titanium.UI.AlertDialog.returnKeyType</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.AlertDialog.returnKeyType\">Titanium.UI.AlertDialog.returnKeyType</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "returnKeyType",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getStyle",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.AlertDialog.style\">Titanium.UI.AlertDialog.style</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.AlertDialog.style\">Titanium.UI.AlertDialog.style</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setStyle",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.AlertDialog.style\">Titanium.UI.AlertDialog.style</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.AlertDialog.style\">Titanium.UI.AlertDialog.style</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "style",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTitle",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.AlertDialog.title\">Titanium.UI.AlertDialog.title</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.AlertDialog.title\">Titanium.UI.AlertDialog.title</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTitle",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.AlertDialog.title\">Titanium.UI.AlertDialog.title</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.AlertDialog.title\">Titanium.UI.AlertDialog.title</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "title",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTitleid",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.AlertDialog.titleid\">Titanium.UI.AlertDialog.titleid</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.AlertDialog.titleid\">Titanium.UI.AlertDialog.titleid</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTitleid",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.AlertDialog.titleid\">Titanium.UI.AlertDialog.titleid</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.AlertDialog.titleid\">Titanium.UI.AlertDialog.titleid</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "titleid",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getValue",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.AlertDialog.value\">Titanium.UI.AlertDialog.value</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.AlertDialog.value\">Titanium.UI.AlertDialog.value</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setValue",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.AlertDialog.value\">Titanium.UI.AlertDialog.value</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.AlertDialog.value\">Titanium.UI.AlertDialog.value</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "value",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.UI.View",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "elevation",
                    "deprecated": false,
                    "description": "<p>Base elevation of the view relative to its parent in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "hiddenBehavior",
                    "deprecated": false,
                    "description": "<p>Sets the behavior when hiding an object to release or keep the free space</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.HIDDEN_BEHAVIOR_INVISIBLE",
                        "Titanium.UI.HIDDEN_BEHAVIOR_GONE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "horizontalMotionEffect",
                    "deprecated": false,
                    "description": "<p>Adds a horizontal parallax effect to the view</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "MinMaxOptions",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "id",
                    "deprecated": false,
                    "description": "<p>View's identifier.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "previewContext",
                    "deprecated": false,
                    "description": "<p>The preview context used in the 3D-Touch feature &quot;Peek and Pop&quot;.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Titanium.UI.iOS.PreviewContext",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "rotation",
                    "deprecated": false,
                    "description": "<p>Clockwise 2D rotation of the view in degrees.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "rotationX",
                    "deprecated": false,
                    "description": "<p>Clockwise rotation of the view in degrees (x-axis).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "rotationY",
                    "deprecated": false,
                    "description": "<p>Clockwise rotation of the view in degrees (y-axis).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "scaleX",
                    "deprecated": false,
                    "description": "<p>Scaling of the view in x-axis in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "scaleY",
                    "deprecated": false,
                    "description": "<p>Scaling of the view in y-axis in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "tintColor",
                    "deprecated": false,
                    "description": "<p>The tint-color of the dialog.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "touchFeedback",
                    "deprecated": false,
                    "description": "<p>A material design visual construct that provides an instantaneous visual confirmation of touch point.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "touchFeedbackColor",
                    "deprecated": false,
                    "description": "<p>Optional touch feedback ripple color. This has no effect unless <code>touchFeedback</code> is true.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "translationX",
                    "deprecated": false,
                    "description": "<p>Horizontal location of the view relative to its left position in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "translationY",
                    "deprecated": false,
                    "description": "<p>Vertical location of the view relative to its top position in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "translationZ",
                    "deprecated": false,
                    "description": "<p>Depth of the view relative to its elevation in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "transitionName",
                    "deprecated": false,
                    "description": "<p>A name to identify this view in activity transition.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.2"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "verticalMotionEffect",
                    "deprecated": false,
                    "description": "<p>Adds a vertical parallax effect to the view</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "MinMaxOptions",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "androidView",
                    "deprecated": false,
                    "description": "<p>View to load inside the message area, to create a custom layout.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "type": "Titanium.UI.View",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "buttonNames",
                    "deprecated": false,
                    "description": "<p>Name of each button to create.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "cancel",
                    "deprecated": false,
                    "description": "<p>Index to define the cancel button.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "buttonClickRequired",
                    "deprecated": false,
                    "description": "<p>Setting this to true requires the end-user to click a dialog button to close the dialog.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "canceledOnTouchOutside",
                    "deprecated": false,
                    "description": "<p>When this is set to <code>true</code>, the dialog is canceled when touched outside the window's bounds.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "destructive",
                    "deprecated": false,
                    "description": "<p>Index to define the destructive button.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.5.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hintText",
                    "deprecated": false,
                    "description": "<p>Hint text of the text field inside the dialog.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hinttextid",
                    "deprecated": false,
                    "description": "<p>Key identifying a string from the locale file to use for the\n<a href=\"Titanium.UI.AlertDialog.hintText\">hintText</a> property.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "keyboardType",
                    "deprecated": false,
                    "description": "<p>Keyboard type to display when this text field inside the dialog is focused.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.KEYBOARD_TYPE_DECIMAL_PAD",
                        "Titanium.UI.KEYBOARD_TYPE_ASCII",
                        "Titanium.UI.KEYBOARD_TYPE_DEFAULT",
                        "Titanium.UI.KEYBOARD_TYPE_EMAIL",
                        "Titanium.UI.KEYBOARD_TYPE_NAMEPHONE_PAD",
                        "Titanium.UI.KEYBOARD_TYPE_NUMBERS_PUNCTUATION",
                        "Titanium.UI.KEYBOARD_TYPE_NUMBER_PAD",
                        "Titanium.UI.KEYBOARD_TYPE_PHONE_PAD",
                        "Titanium.UI.KEYBOARD_TYPE_WEBSEARCH",
                        "Titanium.UI.KEYBOARD_TYPE_TWITTER",
                        "Titanium.UI.KEYBOARD_TYPE_URL"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "keyboardAppearance",
                    "deprecated": false,
                    "description": "<p>Keyboard appearance to be displayed when the text field inside the dialog is focused.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.KEYBOARD_APPEARANCE_ALERT",
                        "Titanium.UI.KEYBOARD_APPEARANCE_DEFAULT",
                        "Titanium.UI.KEYBOARD_APPEARANCE_DARK",
                        "Titanium.UI.KEYBOARD_APPEARANCE_LIGHT"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "loginPlaceholder",
                    "deprecated": true,
                    "description": "<p>Placeholder of the login text field inside the dialog. <strong>Deprecated since 5.4.0. Use <a href=\"Titanium.UI.AlertDialog.loginHintText\">Titanium.UI.AlertDialog.loginHintText</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "loginHintText",
                    "deprecated": false,
                    "description": "<p>Hint text of the login text field inside the dialog.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "loginhinttextid",
                    "deprecated": false,
                    "description": "<p>Key identifying a string from the locale file to use for the\n<a href=\"Titanium.UI.AlertDialog.loginHintText\">loginHintText</a> property.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "loginReturnKeyType",
                    "deprecated": false,
                    "description": "<p>Specifies the text to display on the keyboard <code>Return</code> key when this field is focused.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.RETURNKEY_CONTINUE",
                        "Titanium.UI.RETURNKEY_DEFAULT",
                        "Titanium.UI.RETURNKEY_DONE",
                        "Titanium.UI.RETURNKEY_EMERGENCY_CALL",
                        "Titanium.UI.RETURNKEY_GO",
                        "Titanium.UI.RETURNKEY_GOOGLE",
                        "Titanium.UI.RETURNKEY_JOIN",
                        "Titanium.UI.RETURNKEY_NEXT",
                        "Titanium.UI.RETURNKEY_ROUTE",
                        "Titanium.UI.RETURNKEY_SEARCH",
                        "Titanium.UI.RETURNKEY_SEND",
                        "Titanium.UI.RETURNKEY_YAHOO"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "loginValue",
                    "deprecated": false,
                    "description": "<p>Value of the login text field inside the dialog.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "loginKeyboardType",
                    "deprecated": false,
                    "description": "<p>Keyboard type to display when this text field inside the dialog is focused.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.KEYBOARD_APPEARANCE_ALERT",
                        "Titanium.UI.KEYBOARD_APPEARANCE_DEFAULT",
                        "Titanium.UI.KEYBOARD_APPEARANCE_DARK",
                        "Titanium.UI.KEYBOARD_APPEARANCE_LIGHT",
                        "Titanium.UI.KEYBOARD_ASCII",
                        "Titanium.UI.KEYBOARD_DECIMAL_PAD",
                        "Titanium.UI.KEYBOARD_DEFAULT",
                        "Titanium.UI.KEYBOARD_EMAIL",
                        "Titanium.UI.KEYBOARD_NAMEPHONE_PAD",
                        "Titanium.UI.KEYBOARD_NUMBERS_PUNCTUATION",
                        "Titanium.UI.KEYBOARD_NUMBER_PAD",
                        "Titanium.UI.KEYBOARD_PHONE_PAD",
                        "Titanium.UI.KEYBOARD_URL",
                        "Titanium.UI.KEYBOARD_TYPE_DECIMAL_PAD",
                        "Titanium.UI.KEYBOARD_TYPE_ASCII",
                        "Titanium.UI.KEYBOARD_TYPE_DEFAULT",
                        "Titanium.UI.KEYBOARD_TYPE_EMAIL",
                        "Titanium.UI.KEYBOARD_TYPE_NAMEPHONE_PAD",
                        "Titanium.UI.KEYBOARD_TYPE_NUMBERS_PUNCTUATION",
                        "Titanium.UI.KEYBOARD_TYPE_NUMBER_PAD",
                        "Titanium.UI.KEYBOARD_TYPE_PHONE_PAD",
                        "Titanium.UI.KEYBOARD_TYPE_WEBSEARCH",
                        "Titanium.UI.KEYBOARD_TYPE_TWITTER",
                        "Titanium.UI.KEYBOARD_TYPE_URL"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "message",
                    "deprecated": false,
                    "description": "<p>Dialog message.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "messageid",
                    "deprecated": false,
                    "description": "<p>Key identifying a string in the locale file to use for the message text.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ok",
                    "deprecated": false,
                    "description": "<p>Text for the <code>OK</code> button.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "okid",
                    "deprecated": false,
                    "description": "<p>Key identifying a string in the locale file to use for the <code>ok</code> text.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "passwordPlaceholder",
                    "deprecated": true,
                    "description": "<p>Placeholder of the password text field inside the dialog. <strong>Deprecated since 5.4.0. Use <a href=\"Titanium.UI.AlertDialog.passwordHintText\">Titanium.UI.AlertDialog.passwordHintText</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "passwordHintText",
                    "deprecated": false,
                    "description": "<p>Hint text of the password text field inside the dialog.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "passwordhinttextid",
                    "deprecated": false,
                    "description": "<p>Key identifying a string from the locale file to use for the\n<a href=\"Titanium.UI.AlertDialog.passwordHintText\">passwordHintText</a> property.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "passwordReturnKeyType",
                    "deprecated": false,
                    "description": "<p>Specifies the text to display on the keyboard <code>Return</code> key when this field is focused.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.RETURNKEY_CONTINUE",
                        "Titanium.UI.RETURNKEY_DEFAULT",
                        "Titanium.UI.RETURNKEY_DONE",
                        "Titanium.UI.RETURNKEY_EMERGENCY_CALL",
                        "Titanium.UI.RETURNKEY_GO",
                        "Titanium.UI.RETURNKEY_GOOGLE",
                        "Titanium.UI.RETURNKEY_JOIN",
                        "Titanium.UI.RETURNKEY_NEXT",
                        "Titanium.UI.RETURNKEY_ROUTE",
                        "Titanium.UI.RETURNKEY_SEARCH",
                        "Titanium.UI.RETURNKEY_SEND",
                        "Titanium.UI.RETURNKEY_YAHOO"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "passwordValue",
                    "deprecated": false,
                    "description": "<p>Value of the password text field inside the dialog.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "passwordKeyboardType",
                    "deprecated": false,
                    "description": "<p>Keyboard type to display when this text field inside the dialog is focused.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.KEYBOARD_APPEARANCE_ALERT",
                        "Titanium.UI.KEYBOARD_APPEARANCE_DEFAULT",
                        "Titanium.UI.KEYBOARD_APPEARANCE_DARK",
                        "Titanium.UI.KEYBOARD_APPEARANCE_LIGHT",
                        "Titanium.UI.KEYBOARD_ASCII",
                        "Titanium.UI.KEYBOARD_DECIMAL_PAD",
                        "Titanium.UI.KEYBOARD_DEFAULT",
                        "Titanium.UI.KEYBOARD_EMAIL",
                        "Titanium.UI.KEYBOARD_NAMEPHONE_PAD",
                        "Titanium.UI.KEYBOARD_NUMBERS_PUNCTUATION",
                        "Titanium.UI.KEYBOARD_NUMBER_PAD",
                        "Titanium.UI.KEYBOARD_PHONE_PAD",
                        "Titanium.UI.KEYBOARD_URL",
                        "Titanium.UI.KEYBOARD_TYPE_DECIMAL_PAD",
                        "Titanium.UI.KEYBOARD_TYPE_ASCII",
                        "Titanium.UI.KEYBOARD_TYPE_DEFAULT",
                        "Titanium.UI.KEYBOARD_TYPE_EMAIL",
                        "Titanium.UI.KEYBOARD_TYPE_NAMEPHONE_PAD",
                        "Titanium.UI.KEYBOARD_TYPE_NUMBERS_PUNCTUATION",
                        "Titanium.UI.KEYBOARD_TYPE_NUMBER_PAD",
                        "Titanium.UI.KEYBOARD_TYPE_PHONE_PAD",
                        "Titanium.UI.KEYBOARD_TYPE_WEBSEARCH",
                        "Titanium.UI.KEYBOARD_TYPE_TWITTER",
                        "Titanium.UI.KEYBOARD_TYPE_URL"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "placeholder",
                    "deprecated": true,
                    "description": "<p>Placeholder of the text field inside the dialog. <strong>Deprecated since 5.4.0. Use <a href=\"Titanium.UI.AlertDialog.hintText\">Titanium.UI.AlertDialog.hintText</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "persistent",
                    "deprecated": false,
                    "description": "<p>Boolean value indicating if the alert dialog should only be cancelled by user gesture or by hide method.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "preferred",
                    "deprecated": false,
                    "description": "<p>Index to define the preferred button.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "returnKeyType",
                    "deprecated": false,
                    "description": "<p>Specifies the text to display on the keyboard <code>Return</code> key when this field is focused.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.RETURNKEY_CONTINUE",
                        "Titanium.UI.RETURNKEY_DEFAULT",
                        "Titanium.UI.RETURNKEY_DONE",
                        "Titanium.UI.RETURNKEY_EMERGENCY_CALL",
                        "Titanium.UI.RETURNKEY_GO",
                        "Titanium.UI.RETURNKEY_GOOGLE",
                        "Titanium.UI.RETURNKEY_JOIN",
                        "Titanium.UI.RETURNKEY_NEXT",
                        "Titanium.UI.RETURNKEY_ROUTE",
                        "Titanium.UI.RETURNKEY_SEARCH",
                        "Titanium.UI.RETURNKEY_SEND",
                        "Titanium.UI.RETURNKEY_YAHOO"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "style",
                    "deprecated": false,
                    "description": "<p>The style for the alert dialog.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "title",
                    "deprecated": false,
                    "description": "<p>Title of the dialog.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "titleid",
                    "deprecated": false,
                    "description": "<p>Key identifying a string in the locale file to use for the title text.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "value",
                    "deprecated": false,
                    "description": "<p>Value of the text field inside the dialog.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<table id=\"platformComparison\">\n  <tbody>\n    <tr>\n      <td><img src=\"images/alertdialog/alertdialog_android.png\" height=\"75\" /></td>\n      <td><img src=\"images/alertdialog/alertdialog_ios.png\" height=\"75\" /></td>\n      <td><img src=\"images/alertdialog/alertdialog_wp.png\" height=\"75\" /></td>\n    </tr>\n  </tbody>\n  <tfoot>\n    <tr>\n      <th>Android</th>\n      <th>iOS</th>\n      <th>Windows Phone</th>\n    </tr>\n  </tfoot>\n</table>\n<p>An alert dialog is created using <a href=\"Titanium.UI.createAlertDialog\">Titanium.UI.createAlertDialog</a> or <strong><code>&lt;AlertDialog&gt;</code></strong> Alloy element.</p>\n<p>Although this dialog always appears in the middle of the display (not touching the edges),\nother aspects of its aesthetics and the way the user interacts with it are different for each\nplatform, as described below.</p>\n<h4>Android</h4>\n<p>On Android, the default alert dialog displays text information, via a title and message, without\nany buttons. As the user can use the system hardware <code>back</code> button to dismiss it, a button is\noptional.</p>\n<p>Buttons are shown if the <code>buttonNames</code> property is defined, and are rendered horizontally below\nthe message.</p>\n<p>To create a custom layout, a view may be added and, in turn, a hierarchy of views added to that\nchild view.</p>\n<h4>iOS</h4>\n<p>On iOS, the default alert dialog displays text information, via a title and message, with\na single button to allow it to be dismissed.</p>\n<p>Buttons are defined using the <code>buttonNames</code> property and are rendered vertically below\nthe message. Alert dialogs are automatically cancelled when the application is\npaused/suspended. This behavior can be avoided by setting <code>persistent</code> property on alert dialog\nto be <code>true</code>.</p>\n<p>The <code>style</code> property can be used to allow the user to enter plain text,\nobscured text or login identifier and password. Entered values can be captured with listening\n<code>cancel</code> event.</p>\n<p>Starting at Titanium SDK 5.1.0, you can also specify the <code>placeholder</code>, <code>keyboardType</code> and <code>returnKeyType</code>\nproperties when using the alert dialog style <a href=\"Titanium.UI.iOS.AlertDialogStyle.PLAIN_TEXT_INPUT\">Titanium.UI.iOS.AlertDialogStyle.PLAIN_TEXT_INPUT</a> or\n<a href=\"Titanium.UI.iOS.AlertDialogStyle.SECURE_TEXT_INPUT\">Titanium.UI.iOS.AlertDialogStyle.SECURE_TEXT_INPUT</a>.\nWhen using the alert dialog style <a href=\"Titanium.UI.iOS.AlertDialogStyle.LOGIN_AND_PASSWORD_INPUT\">Titanium.UI.iOS.AlertDialogStyle.LOGIN_AND_PASSWORD_INPUT</a>, you can\nspecify the <code>loginPlaceholder</code>, <code>loginKeyboardType</code> and <code>loginReturnKeyType</code> properties for the login field,\nas well as the <code>passwordPlaceholder</code>, <code>passwordKeyboardType</code> and <code>passwordReturnKeyType</code> properties for the password field.</p>\n<h4>Global Alias</h4>\n<p>A global method <code>alert()</code> is aliased to this object, and can be invoked with a single message.\nFor example</p>\n<pre><code>alert('this is a message');\n</code></pre>\n<p>This will generate an alert with a title of &quot;Alert&quot; and an &quot;OK&quot; button.</p>\n<h4>Caveats</h4>\n<p>Multiple alerts should not be shown at once.</p>\n<p>The <code>title</code> and <code>ok</code> properties cannot be changed while the alert dialog is being displayed. On\nAndroid only, you can change the <code>message</code> property while the alert dialog is being displayed.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.Android",
            "description": "<p>The Android-specific UI capabilities. All properties, methods and events in this namespace will\nonly work on Android systems.</p>",
            "deprecated": false,
            "events": [],
            "examples": [
                {
                    "title": "Android Preferences Example",
                    "code": "<p>Create preferences interface for the application.</p>\n<h4><code>app.js</code></h4>\n<pre><code>var button = Ti.UI.createButton({\n  title:\t'Click to Open Preferences'\n});\nbutton.addEventListener('click', function() {\n  Ti.API.info('Current value for editText: ' + Ti.App.Properties.getString('editText'));\n  Ti.UI.Android.openPreferences();\n});\nTi.UI.currentWindow.add(button);\n</code></pre>\n<h4><code>platform/android/res/xml/preferences.xml</code></h4>\n<pre><code>&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;\n&lt;PreferenceScreen xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;\n    android:title=&quot;Preferences&quot;&gt;\n  &lt;PreferenceScreen\n      android:title=&quot;Misc. Preferences&quot;\n      android:summary=&quot;Click to see more options&quot;&gt;\n    &lt;EditTextPreference\n      android:title=&quot;Edit Text Preference&quot;\n      android:summary=&quot;You may enter a string&quot;\n      android:defaultValue=&quot;&quot;\n      android:key=&quot;editText&quot; /&gt;\n  &lt;/PreferenceScreen&gt;\n  &lt;PreferenceCategory android:title=&quot;Category One&quot;&gt;\n    &lt;CheckBoxPreference\n      android:title=&quot;CheckBox Preference&quot;\n      android:defaultValue=&quot;false&quot;\n      android:summary=&quot;You may enter a boolean&quot;\n      android:key=&quot;checkbox&quot; /&gt;\n    &lt;RingtonePreference\n      android:title=&quot;Ringtone Preference&quot;\n      android:summary=&quot;You may pick a ringtone&quot;\n      android:defaultValue=&quot;&quot;\n      android:key=&quot;ringtone&quot; /&gt;\n  &lt;/PreferenceCategory&gt;\n  &lt;PreferenceCategory android:title=&quot;Category Two&quot;&gt;\n    &lt;ListPreference\n      android:title=&quot;List Preference&quot;\n      android:summary=&quot;You may chose from multiple choices&quot;\n      android:key=&quot;list&quot; \n    android:entries=&quot;@array/listNames&quot;\n    android:entryValues=&quot;@array/listValues&quot; \n    /&gt;\n  &lt;/PreferenceCategory&gt;\n&lt;/PreferenceScreen&gt;\n</code></pre>\n<h4><code>platform/android/res/values/array/array.xml</code></h4>\n<pre><code>&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;\n&lt;resources&gt;\n  &lt;string-array name=&quot;listNames&quot;&gt;\n    &lt;item&gt;5 Minutes&lt;/item&gt;\n    &lt;item&gt;10 Minutes&lt;/item&gt;\n    &lt;item&gt;15 Minutes&lt;/item&gt;\n    &lt;item&gt;30 Minutes&lt;/item&gt;\n    &lt;item&gt;60 Minutes&lt;/item&gt;\n  &lt;/string-array&gt;\n  &lt;string-array name=&quot;listValues&quot;&gt;\n    &lt;item&gt;5&lt;/item&gt;\n    &lt;item&gt;10&lt;/item&gt;\n    &lt;item&gt;15&lt;/item&gt;\n    &lt;item&gt;30&lt;/item&gt;\n    &lt;item&gt;60&lt;/item&gt;\n  &lt;/string-array&gt;\n&lt;/resources&gt;\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "hideSoftKeyboard",
                    "deprecated": false,
                    "description": "<p>Hides the soft keyboard.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "openPreferences",
                    "deprecated": false,
                    "description": "<p>Opens an application preferences dialog, using the native Android system settings interface,\ndefined by the platform-specific <code>preferences.xml</code> and <code>array.xml</code> files.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.bubbleParent\">Titanium.UI.Android.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.bubbleParent\">Titanium.UI.Android.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.bubbleParent\">Titanium.UI.Android.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.bubbleParent\">Titanium.UI.Android.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.apiName\">Titanium.UI.Android.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.apiName\">Titanium.UI.Android.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.lifecycleContainer\">Titanium.UI.Android.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.lifecycleContainer\">Titanium.UI.Android.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.lifecycleContainer\">Titanium.UI.Android.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.lifecycleContainer\">Titanium.UI.Android.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "createCardView",
                    "deprecated": false,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.UI.Android.CardView\">Titanium.UI.Android.CardView</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any defined by <a href=\"Titanium.UI.Android.CardView\">Titanium.UI.Android.CardView</a> except those marked not-creation or read-only.</p>",
                            "type": "Titanium.UI.Android.CardView",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Android.CardView",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "createDrawerLayout",
                    "deprecated": false,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.UI.Android.DrawerLayout\">Titanium.UI.Android.DrawerLayout</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any defined by <a href=\"Titanium.UI.Android.DrawerLayout\">Titanium.UI.Android.DrawerLayout</a> except those marked not-creation or read-only.</p>",
                            "type": "Titanium.UI.Android.DrawerLayout",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Android.DrawerLayout",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "createProgressIndicator",
                    "deprecated": false,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.UI.Android.ProgressIndicator\">Titanium.UI.Android.ProgressIndicator</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any defined by <a href=\"Titanium.UI.Android.ProgressIndicator\">Titanium.UI.Android.ProgressIndicator</a> except those marked not-creation or read-only.</p>",
                            "type": "Titanium.UI.Android.ProgressIndicator",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Android.ProgressIndicator",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "createSearchView",
                    "deprecated": false,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.UI.Android.SearchView\">Titanium.UI.Android.SearchView</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any defined by <a href=\"Titanium.UI.Android.SearchView\">Titanium.UI.Android.SearchView</a> except those marked not-creation or read-only.</p>",
                            "type": "Titanium.UI.Android.SearchView",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Android.SearchView",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Module",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "FLAG_TRANSLUCENT_NAVIGATION",
                    "deprecated": false,
                    "description": "<p>Window flag which makes the Android system's navigation bar semi-transparent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "FLAG_TRANSLUCENT_STATUS",
                    "deprecated": false,
                    "description": "<p>Window flag which makes the Android system's top status bar semi-transparent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "GRAVITY_AXIS_CLIP",
                    "deprecated": false,
                    "description": "<p>Raw bit controlling whether the right/bottom edge is clipped to its container, based on the gravity direction being applied.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "GRAVITY_AXIS_PULL_AFTER",
                    "deprecated": false,
                    "description": "<p>Raw bit controlling how the right/bottom edge is placed.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "GRAVITY_AXIS_PULL_BEFORE",
                    "deprecated": false,
                    "description": "<p>Raw bit controlling how the left/top edge is placed.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "GRAVITY_AXIS_SPECIFIED",
                    "deprecated": false,
                    "description": "<p>Raw bit indicating the gravity for an axis has been specified.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "GRAVITY_AXIS_X_SHIFT",
                    "deprecated": false,
                    "description": "<p>Bits defining the horizontal axis.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "GRAVITY_AXIS_Y_SHIFT",
                    "deprecated": false,
                    "description": "<p>Bits defining the vertical axis.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "GRAVITY_BOTTOM",
                    "deprecated": false,
                    "description": "<p>Push object to the bottom of its container, not changing its size.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "GRAVITY_CENTER",
                    "deprecated": false,
                    "description": "<p>Place the object in the center of its container in both the vertical and horizontal axis, not changing its size.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "GRAVITY_CENTER_HORIZONTAL",
                    "deprecated": false,
                    "description": "<p>Place object in the horizontal center of its container, not changing its size.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "GRAVITY_CENTER_VERTICAL",
                    "deprecated": false,
                    "description": "<p>Place object in the vertical center of its container, not changing its size.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "GRAVITY_CLIP_HORIZONTAL",
                    "deprecated": false,
                    "description": "<p>Flag to clip the edges of the object to its container along the horizontal axis.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "GRAVITY_CLIP_VERTICAL",
                    "deprecated": false,
                    "description": "<p>Flag to clip the edges of the object to its container along the vertical axis.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "GRAVITY_DISPLAY_CLIP_HORIZONTAL",
                    "deprecated": false,
                    "description": "<p>Special constant to enable clipping to an overall display along the horizontal dimension.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "GRAVITY_DISPLAY_CLIP_VERTICAL",
                    "deprecated": false,
                    "description": "<p>Special constant to enable clipping to an overall display along the vertical dimension.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "GRAVITY_END",
                    "deprecated": false,
                    "description": "<p>Push object to x-axis position at the end of its container, not changing its size.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "GRAVITY_FILL",
                    "deprecated": false,
                    "description": "<p>Grow the horizontal and vertical size of the object if needed so it completely fills its container.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "GRAVITY_FILL_HORIZONTAL",
                    "deprecated": false,
                    "description": "<p>Grow the horizontal size of the object if needed so it completely fills its container.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "GRAVITY_FILL_VERTICAL",
                    "deprecated": false,
                    "description": "<p>Grow the vertical size of the object if needed so it completely fills its container.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "GRAVITY_HORIZONTAL_GRAVITY_MASK",
                    "deprecated": false,
                    "description": "<p>Binary mask to get the absolute horizontal gravity of a gravity.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "GRAVITY_LEFT",
                    "deprecated": false,
                    "description": "<p>Push object to the left of its container, not changing its size.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "GRAVITY_NO_GRAVITY",
                    "deprecated": false,
                    "description": "<p>Constant indicating that no gravity has been set</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "GRAVITY_RELATIVE_HORIZONTAL_GRAVITY_MASK",
                    "deprecated": false,
                    "description": "<p>Binary mask for the horizontal gravity and script specific direction bit.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "GRAVITY_RELATIVE_LAYOUT_DIRECTION",
                    "deprecated": false,
                    "description": "<p>Raw bit controlling whether the layout direction is relative or not (GRAVITY_START/GRAVITY_END instead of absolute GRAVITY_LEFT/GRAVITY_RIGHT).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "GRAVITY_RIGHT",
                    "deprecated": false,
                    "description": "<p>Push object to the right of its container, not changing its size.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "GRAVITY_START",
                    "deprecated": false,
                    "description": "<p>Push object to x-axis position at the start of its container, not changing its size.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "GRAVITY_TOP",
                    "deprecated": false,
                    "description": "<p>Push object to the top of its container, not changing its size.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "GRAVITY_VERTICAL_GRAVITY_MASK",
                    "deprecated": false,
                    "description": "<p>Binary mask to get the vertical gravity of a gravity.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "LINKIFY_ALL",
                    "deprecated": true,
                    "description": "<p>Converts all detectable types of data into clickable links. <strong>Removed in 9.0.0. Use <a href=\"Titanium.UI.AUTOLINK_ALL\">Titanium.UI.AUTOLINK_ALL</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "LINKIFY_EMAIL_ADDRESSES",
                    "deprecated": true,
                    "description": "<p>Converts strings formatted as email addresses into clickable links. <strong>Removed in 9.0.0. Use <a href=\"Titanium.UI.AUTOLINK_EMAIL_ADDRESSES\">Titanium.UI.AUTOLINK_EMAIL_ADDRESSES</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "LINKIFY_MAP_ADDRESSES",
                    "deprecated": true,
                    "description": "<p>Converts strings formatted as addresses into clickable links. <strong>Removed in 9.0.0. Use <a href=\"Titanium.UI.AUTOLINK_MAP_ADDRESSES\">Titanium.UI.AUTOLINK_MAP_ADDRESSES</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "LINKIFY_PHONE_NUMBERS",
                    "deprecated": true,
                    "description": "<p>Converts strings formatted as phone numbers into clickable links. <strong>Removed in 9.0.0. Use <a href=\"Titanium.UI.AUTOLINK_PHONE_NUMBERS\">Titanium.UI.AUTOLINK_PHONE_NUMBERS</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "LINKIFY_WEB_URLS",
                    "deprecated": true,
                    "description": "<p>Converts strings formatted as URLs into clickable links. <strong>Removed in 9.0.0. Use <a href=\"Titanium.UI.AUTOLINK_URLS\">Titanium.UI.AUTOLINK_URLS</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "OVER_SCROLL_ALWAYS",
                    "deprecated": false,
                    "description": "<p>Always allow a user to over-scroll this view, provided it is a view that can scroll.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "OVER_SCROLL_IF_CONTENT_SCROLLS",
                    "deprecated": false,
                    "description": "<p>Allow a user to over-scroll this view only if the content is large enough to meaningfully scroll, provided it is a view that can scroll.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "OVER_SCROLL_NEVER",
                    "deprecated": false,
                    "description": "<p>Never allow a user to over-scroll this view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "PIXEL_FORMAT_A_8",
                    "deprecated": false,
                    "description": "<p>Android A_8 pixel format for <a href=\"Titanium.UI.Window\">Titanium.UI.Window</a>. Selecting the correct pixel format\ncan improve image clarity and performance.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.8.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "PIXEL_FORMAT_LA_88",
                    "deprecated": false,
                    "description": "<p>Android LA_88 pixel format for <a href=\"Titanium.UI.Window\">Titanium.UI.Window</a>. Selecting the correct pixel format\ncan improve image clarity and performance.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.8.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "PIXEL_FORMAT_L_8",
                    "deprecated": false,
                    "description": "<p>Android L_8 pixel format for <a href=\"Titanium.UI.Window\">Titanium.UI.Window</a>. Selecting the correct pixel format\ncan improve image clarity and performance.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.8.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "PIXEL_FORMAT_OPAQUE",
                    "deprecated": false,
                    "description": "<p>Android OPAQUE pixel format for <a href=\"Titanium.UI.Window\">Titanium.UI.Window</a>. Selecting the correct pixel format\ncan improve image clarity and performance.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.8.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "PIXEL_FORMAT_RGBA_4444",
                    "deprecated": false,
                    "description": "<p>Android RGBA_4444 pixel format for <a href=\"Titanium.UI.Window\">Titanium.UI.Window</a>. Selecting the correct pixel format\ncan improve image clarity and performance.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.8.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "PIXEL_FORMAT_RGBA_5551",
                    "deprecated": false,
                    "description": "<p>Android RGBA_5551 pixel format for <a href=\"Titanium.UI.Window\">Titanium.UI.Window</a>. Selecting the correct pixel format\ncan improve image clarity and performance.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.8.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "PIXEL_FORMAT_RGBA_8888",
                    "deprecated": false,
                    "description": "<p>Android RGBA_8888 pixel format for <a href=\"Titanium.UI.Window\">Titanium.UI.Window</a>. Selecting the correct pixel format\ncan improve image clarity and performance.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.8.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "PIXEL_FORMAT_RGBX_8888",
                    "deprecated": false,
                    "description": "<p>Android RGBX_8888 pixel format for <a href=\"Titanium.UI.Window\">Titanium.UI.Window</a>. Selecting the correct pixel format\ncan improve image clarity and performance.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.8.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "PIXEL_FORMAT_RGB_332",
                    "deprecated": false,
                    "description": "<p>Android RGB_332 pixel format for <a href=\"Titanium.UI.Window\">Titanium.UI.Window</a>. Selecting the correct pixel format\ncan improve image clarity and performance.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.8.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "PIXEL_FORMAT_RGB_565",
                    "deprecated": false,
                    "description": "<p>Android RGB_565 pixel format for <a href=\"Titanium.UI.Window\">Titanium.UI.Window</a>. Selecting the correct pixel format\ncan improve image clarity and performance.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.8.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "PIXEL_FORMAT_RGB_888",
                    "deprecated": false,
                    "description": "<p>Android RGB_888 pixel format for <a href=\"Titanium.UI.Window\">Titanium.UI.Window</a>. Selecting the correct pixel format\ncan improve image clarity and performance.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.8.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "PIXEL_FORMAT_TRANSLUCENT",
                    "deprecated": false,
                    "description": "<p>Android TRANSLUCENT pixel format for <a href=\"Titanium.UI.Window\">Titanium.UI.Window</a>. Selecting the correct pixel format\ncan improve image clarity and performance.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.8.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "PIXEL_FORMAT_TRANSPARENT",
                    "deprecated": false,
                    "description": "<p>Android A_8 pixel format for <a href=\"Titanium.UI.Window\">Titanium.UI.Window</a>. Selecting the correct pixel format can\nimprove image clarity and performance.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.8.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "PIXEL_FORMAT_UNKNOWN",
                    "deprecated": false,
                    "description": "<p>Android UNKNOWN pixel format for <a href=\"Titanium.UI.Window\">Titanium.UI.Window</a>. Selecting the correct pixel format\ncan improve image clarity and performance.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.8.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "PROGRESS_INDICATOR_DIALOG",
                    "deprecated": false,
                    "description": "<p>Display <a href=\"Titanium.UI.Android.ProgressIndicator\">Titanium.UI.Android.ProgressIndicator</a> as a modal dialog. (default)</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "PROGRESS_INDICATOR_STATUS_BAR",
                    "deprecated": false,
                    "description": "<p>Display <a href=\"Titanium.UI.Android.ProgressIndicator\">Titanium.UI.Android.ProgressIndicator</a> as a horizontal progress bar in the title of\nthe window.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "PROGRESS_INDICATOR_INDETERMINANT",
                    "deprecated": false,
                    "description": "<p>Used with the <a href=\"Titanium.UI.Android.ProgressIndicator.type\">Titanium.UI.Android.ProgressIndicator.type</a> property to indicate an ongoing\nactivity of indeterminate length. (default)</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "PROGRESS_INDICATOR_DETERMINANT",
                    "deprecated": false,
                    "description": "<p>Used with the <a href=\"Titanium.UI.Android.ProgressIndicator.type\">Titanium.UI.Android.ProgressIndicator.type</a> property to indicate an ongoing\nactivity of determinate length.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "SOFT_INPUT_ADJUST_PAN",
                    "deprecated": false,
                    "description": "<p>Pan the current heavyweight window when the input method (ie software keyboard) is shown, to\nensure that its contents are not obscured.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "SOFT_INPUT_ADJUST_RESIZE",
                    "deprecated": false,
                    "description": "<p>Resize the current heavyweight window when the input method (ie software keyboard) is shown,\nto ensure that its contents are not obscured.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "SOFT_INPUT_ADJUST_UNSPECIFIED",
                    "deprecated": false,
                    "description": "<p>Use the system-default behavior to determine how the soft input area (ie software keyboard)\nis accomodated by the current heavyweight window when it receives focus (default.)</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "SOFT_INPUT_STATE_ALWAYS_HIDDEN",
                    "deprecated": false,
                    "description": "<p>Always hide the soft input area (ie software keyboard) when the current heavyweight window\nreceives focus.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "SOFT_INPUT_STATE_ALWAYS_VISIBLE",
                    "deprecated": false,
                    "description": "<p>Always show the soft input area (ie software keyboard) when the current heavyweight window\nreceives focus.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "SOFT_INPUT_STATE_HIDDEN",
                    "deprecated": false,
                    "description": "<p>Attempt to hide the soft input area (ie software keyboard) when the current heavyweight\nwindow receives focus.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "SOFT_INPUT_STATE_UNSPECIFIED",
                    "deprecated": false,
                    "description": "<p>Use the system-default behavior to determine whether to show the soft input area\n(ie software keyboard) when the current heavyweight window receives focus.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "SOFT_INPUT_STATE_VISIBLE",
                    "deprecated": false,
                    "description": "<p>Attempt to show the soft input area (ie software keyboard) when the current heavyweight\nwindow receives focus.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "SOFT_KEYBOARD_DEFAULT_ON_FOCUS",
                    "deprecated": false,
                    "description": "<p>Use Android default behavior to handle keyboard visibility when a view receives focus.\n(default)</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "SOFT_KEYBOARD_HIDE_ON_FOCUS",
                    "deprecated": false,
                    "description": "<p>Attempt to hide the soft keyboard when a view receives focus. Note: system can override\nrequest.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "SOFT_KEYBOARD_SHOW_ON_FOCUS",
                    "deprecated": false,
                    "description": "<p>Attempt to show the soft keyboard when a view receives focus. Note: system can override\nrequest.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "SWITCH_STYLE_CHECKBOX",
                    "deprecated": false,
                    "description": "<p>Display a checkbox.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "SWITCH_STYLE_TOGGLEBUTTON",
                    "deprecated": false,
                    "description": "<p>Display a toggle button.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "SWITCH_STYLE_SWITCH",
                    "deprecated": false,
                    "description": "<p>Display a switch.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "4.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "WEBVIEW_PLUGINS_OFF",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.WebView.pluginState\">WebView.pluginState</a> to disable plugins in a web view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "WEBVIEW_PLUGINS_ON",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.WebView.pluginState\">WebView.pluginState</a> to enable plugins in a web view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "WEBVIEW_PLUGINS_ON_DEMAND",
                    "deprecated": false,
                    "description": "<p>Display a placeholder and only load plugins when user selects it.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "WEBVIEW_LOAD_DEFAULT",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.WebView.cacheMode\">WebView.cacheMode</a> to override how the cache is used in a web view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "WEBVIEW_LOAD_NO_CACHE",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.WebView.cacheMode\">WebView.cacheMode</a> to override how the cache is used in a web view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "WEBVIEW_LOAD_CACHE_ONLY",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.WebView.cacheMode\">WebView.cacheMode</a> to override how the cache is used in a web view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "WEBVIEW_LOAD_CACHE_ELSE_NETWORK",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.WebView.cacheMode\">WebView.cacheMode</a> to override how the cache is used in a web view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "TRANSITION_EXPLODE",
                    "deprecated": false,
                    "description": "<p>Moves views in or out from the edges of the scene.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "TRANSITION_FADE_IN",
                    "deprecated": false,
                    "description": "<p>Fades in the views.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "TRANSITION_FADE_OUT",
                    "deprecated": false,
                    "description": "<p>Fades out the views.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "TRANSITION_SLIDE_TOP",
                    "deprecated": false,
                    "description": "<p>Moves views to top.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "TRANSITION_SLIDE_RIGHT",
                    "deprecated": false,
                    "description": "<p>Moves views to right.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "TRANSITION_SLIDE_BOTTOM",
                    "deprecated": false,
                    "description": "<p>Moves views to bottom.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "TRANSITION_SLIDE_LEFT",
                    "deprecated": false,
                    "description": "<p>Moves views to left.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "TRANSITION_CHANGE_BOUNDS",
                    "deprecated": false,
                    "description": "<p>Captures layout bounds of target views before and after the scene change and animates those changes during the transition.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "TRANSITION_CHANGE_CLIP_BOUNDS",
                    "deprecated": false,
                    "description": "<p>Captures the clip bounds before and after the scene change and animates those changes during the transition.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "TRANSITION_CHANGE_TRANSFORM",
                    "deprecated": false,
                    "description": "<p>Captures scale and rotation for Views before and after the scene change and animates those changes during the transition.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "TRANSITION_CHANGE_IMAGE_TRANSFORM",
                    "deprecated": false,
                    "description": "<p>Captures an ImageView's matrix before and after the scene change and animates it during the transition.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "TRANSITION_NONE",
                    "deprecated": false,
                    "description": "<p>Resets transition to platform default.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "TABS_STYLE_DEFAULT",
                    "deprecated": false,
                    "description": "<p>The default TabGroup style that places the Tabs bellow the ActionBar and above the Window content.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "TABS_STYLE_BOTTOM_NAVIGATION",
                    "deprecated": false,
                    "description": "<p>TabGroup style taking advantage of a bottom navigation controller for switching between tabs.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "1.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                }
            ]
        },
        {
            "name": "Titanium.UI.Android.CardView",
            "description": "<p>CardView provides a layout container with rounded corners and a shadow indicating the view is elevated.</p>",
            "deprecated": false,
            "events": [
                {
                    "name": "click",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a click against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "dblclick",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a double click against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "doubletap",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a double tap against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "focus",
                    "deprecated": false,
                    "description": "<p>Fired when the view element gains focus.</p>"
                },
                {
                    "name": "keypressed",
                    "deprecated": false,
                    "description": "<p>Fired when a hardware key is pressed in the view.</p>",
                    "properties": [
                        {
                            "name": "keyCode",
                            "constants": [],
                            "description": "<p>The code for the physical key that was pressed. For more details, see <a href=\"https://developer.android.com/reference/android/view/KeyEvent.html\">KeyEvent</a>. This API is experimental and subject to change.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "longclick",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a long click.</p>"
                },
                {
                    "name": "longpress",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a long press.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "pinch",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a pinch gesture.</p>",
                    "properties": [
                        {
                            "name": "scale",
                            "constants": [],
                            "description": "<p>The scale factor relative to the points of the two touches in screen coordinates.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "velocity",
                            "constants": [],
                            "description": "<p>The velocity of the pinch in scale factor per second.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "time",
                            "constants": [],
                            "description": "<p>The event time of the current event being processed.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timeDelta",
                            "constants": [],
                            "description": "<p>The time difference in milliseconds between the previous accepted scaling event and the\ncurrent scaling event.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "currentSpan",
                            "constants": [],
                            "description": "<p>The average distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "currentSpanX",
                            "constants": [],
                            "description": "<p>The average X distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "currentSpanY",
                            "constants": [],
                            "description": "<p>The average Y distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "previousSpan",
                            "constants": [],
                            "description": "<p>The previous average distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "previousSpanX",
                            "constants": [],
                            "description": "<p>The previous average X distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "previousSpanY",
                            "constants": [],
                            "description": "<p>The previous average Y distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "focusX",
                            "constants": [],
                            "description": "<p>The X coordinate of the current gesture's focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "focusY",
                            "constants": [],
                            "description": "<p>The Y coordinate of the current gesture's focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "inProgress",
                            "constants": [],
                            "description": "<p>Returns <code>true</code> if a scale gesture is in progress, <code>false</code> otherwise.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "postlayout",
                    "deprecated": false,
                    "description": "<p>Fired when a layout cycle is finished.</p>"
                },
                {
                    "name": "singletap",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a single tap against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "swipe",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a swipe gesture against the view.</p>",
                    "properties": [
                        {
                            "name": "direction",
                            "constants": [],
                            "description": "<p>Direction of the swipe--either 'left', 'right', 'up', or 'down'.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event's endpoint from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event's endpoint from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchcancel",
                    "deprecated": false,
                    "description": "<p>Fired when a touch event is interrupted by the device.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchend",
                    "deprecated": false,
                    "description": "<p>Fired when a touch event is completed.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Penciland are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchmove",
                    "deprecated": false,
                    "description": "<p>Fired as soon as the device detects movement of a touch.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchstart",
                    "deprecated": false,
                    "description": "<p>Fired as soon as the device detects a touch gesture.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "twofingertap",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a two-finger tap against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                }
            ],
            "examples": [
                {
                    "title": "CardView used in a ScrollView",
                    "code": "<p>The following example creates a CardView used in a ScrollView.</p>\n<pre><code>var win = Ti.UI.createWindow({\n    title: 'Card Demo'\n});\nvar scrollView = Ti.UI.createScrollView({\n    layout: 'vertical'\n});\nfor (var index = 1; index &lt;= 10; index++) {\n    var cardView = Ti.UI.Android.createCardView({\n        layout: 'vertical',\n        padding: '16dp',\n        top: '10dp',\n        left: '10dp',\n        right: '10dp',\n    });\n    cardView.add(Ti.UI.createLabel({\n        text: 'Card ' + index,\n        maxLines: 1,\n        font: {\n            fontSize: '20dp',\n            fontWeight: 'bold'\n        },\n        width: Ti.UI.FILL\n    }));\n    cardView.add(Ti.UI.createLabel({\n        text: 'This is the card view description text.\\nThis is the 2nd line of text.',\n        textAlign: Ti.UI.TEXT_ALIGNMENT_LEFT,\n        width: Ti.UI.FILL\n    }));\n    scrollView.add(cardView);\n}\nwin.add(scrollView);\nwin.open();\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "add",
                    "deprecated": false,
                    "description": "<p>Adds a child to this view's hierarchy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "view",
                            "constants": [],
                            "description": "<p>View to add to this view's hierarchy.</p>\n<p>You may pass an array of views, e.g. <code>view.add([subview1, subview2]</code>.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "animate",
                    "deprecated": false,
                    "description": "<p>Animates this view.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "animation",
                            "constants": [],
                            "description": "<p>Either a dictionary of animation properties or an\n<a href=\"Titanium.UI.Animation\">Animation</a> object.</p>",
                            "type": "Titanium.UI.Animation",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Function to be invoked upon completion of the animation.</p>",
                            "type": "Function",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "finishLayout",
                    "deprecated": true,
                    "description": "<p>Finishes a batch update of the View's layout properties and schedules a layout pass of the\nview tree.\n<strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "hide",
                    "deprecated": false,
                    "description": "<p>Hides this view.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Animation options for Android only. <strong>Since SDK 5.1.0 and used only on Android 5.0+</strong></p>\n<p>Determines whether to enable a circular reveal animation.\nNote that the default here is equivalent to passing in <code>{ animated: false }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "insertAt",
                    "deprecated": false,
                    "description": "<p>Inserts a view at the specified position in the <a href=\"Titanium.UI.View.children\">children</a> array.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Pass an object that specifies the view to insert and optionally at which position (defaults to end)</p>",
                            "type": "ViewPositionOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "remove",
                    "deprecated": false,
                    "description": "<p>Removes a child view from this view's hierarchy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "view",
                            "constants": [],
                            "description": "<p>View to remove from this view's hierarchy.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "removeAllChildren",
                    "deprecated": false,
                    "description": "<p>Removes all child views from this view's hierarchy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "replaceAt",
                    "deprecated": false,
                    "description": "<p>Replaces a view at the specified position in the <a href=\"Titanium.UI.View.children\">children</a> array.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Pass an object with the view to insert and the position of the view to replace. In this case the <code>position</code> property is required.</p>",
                            "type": "ViewPositionOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "show",
                    "deprecated": false,
                    "description": "<p>Makes this view visible.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Animation options for Android only. <strong>Since SDK 5.1.0 and only used on Android 5.0+</strong></p>\n<p>Determines whether to enable a circular reveal animation.\nNote that the default here is equivalent to passing in <code>{ animated: false }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "startLayout",
                    "deprecated": true,
                    "description": "<p>Starts a batch update of this view's layout properties. <strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">Titanium.Proxy.applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "toImage",
                    "deprecated": false,
                    "description": "<p>Returns an image of the rendered view, as a Blob.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Function to be invoked upon completion. If non-null, this method will be performed\nasynchronously. If null, it will be performed immediately.</p>",
                            "type": "Function",
                            "usage": "optional"
                        },
                        {
                            "name": "honorScaleFactor",
                            "constants": [],
                            "description": "<p>Determines whether the image is scaled based on scale factor of main screen. (iOS only)</p>\n<p>When set to true, image is scale factor is honored. When set to false, the image in the\nblob has the same dimensions for retina and non-retina devices.</p>",
                            "type": "Boolean",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Blob",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "updateLayout",
                    "deprecated": true,
                    "description": "<p>Performs a batch update of all supplied layout properties and schedules a layout pass after\nthey have been updated.\n<strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">Titanium.Proxy.applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Layout properties to be updated.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "convertPointToView",
                    "deprecated": false,
                    "description": "<p>Translates a point from this view's coordinate system to another view's coordinate system.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "point",
                            "constants": [],
                            "description": "<p>A point in this view's coordinate system.</p>\n<p>If this argument is missing an <code>x</code> or <code>y</code> property, or the properties can not be\nconverted into numbers, an exception will be raised.</p>",
                            "type": "Point",
                            "usage": "required"
                        },
                        {
                            "name": "destinationView",
                            "constants": [],
                            "description": "<p>View that specifies the destination coordinate system to convert to. If this argument\nis not a view, an exception will be raised.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getViewById",
                    "deprecated": false,
                    "description": "<p>Returns the matching view of a given view ID.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "id",
                            "constants": [],
                            "description": "<p>The ID of the view that should be returned. Use the <code>id</code> property in your views to\nenable it for indexing in this method.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.View",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.CardView.bubbleParent\">Titanium.UI.Android.CardView.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.CardView.bubbleParent\">Titanium.UI.Android.CardView.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.CardView.bubbleParent\">Titanium.UI.Android.CardView.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.CardView.bubbleParent\">Titanium.UI.Android.CardView.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.CardView.apiName\">Titanium.UI.Android.CardView.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.CardView.apiName\">Titanium.UI.Android.CardView.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.CardView.lifecycleContainer\">Titanium.UI.Android.CardView.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.CardView.lifecycleContainer\">Titanium.UI.Android.CardView.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.CardView.lifecycleContainer\">Titanium.UI.Android.CardView.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.CardView.lifecycleContainer\">Titanium.UI.Android.CardView.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityHidden",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.CardView.accessibilityHidden\">Titanium.UI.Android.CardView.accessibilityHidden</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.CardView.accessibilityHidden\">Titanium.UI.Android.CardView.accessibilityHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityHidden",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.CardView.accessibilityHidden\">Titanium.UI.Android.CardView.accessibilityHidden</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.CardView.accessibilityHidden\">Titanium.UI.Android.CardView.accessibilityHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityHidden",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityHint",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.CardView.accessibilityHint\">Titanium.UI.Android.CardView.accessibilityHint</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.CardView.accessibilityHint\">Titanium.UI.Android.CardView.accessibilityHint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityHint",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.CardView.accessibilityHint\">Titanium.UI.Android.CardView.accessibilityHint</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.CardView.accessibilityHint\">Titanium.UI.Android.CardView.accessibilityHint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityHint",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityLabel",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.CardView.accessibilityLabel\">Titanium.UI.Android.CardView.accessibilityLabel</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.CardView.accessibilityLabel\">Titanium.UI.Android.CardView.accessibilityLabel</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityLabel",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.CardView.accessibilityLabel\">Titanium.UI.Android.CardView.accessibilityLabel</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.CardView.accessibilityLabel\">Titanium.UI.Android.CardView.accessibilityLabel</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityLabel",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityValue",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.CardView.accessibilityValue\">Titanium.UI.Android.CardView.accessibilityValue</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.CardView.accessibilityValue\">Titanium.UI.Android.CardView.accessibilityValue</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityValue",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.CardView.accessibilityValue\">Titanium.UI.Android.CardView.accessibilityValue</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.CardView.accessibilityValue\">Titanium.UI.Android.CardView.accessibilityValue</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityValue",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getAnchorPoint",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.CardView.anchorPoint\">Titanium.UI.Android.CardView.anchorPoint</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.CardView.anchorPoint\">Titanium.UI.Android.CardView.anchorPoint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setAnchorPoint",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.CardView.anchorPoint\">Titanium.UI.Android.CardView.anchorPoint</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.CardView.anchorPoint\">Titanium.UI.Android.CardView.anchorPoint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "anchorPoint",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.CardView.backgroundColor\">Titanium.UI.Android.CardView.backgroundColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.CardView.backgroundColor\">Titanium.UI.Android.CardView.backgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.CardView.backgroundColor\">Titanium.UI.Android.CardView.backgroundColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.CardView.backgroundColor\">Titanium.UI.Android.CardView.backgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundDisabledColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.CardView.backgroundDisabledColor\">Titanium.UI.Android.CardView.backgroundDisabledColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.CardView.backgroundDisabledColor\">Titanium.UI.Android.CardView.backgroundDisabledColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundDisabledColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.CardView.backgroundDisabledColor\">Titanium.UI.Android.CardView.backgroundDisabledColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.CardView.backgroundDisabledColor\">Titanium.UI.Android.CardView.backgroundDisabledColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundDisabledColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundDisabledImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.CardView.backgroundDisabledImage\">Titanium.UI.Android.CardView.backgroundDisabledImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.CardView.backgroundDisabledImage\">Titanium.UI.Android.CardView.backgroundDisabledImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundDisabledImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.CardView.backgroundDisabledImage\">Titanium.UI.Android.CardView.backgroundDisabledImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.CardView.backgroundDisabledImage\">Titanium.UI.Android.CardView.backgroundDisabledImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundDisabledImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundFocusedColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.CardView.backgroundFocusedColor\">Titanium.UI.Android.CardView.backgroundFocusedColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.CardView.backgroundFocusedColor\">Titanium.UI.Android.CardView.backgroundFocusedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundFocusedColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.CardView.backgroundFocusedColor\">Titanium.UI.Android.CardView.backgroundFocusedColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.CardView.backgroundFocusedColor\">Titanium.UI.Android.CardView.backgroundFocusedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundFocusedColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundFocusedImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.CardView.backgroundFocusedImage\">Titanium.UI.Android.CardView.backgroundFocusedImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.CardView.backgroundFocusedImage\">Titanium.UI.Android.CardView.backgroundFocusedImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundFocusedImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.CardView.backgroundFocusedImage\">Titanium.UI.Android.CardView.backgroundFocusedImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.CardView.backgroundFocusedImage\">Titanium.UI.Android.CardView.backgroundFocusedImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundFocusedImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundSelectedColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.CardView.backgroundSelectedColor\">Titanium.UI.Android.CardView.backgroundSelectedColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.CardView.backgroundSelectedColor\">Titanium.UI.Android.CardView.backgroundSelectedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundSelectedColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.CardView.backgroundSelectedColor\">Titanium.UI.Android.CardView.backgroundSelectedColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.CardView.backgroundSelectedColor\">Titanium.UI.Android.CardView.backgroundSelectedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundSelectedColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundSelectedImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.CardView.backgroundSelectedImage\">Titanium.UI.Android.CardView.backgroundSelectedImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.CardView.backgroundSelectedImage\">Titanium.UI.Android.CardView.backgroundSelectedImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundSelectedImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.CardView.backgroundSelectedImage\">Titanium.UI.Android.CardView.backgroundSelectedImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.CardView.backgroundSelectedImage\">Titanium.UI.Android.CardView.backgroundSelectedImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundSelectedImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBorderRadius",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.CardView.borderRadius\">Titanium.UI.Android.CardView.borderRadius</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.CardView.borderRadius\">Titanium.UI.Android.CardView.borderRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBorderRadius",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.CardView.borderRadius\">Titanium.UI.Android.CardView.borderRadius</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.CardView.borderRadius\">Titanium.UI.Android.CardView.borderRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderRadius",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBorderWidth",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.CardView.borderWidth\">Titanium.UI.Android.CardView.borderWidth</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.CardView.borderWidth\">Titanium.UI.Android.CardView.borderWidth</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBorderWidth",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.CardView.borderWidth\">Titanium.UI.Android.CardView.borderWidth</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.CardView.borderWidth\">Titanium.UI.Android.CardView.borderWidth</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderWidth",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBottom",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.CardView.bottom\">Titanium.UI.Android.CardView.bottom</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.CardView.bottom\">Titanium.UI.Android.CardView.bottom</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBottom",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.CardView.bottom\">Titanium.UI.Android.CardView.bottom</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.CardView.bottom\">Titanium.UI.Android.CardView.bottom</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bottom",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getCenter",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.CardView.center\">Titanium.UI.Android.CardView.center</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.CardView.center\">Titanium.UI.Android.CardView.center</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setCenter",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.CardView.center\">Titanium.UI.Android.CardView.center</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.CardView.center\">Titanium.UI.Android.CardView.center</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "center",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getChildren",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.CardView.children\">Titanium.UI.Android.CardView.children</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.CardView.children\">Titanium.UI.Android.CardView.children</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getElevation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.CardView.elevation\">Titanium.UI.Android.CardView.elevation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.CardView.elevation\">Titanium.UI.Android.CardView.elevation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setElevation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.CardView.elevation\">Titanium.UI.Android.CardView.elevation</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.CardView.elevation\">Titanium.UI.Android.CardView.elevation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "elevation",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getFocusable",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.CardView.focusable\">Titanium.UI.Android.CardView.focusable</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.CardView.focusable\">Titanium.UI.Android.CardView.focusable</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setFocusable",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.CardView.focusable\">Titanium.UI.Android.CardView.focusable</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.CardView.focusable\">Titanium.UI.Android.CardView.focusable</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "focusable",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getHeight",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.CardView.height\">Titanium.UI.Android.CardView.height</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.CardView.height\">Titanium.UI.Android.CardView.height</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setHeight",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.CardView.height\">Titanium.UI.Android.CardView.height</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.CardView.height\">Titanium.UI.Android.CardView.height</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "height",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getHiddenBehavior",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.CardView.hiddenBehavior\">Titanium.UI.Android.CardView.hiddenBehavior</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.CardView.hiddenBehavior\">Titanium.UI.Android.CardView.hiddenBehavior</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setHiddenBehavior",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.CardView.hiddenBehavior\">Titanium.UI.Android.CardView.hiddenBehavior</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.CardView.hiddenBehavior\">Titanium.UI.Android.CardView.hiddenBehavior</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "hiddenBehavior",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getLeft",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.CardView.left\">Titanium.UI.Android.CardView.left</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.CardView.left\">Titanium.UI.Android.CardView.left</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLeft",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.CardView.left\">Titanium.UI.Android.CardView.left</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.CardView.left\">Titanium.UI.Android.CardView.left</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "left",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getLayout",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.CardView.layout\">Titanium.UI.Android.CardView.layout</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.CardView.layout\">Titanium.UI.Android.CardView.layout</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLayout",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.CardView.layout\">Titanium.UI.Android.CardView.layout</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.CardView.layout\">Titanium.UI.Android.CardView.layout</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "layout",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getOpacity",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.CardView.opacity\">Titanium.UI.Android.CardView.opacity</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.CardView.opacity\">Titanium.UI.Android.CardView.opacity</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setOpacity",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.CardView.opacity\">Titanium.UI.Android.CardView.opacity</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.CardView.opacity\">Titanium.UI.Android.CardView.opacity</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "opacity",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getOverrideCurrentAnimation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.CardView.overrideCurrentAnimation\">Titanium.UI.Android.CardView.overrideCurrentAnimation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.CardView.overrideCurrentAnimation\">Titanium.UI.Android.CardView.overrideCurrentAnimation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setOverrideCurrentAnimation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.CardView.overrideCurrentAnimation\">Titanium.UI.Android.CardView.overrideCurrentAnimation</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.CardView.overrideCurrentAnimation\">Titanium.UI.Android.CardView.overrideCurrentAnimation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "overrideCurrentAnimation",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getRight",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.CardView.right\">Titanium.UI.Android.CardView.right</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.CardView.right\">Titanium.UI.Android.CardView.right</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRight",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.CardView.right\">Titanium.UI.Android.CardView.right</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.CardView.right\">Titanium.UI.Android.CardView.right</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "right",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getRect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.CardView.rect\">Titanium.UI.Android.CardView.rect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.CardView.rect\">Titanium.UI.Android.CardView.rect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "DimensionWithAbsolutes",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getRotation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.CardView.rotation\">Titanium.UI.Android.CardView.rotation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.CardView.rotation\">Titanium.UI.Android.CardView.rotation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRotation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.CardView.rotation\">Titanium.UI.Android.CardView.rotation</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.CardView.rotation\">Titanium.UI.Android.CardView.rotation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rotation",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getRotationX",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.CardView.rotationX\">Titanium.UI.Android.CardView.rotationX</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.CardView.rotationX\">Titanium.UI.Android.CardView.rotationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRotationX",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.CardView.rotationX\">Titanium.UI.Android.CardView.rotationX</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.CardView.rotationX\">Titanium.UI.Android.CardView.rotationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rotationX",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getRotationY",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.CardView.rotationY\">Titanium.UI.Android.CardView.rotationY</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.CardView.rotationY\">Titanium.UI.Android.CardView.rotationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRotationY",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.CardView.rotationY\">Titanium.UI.Android.CardView.rotationY</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.CardView.rotationY\">Titanium.UI.Android.CardView.rotationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rotationY",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getScaleX",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.CardView.scaleX\">Titanium.UI.Android.CardView.scaleX</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.CardView.scaleX\">Titanium.UI.Android.CardView.scaleX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setScaleX",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.CardView.scaleX\">Titanium.UI.Android.CardView.scaleX</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.CardView.scaleX\">Titanium.UI.Android.CardView.scaleX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "scaleX",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getScaleY",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.CardView.scaleY\">Titanium.UI.Android.CardView.scaleY</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.CardView.scaleY\">Titanium.UI.Android.CardView.scaleY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setScaleY",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.CardView.scaleY\">Titanium.UI.Android.CardView.scaleY</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.CardView.scaleY\">Titanium.UI.Android.CardView.scaleY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "scaleY",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getSize",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.CardView.size\">Titanium.UI.Android.CardView.size</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.CardView.size\">Titanium.UI.Android.CardView.size</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Dimension",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getSoftKeyboardOnFocus",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.CardView.softKeyboardOnFocus\">Titanium.UI.Android.CardView.softKeyboardOnFocus</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.CardView.softKeyboardOnFocus\">Titanium.UI.Android.CardView.softKeyboardOnFocus</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setSoftKeyboardOnFocus",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.CardView.softKeyboardOnFocus\">Titanium.UI.Android.CardView.softKeyboardOnFocus</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.CardView.softKeyboardOnFocus\">Titanium.UI.Android.CardView.softKeyboardOnFocus</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "softKeyboardOnFocus",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTop",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.CardView.top\">Titanium.UI.Android.CardView.top</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.CardView.top\">Titanium.UI.Android.CardView.top</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTop",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.CardView.top\">Titanium.UI.Android.CardView.top</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.CardView.top\">Titanium.UI.Android.CardView.top</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "top",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTouchEnabled",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.CardView.touchEnabled\">Titanium.UI.Android.CardView.touchEnabled</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.CardView.touchEnabled\">Titanium.UI.Android.CardView.touchEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTouchEnabled",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.CardView.touchEnabled\">Titanium.UI.Android.CardView.touchEnabled</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.CardView.touchEnabled\">Titanium.UI.Android.CardView.touchEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchEnabled",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTouchFeedback",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.CardView.touchFeedback\">Titanium.UI.Android.CardView.touchFeedback</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.CardView.touchFeedback\">Titanium.UI.Android.CardView.touchFeedback</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTouchFeedback",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.CardView.touchFeedback\">Titanium.UI.Android.CardView.touchFeedback</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.CardView.touchFeedback\">Titanium.UI.Android.CardView.touchFeedback</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchFeedback",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTouchFeedbackColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.CardView.touchFeedbackColor\">Titanium.UI.Android.CardView.touchFeedbackColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.CardView.touchFeedbackColor\">Titanium.UI.Android.CardView.touchFeedbackColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTouchFeedbackColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.CardView.touchFeedbackColor\">Titanium.UI.Android.CardView.touchFeedbackColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.CardView.touchFeedbackColor\">Titanium.UI.Android.CardView.touchFeedbackColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchFeedbackColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTransform",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.CardView.transform\">Titanium.UI.Android.CardView.transform</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.CardView.transform\">Titanium.UI.Android.CardView.transform</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Matrix2D",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTransform",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.CardView.transform\">Titanium.UI.Android.CardView.transform</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.CardView.transform\">Titanium.UI.Android.CardView.transform</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "transform",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Matrix2D",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTranslationX",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.CardView.translationX\">Titanium.UI.Android.CardView.translationX</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.CardView.translationX\">Titanium.UI.Android.CardView.translationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTranslationX",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.CardView.translationX\">Titanium.UI.Android.CardView.translationX</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.CardView.translationX\">Titanium.UI.Android.CardView.translationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translationX",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTranslationY",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.CardView.translationY\">Titanium.UI.Android.CardView.translationY</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.CardView.translationY\">Titanium.UI.Android.CardView.translationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTranslationY",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.CardView.translationY\">Titanium.UI.Android.CardView.translationY</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.CardView.translationY\">Titanium.UI.Android.CardView.translationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translationY",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTranslationZ",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.CardView.translationZ\">Titanium.UI.Android.CardView.translationZ</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.CardView.translationZ\">Titanium.UI.Android.CardView.translationZ</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTranslationZ",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.CardView.translationZ\">Titanium.UI.Android.CardView.translationZ</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.CardView.translationZ\">Titanium.UI.Android.CardView.translationZ</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translationZ",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTransitionName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.CardView.transitionName\">Titanium.UI.Android.CardView.transitionName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.CardView.transitionName\">Titanium.UI.Android.CardView.transitionName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTransitionName",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.CardView.transitionName\">Titanium.UI.Android.CardView.transitionName</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.CardView.transitionName\">Titanium.UI.Android.CardView.transitionName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "transitionName",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getVisible",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.CardView.visible\">Titanium.UI.Android.CardView.visible</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.CardView.visible\">Titanium.UI.Android.CardView.visible</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setVisible",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.CardView.visible\">Titanium.UI.Android.CardView.visible</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.CardView.visible\">Titanium.UI.Android.CardView.visible</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "visible",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getWidth",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.CardView.width\">Titanium.UI.Android.CardView.width</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.CardView.width\">Titanium.UI.Android.CardView.width</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setWidth",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.CardView.width\">Titanium.UI.Android.CardView.width</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.CardView.width\">Titanium.UI.Android.CardView.width</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "width",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getHorizontalWrap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.CardView.horizontalWrap\">Titanium.UI.Android.CardView.horizontalWrap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.CardView.horizontalWrap\">Titanium.UI.Android.CardView.horizontalWrap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setHorizontalWrap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.CardView.horizontalWrap\">Titanium.UI.Android.CardView.horizontalWrap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.CardView.horizontalWrap\">Titanium.UI.Android.CardView.horizontalWrap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "horizontalWrap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getZIndex",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.CardView.zIndex\">Titanium.UI.Android.CardView.zIndex</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.CardView.zIndex\">Titanium.UI.Android.CardView.zIndex</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setZIndex",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.CardView.zIndex\">Titanium.UI.Android.CardView.zIndex</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.CardView.zIndex\">Titanium.UI.Android.CardView.zIndex</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "zIndex",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getKeepScreenOn",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.CardView.keepScreenOn\">Titanium.UI.Android.CardView.keepScreenOn</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.CardView.keepScreenOn\">Titanium.UI.Android.CardView.keepScreenOn</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setKeepScreenOn",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.CardView.keepScreenOn\">Titanium.UI.Android.CardView.keepScreenOn</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.CardView.keepScreenOn\">Titanium.UI.Android.CardView.keepScreenOn</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "keepScreenOn",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getCardBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.CardView.cardBackgroundColor\">Titanium.UI.Android.CardView.cardBackgroundColor</a> property. <strong>Removed in 6.0.0. Use <a href=\"Titanium.UI.Android.CardView.backgroundColor\">Titanium.UI.Android.CardView.backgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setCardBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.CardView.cardBackgroundColor\">Titanium.UI.Android.CardView.cardBackgroundColor</a> property. <strong>Removed in 6.0.0. Use <a href=\"Titanium.UI.Android.CardView.backgroundColor\">Titanium.UI.Android.CardView.backgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "cardBackgroundColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getCardCornerRadius",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.CardView.cardCornerRadius\">Titanium.UI.Android.CardView.cardCornerRadius</a> property. <strong>Removed in 6.0.0. Use <a href=\"Titanium.UI.Android.CardView.borderRadius\">Titanium.UI.Android.CardView.borderRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setCardCornerRadius",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.CardView.cardCornerRadius\">Titanium.UI.Android.CardView.cardCornerRadius</a> property. <strong>Removed in 6.0.0. Use <a href=\"Titanium.UI.Android.CardView.borderRadius\">Titanium.UI.Android.CardView.borderRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "cardCornerRadius",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getCardElevation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.CardView.cardElevation\">Titanium.UI.Android.CardView.cardElevation</a> property. <strong>Removed in 6.0.0. Use <a href=\"Titanium.UI.Android.CardView.elevation\">Titanium.UI.Android.CardView.elevation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setCardElevation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.CardView.cardElevation\">Titanium.UI.Android.CardView.cardElevation</a> property. <strong>Removed in 6.0.0. Use <a href=\"Titanium.UI.Android.CardView.elevation\">Titanium.UI.Android.CardView.elevation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "cardElevation",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getCardMaxElevation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.CardView.cardMaxElevation\">Titanium.UI.Android.CardView.cardMaxElevation</a> property. <strong>Removed in 6.0.0. Use <a href=\"Titanium.UI.Android.CardView.maxElevation\">Titanium.UI.Android.CardView.maxElevation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setCardMaxElevation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.CardView.cardMaxElevation\">Titanium.UI.Android.CardView.cardMaxElevation</a> property. <strong>Removed in 6.0.0. Use <a href=\"Titanium.UI.Android.CardView.maxElevation\">Titanium.UI.Android.CardView.maxElevation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "cardMaxElevation",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getMaxElevation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.CardView.maxElevation\">Titanium.UI.Android.CardView.maxElevation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.CardView.maxElevation\">Titanium.UI.Android.CardView.maxElevation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setMaxElevation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.CardView.maxElevation\">Titanium.UI.Android.CardView.maxElevation</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.CardView.maxElevation\">Titanium.UI.Android.CardView.maxElevation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "maxElevation",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getCardPreventCornerOverlap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.CardView.cardPreventCornerOverlap\">Titanium.UI.Android.CardView.cardPreventCornerOverlap</a> property. <strong>Removed in 6.0.0. Use <a href=\"Titanium.UI.Android.CardView.preventCornerOverlap\">Titanium.UI.Android.CardView.preventCornerOverlap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setCardPreventCornerOverlap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.CardView.cardPreventCornerOverlap\">Titanium.UI.Android.CardView.cardPreventCornerOverlap</a> property. <strong>Removed in 6.0.0. Use <a href=\"Titanium.UI.Android.CardView.preventCornerOverlap\">Titanium.UI.Android.CardView.preventCornerOverlap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "cardPreventCornerOverlap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getPreventCornerOverlap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.CardView.preventCornerOverlap\">Titanium.UI.Android.CardView.preventCornerOverlap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.CardView.preventCornerOverlap\">Titanium.UI.Android.CardView.preventCornerOverlap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setPreventCornerOverlap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.CardView.preventCornerOverlap\">Titanium.UI.Android.CardView.preventCornerOverlap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.CardView.preventCornerOverlap\">Titanium.UI.Android.CardView.preventCornerOverlap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "preventCornerOverlap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getCardUseCompatPadding",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.CardView.cardUseCompatPadding\">Titanium.UI.Android.CardView.cardUseCompatPadding</a> property. <strong>Removed in 6.0.0. Use <a href=\"Titanium.UI.Android.CardView.useCompatPadding\">Titanium.UI.Android.CardView.useCompatPadding</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setCardUseCompatPadding",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.CardView.cardUseCompatPadding\">Titanium.UI.Android.CardView.cardUseCompatPadding</a> property. <strong>Removed in 6.0.0. Use <a href=\"Titanium.UI.Android.CardView.useCompatPadding\">Titanium.UI.Android.CardView.useCompatPadding</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "cardUseCompatPadding",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getUseCompatPadding",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.CardView.useCompatPadding\">Titanium.UI.Android.CardView.useCompatPadding</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.CardView.useCompatPadding\">Titanium.UI.Android.CardView.useCompatPadding</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setUseCompatPadding",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.CardView.useCompatPadding\">Titanium.UI.Android.CardView.useCompatPadding</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.CardView.useCompatPadding\">Titanium.UI.Android.CardView.useCompatPadding</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "useCompatPadding",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getContentPadding",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.CardView.contentPadding\">Titanium.UI.Android.CardView.contentPadding</a> property. <strong>Removed in 6.0.0. Use <a href=\"Titanium.UI.Android.CardView.padding\">Titanium.UI.Android.CardView.padding</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setContentPadding",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.CardView.contentPadding\">Titanium.UI.Android.CardView.contentPadding</a> property. <strong>Removed in 6.0.0. Use <a href=\"Titanium.UI.Android.CardView.padding\">Titanium.UI.Android.CardView.padding</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "contentPadding",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getPadding",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.CardView.padding\">Titanium.UI.Android.CardView.padding</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.CardView.padding\">Titanium.UI.Android.CardView.padding</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setPadding",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.CardView.padding\">Titanium.UI.Android.CardView.padding</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.CardView.padding\">Titanium.UI.Android.CardView.padding</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "padding",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getContentPaddingBottom",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.CardView.contentPaddingBottom\">Titanium.UI.Android.CardView.contentPaddingBottom</a> property. <strong>Removed in 6.0.0. Use <a href=\"Titanium.UI.Android.CardView.paddingBottom\">Titanium.UI.Android.CardView.paddingBottom</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setContentPaddingBottom",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.CardView.contentPaddingBottom\">Titanium.UI.Android.CardView.contentPaddingBottom</a> property. <strong>Removed in 6.0.0. Use <a href=\"Titanium.UI.Android.CardView.paddingBottom\">Titanium.UI.Android.CardView.paddingBottom</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "contentPaddingBottom",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getPaddingBottom",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.CardView.paddingBottom\">Titanium.UI.Android.CardView.paddingBottom</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.CardView.paddingBottom\">Titanium.UI.Android.CardView.paddingBottom</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setPaddingBottom",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.CardView.paddingBottom\">Titanium.UI.Android.CardView.paddingBottom</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.CardView.paddingBottom\">Titanium.UI.Android.CardView.paddingBottom</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "paddingBottom",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getContentPaddingLeft",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.CardView.contentPaddingLeft\">Titanium.UI.Android.CardView.contentPaddingLeft</a> property. <strong>Removed in 6.0.0. Use <a href=\"Titanium.UI.Android.CardView.paddingLeft\">Titanium.UI.Android.CardView.paddingLeft</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setContentPaddingLeft",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.CardView.contentPaddingLeft\">Titanium.UI.Android.CardView.contentPaddingLeft</a> property. <strong>Removed in 6.0.0. Use <a href=\"Titanium.UI.Android.CardView.paddingLeft\">Titanium.UI.Android.CardView.paddingLeft</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "contentPaddingLeft",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getPaddingLeft",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.CardView.paddingLeft\">Titanium.UI.Android.CardView.paddingLeft</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.CardView.paddingLeft\">Titanium.UI.Android.CardView.paddingLeft</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setPaddingLeft",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.CardView.paddingLeft\">Titanium.UI.Android.CardView.paddingLeft</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.CardView.paddingLeft\">Titanium.UI.Android.CardView.paddingLeft</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "paddingLeft",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getContentPaddingRight",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.CardView.contentPaddingRight\">Titanium.UI.Android.CardView.contentPaddingRight</a> property. <strong>Removed in 6.0.0. Use <a href=\"Titanium.UI.Android.CardView.paddingRight\">Titanium.UI.Android.CardView.paddingRight</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setContentPaddingRight",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.CardView.contentPaddingRight\">Titanium.UI.Android.CardView.contentPaddingRight</a> property. <strong>Removed in 6.0.0. Use <a href=\"Titanium.UI.Android.CardView.paddingRight\">Titanium.UI.Android.CardView.paddingRight</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "contentPaddingRight",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getPaddingRight",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.CardView.paddingRight\">Titanium.UI.Android.CardView.paddingRight</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.CardView.paddingRight\">Titanium.UI.Android.CardView.paddingRight</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setPaddingRight",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.CardView.paddingRight\">Titanium.UI.Android.CardView.paddingRight</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.CardView.paddingRight\">Titanium.UI.Android.CardView.paddingRight</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "paddingRight",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getContentPaddingTop",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.CardView.contentPaddingTop\">Titanium.UI.Android.CardView.contentPaddingTop</a> property. <strong>Removed in 6.0.0. Use <a href=\"Titanium.UI.Android.CardView.paddingTop\">Titanium.UI.Android.CardView.paddingTop</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setContentPaddingTop",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.CardView.contentPaddingTop\">Titanium.UI.Android.CardView.contentPaddingTop</a> property. <strong>Removed in 6.0.0. Use <a href=\"Titanium.UI.Android.CardView.paddingTop\">Titanium.UI.Android.CardView.paddingTop</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "contentPaddingTop",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getPaddingTop",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.CardView.paddingTop\">Titanium.UI.Android.CardView.paddingTop</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.CardView.paddingTop\">Titanium.UI.Android.CardView.paddingTop</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setPaddingTop",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.CardView.paddingTop\">Titanium.UI.Android.CardView.paddingTop</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.CardView.paddingTop\">Titanium.UI.Android.CardView.paddingTop</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "paddingTop",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.UI.View",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "accessibilityHidden",
                    "deprecated": false,
                    "description": "<p>Whether the view should be &quot;hidden&quot; from (i.e., ignored by) the accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "accessibilityHint",
                    "deprecated": false,
                    "description": "<p>Briefly describes what performing an action (such as a click) on the view will do.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "accessibilityLabel",
                    "deprecated": false,
                    "description": "<p>A succint label identifying the view for the device's accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "accessibilityValue",
                    "deprecated": false,
                    "description": "<p>A string describing the value (if any) of the view for the device's accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "anchorPoint",
                    "deprecated": false,
                    "description": "<p>Coordinate of the view about which to pivot an animation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundColor",
                    "deprecated": false,
                    "description": "<p>Background color for CardView as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.2"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundDisabledColor",
                    "deprecated": false,
                    "description": "<p>Disabled background color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundDisabledImage",
                    "deprecated": false,
                    "description": "<p>Disabled background image for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundFocusedColor",
                    "deprecated": false,
                    "description": "<p>Focused background color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundFocusedImage",
                    "deprecated": false,
                    "description": "<p>Focused background image for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundSelectedColor",
                    "deprecated": false,
                    "description": "<p>Selected background color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundSelectedImage",
                    "deprecated": false,
                    "description": "<p>Selected background image url for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "borderRadius",
                    "deprecated": false,
                    "description": "<p>Corner radius for CardView.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.2"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "borderWidth",
                    "deprecated": false,
                    "description": "<p>Border width of the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "bottom",
                    "deprecated": false,
                    "description": "<p>View's bottom position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "center",
                    "deprecated": false,
                    "description": "<p>View's center position, in the parent view's coordinates.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "children",
                    "deprecated": false,
                    "description": "<p>Array of this view's child views.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "elevation",
                    "deprecated": false,
                    "description": "<p>Elevation for CardView.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.2"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "focusable",
                    "deprecated": false,
                    "description": "<p>Whether view should be focusable while navigating with the trackball.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "height",
                    "deprecated": false,
                    "description": "<p>View height, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.FILL",
                        "Titanium.UI.SIZE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "hiddenBehavior",
                    "deprecated": false,
                    "description": "<p>Sets the behavior when hiding an object to release or keep the free space</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.HIDDEN_BEHAVIOR_INVISIBLE",
                        "Titanium.UI.HIDDEN_BEHAVIOR_GONE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "id",
                    "deprecated": false,
                    "description": "<p>View's identifier.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "left",
                    "deprecated": false,
                    "description": "<p>View's left position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "layout",
                    "deprecated": false,
                    "description": "<p>Specifies how the view positions its children.\nOne of: 'composite', 'vertical', or 'horizontal'.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "opacity",
                    "deprecated": false,
                    "description": "<p>Opacity of this view, from 0.0 (transparent) to 1.0 (opaque). Defaults to 1.0 (opaque).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "overrideCurrentAnimation",
                    "deprecated": false,
                    "description": "<p>When on, animate call overrides current animation if applicable.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "right",
                    "deprecated": false,
                    "description": "<p>View's right position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "rect",
                    "deprecated": false,
                    "description": "<p>The bounding box of the view relative to its parent, in system units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "DimensionWithAbsolutes",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "rotation",
                    "deprecated": false,
                    "description": "<p>Clockwise 2D rotation of the view in degrees.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "rotationX",
                    "deprecated": false,
                    "description": "<p>Clockwise rotation of the view in degrees (x-axis).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "rotationY",
                    "deprecated": false,
                    "description": "<p>Clockwise rotation of the view in degrees (y-axis).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "scaleX",
                    "deprecated": false,
                    "description": "<p>Scaling of the view in x-axis in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "scaleY",
                    "deprecated": false,
                    "description": "<p>Scaling of the view in y-axis in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "size",
                    "deprecated": false,
                    "description": "<p>The size of the view in system units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Dimension",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "softKeyboardOnFocus",
                    "deprecated": false,
                    "description": "<p>Determines keyboard behavior when this view is focused. Defaults to <a href=\"Titanium.UI.Android.SOFT_KEYBOARD_DEFAULT_ON_FOCUS\">Titanium.UI.Android.SOFT_KEYBOARD_DEFAULT_ON_FOCUS</a>.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.Android.SOFT_KEYBOARD_DEFAULT_ON_FOCUS",
                        "Titanium.UI.Android.SOFT_KEYBOARD_HIDE_ON_FOCUS",
                        "Titanium.UI.Android.SOFT_KEYBOARD_SHOW_ON_FOCUS"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "top",
                    "deprecated": false,
                    "description": "<p>The view's top position.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "touchEnabled",
                    "deprecated": false,
                    "description": "<p>Determines whether view should receive touch events.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "touchFeedback",
                    "deprecated": false,
                    "description": "<p>A material design visual construct that provides an instantaneous visual confirmation of touch point.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "touchFeedbackColor",
                    "deprecated": false,
                    "description": "<p>Optional touch feedback ripple color. This has no effect unless <code>touchFeedback</code> is true.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "transform",
                    "deprecated": false,
                    "description": "<p>Transformation matrix to apply to the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Titanium.UI.Matrix2D",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "translationX",
                    "deprecated": false,
                    "description": "<p>Horizontal location of the view relative to its left position in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "translationY",
                    "deprecated": false,
                    "description": "<p>Vertical location of the view relative to its top position in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "translationZ",
                    "deprecated": false,
                    "description": "<p>Depth of the view relative to its elevation in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "transitionName",
                    "deprecated": false,
                    "description": "<p>A name to identify this view in activity transition.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "visible",
                    "deprecated": false,
                    "description": "<p>Determines whether the view is visible.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "width",
                    "deprecated": false,
                    "description": "<p>View's width, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.FILL",
                        "Titanium.UI.SIZE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "horizontalWrap",
                    "deprecated": false,
                    "description": "<p>Determines whether the layout has wrapping behavior.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "zIndex",
                    "deprecated": false,
                    "description": "<p>Z-index stack order position, relative to other sibling views.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "keepScreenOn",
                    "deprecated": false,
                    "description": "<p>Determines whether to keep the device screen on.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "cardBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Background color for CardView as a color name or hex triplet. <strong>Removed in 6.0.0. Use <a href=\"Titanium.UI.Android.CardView.backgroundColor\">Titanium.UI.Android.CardView.backgroundColor</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "cardCornerRadius",
                    "deprecated": true,
                    "description": "<p>Corner radius for CardView. <strong>Removed in 6.0.0. Use <a href=\"Titanium.UI.Android.CardView.borderRadius\">Titanium.UI.Android.CardView.borderRadius</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "cardElevation",
                    "deprecated": true,
                    "description": "<p>Elevation for CardView. <strong>Removed in 6.0.0. Use <a href=\"Titanium.UI.Android.CardView.elevation\">Titanium.UI.Android.CardView.elevation</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "cardMaxElevation",
                    "deprecated": true,
                    "description": "<p>Maximum Elevation for CardView. <strong>Removed in 6.0.0. Use <a href=\"Titanium.UI.Android.CardView.maxElevation\">Titanium.UI.Android.CardView.maxElevation</a> instead.</strong></p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "maxElevation",
                    "deprecated": false,
                    "description": "<p>Maximum Elevation for CardView.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.2"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "cardPreventCornerOverlap",
                    "deprecated": true,
                    "description": "<p>Add padding to CardView on API level 20 and before to prevent intersections between\nthe Card content and rounded corners.\n<strong>Removed in 6.0.0. Use <a href=\"Titanium.UI.Android.CardView.preventCornerOverlap\">Titanium.UI.Android.CardView.preventCornerOverlap</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "preventCornerOverlap",
                    "deprecated": false,
                    "description": "<p>Add padding to CardView on API level 20 and before to prevent intersections between\nthe Card content and rounded corners.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.2"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "cardUseCompatPadding",
                    "deprecated": true,
                    "description": "<p>Add padding on API level 21 and above to have the same measurements with previous versions. <strong>Removed in 6.0.0. Use <a href=\"Titanium.UI.Android.CardView.useCompatPadding\">Titanium.UI.Android.CardView.useCompatPadding</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "useCompatPadding",
                    "deprecated": false,
                    "description": "<p>Add padding on API level 21 and above to have the same measurements with previous versions.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.2"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "contentPadding",
                    "deprecated": true,
                    "description": "<p>Inner padding between the edges of the Card and children of the CardView. <strong>Removed in 6.0.0. Use <a href=\"Titanium.UI.Android.CardView.padding\">Titanium.UI.Android.CardView.padding</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "padding",
                    "deprecated": false,
                    "description": "<p>Inner padding between the edges of the Card and children of the CardView.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.2"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "contentPaddingBottom",
                    "deprecated": true,
                    "description": "<p>Inner padding between the bottom edge of the Card and children of the CardView. <strong>Removed in 6.0.0. Use <a href=\"Titanium.UI.Android.CardView.paddingBottom\">Titanium.UI.Android.CardView.paddingBottom</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "paddingBottom",
                    "deprecated": false,
                    "description": "<p>Inner padding between the bottom edge of the Card and children of the CardView.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.2"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "contentPaddingLeft",
                    "deprecated": true,
                    "description": "<p>Inner padding between the left edge of the Card and children of the CardView. <strong>Removed in 6.0.0. Use <a href=\"Titanium.UI.Android.CardView.paddingLeft\">Titanium.UI.Android.CardView.paddingLeft</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "paddingLeft",
                    "deprecated": false,
                    "description": "<p>Inner padding between the left edge of the Card and children of the CardView.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.2"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "contentPaddingRight",
                    "deprecated": true,
                    "description": "<p>Inner padding between the right edge of the Card and children of the CardView. <strong>Removed in 6.0.0. Use <a href=\"Titanium.UI.Android.CardView.paddingRight\">Titanium.UI.Android.CardView.paddingRight</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "paddingRight",
                    "deprecated": false,
                    "description": "<p>Inner padding between the right edge of the Card and children of the CardView.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.2"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "contentPaddingTop",
                    "deprecated": true,
                    "description": "<p>Inner padding between the top edge of the Card and children of the CardView. <strong>Removed in 6.0.0. Use <a href=\"Titanium.UI.Android.CardView.paddingTop\">Titanium.UI.Android.CardView.paddingTop</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "paddingTop",
                    "deprecated": false,
                    "description": "<p>Inner padding between the top edge of the Card and children of the CardView.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.1.2"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>Use a CardView to layout content that:</p>\n<ul>\n<li>Comprises multiple data types</li>\n<li>Does not require direct comparison</li>\n<li>Supports variable length content or displays more than three lines of text</li>\n<li>Contains rich content or interactive elements, such as comments or a favorite button</li>\n</ul>\n<p>If you are displaying a collection of the same type in a uniform layout without many actions,\nuse a <a href=\"Titanium.UI.ListView\">ListView</a> or <a href=\"Titanium.UI.TableView\">TableView</a> instead.</p>\n<p>For design guidelines, see\n<a href=\"http://www.google.com/design/spec/components/cards.html\">Google Design Guidelines: Cards</a></p>\n<p>CardView does not support <a href=\"Titanium.UI.View.backgroundImage\">Titanium.UI.View.backgroundImage</a>, <a href=\"Titanium.UI.View.borderColor\">Titanium.UI.View.borderColor</a>, or <a href=\"Titanium.UI.View.backgroundGradient\">Titanium.UI.View.backgroundGradient</a>.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "5.1.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                }
            ]
        },
        {
            "name": "Titanium.UI.Android.DrawerLayout",
            "description": "<p>A panel that displays the app's main navigation options on the left edge of the screen.</p>",
            "deprecated": false,
            "events": [
                {
                    "name": "click",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a click against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "dblclick",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a double click against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "doubletap",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a double tap against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "focus",
                    "deprecated": false,
                    "description": "<p>Fired when the view element gains focus.</p>"
                },
                {
                    "name": "keypressed",
                    "deprecated": false,
                    "description": "<p>Fired when a hardware key is pressed in the view.</p>",
                    "properties": [
                        {
                            "name": "keyCode",
                            "constants": [],
                            "description": "<p>The code for the physical key that was pressed. For more details, see <a href=\"https://developer.android.com/reference/android/view/KeyEvent.html\">KeyEvent</a>. This API is experimental and subject to change.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "longclick",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a long click.</p>"
                },
                {
                    "name": "longpress",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a long press.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "pinch",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a pinch gesture.</p>",
                    "properties": [
                        {
                            "name": "scale",
                            "constants": [],
                            "description": "<p>The scale factor relative to the points of the two touches in screen coordinates.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "velocity",
                            "constants": [],
                            "description": "<p>The velocity of the pinch in scale factor per second.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "time",
                            "constants": [],
                            "description": "<p>The event time of the current event being processed.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timeDelta",
                            "constants": [],
                            "description": "<p>The time difference in milliseconds between the previous accepted scaling event and the\ncurrent scaling event.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "currentSpan",
                            "constants": [],
                            "description": "<p>The average distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "currentSpanX",
                            "constants": [],
                            "description": "<p>The average X distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "currentSpanY",
                            "constants": [],
                            "description": "<p>The average Y distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "previousSpan",
                            "constants": [],
                            "description": "<p>The previous average distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "previousSpanX",
                            "constants": [],
                            "description": "<p>The previous average X distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "previousSpanY",
                            "constants": [],
                            "description": "<p>The previous average Y distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "focusX",
                            "constants": [],
                            "description": "<p>The X coordinate of the current gesture's focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "focusY",
                            "constants": [],
                            "description": "<p>The Y coordinate of the current gesture's focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "inProgress",
                            "constants": [],
                            "description": "<p>Returns <code>true</code> if a scale gesture is in progress, <code>false</code> otherwise.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "postlayout",
                    "deprecated": false,
                    "description": "<p>Fired when a layout cycle is finished.</p>"
                },
                {
                    "name": "singletap",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a single tap against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "swipe",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a swipe gesture against the view.</p>",
                    "properties": [
                        {
                            "name": "direction",
                            "constants": [],
                            "description": "<p>Direction of the swipe--either 'left', 'right', 'up', or 'down'.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event's endpoint from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event's endpoint from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchcancel",
                    "deprecated": false,
                    "description": "<p>Fired when a touch event is interrupted by the device.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchend",
                    "deprecated": false,
                    "description": "<p>Fired when a touch event is completed.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Penciland are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchmove",
                    "deprecated": false,
                    "description": "<p>Fired as soon as the device detects movement of a touch.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchstart",
                    "deprecated": false,
                    "description": "<p>Fired as soon as the device detects a touch gesture.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "twofingertap",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a two-finger tap against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "open",
                    "deprecated": false,
                    "description": "<p>Fired when the drawer view is opened.</p>",
                    "properties": [
                        {
                            "name": "drawer",
                            "constants": [],
                            "description": "<p>Contains the drawer frame type. Either <code>left</code> or <code>right</code>.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "close",
                    "deprecated": false,
                    "description": "<p>Fired when the drawer view is closed.</p>",
                    "properties": [
                        {
                            "name": "drawer",
                            "constants": [],
                            "description": "<p>Contains the drawer frame type. Either <code>left</code> or <code>right</code>.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "change",
                    "deprecated": false,
                    "description": "<p>Fired when the motion state of the drawer view changes.</p>",
                    "properties": [
                        {
                            "name": "drawer",
                            "constants": [],
                            "description": "<p>Contains the drawer frame type. Either <code>left</code> or <code>right</code>.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "state",
                            "constants": [],
                            "description": "<p>The current drawer state.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "idle",
                            "constants": [],
                            "description": "<p>Whether or not the drawer is currently idle.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "dragging",
                            "constants": [],
                            "description": "<p>Whether or not the drawer is currently dragging.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "settling",
                            "constants": [],
                            "description": "<p>Whether or not the drawer is currently settling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "slide",
                    "deprecated": false,
                    "description": "<p>Fired when the drawer view changes it's position.</p>",
                    "properties": [
                        {
                            "name": "drawer",
                            "constants": [],
                            "description": "<p>Contains the drawer frame type. Either <code>left</code> or <code>right</code>.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "offset",
                            "constants": [],
                            "description": "<p>The current drawer offset.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                }
            ],
            "examples": [
                {
                    "title": "Simple DrawerLayout",
                    "code": "<p>The following code shows a simple drawer-layout usage.</p>\n<pre><code>var win = Ti.UI.createWindow();\n\nvar leftView = Ti.UI.createView({ backgroundColor:'red' });\nvar centerView = Ti.UI.createView({ backgroundColor:'yellow' });\nvar rightView = Ti.UI.createView({ backgroundColor:'orange' });\n\nvar drawer = Ti.UI.Android.createDrawerLayout({\n    leftView: leftView,\n    centerView: centerView,\n    rightView: rightView\n});\nvar btn = Ti.UI.createButton({ title: 'RIGHT' });\n\nbtn.addEventListener('click', function() {\n    drawer.toggleRight();\n});\n\ncenterView.add(btn);\n\nwin.addEventListener('open', function(){\n    var activity = win.activity,\n        actionBar = activity.actionBar;\n\n    if (actionBar) {\n        actionBar.displayHomeAsUp = true;\n        actionBar.onHomeIconItemSelected = function() {\n            drawer.toggleLeft();\n        };\n    }\n});\n\nwin.add(drawer);\nwin.open();\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "add",
                    "deprecated": false,
                    "description": "<p>Adds a child to this view's hierarchy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "view",
                            "constants": [],
                            "description": "<p>View to add to this view's hierarchy.</p>\n<p>You may pass an array of views, e.g. <code>view.add([subview1, subview2]</code>.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "animate",
                    "deprecated": false,
                    "description": "<p>Animates this view.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "animation",
                            "constants": [],
                            "description": "<p>Either a dictionary of animation properties or an\n<a href=\"Titanium.UI.Animation\">Animation</a> object.</p>",
                            "type": "Titanium.UI.Animation",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Function to be invoked upon completion of the animation.</p>",
                            "type": "Function",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "finishLayout",
                    "deprecated": true,
                    "description": "<p>Finishes a batch update of the View's layout properties and schedules a layout pass of the\nview tree.\n<strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "hide",
                    "deprecated": false,
                    "description": "<p>Hides this view.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Animation options for Android only. <strong>Since SDK 5.1.0 and used only on Android 5.0+</strong></p>\n<p>Determines whether to enable a circular reveal animation.\nNote that the default here is equivalent to passing in <code>{ animated: false }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "insertAt",
                    "deprecated": false,
                    "description": "<p>Inserts a view at the specified position in the <a href=\"Titanium.UI.View.children\">children</a> array.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Pass an object that specifies the view to insert and optionally at which position (defaults to end)</p>",
                            "type": "ViewPositionOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "remove",
                    "deprecated": false,
                    "description": "<p>Removes a child view from this view's hierarchy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "view",
                            "constants": [],
                            "description": "<p>View to remove from this view's hierarchy.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "removeAllChildren",
                    "deprecated": false,
                    "description": "<p>Removes all child views from this view's hierarchy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "replaceAt",
                    "deprecated": false,
                    "description": "<p>Replaces a view at the specified position in the <a href=\"Titanium.UI.View.children\">children</a> array.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Pass an object with the view to insert and the position of the view to replace. In this case the <code>position</code> property is required.</p>",
                            "type": "ViewPositionOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "show",
                    "deprecated": false,
                    "description": "<p>Makes this view visible.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Animation options for Android only. <strong>Since SDK 5.1.0 and only used on Android 5.0+</strong></p>\n<p>Determines whether to enable a circular reveal animation.\nNote that the default here is equivalent to passing in <code>{ animated: false }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "startLayout",
                    "deprecated": true,
                    "description": "<p>Starts a batch update of this view's layout properties. <strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">Titanium.Proxy.applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "toImage",
                    "deprecated": false,
                    "description": "<p>Returns an image of the rendered view, as a Blob.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Function to be invoked upon completion. If non-null, this method will be performed\nasynchronously. If null, it will be performed immediately.</p>",
                            "type": "Function",
                            "usage": "optional"
                        },
                        {
                            "name": "honorScaleFactor",
                            "constants": [],
                            "description": "<p>Determines whether the image is scaled based on scale factor of main screen. (iOS only)</p>\n<p>When set to true, image is scale factor is honored. When set to false, the image in the\nblob has the same dimensions for retina and non-retina devices.</p>",
                            "type": "Boolean",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Blob",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "updateLayout",
                    "deprecated": true,
                    "description": "<p>Performs a batch update of all supplied layout properties and schedules a layout pass after\nthey have been updated.\n<strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">Titanium.Proxy.applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Layout properties to be updated.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "convertPointToView",
                    "deprecated": false,
                    "description": "<p>Translates a point from this view's coordinate system to another view's coordinate system.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "point",
                            "constants": [],
                            "description": "<p>A point in this view's coordinate system.</p>\n<p>If this argument is missing an <code>x</code> or <code>y</code> property, or the properties can not be\nconverted into numbers, an exception will be raised.</p>",
                            "type": "Point",
                            "usage": "required"
                        },
                        {
                            "name": "destinationView",
                            "constants": [],
                            "description": "<p>View that specifies the destination coordinate system to convert to. If this argument\nis not a view, an exception will be raised.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getViewById",
                    "deprecated": false,
                    "description": "<p>Returns the matching view of a given view ID.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "id",
                            "constants": [],
                            "description": "<p>The ID of the view that should be returned. Use the <code>id</code> property in your views to\nenable it for indexing in this method.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.View",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "toggleLeft",
                    "deprecated": false,
                    "description": "<p>Toggle the visibility of the left view.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "openLeft",
                    "deprecated": false,
                    "description": "<p>Open the left view.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "closeLeft",
                    "deprecated": false,
                    "description": "<p>Close the left view.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "toggleRight",
                    "deprecated": false,
                    "description": "<p>Toggle the visibility of the right view.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "openRight",
                    "deprecated": false,
                    "description": "<p>Open the right view.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "closeRight",
                    "deprecated": false,
                    "description": "<p>Close the right view.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "interceptTouchEvent",
                    "deprecated": false,
                    "description": "<p>Disallow touch events on a specific view.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "view",
                            "constants": [],
                            "description": "<p>View to intercept touch events.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        },
                        {
                            "name": "disallowIntercept",
                            "constants": [],
                            "description": "<p>Whether to disallow the interception of touch events.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.bubbleParent\">Titanium.UI.Android.DrawerLayout.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.DrawerLayout.bubbleParent\">Titanium.UI.Android.DrawerLayout.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.bubbleParent\">Titanium.UI.Android.DrawerLayout.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.DrawerLayout.bubbleParent\">Titanium.UI.Android.DrawerLayout.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.apiName\">Titanium.UI.Android.DrawerLayout.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.DrawerLayout.apiName\">Titanium.UI.Android.DrawerLayout.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.lifecycleContainer\">Titanium.UI.Android.DrawerLayout.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.DrawerLayout.lifecycleContainer\">Titanium.UI.Android.DrawerLayout.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.lifecycleContainer\">Titanium.UI.Android.DrawerLayout.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.DrawerLayout.lifecycleContainer\">Titanium.UI.Android.DrawerLayout.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityHidden",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.accessibilityHidden\">Titanium.UI.Android.DrawerLayout.accessibilityHidden</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.DrawerLayout.accessibilityHidden\">Titanium.UI.Android.DrawerLayout.accessibilityHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityHidden",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.accessibilityHidden\">Titanium.UI.Android.DrawerLayout.accessibilityHidden</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.DrawerLayout.accessibilityHidden\">Titanium.UI.Android.DrawerLayout.accessibilityHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityHidden",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityHint",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.accessibilityHint\">Titanium.UI.Android.DrawerLayout.accessibilityHint</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.DrawerLayout.accessibilityHint\">Titanium.UI.Android.DrawerLayout.accessibilityHint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityHint",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.accessibilityHint\">Titanium.UI.Android.DrawerLayout.accessibilityHint</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.DrawerLayout.accessibilityHint\">Titanium.UI.Android.DrawerLayout.accessibilityHint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityHint",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityLabel",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.accessibilityLabel\">Titanium.UI.Android.DrawerLayout.accessibilityLabel</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.DrawerLayout.accessibilityLabel\">Titanium.UI.Android.DrawerLayout.accessibilityLabel</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityLabel",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.accessibilityLabel\">Titanium.UI.Android.DrawerLayout.accessibilityLabel</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.DrawerLayout.accessibilityLabel\">Titanium.UI.Android.DrawerLayout.accessibilityLabel</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityLabel",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityValue",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.accessibilityValue\">Titanium.UI.Android.DrawerLayout.accessibilityValue</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.DrawerLayout.accessibilityValue\">Titanium.UI.Android.DrawerLayout.accessibilityValue</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityValue",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.accessibilityValue\">Titanium.UI.Android.DrawerLayout.accessibilityValue</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.DrawerLayout.accessibilityValue\">Titanium.UI.Android.DrawerLayout.accessibilityValue</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityValue",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getAnchorPoint",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.anchorPoint\">Titanium.UI.Android.DrawerLayout.anchorPoint</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.DrawerLayout.anchorPoint\">Titanium.UI.Android.DrawerLayout.anchorPoint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setAnchorPoint",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.anchorPoint\">Titanium.UI.Android.DrawerLayout.anchorPoint</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.DrawerLayout.anchorPoint\">Titanium.UI.Android.DrawerLayout.anchorPoint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "anchorPoint",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.backgroundColor\">Titanium.UI.Android.DrawerLayout.backgroundColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.DrawerLayout.backgroundColor\">Titanium.UI.Android.DrawerLayout.backgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.backgroundColor\">Titanium.UI.Android.DrawerLayout.backgroundColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.DrawerLayout.backgroundColor\">Titanium.UI.Android.DrawerLayout.backgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundDisabledColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.backgroundDisabledColor\">Titanium.UI.Android.DrawerLayout.backgroundDisabledColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.DrawerLayout.backgroundDisabledColor\">Titanium.UI.Android.DrawerLayout.backgroundDisabledColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundDisabledColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.backgroundDisabledColor\">Titanium.UI.Android.DrawerLayout.backgroundDisabledColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.DrawerLayout.backgroundDisabledColor\">Titanium.UI.Android.DrawerLayout.backgroundDisabledColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundDisabledColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundDisabledImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.backgroundDisabledImage\">Titanium.UI.Android.DrawerLayout.backgroundDisabledImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.DrawerLayout.backgroundDisabledImage\">Titanium.UI.Android.DrawerLayout.backgroundDisabledImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundDisabledImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.backgroundDisabledImage\">Titanium.UI.Android.DrawerLayout.backgroundDisabledImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.DrawerLayout.backgroundDisabledImage\">Titanium.UI.Android.DrawerLayout.backgroundDisabledImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundDisabledImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundFocusedColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.backgroundFocusedColor\">Titanium.UI.Android.DrawerLayout.backgroundFocusedColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.DrawerLayout.backgroundFocusedColor\">Titanium.UI.Android.DrawerLayout.backgroundFocusedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundFocusedColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.backgroundFocusedColor\">Titanium.UI.Android.DrawerLayout.backgroundFocusedColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.DrawerLayout.backgroundFocusedColor\">Titanium.UI.Android.DrawerLayout.backgroundFocusedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundFocusedColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundFocusedImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.backgroundFocusedImage\">Titanium.UI.Android.DrawerLayout.backgroundFocusedImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.DrawerLayout.backgroundFocusedImage\">Titanium.UI.Android.DrawerLayout.backgroundFocusedImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundFocusedImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.backgroundFocusedImage\">Titanium.UI.Android.DrawerLayout.backgroundFocusedImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.DrawerLayout.backgroundFocusedImage\">Titanium.UI.Android.DrawerLayout.backgroundFocusedImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundFocusedImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundGradient",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.backgroundGradient\">Titanium.UI.Android.DrawerLayout.backgroundGradient</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.DrawerLayout.backgroundGradient\">Titanium.UI.Android.DrawerLayout.backgroundGradient</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Gradient",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundGradient",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.backgroundGradient\">Titanium.UI.Android.DrawerLayout.backgroundGradient</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.DrawerLayout.backgroundGradient\">Titanium.UI.Android.DrawerLayout.backgroundGradient</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundGradient",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Gradient",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.backgroundImage\">Titanium.UI.Android.DrawerLayout.backgroundImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.DrawerLayout.backgroundImage\">Titanium.UI.Android.DrawerLayout.backgroundImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.backgroundImage\">Titanium.UI.Android.DrawerLayout.backgroundImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.DrawerLayout.backgroundImage\">Titanium.UI.Android.DrawerLayout.backgroundImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundRepeat",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.backgroundRepeat\">Titanium.UI.Android.DrawerLayout.backgroundRepeat</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.DrawerLayout.backgroundRepeat\">Titanium.UI.Android.DrawerLayout.backgroundRepeat</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundRepeat",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.backgroundRepeat\">Titanium.UI.Android.DrawerLayout.backgroundRepeat</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.DrawerLayout.backgroundRepeat\">Titanium.UI.Android.DrawerLayout.backgroundRepeat</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundRepeat",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundSelectedColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.backgroundSelectedColor\">Titanium.UI.Android.DrawerLayout.backgroundSelectedColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.DrawerLayout.backgroundSelectedColor\">Titanium.UI.Android.DrawerLayout.backgroundSelectedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundSelectedColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.backgroundSelectedColor\">Titanium.UI.Android.DrawerLayout.backgroundSelectedColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.DrawerLayout.backgroundSelectedColor\">Titanium.UI.Android.DrawerLayout.backgroundSelectedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundSelectedColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundSelectedImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.backgroundSelectedImage\">Titanium.UI.Android.DrawerLayout.backgroundSelectedImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.DrawerLayout.backgroundSelectedImage\">Titanium.UI.Android.DrawerLayout.backgroundSelectedImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundSelectedImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.backgroundSelectedImage\">Titanium.UI.Android.DrawerLayout.backgroundSelectedImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.DrawerLayout.backgroundSelectedImage\">Titanium.UI.Android.DrawerLayout.backgroundSelectedImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundSelectedImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBorderColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.borderColor\">Titanium.UI.Android.DrawerLayout.borderColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.DrawerLayout.borderColor\">Titanium.UI.Android.DrawerLayout.borderColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBorderColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.borderColor\">Titanium.UI.Android.DrawerLayout.borderColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.DrawerLayout.borderColor\">Titanium.UI.Android.DrawerLayout.borderColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBorderRadius",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.borderRadius\">Titanium.UI.Android.DrawerLayout.borderRadius</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.DrawerLayout.borderRadius\">Titanium.UI.Android.DrawerLayout.borderRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBorderRadius",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.borderRadius\">Titanium.UI.Android.DrawerLayout.borderRadius</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.DrawerLayout.borderRadius\">Titanium.UI.Android.DrawerLayout.borderRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderRadius",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBorderWidth",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.borderWidth\">Titanium.UI.Android.DrawerLayout.borderWidth</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.DrawerLayout.borderWidth\">Titanium.UI.Android.DrawerLayout.borderWidth</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBorderWidth",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.borderWidth\">Titanium.UI.Android.DrawerLayout.borderWidth</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.DrawerLayout.borderWidth\">Titanium.UI.Android.DrawerLayout.borderWidth</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderWidth",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBottom",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.bottom\">Titanium.UI.Android.DrawerLayout.bottom</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.DrawerLayout.bottom\">Titanium.UI.Android.DrawerLayout.bottom</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBottom",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.bottom\">Titanium.UI.Android.DrawerLayout.bottom</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.DrawerLayout.bottom\">Titanium.UI.Android.DrawerLayout.bottom</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bottom",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getCenter",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.center\">Titanium.UI.Android.DrawerLayout.center</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.DrawerLayout.center\">Titanium.UI.Android.DrawerLayout.center</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setCenter",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.center\">Titanium.UI.Android.DrawerLayout.center</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.DrawerLayout.center\">Titanium.UI.Android.DrawerLayout.center</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "center",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getChildren",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.children\">Titanium.UI.Android.DrawerLayout.children</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.DrawerLayout.children\">Titanium.UI.Android.DrawerLayout.children</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getElevation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.elevation\">Titanium.UI.Android.DrawerLayout.elevation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.DrawerLayout.elevation\">Titanium.UI.Android.DrawerLayout.elevation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setElevation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.elevation\">Titanium.UI.Android.DrawerLayout.elevation</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.DrawerLayout.elevation\">Titanium.UI.Android.DrawerLayout.elevation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "elevation",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getFocusable",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.focusable\">Titanium.UI.Android.DrawerLayout.focusable</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.DrawerLayout.focusable\">Titanium.UI.Android.DrawerLayout.focusable</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setFocusable",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.focusable\">Titanium.UI.Android.DrawerLayout.focusable</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.DrawerLayout.focusable\">Titanium.UI.Android.DrawerLayout.focusable</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "focusable",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getHeight",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.height\">Titanium.UI.Android.DrawerLayout.height</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.DrawerLayout.height\">Titanium.UI.Android.DrawerLayout.height</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setHeight",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.height\">Titanium.UI.Android.DrawerLayout.height</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.DrawerLayout.height\">Titanium.UI.Android.DrawerLayout.height</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "height",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getHiddenBehavior",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.hiddenBehavior\">Titanium.UI.Android.DrawerLayout.hiddenBehavior</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.DrawerLayout.hiddenBehavior\">Titanium.UI.Android.DrawerLayout.hiddenBehavior</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setHiddenBehavior",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.hiddenBehavior\">Titanium.UI.Android.DrawerLayout.hiddenBehavior</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.DrawerLayout.hiddenBehavior\">Titanium.UI.Android.DrawerLayout.hiddenBehavior</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "hiddenBehavior",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getLeft",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.left\">Titanium.UI.Android.DrawerLayout.left</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.DrawerLayout.left\">Titanium.UI.Android.DrawerLayout.left</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLeft",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.left\">Titanium.UI.Android.DrawerLayout.left</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.DrawerLayout.left\">Titanium.UI.Android.DrawerLayout.left</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "left",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getLayout",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.layout\">Titanium.UI.Android.DrawerLayout.layout</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.DrawerLayout.layout\">Titanium.UI.Android.DrawerLayout.layout</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLayout",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.layout\">Titanium.UI.Android.DrawerLayout.layout</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.DrawerLayout.layout\">Titanium.UI.Android.DrawerLayout.layout</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "layout",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getOpacity",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.opacity\">Titanium.UI.Android.DrawerLayout.opacity</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.DrawerLayout.opacity\">Titanium.UI.Android.DrawerLayout.opacity</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setOpacity",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.opacity\">Titanium.UI.Android.DrawerLayout.opacity</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.DrawerLayout.opacity\">Titanium.UI.Android.DrawerLayout.opacity</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "opacity",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getOverrideCurrentAnimation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.overrideCurrentAnimation\">Titanium.UI.Android.DrawerLayout.overrideCurrentAnimation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.DrawerLayout.overrideCurrentAnimation\">Titanium.UI.Android.DrawerLayout.overrideCurrentAnimation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setOverrideCurrentAnimation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.overrideCurrentAnimation\">Titanium.UI.Android.DrawerLayout.overrideCurrentAnimation</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.DrawerLayout.overrideCurrentAnimation\">Titanium.UI.Android.DrawerLayout.overrideCurrentAnimation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "overrideCurrentAnimation",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getRight",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.right\">Titanium.UI.Android.DrawerLayout.right</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.DrawerLayout.right\">Titanium.UI.Android.DrawerLayout.right</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRight",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.right\">Titanium.UI.Android.DrawerLayout.right</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.DrawerLayout.right\">Titanium.UI.Android.DrawerLayout.right</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "right",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getRect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.rect\">Titanium.UI.Android.DrawerLayout.rect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.DrawerLayout.rect\">Titanium.UI.Android.DrawerLayout.rect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "DimensionWithAbsolutes",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getRotation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.rotation\">Titanium.UI.Android.DrawerLayout.rotation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.DrawerLayout.rotation\">Titanium.UI.Android.DrawerLayout.rotation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRotation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.rotation\">Titanium.UI.Android.DrawerLayout.rotation</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.DrawerLayout.rotation\">Titanium.UI.Android.DrawerLayout.rotation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rotation",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getRotationX",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.rotationX\">Titanium.UI.Android.DrawerLayout.rotationX</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.DrawerLayout.rotationX\">Titanium.UI.Android.DrawerLayout.rotationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRotationX",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.rotationX\">Titanium.UI.Android.DrawerLayout.rotationX</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.DrawerLayout.rotationX\">Titanium.UI.Android.DrawerLayout.rotationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rotationX",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getRotationY",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.rotationY\">Titanium.UI.Android.DrawerLayout.rotationY</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.DrawerLayout.rotationY\">Titanium.UI.Android.DrawerLayout.rotationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRotationY",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.rotationY\">Titanium.UI.Android.DrawerLayout.rotationY</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.DrawerLayout.rotationY\">Titanium.UI.Android.DrawerLayout.rotationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rotationY",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getScaleX",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.scaleX\">Titanium.UI.Android.DrawerLayout.scaleX</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.DrawerLayout.scaleX\">Titanium.UI.Android.DrawerLayout.scaleX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setScaleX",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.scaleX\">Titanium.UI.Android.DrawerLayout.scaleX</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.DrawerLayout.scaleX\">Titanium.UI.Android.DrawerLayout.scaleX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "scaleX",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getScaleY",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.scaleY\">Titanium.UI.Android.DrawerLayout.scaleY</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.DrawerLayout.scaleY\">Titanium.UI.Android.DrawerLayout.scaleY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setScaleY",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.scaleY\">Titanium.UI.Android.DrawerLayout.scaleY</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.DrawerLayout.scaleY\">Titanium.UI.Android.DrawerLayout.scaleY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "scaleY",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getSize",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.size\">Titanium.UI.Android.DrawerLayout.size</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.DrawerLayout.size\">Titanium.UI.Android.DrawerLayout.size</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Dimension",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getSoftKeyboardOnFocus",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.softKeyboardOnFocus\">Titanium.UI.Android.DrawerLayout.softKeyboardOnFocus</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.DrawerLayout.softKeyboardOnFocus\">Titanium.UI.Android.DrawerLayout.softKeyboardOnFocus</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setSoftKeyboardOnFocus",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.softKeyboardOnFocus\">Titanium.UI.Android.DrawerLayout.softKeyboardOnFocus</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.DrawerLayout.softKeyboardOnFocus\">Titanium.UI.Android.DrawerLayout.softKeyboardOnFocus</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "softKeyboardOnFocus",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTop",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.top\">Titanium.UI.Android.DrawerLayout.top</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.DrawerLayout.top\">Titanium.UI.Android.DrawerLayout.top</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTop",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.top\">Titanium.UI.Android.DrawerLayout.top</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.DrawerLayout.top\">Titanium.UI.Android.DrawerLayout.top</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "top",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTouchEnabled",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.touchEnabled\">Titanium.UI.Android.DrawerLayout.touchEnabled</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.DrawerLayout.touchEnabled\">Titanium.UI.Android.DrawerLayout.touchEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTouchEnabled",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.touchEnabled\">Titanium.UI.Android.DrawerLayout.touchEnabled</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.DrawerLayout.touchEnabled\">Titanium.UI.Android.DrawerLayout.touchEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchEnabled",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTouchFeedback",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.touchFeedback\">Titanium.UI.Android.DrawerLayout.touchFeedback</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.DrawerLayout.touchFeedback\">Titanium.UI.Android.DrawerLayout.touchFeedback</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTouchFeedback",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.touchFeedback\">Titanium.UI.Android.DrawerLayout.touchFeedback</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.DrawerLayout.touchFeedback\">Titanium.UI.Android.DrawerLayout.touchFeedback</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchFeedback",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTouchFeedbackColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.touchFeedbackColor\">Titanium.UI.Android.DrawerLayout.touchFeedbackColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.DrawerLayout.touchFeedbackColor\">Titanium.UI.Android.DrawerLayout.touchFeedbackColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTouchFeedbackColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.touchFeedbackColor\">Titanium.UI.Android.DrawerLayout.touchFeedbackColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.DrawerLayout.touchFeedbackColor\">Titanium.UI.Android.DrawerLayout.touchFeedbackColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchFeedbackColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTransform",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.transform\">Titanium.UI.Android.DrawerLayout.transform</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.DrawerLayout.transform\">Titanium.UI.Android.DrawerLayout.transform</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Matrix2D",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTransform",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.transform\">Titanium.UI.Android.DrawerLayout.transform</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.DrawerLayout.transform\">Titanium.UI.Android.DrawerLayout.transform</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "transform",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Matrix2D",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTranslationX",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.translationX\">Titanium.UI.Android.DrawerLayout.translationX</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.DrawerLayout.translationX\">Titanium.UI.Android.DrawerLayout.translationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTranslationX",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.translationX\">Titanium.UI.Android.DrawerLayout.translationX</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.DrawerLayout.translationX\">Titanium.UI.Android.DrawerLayout.translationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translationX",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTranslationY",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.translationY\">Titanium.UI.Android.DrawerLayout.translationY</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.DrawerLayout.translationY\">Titanium.UI.Android.DrawerLayout.translationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTranslationY",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.translationY\">Titanium.UI.Android.DrawerLayout.translationY</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.DrawerLayout.translationY\">Titanium.UI.Android.DrawerLayout.translationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translationY",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTranslationZ",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.translationZ\">Titanium.UI.Android.DrawerLayout.translationZ</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.DrawerLayout.translationZ\">Titanium.UI.Android.DrawerLayout.translationZ</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTranslationZ",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.translationZ\">Titanium.UI.Android.DrawerLayout.translationZ</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.DrawerLayout.translationZ\">Titanium.UI.Android.DrawerLayout.translationZ</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translationZ",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTransitionName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.transitionName\">Titanium.UI.Android.DrawerLayout.transitionName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.DrawerLayout.transitionName\">Titanium.UI.Android.DrawerLayout.transitionName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTransitionName",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.transitionName\">Titanium.UI.Android.DrawerLayout.transitionName</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.DrawerLayout.transitionName\">Titanium.UI.Android.DrawerLayout.transitionName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "transitionName",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getVisible",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.visible\">Titanium.UI.Android.DrawerLayout.visible</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.DrawerLayout.visible\">Titanium.UI.Android.DrawerLayout.visible</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setVisible",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.visible\">Titanium.UI.Android.DrawerLayout.visible</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.DrawerLayout.visible\">Titanium.UI.Android.DrawerLayout.visible</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "visible",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getWidth",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.width\">Titanium.UI.Android.DrawerLayout.width</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.DrawerLayout.width\">Titanium.UI.Android.DrawerLayout.width</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setWidth",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.width\">Titanium.UI.Android.DrawerLayout.width</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.DrawerLayout.width\">Titanium.UI.Android.DrawerLayout.width</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "width",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getHorizontalWrap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.horizontalWrap\">Titanium.UI.Android.DrawerLayout.horizontalWrap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.DrawerLayout.horizontalWrap\">Titanium.UI.Android.DrawerLayout.horizontalWrap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setHorizontalWrap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.horizontalWrap\">Titanium.UI.Android.DrawerLayout.horizontalWrap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.DrawerLayout.horizontalWrap\">Titanium.UI.Android.DrawerLayout.horizontalWrap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "horizontalWrap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getZIndex",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.zIndex\">Titanium.UI.Android.DrawerLayout.zIndex</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.DrawerLayout.zIndex\">Titanium.UI.Android.DrawerLayout.zIndex</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setZIndex",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.zIndex\">Titanium.UI.Android.DrawerLayout.zIndex</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.DrawerLayout.zIndex\">Titanium.UI.Android.DrawerLayout.zIndex</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "zIndex",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getKeepScreenOn",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.keepScreenOn\">Titanium.UI.Android.DrawerLayout.keepScreenOn</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.DrawerLayout.keepScreenOn\">Titanium.UI.Android.DrawerLayout.keepScreenOn</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setKeepScreenOn",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.keepScreenOn\">Titanium.UI.Android.DrawerLayout.keepScreenOn</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.DrawerLayout.keepScreenOn\">Titanium.UI.Android.DrawerLayout.keepScreenOn</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "keepScreenOn",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getIsLeftOpen",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.isLeftOpen\">Titanium.UI.Android.DrawerLayout.isLeftOpen</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.DrawerLayout.isLeftOpen\">Titanium.UI.Android.DrawerLayout.isLeftOpen</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setIsLeftOpen",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.isLeftOpen\">Titanium.UI.Android.DrawerLayout.isLeftOpen</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.DrawerLayout.isLeftOpen\">Titanium.UI.Android.DrawerLayout.isLeftOpen</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "isLeftOpen",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getIsRightOpen",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.isRightOpen\">Titanium.UI.Android.DrawerLayout.isRightOpen</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.DrawerLayout.isRightOpen\">Titanium.UI.Android.DrawerLayout.isRightOpen</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setIsRightOpen",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.isRightOpen\">Titanium.UI.Android.DrawerLayout.isRightOpen</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.DrawerLayout.isRightOpen\">Titanium.UI.Android.DrawerLayout.isRightOpen</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "isRightOpen",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getIsLeftVisible",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.isLeftVisible\">Titanium.UI.Android.DrawerLayout.isLeftVisible</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.DrawerLayout.isLeftVisible\">Titanium.UI.Android.DrawerLayout.isLeftVisible</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setIsLeftVisible",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.isLeftVisible\">Titanium.UI.Android.DrawerLayout.isLeftVisible</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.DrawerLayout.isLeftVisible\">Titanium.UI.Android.DrawerLayout.isLeftVisible</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "isLeftVisible",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getIsRightVisible",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.isRightVisible\">Titanium.UI.Android.DrawerLayout.isRightVisible</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.DrawerLayout.isRightVisible\">Titanium.UI.Android.DrawerLayout.isRightVisible</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setIsRightVisible",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.isRightVisible\">Titanium.UI.Android.DrawerLayout.isRightVisible</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.DrawerLayout.isRightVisible\">Titanium.UI.Android.DrawerLayout.isRightVisible</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "isRightVisible",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getLeftWidth",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.leftWidth\">Titanium.UI.Android.DrawerLayout.leftWidth</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.DrawerLayout.leftWidth\">Titanium.UI.Android.DrawerLayout.leftWidth</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLeftWidth",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.leftWidth\">Titanium.UI.Android.DrawerLayout.leftWidth</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.DrawerLayout.leftWidth\">Titanium.UI.Android.DrawerLayout.leftWidth</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "leftWidth",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getRightWidth",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.rightWidth\">Titanium.UI.Android.DrawerLayout.rightWidth</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.DrawerLayout.rightWidth\">Titanium.UI.Android.DrawerLayout.rightWidth</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRightWidth",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.rightWidth\">Titanium.UI.Android.DrawerLayout.rightWidth</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.DrawerLayout.rightWidth\">Titanium.UI.Android.DrawerLayout.rightWidth</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rightWidth",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getLeftView",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.leftView\">Titanium.UI.Android.DrawerLayout.leftView</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.DrawerLayout.leftView\">Titanium.UI.Android.DrawerLayout.leftView</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.View",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLeftView",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.leftView\">Titanium.UI.Android.DrawerLayout.leftView</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.DrawerLayout.leftView\">Titanium.UI.Android.DrawerLayout.leftView</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "leftView",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getRightView",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.rightView\">Titanium.UI.Android.DrawerLayout.rightView</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.DrawerLayout.rightView\">Titanium.UI.Android.DrawerLayout.rightView</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.View",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRightView",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.rightView\">Titanium.UI.Android.DrawerLayout.rightView</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.DrawerLayout.rightView\">Titanium.UI.Android.DrawerLayout.rightView</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rightView",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getCenterView",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.centerView\">Titanium.UI.Android.DrawerLayout.centerView</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.DrawerLayout.centerView\">Titanium.UI.Android.DrawerLayout.centerView</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.View",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setCenterView",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.centerView\">Titanium.UI.Android.DrawerLayout.centerView</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.DrawerLayout.centerView\">Titanium.UI.Android.DrawerLayout.centerView</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "centerView",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getDrawerIndicatorEnabled",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.drawerIndicatorEnabled\">Titanium.UI.Android.DrawerLayout.drawerIndicatorEnabled</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.DrawerLayout.drawerIndicatorEnabled\">Titanium.UI.Android.DrawerLayout.drawerIndicatorEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setDrawerIndicatorEnabled",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.drawerIndicatorEnabled\">Titanium.UI.Android.DrawerLayout.drawerIndicatorEnabled</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.DrawerLayout.drawerIndicatorEnabled\">Titanium.UI.Android.DrawerLayout.drawerIndicatorEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "drawerIndicatorEnabled",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getDrawerLockMode",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.drawerLockMode\">Titanium.UI.Android.DrawerLayout.drawerLockMode</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.DrawerLayout.drawerLockMode\">Titanium.UI.Android.DrawerLayout.drawerLockMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setDrawerLockMode",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.drawerLockMode\">Titanium.UI.Android.DrawerLayout.drawerLockMode</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.DrawerLayout.drawerLockMode\">Titanium.UI.Android.DrawerLayout.drawerLockMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "drawerLockMode",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getToolbarEnabled",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.toolbarEnabled\">Titanium.UI.Android.DrawerLayout.toolbarEnabled</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.DrawerLayout.toolbarEnabled\">Titanium.UI.Android.DrawerLayout.toolbarEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setToolbarEnabled",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.toolbarEnabled\">Titanium.UI.Android.DrawerLayout.toolbarEnabled</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.DrawerLayout.toolbarEnabled\">Titanium.UI.Android.DrawerLayout.toolbarEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "toolbarEnabled",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getToolbar",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.toolbar\">Titanium.UI.Android.DrawerLayout.toolbar</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.DrawerLayout.toolbar\">Titanium.UI.Android.DrawerLayout.toolbar</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Toolbar",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setToolbar",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.DrawerLayout.toolbar\">Titanium.UI.Android.DrawerLayout.toolbar</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.DrawerLayout.toolbar\">Titanium.UI.Android.DrawerLayout.toolbar</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "toolbar",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Toolbar",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.UI.View",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "accessibilityHidden",
                    "deprecated": false,
                    "description": "<p>Whether the view should be &quot;hidden&quot; from (i.e., ignored by) the accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "accessibilityHint",
                    "deprecated": false,
                    "description": "<p>Briefly describes what performing an action (such as a click) on the view will do.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "accessibilityLabel",
                    "deprecated": false,
                    "description": "<p>A succint label identifying the view for the device's accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "accessibilityValue",
                    "deprecated": false,
                    "description": "<p>A string describing the value (if any) of the view for the device's accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "anchorPoint",
                    "deprecated": false,
                    "description": "<p>Coordinate of the view about which to pivot an animation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundColor",
                    "deprecated": false,
                    "description": "<p>Background color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundDisabledColor",
                    "deprecated": false,
                    "description": "<p>Disabled background color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundDisabledImage",
                    "deprecated": false,
                    "description": "<p>Disabled background image for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundFocusedColor",
                    "deprecated": false,
                    "description": "<p>Focused background color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundFocusedImage",
                    "deprecated": false,
                    "description": "<p>Focused background image for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundGradient",
                    "deprecated": false,
                    "description": "<p>A background gradient for the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [
                        {
                            "title": "Linear and Radial Gradients",
                            "code": "<p>The following code excerpt creates two views, one with a linear gradient and one with\na radial gradient.</p>\n<pre><code>var win1 = Titanium.UI.createWindow({\n    title:'Tab 1',\n    backgroundColor:'#fff',\n    layout: 'vertical'\n});\n\nvar radialGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'radial',\n        startPoint: { x: 50, y: 50 },\n        endPoint: { x: 50, y: 50 },\n        colors: [ 'red', 'blue'],\n        startRadius: 50,\n        endRadius: 0,\n        backfillStart: true\n    }\n});\nvar linearGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'linear',\n        startPoint: { x: '0%', y: '50%' },\n        endPoint: { x: '100%', y: '50%' },\n        colors: [ { color: 'red', offset: 0.0}, { color: 'blue', offset: 0.25 }, { color: 'red', offset: 1.0 } ],\n    }\n});\nwin1.add(radialGradient);\nwin1.add(linearGradient);\nwin1.open();\n</code></pre>"
                        }
                    ],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Gradient",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundImage",
                    "deprecated": false,
                    "description": "<p>Background image for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundRepeat",
                    "deprecated": false,
                    "description": "<p>Determines whether to tile a background across a view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundSelectedColor",
                    "deprecated": false,
                    "description": "<p>Selected background color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundSelectedImage",
                    "deprecated": false,
                    "description": "<p>Selected background image url for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "borderColor",
                    "deprecated": false,
                    "description": "<p>Border color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "borderRadius",
                    "deprecated": false,
                    "description": "<p>Radius for the rounded corners of the view's border.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "borderWidth",
                    "deprecated": false,
                    "description": "<p>Border width of the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "bottom",
                    "deprecated": false,
                    "description": "<p>View's bottom position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "center",
                    "deprecated": false,
                    "description": "<p>View's center position, in the parent view's coordinates.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "children",
                    "deprecated": false,
                    "description": "<p>Array of this view's child views.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "elevation",
                    "deprecated": false,
                    "description": "<p>Base elevation of the view relative to its parent in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "focusable",
                    "deprecated": false,
                    "description": "<p>Whether view should be focusable while navigating with the trackball.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "height",
                    "deprecated": false,
                    "description": "<p>View height, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.FILL",
                        "Titanium.UI.SIZE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "hiddenBehavior",
                    "deprecated": false,
                    "description": "<p>Sets the behavior when hiding an object to release or keep the free space</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.HIDDEN_BEHAVIOR_INVISIBLE",
                        "Titanium.UI.HIDDEN_BEHAVIOR_GONE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "id",
                    "deprecated": false,
                    "description": "<p>View's identifier.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "left",
                    "deprecated": false,
                    "description": "<p>View's left position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "layout",
                    "deprecated": false,
                    "description": "<p>Specifies how the view positions its children.\nOne of: 'composite', 'vertical', or 'horizontal'.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "opacity",
                    "deprecated": false,
                    "description": "<p>Opacity of this view, from 0.0 (transparent) to 1.0 (opaque). Defaults to 1.0 (opaque).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "overrideCurrentAnimation",
                    "deprecated": false,
                    "description": "<p>When on, animate call overrides current animation if applicable.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "right",
                    "deprecated": false,
                    "description": "<p>View's right position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "rect",
                    "deprecated": false,
                    "description": "<p>The bounding box of the view relative to its parent, in system units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "DimensionWithAbsolutes",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "rotation",
                    "deprecated": false,
                    "description": "<p>Clockwise 2D rotation of the view in degrees.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "rotationX",
                    "deprecated": false,
                    "description": "<p>Clockwise rotation of the view in degrees (x-axis).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "rotationY",
                    "deprecated": false,
                    "description": "<p>Clockwise rotation of the view in degrees (y-axis).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "scaleX",
                    "deprecated": false,
                    "description": "<p>Scaling of the view in x-axis in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "scaleY",
                    "deprecated": false,
                    "description": "<p>Scaling of the view in y-axis in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "size",
                    "deprecated": false,
                    "description": "<p>The size of the view in system units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Dimension",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "softKeyboardOnFocus",
                    "deprecated": false,
                    "description": "<p>Determines keyboard behavior when this view is focused. Defaults to <a href=\"Titanium.UI.Android.SOFT_KEYBOARD_DEFAULT_ON_FOCUS\">Titanium.UI.Android.SOFT_KEYBOARD_DEFAULT_ON_FOCUS</a>.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.Android.SOFT_KEYBOARD_DEFAULT_ON_FOCUS",
                        "Titanium.UI.Android.SOFT_KEYBOARD_HIDE_ON_FOCUS",
                        "Titanium.UI.Android.SOFT_KEYBOARD_SHOW_ON_FOCUS"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "top",
                    "deprecated": false,
                    "description": "<p>The view's top position.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "touchEnabled",
                    "deprecated": false,
                    "description": "<p>Determines whether view should receive touch events.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "touchFeedback",
                    "deprecated": false,
                    "description": "<p>A material design visual construct that provides an instantaneous visual confirmation of touch point.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "touchFeedbackColor",
                    "deprecated": false,
                    "description": "<p>Optional touch feedback ripple color. This has no effect unless <code>touchFeedback</code> is true.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "transform",
                    "deprecated": false,
                    "description": "<p>Transformation matrix to apply to the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Titanium.UI.Matrix2D",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "translationX",
                    "deprecated": false,
                    "description": "<p>Horizontal location of the view relative to its left position in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "translationY",
                    "deprecated": false,
                    "description": "<p>Vertical location of the view relative to its top position in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "translationZ",
                    "deprecated": false,
                    "description": "<p>Depth of the view relative to its elevation in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "transitionName",
                    "deprecated": false,
                    "description": "<p>A name to identify this view in activity transition.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "visible",
                    "deprecated": false,
                    "description": "<p>Determines whether the view is visible.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "width",
                    "deprecated": false,
                    "description": "<p>View's width, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.FILL",
                        "Titanium.UI.SIZE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "horizontalWrap",
                    "deprecated": false,
                    "description": "<p>Determines whether the layout has wrapping behavior.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "zIndex",
                    "deprecated": false,
                    "description": "<p>Z-index stack order position, relative to other sibling views.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "keepScreenOn",
                    "deprecated": false,
                    "description": "<p>Determines whether to keep the device screen on.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "LOCK_MODE_LOCKED_CLOSED",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.Android.DrawerLayout.drawerLockMode\">DrawerLayout.drawerLockMode</a> to specify the drawer is locked closed.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "LOCK_MODE_LOCKED_OPEN",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.Android.DrawerLayout.drawerLockMode\">DrawerLayout.drawerLockMode</a> to specify the drawer is locked opened.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "LOCK_MODE_UNDEFINED",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.Android.DrawerLayout.drawerLockMode\">DrawerLayout.drawerLockMode</a> to specify the drawer is reset to default lock state.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "LOCK_MODE_UNLOCKED",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.Android.DrawerLayout.drawerLockMode\">DrawerLayout.drawerLockMode</a> to specify the drawer is unlocked.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "isLeftOpen",
                    "deprecated": false,
                    "description": "<p>Determine whether the left drawer is open</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "isRightOpen",
                    "deprecated": false,
                    "description": "<p>Determine whether the right drawer is open</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "isLeftVisible",
                    "deprecated": false,
                    "description": "<p>Determine whether the left drawer is visible</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "isRightVisible",
                    "deprecated": false,
                    "description": "<p>Determine whether the right drawer is visible</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "leftWidth",
                    "deprecated": false,
                    "description": "<p>Get or set the width of the left drawer</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "rightWidth",
                    "deprecated": false,
                    "description": "<p>Get or set the width of the right drawer</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "leftView",
                    "deprecated": false,
                    "description": "<p>Get or set the view of the left drawer</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Titanium.UI.View",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "rightView",
                    "deprecated": false,
                    "description": "<p>Get or set the view of the right drawer</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Titanium.UI.View",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "centerView",
                    "deprecated": false,
                    "description": "<p>Get or set the center view</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Titanium.UI.View",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "drawerIndicatorEnabled",
                    "deprecated": false,
                    "description": "<p>Determine the drawer indicator status</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "drawerLockMode",
                    "deprecated": false,
                    "description": "<p>Get or set the drawerLockMode</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.Android.DrawerLayout.LOCK_MODE_LOCKED_CLOSED",
                        "Titanium.UI.Android.DrawerLayout.LOCK_MODE_LOCKED_OPEN",
                        "Titanium.UI.Android.DrawerLayout.LOCK_MODE_UNDEFINED",
                        "Titanium.UI.Android.DrawerLayout.LOCK_MODE_UNLOCKED"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "toolbarEnabled",
                    "deprecated": false,
                    "description": "<p>Determine whether to enable the toolbar.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "toolbar",
                    "deprecated": false,
                    "description": "<p>A Toolbar instance to use as a toolbar.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.1.0"
                        }
                    ],
                    "type": "Titanium.UI.Toolbar",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>DrawerLayout acts as a top-level container for window content that allows for interactive &quot;drawer&quot;\nviews to be pulled out from one or both vertical edges of the window.</p>\n<p>As per the Android Design guide, any drawers positioned to the left/start should always contain\ncontent for navigating around the application, whereas any drawers positioned to the right/end\nshould always contain actions to take on the current content.</p>\n<p>For design guidelines, see\n<a href=\"https://developer.android.com/training/implementing-navigation/nav-drawer.html\">Google Design Guidelines: DrawerLayout</a></p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "6.2.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                }
            ]
        },
        {
            "name": "Titanium.UI.Android.ProgressIndicator",
            "description": "<p>A progress dialog or a horizontal progress bar in the title of the window.</p>",
            "deprecated": false,
            "events": [
                {
                    "name": "cancel",
                    "deprecated": false,
                    "description": "<p>Fired when the user has canceled the progress indicator dialog.</p>"
                }
            ],
            "examples": [
                {
                    "title": "Simple Progress Indicator",
                    "code": "<p>Click the button to show a progress indicator while\nsome code executes and hide it on completion.</p>\n<pre><code>Ti.UI.backgroundColor = 'white';\n\nvar win = Ti.UI.createWindow({\n  backgroundColor: 'blue'\n});\n\nvar button = Ti.UI.createButton({\n  title: 'Show Progress Dialog'\n});\n\nvar progressIndicator = Ti.UI.Android.createProgressIndicator({\n  message: 'Loading...',\n  location: Ti.UI.Android.PROGRESS_INDICATOR_DIALOG,\n  type: Ti.UI.Android.PROGRESS_INDICATOR_DETERMINANT,\n  cancelable: true,\n  min: 0,\n  max: 10\n});\n\nbutton.addEventListener('click', function (e) {\n  progressIndicator.show();\n  var value = 0;\n  setInterval(function(){\n    if (value &gt; 10) {\n        return;\n    }\n    progressIndicator.value = value;\n    value ++;\n  }, 200);\n  // do some work that takes 3 seconds\n  // ie. replace the following setTimeout block with your code\n  setTimeout(function(){\n    progressIndicator.hide();\n  }, 3000);\n});\n\nwin.add(button);\nwin.open();\n</code></pre>"
                },
                {
                    "title": "Alloy XML Markup",
                    "code": "<p>Previous example as an Alloy view-controller.</p>\n<p>index.xml:</p>\n<pre><code>&lt;Alloy&gt;\n    &lt;Window backgroundColor=&quot;blue&quot;&gt;\n        &lt;Button id=&quot;button&quot; onClick=&quot;showIndicator&quot;&gt;Show Progress Dialog&lt;/Button&gt;\n\n        &lt;ProgressIndicator ns=&quot;Ti.UI.Android&quot; platform=&quot;android&quot; id=&quot;progressIndicator&quot;\n         message=&quot;Loading...&quot; min=&quot;0&quot; max=&quot;10&quot; cancelable=&quot;true&quot;\n         location=&quot;Ti.UI.Android.PROGRESS_INDICATOR_DIALOG&quot;\n         type=&quot;Ti.UI.Android.PROGRESS_INDICATOR_DETERMINANT&quot; /&gt;\n    &lt;/Window&gt;\n&lt;/Alloy&gt;\n</code></pre>\n<p>index.js:</p>\n<pre><code>function showIndicator(e) {\n    $.progressIndicator.show();\n    var value = 0;\n    setInterval(function(){\n        if (value &gt; 10) {\n            return;\n        }\n        $.progressIndicator.value = value;\n        value ++;\n    }, 200);\n    // do some work that takes 3 seconds\n    // ie. replace the following setTimeout block with your code\n    setTimeout(function(){\n        $.progressIndicator.hide();\n    }, 3000);\n}\n$.index.open();\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "finishLayout",
                    "deprecated": true,
                    "description": "<p>Finishes a batch update of the View's layout properties and schedules a layout pass of the\nview tree.\n<strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "hide",
                    "deprecated": false,
                    "description": "<p>Hides the progress indicator and stops the animation.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Animation options for Android only. <strong>Since SDK 5.1.0 and used only on Android 5.0+</strong></p>\n<p>Determines whether to enable a circular reveal animation.\nNote that the default here is equivalent to passing in <code>{ animated: false }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "insertAt",
                    "deprecated": false,
                    "description": "<p>Inserts a view at the specified position in the <a href=\"Titanium.UI.View.children\">children</a> array.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Pass an object that specifies the view to insert and optionally at which position (defaults to end)</p>",
                            "type": "ViewPositionOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "replaceAt",
                    "deprecated": false,
                    "description": "<p>Replaces a view at the specified position in the <a href=\"Titanium.UI.View.children\">children</a> array.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Pass an object with the view to insert and the position of the view to replace. In this case the <code>position</code> property is required.</p>",
                            "type": "ViewPositionOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "show",
                    "deprecated": false,
                    "description": "<p>Shows the progress indicator and starts the animation.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Animation options for Android only. <strong>Since SDK 5.1.0 and only used on Android 5.0+</strong></p>\n<p>Determines whether to enable a circular reveal animation.\nNote that the default here is equivalent to passing in <code>{ animated: false }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "startLayout",
                    "deprecated": true,
                    "description": "<p>Starts a batch update of this view's layout properties. <strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">Titanium.Proxy.applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "updateLayout",
                    "deprecated": true,
                    "description": "<p>Performs a batch update of all supplied layout properties and schedules a layout pass after\nthey have been updated.\n<strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">Titanium.Proxy.applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Layout properties to be updated.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getViewById",
                    "deprecated": false,
                    "description": "<p>Returns the matching view of a given view ID.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "id",
                            "constants": [],
                            "description": "<p>The ID of the view that should be returned. Use the <code>id</code> property in your views to\nenable it for indexing in this method.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.View",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.ProgressIndicator.bubbleParent\">Titanium.UI.Android.ProgressIndicator.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.ProgressIndicator.bubbleParent\">Titanium.UI.Android.ProgressIndicator.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.ProgressIndicator.bubbleParent\">Titanium.UI.Android.ProgressIndicator.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.ProgressIndicator.bubbleParent\">Titanium.UI.Android.ProgressIndicator.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.ProgressIndicator.apiName\">Titanium.UI.Android.ProgressIndicator.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.ProgressIndicator.apiName\">Titanium.UI.Android.ProgressIndicator.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.ProgressIndicator.lifecycleContainer\">Titanium.UI.Android.ProgressIndicator.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.ProgressIndicator.lifecycleContainer\">Titanium.UI.Android.ProgressIndicator.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.ProgressIndicator.lifecycleContainer\">Titanium.UI.Android.ProgressIndicator.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.ProgressIndicator.lifecycleContainer\">Titanium.UI.Android.ProgressIndicator.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getElevation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.ProgressIndicator.elevation\">Titanium.UI.Android.ProgressIndicator.elevation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.ProgressIndicator.elevation\">Titanium.UI.Android.ProgressIndicator.elevation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setElevation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.ProgressIndicator.elevation\">Titanium.UI.Android.ProgressIndicator.elevation</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.ProgressIndicator.elevation\">Titanium.UI.Android.ProgressIndicator.elevation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "elevation",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getHiddenBehavior",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.ProgressIndicator.hiddenBehavior\">Titanium.UI.Android.ProgressIndicator.hiddenBehavior</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.ProgressIndicator.hiddenBehavior\">Titanium.UI.Android.ProgressIndicator.hiddenBehavior</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setHiddenBehavior",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.ProgressIndicator.hiddenBehavior\">Titanium.UI.Android.ProgressIndicator.hiddenBehavior</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.ProgressIndicator.hiddenBehavior\">Titanium.UI.Android.ProgressIndicator.hiddenBehavior</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "hiddenBehavior",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getRotation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.ProgressIndicator.rotation\">Titanium.UI.Android.ProgressIndicator.rotation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.ProgressIndicator.rotation\">Titanium.UI.Android.ProgressIndicator.rotation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRotation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.ProgressIndicator.rotation\">Titanium.UI.Android.ProgressIndicator.rotation</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.ProgressIndicator.rotation\">Titanium.UI.Android.ProgressIndicator.rotation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rotation",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getRotationX",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.ProgressIndicator.rotationX\">Titanium.UI.Android.ProgressIndicator.rotationX</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.ProgressIndicator.rotationX\">Titanium.UI.Android.ProgressIndicator.rotationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRotationX",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.ProgressIndicator.rotationX\">Titanium.UI.Android.ProgressIndicator.rotationX</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.ProgressIndicator.rotationX\">Titanium.UI.Android.ProgressIndicator.rotationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rotationX",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getRotationY",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.ProgressIndicator.rotationY\">Titanium.UI.Android.ProgressIndicator.rotationY</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.ProgressIndicator.rotationY\">Titanium.UI.Android.ProgressIndicator.rotationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRotationY",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.ProgressIndicator.rotationY\">Titanium.UI.Android.ProgressIndicator.rotationY</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.ProgressIndicator.rotationY\">Titanium.UI.Android.ProgressIndicator.rotationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rotationY",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getScaleX",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.ProgressIndicator.scaleX\">Titanium.UI.Android.ProgressIndicator.scaleX</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.ProgressIndicator.scaleX\">Titanium.UI.Android.ProgressIndicator.scaleX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setScaleX",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.ProgressIndicator.scaleX\">Titanium.UI.Android.ProgressIndicator.scaleX</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.ProgressIndicator.scaleX\">Titanium.UI.Android.ProgressIndicator.scaleX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "scaleX",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getScaleY",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.ProgressIndicator.scaleY\">Titanium.UI.Android.ProgressIndicator.scaleY</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.ProgressIndicator.scaleY\">Titanium.UI.Android.ProgressIndicator.scaleY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setScaleY",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.ProgressIndicator.scaleY\">Titanium.UI.Android.ProgressIndicator.scaleY</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.ProgressIndicator.scaleY\">Titanium.UI.Android.ProgressIndicator.scaleY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "scaleY",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTouchFeedback",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.ProgressIndicator.touchFeedback\">Titanium.UI.Android.ProgressIndicator.touchFeedback</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.ProgressIndicator.touchFeedback\">Titanium.UI.Android.ProgressIndicator.touchFeedback</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTouchFeedback",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.ProgressIndicator.touchFeedback\">Titanium.UI.Android.ProgressIndicator.touchFeedback</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.ProgressIndicator.touchFeedback\">Titanium.UI.Android.ProgressIndicator.touchFeedback</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchFeedback",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTouchFeedbackColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.ProgressIndicator.touchFeedbackColor\">Titanium.UI.Android.ProgressIndicator.touchFeedbackColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.ProgressIndicator.touchFeedbackColor\">Titanium.UI.Android.ProgressIndicator.touchFeedbackColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTouchFeedbackColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.ProgressIndicator.touchFeedbackColor\">Titanium.UI.Android.ProgressIndicator.touchFeedbackColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.ProgressIndicator.touchFeedbackColor\">Titanium.UI.Android.ProgressIndicator.touchFeedbackColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchFeedbackColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTranslationX",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.ProgressIndicator.translationX\">Titanium.UI.Android.ProgressIndicator.translationX</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.ProgressIndicator.translationX\">Titanium.UI.Android.ProgressIndicator.translationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTranslationX",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.ProgressIndicator.translationX\">Titanium.UI.Android.ProgressIndicator.translationX</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.ProgressIndicator.translationX\">Titanium.UI.Android.ProgressIndicator.translationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translationX",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTranslationY",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.ProgressIndicator.translationY\">Titanium.UI.Android.ProgressIndicator.translationY</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.ProgressIndicator.translationY\">Titanium.UI.Android.ProgressIndicator.translationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTranslationY",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.ProgressIndicator.translationY\">Titanium.UI.Android.ProgressIndicator.translationY</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.ProgressIndicator.translationY\">Titanium.UI.Android.ProgressIndicator.translationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translationY",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTranslationZ",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.ProgressIndicator.translationZ\">Titanium.UI.Android.ProgressIndicator.translationZ</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.ProgressIndicator.translationZ\">Titanium.UI.Android.ProgressIndicator.translationZ</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTranslationZ",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.ProgressIndicator.translationZ\">Titanium.UI.Android.ProgressIndicator.translationZ</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.ProgressIndicator.translationZ\">Titanium.UI.Android.ProgressIndicator.translationZ</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translationZ",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTransitionName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.ProgressIndicator.transitionName\">Titanium.UI.Android.ProgressIndicator.transitionName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.ProgressIndicator.transitionName\">Titanium.UI.Android.ProgressIndicator.transitionName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTransitionName",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.ProgressIndicator.transitionName\">Titanium.UI.Android.ProgressIndicator.transitionName</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.ProgressIndicator.transitionName\">Titanium.UI.Android.ProgressIndicator.transitionName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "transitionName",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getCancelable",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.ProgressIndicator.cancelable\">Titanium.UI.Android.ProgressIndicator.cancelable</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.ProgressIndicator.cancelable\">Titanium.UI.Android.ProgressIndicator.cancelable</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setCancelable",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.ProgressIndicator.cancelable\">Titanium.UI.Android.ProgressIndicator.cancelable</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.ProgressIndicator.cancelable\">Titanium.UI.Android.ProgressIndicator.cancelable</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "cancelable",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getCanceledOnTouchOutside",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.ProgressIndicator.canceledOnTouchOutside\">Titanium.UI.Android.ProgressIndicator.canceledOnTouchOutside</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.ProgressIndicator.canceledOnTouchOutside\">Titanium.UI.Android.ProgressIndicator.canceledOnTouchOutside</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setCanceledOnTouchOutside",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.ProgressIndicator.canceledOnTouchOutside\">Titanium.UI.Android.ProgressIndicator.canceledOnTouchOutside</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.ProgressIndicator.canceledOnTouchOutside\">Titanium.UI.Android.ProgressIndicator.canceledOnTouchOutside</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "canceledOnTouchOutside",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getMessage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.ProgressIndicator.message\">Titanium.UI.Android.ProgressIndicator.message</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.ProgressIndicator.message\">Titanium.UI.Android.ProgressIndicator.message</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setMessage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.ProgressIndicator.message\">Titanium.UI.Android.ProgressIndicator.message</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.ProgressIndicator.message\">Titanium.UI.Android.ProgressIndicator.message</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "message",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getMessageid",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.ProgressIndicator.messageid\">Titanium.UI.Android.ProgressIndicator.messageid</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.ProgressIndicator.messageid\">Titanium.UI.Android.ProgressIndicator.messageid</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setMessageid",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.ProgressIndicator.messageid\">Titanium.UI.Android.ProgressIndicator.messageid</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.ProgressIndicator.messageid\">Titanium.UI.Android.ProgressIndicator.messageid</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "messageid",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getMin",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.ProgressIndicator.min\">Titanium.UI.Android.ProgressIndicator.min</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.ProgressIndicator.min\">Titanium.UI.Android.ProgressIndicator.min</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setMin",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.ProgressIndicator.min\">Titanium.UI.Android.ProgressIndicator.min</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.ProgressIndicator.min\">Titanium.UI.Android.ProgressIndicator.min</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "min",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getMax",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.ProgressIndicator.max\">Titanium.UI.Android.ProgressIndicator.max</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.ProgressIndicator.max\">Titanium.UI.Android.ProgressIndicator.max</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setMax",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.ProgressIndicator.max\">Titanium.UI.Android.ProgressIndicator.max</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.ProgressIndicator.max\">Titanium.UI.Android.ProgressIndicator.max</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "max",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getLocation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.ProgressIndicator.location\">Titanium.UI.Android.ProgressIndicator.location</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.ProgressIndicator.location\">Titanium.UI.Android.ProgressIndicator.location</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLocation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.ProgressIndicator.location\">Titanium.UI.Android.ProgressIndicator.location</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.ProgressIndicator.location\">Titanium.UI.Android.ProgressIndicator.location</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "location",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getType",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.ProgressIndicator.type\">Titanium.UI.Android.ProgressIndicator.type</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.ProgressIndicator.type\">Titanium.UI.Android.ProgressIndicator.type</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setType",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.ProgressIndicator.type\">Titanium.UI.Android.ProgressIndicator.type</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.ProgressIndicator.type\">Titanium.UI.Android.ProgressIndicator.type</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.UI.View",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "elevation",
                    "deprecated": false,
                    "description": "<p>Base elevation of the view relative to its parent in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "hiddenBehavior",
                    "deprecated": false,
                    "description": "<p>Sets the behavior when hiding an object to release or keep the free space</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.HIDDEN_BEHAVIOR_INVISIBLE",
                        "Titanium.UI.HIDDEN_BEHAVIOR_GONE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "id",
                    "deprecated": false,
                    "description": "<p>View's identifier.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "rotation",
                    "deprecated": false,
                    "description": "<p>Clockwise 2D rotation of the view in degrees.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "rotationX",
                    "deprecated": false,
                    "description": "<p>Clockwise rotation of the view in degrees (x-axis).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "rotationY",
                    "deprecated": false,
                    "description": "<p>Clockwise rotation of the view in degrees (y-axis).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "scaleX",
                    "deprecated": false,
                    "description": "<p>Scaling of the view in x-axis in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "scaleY",
                    "deprecated": false,
                    "description": "<p>Scaling of the view in y-axis in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "touchFeedback",
                    "deprecated": false,
                    "description": "<p>A material design visual construct that provides an instantaneous visual confirmation of touch point.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "touchFeedbackColor",
                    "deprecated": false,
                    "description": "<p>Optional touch feedback ripple color. This has no effect unless <code>touchFeedback</code> is true.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "translationX",
                    "deprecated": false,
                    "description": "<p>Horizontal location of the view relative to its left position in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "translationY",
                    "deprecated": false,
                    "description": "<p>Vertical location of the view relative to its top position in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "translationZ",
                    "deprecated": false,
                    "description": "<p>Depth of the view relative to its elevation in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "transitionName",
                    "deprecated": false,
                    "description": "<p>A name to identify this view in activity transition.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.2"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "cancelable",
                    "deprecated": false,
                    "description": "<p>When <code>true</code> allows the user to cancel the progress dialog by pressing the BACK button.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "canceledOnTouchOutside",
                    "deprecated": false,
                    "description": "<p>When <code>cancelable</code> is set to <code>true</code> and this is set to <code>true</code>, the dialog is canceled when touched outside the window's bounds.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "message",
                    "deprecated": false,
                    "description": "<p>Message text.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "messageid",
                    "deprecated": false,
                    "description": "<p>Key identifying a string in the locale file to use for the message text.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "min",
                    "deprecated": false,
                    "description": "<p>Minimum value of the progress bar.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "max",
                    "deprecated": false,
                    "description": "<p>Maximum value of the progress bar.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "location",
                    "deprecated": false,
                    "description": "<p>Location for the progress indicator.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.Android.PROGRESS_INDICATOR_DIALOG",
                        "Titanium.UI.Android.PROGRESS_INDICATOR_STATUS_BAR"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "type",
                    "deprecated": false,
                    "description": "<p>Type for the progress indicator.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.Android.PROGRESS_INDICATOR_INDETERMINANT",
                        "Titanium.UI.Android.PROGRESS_INDICATOR_DETERMINANT"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>A progress indicator can be used to show the progress of an operation in the UI to let the\nuser know that some action is taking place. It is used to indicate an ongoing activity of\ndeterminate or indeterminate length.</p>\n<p>Use the <a href=\"Titanium.UI.Android.createProgressIndicator\">Titanium.UI.Android.createProgressIndicator</a> method or <strong><code>&lt;ProgressIndicator&gt;</code></strong> Alloy\nelement to create a progress indicator.</p>\n<p>A progress indicator can be either a progress dialog or a horizontal progress bar in the title\nof the window. The progress dialog is a modal dialog that blocks the UI. See also:\n<a href=\"Titanium.UI.Android.PROGRESS_INDICATOR_DIALOG\">Titanium.UI.Android.PROGRESS_INDICATOR_DIALOG</a>,\n<a href=\"Titanium.UI.Android.PROGRESS_INDICATOR_STATUS_BAR\">Titanium.UI.Android.PROGRESS_INDICATOR_STATUS_BAR</a>.</p>\n<p>Calling <a href=\"Titanium.UI.Android.ProgressIndicator.show\">Titanium.UI.Android.ProgressIndicator.show</a> displays the indicator,\nand calling <a href=\"Titanium.UI.Android.ProgressIndicator.hide\">Titanium.UI.Android.ProgressIndicator.hide</a> removes it.</p>\n<p>To display a horizontal progress bar in the title of a heavyweight window,\nwait for the window to open before creating the progress bar.\nFor example, in the sample code below, for it to work in the status bar,\ncreate the progress bar inside the event listener, which waits for the open event.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "3.0.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                }
            ]
        },
        {
            "name": "Titanium.UI.Android.SearchView",
            "description": "<p>A specialized text field for entering search text.</p>",
            "deprecated": false,
            "events": [
                {
                    "name": "click",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a click against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "dblclick",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a double click against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "doubletap",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a double tap against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "focus",
                    "deprecated": false,
                    "description": "<p>Fired when the search view gains focus.</p>"
                },
                {
                    "name": "keypressed",
                    "deprecated": false,
                    "description": "<p>Fired when a hardware key is pressed in the view.</p>",
                    "properties": [
                        {
                            "name": "keyCode",
                            "constants": [],
                            "description": "<p>The code for the physical key that was pressed. For more details, see <a href=\"https://developer.android.com/reference/android/view/KeyEvent.html\">KeyEvent</a>. This API is experimental and subject to change.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "longclick",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a long click.</p>"
                },
                {
                    "name": "longpress",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a long press.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "pinch",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a pinch gesture.</p>",
                    "properties": [
                        {
                            "name": "scale",
                            "constants": [],
                            "description": "<p>The scale factor relative to the points of the two touches in screen coordinates.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "velocity",
                            "constants": [],
                            "description": "<p>The velocity of the pinch in scale factor per second.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "time",
                            "constants": [],
                            "description": "<p>The event time of the current event being processed.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timeDelta",
                            "constants": [],
                            "description": "<p>The time difference in milliseconds between the previous accepted scaling event and the\ncurrent scaling event.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "currentSpan",
                            "constants": [],
                            "description": "<p>The average distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "currentSpanX",
                            "constants": [],
                            "description": "<p>The average X distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "currentSpanY",
                            "constants": [],
                            "description": "<p>The average Y distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "previousSpan",
                            "constants": [],
                            "description": "<p>The previous average distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "previousSpanX",
                            "constants": [],
                            "description": "<p>The previous average X distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "previousSpanY",
                            "constants": [],
                            "description": "<p>The previous average Y distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "focusX",
                            "constants": [],
                            "description": "<p>The X coordinate of the current gesture's focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "focusY",
                            "constants": [],
                            "description": "<p>The Y coordinate of the current gesture's focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "inProgress",
                            "constants": [],
                            "description": "<p>Returns <code>true</code> if a scale gesture is in progress, <code>false</code> otherwise.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "postlayout",
                    "deprecated": false,
                    "description": "<p>Fired when a layout cycle is finished.</p>"
                },
                {
                    "name": "singletap",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a single tap against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "swipe",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a swipe gesture against the view.</p>",
                    "properties": [
                        {
                            "name": "direction",
                            "constants": [],
                            "description": "<p>Direction of the swipe--either 'left', 'right', 'up', or 'down'.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event's endpoint from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event's endpoint from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchcancel",
                    "deprecated": false,
                    "description": "<p>Fired when a touch event is interrupted by the device.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchend",
                    "deprecated": false,
                    "description": "<p>Fired when a touch event is completed.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Penciland are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchmove",
                    "deprecated": false,
                    "description": "<p>Fired as soon as the device detects movement of a touch.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchstart",
                    "deprecated": false,
                    "description": "<p>Fired as soon as the device detects a touch gesture.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "twofingertap",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a two-finger tap against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "blur",
                    "deprecated": false,
                    "description": "<p>Fired when the search view loses focus.</p>"
                },
                {
                    "name": "cancel",
                    "deprecated": false,
                    "description": "<p>Fired when the cancel button is pressed.</p>"
                },
                {
                    "name": "change",
                    "deprecated": false,
                    "description": "<p>Fired when the value of the search view changes.</p>"
                },
                {
                    "name": "submit",
                    "deprecated": false,
                    "description": "<p>If the search query is not empty, fired when the search button is clicked on soft keyboard</p>"
                }
            ],
            "examples": [
                {
                    "title": "Search View for Table in Action Bar",
                    "code": "<p>The following example creates a SearchView widget for a TableView\nand displays it as an Action Bar item if the Google API level is 11 or later.\nIf not, it defaults to use the search bar.</p>\n<pre><code>var win = Ti.UI.createWindow({\n    backgroundColor: 'blue',\n    fullscreen: false\n});\n\n// Use action bar search view\nvar search = Ti.UI.Android.createSearchView({\n    hintText: &quot;Table Search&quot;\n});\n\nwin.activity.onCreateOptionsMenu = function(e) {\n    var menu = e.menu;\n    var menuItem = menu.add({\n        title: 'Table Search',\n        actionView : search,\n        icon: (Ti.Android.R.drawable.ic_menu_search ? Ti.Android.R.drawable.ic_menu_search : &quot;my_search.png&quot;),\n        showAsAction: Ti.Android.SHOW_AS_ACTION_IF_ROOM | Ti.Android.SHOW_AS_ACTION_COLLAPSE_ACTION_VIEW\n    });\n};\n\nvar data = [];\ndata.push(Ti.UI.createTableViewRow({title:'Apple'}));\ndata.push(Ti.UI.createTableViewRow({title:'Banana'}));\ndata.push(Ti.UI.createTableViewRow({title:'Orange'}));\ndata.push(Ti.UI.createTableViewRow({title:'Raspberry'}));\n\nvar tableview = Titanium.UI.createTableView({\n    data: data,\n    search: search,\n    searchAsChild: false\n});\n\nwin.add(tableview);\nwin.open();\n</code></pre>"
                },
                {
                    "title": "Alloy XML Markup",
                    "code": "<p>Previous example as an Alloy project.</p>\n<p>index.xml:</p>\n<pre><code>&lt;Alloy&gt;\n    &lt;Window id=&quot;win&quot; backgroundColor=&quot;blue&quot; fullscreen=&quot;false&quot; layout=&quot;vertical&quot;&gt;\n        &lt;TableView id=&quot;tableview&quot; top=&quot;10&quot; searchAsChild=&quot;false&quot;&gt;\n            &lt;TableViewRow title=&quot;Apple&quot; /&gt;\n            &lt;TableViewRow title=&quot;Banana&quot; /&gt;\n            &lt;TableViewRow title=&quot;Orange&quot; /&gt;\n            &lt;TableViewRow title=&quot;Raspberry&quot; /&gt;\n        &lt;/TableView&gt;\n    &lt;/Window&gt;\n&lt;/Alloy&gt;\n</code></pre>\n<p>index.js:</p>\n<pre><code>// use action bar search view\nvar search = Alloy.createController(&quot;searchview&quot;).getView();\n$.tableview.search = search;\n$.win.addEventListener(&quot;open&quot;, function() {\n    $.win.activity.onCreateOptionsMenu = function(e) {\n        e.menu.add({\n            title: &quot;Table Search&quot;,\n            icon: (Ti.Android.R.drawable.ic_menu_search ? Ti.Android.R.drawable.ic_menu_search : &quot;my_search.png&quot;),\n            actionView: search,\n            showAsAction : Ti.Android.SHOW_AS_ACTION_ALWAYS | Ti.Android.SHOW_AS_ACTION_COLLAPSE_ACTION_VIEW\n        });\n    }\n    $.win.activity.invalidateOptionsMenu();\n});\n\n$.win.open();\n</code></pre>\n<p>searchview.xml:</p>\n<pre><code>&lt;Alloy&gt;\n    &lt;SearchView id=&quot;searchView&quot; ns=&quot;Ti.UI.Android&quot; platform=&quot;android&quot; hintText=&quot;Table Search&quot; /&gt;\n&lt;/Alloy&gt;\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "animate",
                    "deprecated": false,
                    "description": "<p>Animates this view.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "animation",
                            "constants": [],
                            "description": "<p>Either a dictionary of animation properties or an\n<a href=\"Titanium.UI.Animation\">Animation</a> object.</p>",
                            "type": "Titanium.UI.Animation",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Function to be invoked upon completion of the animation.</p>",
                            "type": "Function",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "finishLayout",
                    "deprecated": true,
                    "description": "<p>Finishes a batch update of the View's layout properties and schedules a layout pass of the\nview tree.\n<strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "hide",
                    "deprecated": false,
                    "description": "<p>Hides this view.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Animation options for Android only. <strong>Since SDK 5.1.0 and used only on Android 5.0+</strong></p>\n<p>Determines whether to enable a circular reveal animation.\nNote that the default here is equivalent to passing in <code>{ animated: false }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "insertAt",
                    "deprecated": false,
                    "description": "<p>Inserts a view at the specified position in the <a href=\"Titanium.UI.View.children\">children</a> array.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Pass an object that specifies the view to insert and optionally at which position (defaults to end)</p>",
                            "type": "ViewPositionOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "remove",
                    "deprecated": false,
                    "description": "<p>Removes a child view from this view's hierarchy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "view",
                            "constants": [],
                            "description": "<p>View to remove from this view's hierarchy.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "removeAllChildren",
                    "deprecated": false,
                    "description": "<p>Removes all child views from this view's hierarchy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "replaceAt",
                    "deprecated": false,
                    "description": "<p>Replaces a view at the specified position in the <a href=\"Titanium.UI.View.children\">children</a> array.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Pass an object with the view to insert and the position of the view to replace. In this case the <code>position</code> property is required.</p>",
                            "type": "ViewPositionOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "show",
                    "deprecated": false,
                    "description": "<p>Makes this view visible.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Animation options for Android only. <strong>Since SDK 5.1.0 and only used on Android 5.0+</strong></p>\n<p>Determines whether to enable a circular reveal animation.\nNote that the default here is equivalent to passing in <code>{ animated: false }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "startLayout",
                    "deprecated": true,
                    "description": "<p>Starts a batch update of this view's layout properties. <strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">Titanium.Proxy.applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "toImage",
                    "deprecated": false,
                    "description": "<p>Returns an image of the rendered view, as a Blob.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Function to be invoked upon completion. If non-null, this method will be performed\nasynchronously. If null, it will be performed immediately.</p>",
                            "type": "Function",
                            "usage": "optional"
                        },
                        {
                            "name": "honorScaleFactor",
                            "constants": [],
                            "description": "<p>Determines whether the image is scaled based on scale factor of main screen. (iOS only)</p>\n<p>When set to true, image is scale factor is honored. When set to false, the image in the\nblob has the same dimensions for retina and non-retina devices.</p>",
                            "type": "Boolean",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Blob",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "updateLayout",
                    "deprecated": true,
                    "description": "<p>Performs a batch update of all supplied layout properties and schedules a layout pass after\nthey have been updated.\n<strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">Titanium.Proxy.applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Layout properties to be updated.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "convertPointToView",
                    "deprecated": false,
                    "description": "<p>Translates a point from this view's coordinate system to another view's coordinate system.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "point",
                            "constants": [],
                            "description": "<p>A point in this view's coordinate system.</p>\n<p>If this argument is missing an <code>x</code> or <code>y</code> property, or the properties can not be\nconverted into numbers, an exception will be raised.</p>",
                            "type": "Point",
                            "usage": "required"
                        },
                        {
                            "name": "destinationView",
                            "constants": [],
                            "description": "<p>View that specifies the destination coordinate system to convert to. If this argument\nis not a view, an exception will be raised.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getViewById",
                    "deprecated": false,
                    "description": "<p>Returns the matching view of a given view ID.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "id",
                            "constants": [],
                            "description": "<p>The ID of the view that should be returned. Use the <code>id</code> property in your views to\nenable it for indexing in this method.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.View",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "blur",
                    "deprecated": false,
                    "description": "<p>Causes the search view to lose focus.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "focus",
                    "deprecated": false,
                    "description": "<p>Causes the search view to gain focus.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.SearchView.bubbleParent\">Titanium.UI.Android.SearchView.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.SearchView.bubbleParent\">Titanium.UI.Android.SearchView.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.SearchView.bubbleParent\">Titanium.UI.Android.SearchView.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.SearchView.bubbleParent\">Titanium.UI.Android.SearchView.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.SearchView.apiName\">Titanium.UI.Android.SearchView.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.SearchView.apiName\">Titanium.UI.Android.SearchView.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.SearchView.lifecycleContainer\">Titanium.UI.Android.SearchView.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.SearchView.lifecycleContainer\">Titanium.UI.Android.SearchView.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.SearchView.lifecycleContainer\">Titanium.UI.Android.SearchView.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.SearchView.lifecycleContainer\">Titanium.UI.Android.SearchView.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityHidden",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.SearchView.accessibilityHidden\">Titanium.UI.Android.SearchView.accessibilityHidden</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.SearchView.accessibilityHidden\">Titanium.UI.Android.SearchView.accessibilityHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityHidden",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.SearchView.accessibilityHidden\">Titanium.UI.Android.SearchView.accessibilityHidden</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.SearchView.accessibilityHidden\">Titanium.UI.Android.SearchView.accessibilityHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityHidden",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityHint",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.SearchView.accessibilityHint\">Titanium.UI.Android.SearchView.accessibilityHint</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.SearchView.accessibilityHint\">Titanium.UI.Android.SearchView.accessibilityHint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityHint",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.SearchView.accessibilityHint\">Titanium.UI.Android.SearchView.accessibilityHint</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.SearchView.accessibilityHint\">Titanium.UI.Android.SearchView.accessibilityHint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityHint",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityLabel",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.SearchView.accessibilityLabel\">Titanium.UI.Android.SearchView.accessibilityLabel</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.SearchView.accessibilityLabel\">Titanium.UI.Android.SearchView.accessibilityLabel</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityLabel",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.SearchView.accessibilityLabel\">Titanium.UI.Android.SearchView.accessibilityLabel</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.SearchView.accessibilityLabel\">Titanium.UI.Android.SearchView.accessibilityLabel</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityLabel",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityValue",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.SearchView.accessibilityValue\">Titanium.UI.Android.SearchView.accessibilityValue</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.SearchView.accessibilityValue\">Titanium.UI.Android.SearchView.accessibilityValue</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityValue",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.SearchView.accessibilityValue\">Titanium.UI.Android.SearchView.accessibilityValue</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.SearchView.accessibilityValue\">Titanium.UI.Android.SearchView.accessibilityValue</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityValue",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getAnchorPoint",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.SearchView.anchorPoint\">Titanium.UI.Android.SearchView.anchorPoint</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.SearchView.anchorPoint\">Titanium.UI.Android.SearchView.anchorPoint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setAnchorPoint",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.SearchView.anchorPoint\">Titanium.UI.Android.SearchView.anchorPoint</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.SearchView.anchorPoint\">Titanium.UI.Android.SearchView.anchorPoint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "anchorPoint",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.SearchView.backgroundColor\">Titanium.UI.Android.SearchView.backgroundColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.SearchView.backgroundColor\">Titanium.UI.Android.SearchView.backgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.SearchView.backgroundColor\">Titanium.UI.Android.SearchView.backgroundColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.SearchView.backgroundColor\">Titanium.UI.Android.SearchView.backgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundDisabledColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.SearchView.backgroundDisabledColor\">Titanium.UI.Android.SearchView.backgroundDisabledColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.SearchView.backgroundDisabledColor\">Titanium.UI.Android.SearchView.backgroundDisabledColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundDisabledColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.SearchView.backgroundDisabledColor\">Titanium.UI.Android.SearchView.backgroundDisabledColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.SearchView.backgroundDisabledColor\">Titanium.UI.Android.SearchView.backgroundDisabledColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundDisabledColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundDisabledImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.SearchView.backgroundDisabledImage\">Titanium.UI.Android.SearchView.backgroundDisabledImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.SearchView.backgroundDisabledImage\">Titanium.UI.Android.SearchView.backgroundDisabledImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundDisabledImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.SearchView.backgroundDisabledImage\">Titanium.UI.Android.SearchView.backgroundDisabledImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.SearchView.backgroundDisabledImage\">Titanium.UI.Android.SearchView.backgroundDisabledImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundDisabledImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundFocusedColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.SearchView.backgroundFocusedColor\">Titanium.UI.Android.SearchView.backgroundFocusedColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.SearchView.backgroundFocusedColor\">Titanium.UI.Android.SearchView.backgroundFocusedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundFocusedColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.SearchView.backgroundFocusedColor\">Titanium.UI.Android.SearchView.backgroundFocusedColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.SearchView.backgroundFocusedColor\">Titanium.UI.Android.SearchView.backgroundFocusedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundFocusedColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundFocusedImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.SearchView.backgroundFocusedImage\">Titanium.UI.Android.SearchView.backgroundFocusedImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.SearchView.backgroundFocusedImage\">Titanium.UI.Android.SearchView.backgroundFocusedImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundFocusedImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.SearchView.backgroundFocusedImage\">Titanium.UI.Android.SearchView.backgroundFocusedImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.SearchView.backgroundFocusedImage\">Titanium.UI.Android.SearchView.backgroundFocusedImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundFocusedImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundGradient",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.SearchView.backgroundGradient\">Titanium.UI.Android.SearchView.backgroundGradient</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.SearchView.backgroundGradient\">Titanium.UI.Android.SearchView.backgroundGradient</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Gradient",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundGradient",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.SearchView.backgroundGradient\">Titanium.UI.Android.SearchView.backgroundGradient</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.SearchView.backgroundGradient\">Titanium.UI.Android.SearchView.backgroundGradient</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundGradient",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Gradient",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.SearchView.backgroundImage\">Titanium.UI.Android.SearchView.backgroundImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.SearchView.backgroundImage\">Titanium.UI.Android.SearchView.backgroundImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.SearchView.backgroundImage\">Titanium.UI.Android.SearchView.backgroundImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.SearchView.backgroundImage\">Titanium.UI.Android.SearchView.backgroundImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundRepeat",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.SearchView.backgroundRepeat\">Titanium.UI.Android.SearchView.backgroundRepeat</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.SearchView.backgroundRepeat\">Titanium.UI.Android.SearchView.backgroundRepeat</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundRepeat",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.SearchView.backgroundRepeat\">Titanium.UI.Android.SearchView.backgroundRepeat</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.SearchView.backgroundRepeat\">Titanium.UI.Android.SearchView.backgroundRepeat</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundRepeat",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundSelectedColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.SearchView.backgroundSelectedColor\">Titanium.UI.Android.SearchView.backgroundSelectedColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.SearchView.backgroundSelectedColor\">Titanium.UI.Android.SearchView.backgroundSelectedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundSelectedColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.SearchView.backgroundSelectedColor\">Titanium.UI.Android.SearchView.backgroundSelectedColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.SearchView.backgroundSelectedColor\">Titanium.UI.Android.SearchView.backgroundSelectedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundSelectedColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundSelectedImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.SearchView.backgroundSelectedImage\">Titanium.UI.Android.SearchView.backgroundSelectedImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.SearchView.backgroundSelectedImage\">Titanium.UI.Android.SearchView.backgroundSelectedImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundSelectedImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.SearchView.backgroundSelectedImage\">Titanium.UI.Android.SearchView.backgroundSelectedImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.SearchView.backgroundSelectedImage\">Titanium.UI.Android.SearchView.backgroundSelectedImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundSelectedImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBorderColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.SearchView.borderColor\">Titanium.UI.Android.SearchView.borderColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.SearchView.borderColor\">Titanium.UI.Android.SearchView.borderColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBorderColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.SearchView.borderColor\">Titanium.UI.Android.SearchView.borderColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.SearchView.borderColor\">Titanium.UI.Android.SearchView.borderColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBorderRadius",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.SearchView.borderRadius\">Titanium.UI.Android.SearchView.borderRadius</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.SearchView.borderRadius\">Titanium.UI.Android.SearchView.borderRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBorderRadius",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.SearchView.borderRadius\">Titanium.UI.Android.SearchView.borderRadius</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.SearchView.borderRadius\">Titanium.UI.Android.SearchView.borderRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderRadius",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBorderWidth",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.SearchView.borderWidth\">Titanium.UI.Android.SearchView.borderWidth</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.SearchView.borderWidth\">Titanium.UI.Android.SearchView.borderWidth</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBorderWidth",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.SearchView.borderWidth\">Titanium.UI.Android.SearchView.borderWidth</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.SearchView.borderWidth\">Titanium.UI.Android.SearchView.borderWidth</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderWidth",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBottom",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.SearchView.bottom\">Titanium.UI.Android.SearchView.bottom</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.SearchView.bottom\">Titanium.UI.Android.SearchView.bottom</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBottom",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.SearchView.bottom\">Titanium.UI.Android.SearchView.bottom</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.SearchView.bottom\">Titanium.UI.Android.SearchView.bottom</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bottom",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getCenter",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.SearchView.center\">Titanium.UI.Android.SearchView.center</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.SearchView.center\">Titanium.UI.Android.SearchView.center</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setCenter",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.SearchView.center\">Titanium.UI.Android.SearchView.center</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.SearchView.center\">Titanium.UI.Android.SearchView.center</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "center",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getChildren",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.SearchView.children\">Titanium.UI.Android.SearchView.children</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.SearchView.children\">Titanium.UI.Android.SearchView.children</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getElevation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.SearchView.elevation\">Titanium.UI.Android.SearchView.elevation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.SearchView.elevation\">Titanium.UI.Android.SearchView.elevation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setElevation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.SearchView.elevation\">Titanium.UI.Android.SearchView.elevation</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.SearchView.elevation\">Titanium.UI.Android.SearchView.elevation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "elevation",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getFocusable",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.SearchView.focusable\">Titanium.UI.Android.SearchView.focusable</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.SearchView.focusable\">Titanium.UI.Android.SearchView.focusable</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setFocusable",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.SearchView.focusable\">Titanium.UI.Android.SearchView.focusable</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.SearchView.focusable\">Titanium.UI.Android.SearchView.focusable</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "focusable",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getHeight",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.SearchView.height\">Titanium.UI.Android.SearchView.height</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.SearchView.height\">Titanium.UI.Android.SearchView.height</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setHeight",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.SearchView.height\">Titanium.UI.Android.SearchView.height</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.SearchView.height\">Titanium.UI.Android.SearchView.height</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "height",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getHiddenBehavior",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.SearchView.hiddenBehavior\">Titanium.UI.Android.SearchView.hiddenBehavior</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.SearchView.hiddenBehavior\">Titanium.UI.Android.SearchView.hiddenBehavior</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setHiddenBehavior",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.SearchView.hiddenBehavior\">Titanium.UI.Android.SearchView.hiddenBehavior</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.SearchView.hiddenBehavior\">Titanium.UI.Android.SearchView.hiddenBehavior</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "hiddenBehavior",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getLeft",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.SearchView.left\">Titanium.UI.Android.SearchView.left</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.SearchView.left\">Titanium.UI.Android.SearchView.left</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLeft",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.SearchView.left\">Titanium.UI.Android.SearchView.left</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.SearchView.left\">Titanium.UI.Android.SearchView.left</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "left",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getLayout",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.SearchView.layout\">Titanium.UI.Android.SearchView.layout</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.SearchView.layout\">Titanium.UI.Android.SearchView.layout</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLayout",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.SearchView.layout\">Titanium.UI.Android.SearchView.layout</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.SearchView.layout\">Titanium.UI.Android.SearchView.layout</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "layout",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getOpacity",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.SearchView.opacity\">Titanium.UI.Android.SearchView.opacity</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.SearchView.opacity\">Titanium.UI.Android.SearchView.opacity</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setOpacity",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.SearchView.opacity\">Titanium.UI.Android.SearchView.opacity</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.SearchView.opacity\">Titanium.UI.Android.SearchView.opacity</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "opacity",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getOverrideCurrentAnimation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.SearchView.overrideCurrentAnimation\">Titanium.UI.Android.SearchView.overrideCurrentAnimation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.SearchView.overrideCurrentAnimation\">Titanium.UI.Android.SearchView.overrideCurrentAnimation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setOverrideCurrentAnimation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.SearchView.overrideCurrentAnimation\">Titanium.UI.Android.SearchView.overrideCurrentAnimation</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.SearchView.overrideCurrentAnimation\">Titanium.UI.Android.SearchView.overrideCurrentAnimation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "overrideCurrentAnimation",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getRight",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.SearchView.right\">Titanium.UI.Android.SearchView.right</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.SearchView.right\">Titanium.UI.Android.SearchView.right</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRight",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.SearchView.right\">Titanium.UI.Android.SearchView.right</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.SearchView.right\">Titanium.UI.Android.SearchView.right</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "right",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getRect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.SearchView.rect\">Titanium.UI.Android.SearchView.rect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.SearchView.rect\">Titanium.UI.Android.SearchView.rect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "DimensionWithAbsolutes",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getRotation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.SearchView.rotation\">Titanium.UI.Android.SearchView.rotation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.SearchView.rotation\">Titanium.UI.Android.SearchView.rotation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRotation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.SearchView.rotation\">Titanium.UI.Android.SearchView.rotation</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.SearchView.rotation\">Titanium.UI.Android.SearchView.rotation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rotation",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getRotationX",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.SearchView.rotationX\">Titanium.UI.Android.SearchView.rotationX</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.SearchView.rotationX\">Titanium.UI.Android.SearchView.rotationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRotationX",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.SearchView.rotationX\">Titanium.UI.Android.SearchView.rotationX</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.SearchView.rotationX\">Titanium.UI.Android.SearchView.rotationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rotationX",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getRotationY",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.SearchView.rotationY\">Titanium.UI.Android.SearchView.rotationY</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.SearchView.rotationY\">Titanium.UI.Android.SearchView.rotationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRotationY",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.SearchView.rotationY\">Titanium.UI.Android.SearchView.rotationY</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.SearchView.rotationY\">Titanium.UI.Android.SearchView.rotationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rotationY",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getScaleX",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.SearchView.scaleX\">Titanium.UI.Android.SearchView.scaleX</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.SearchView.scaleX\">Titanium.UI.Android.SearchView.scaleX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setScaleX",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.SearchView.scaleX\">Titanium.UI.Android.SearchView.scaleX</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.SearchView.scaleX\">Titanium.UI.Android.SearchView.scaleX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "scaleX",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getScaleY",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.SearchView.scaleY\">Titanium.UI.Android.SearchView.scaleY</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.SearchView.scaleY\">Titanium.UI.Android.SearchView.scaleY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setScaleY",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.SearchView.scaleY\">Titanium.UI.Android.SearchView.scaleY</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.SearchView.scaleY\">Titanium.UI.Android.SearchView.scaleY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "scaleY",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getSize",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.SearchView.size\">Titanium.UI.Android.SearchView.size</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.SearchView.size\">Titanium.UI.Android.SearchView.size</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Dimension",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getSoftKeyboardOnFocus",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.SearchView.softKeyboardOnFocus\">Titanium.UI.Android.SearchView.softKeyboardOnFocus</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.SearchView.softKeyboardOnFocus\">Titanium.UI.Android.SearchView.softKeyboardOnFocus</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setSoftKeyboardOnFocus",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.SearchView.softKeyboardOnFocus\">Titanium.UI.Android.SearchView.softKeyboardOnFocus</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.SearchView.softKeyboardOnFocus\">Titanium.UI.Android.SearchView.softKeyboardOnFocus</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "softKeyboardOnFocus",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTop",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.SearchView.top\">Titanium.UI.Android.SearchView.top</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.SearchView.top\">Titanium.UI.Android.SearchView.top</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTop",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.SearchView.top\">Titanium.UI.Android.SearchView.top</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.SearchView.top\">Titanium.UI.Android.SearchView.top</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "top",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTouchEnabled",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.SearchView.touchEnabled\">Titanium.UI.Android.SearchView.touchEnabled</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.SearchView.touchEnabled\">Titanium.UI.Android.SearchView.touchEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTouchEnabled",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.SearchView.touchEnabled\">Titanium.UI.Android.SearchView.touchEnabled</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.SearchView.touchEnabled\">Titanium.UI.Android.SearchView.touchEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchEnabled",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTouchFeedback",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.SearchView.touchFeedback\">Titanium.UI.Android.SearchView.touchFeedback</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.SearchView.touchFeedback\">Titanium.UI.Android.SearchView.touchFeedback</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTouchFeedback",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.SearchView.touchFeedback\">Titanium.UI.Android.SearchView.touchFeedback</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.SearchView.touchFeedback\">Titanium.UI.Android.SearchView.touchFeedback</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchFeedback",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTouchFeedbackColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.SearchView.touchFeedbackColor\">Titanium.UI.Android.SearchView.touchFeedbackColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.SearchView.touchFeedbackColor\">Titanium.UI.Android.SearchView.touchFeedbackColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTouchFeedbackColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.SearchView.touchFeedbackColor\">Titanium.UI.Android.SearchView.touchFeedbackColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.SearchView.touchFeedbackColor\">Titanium.UI.Android.SearchView.touchFeedbackColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchFeedbackColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTransform",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.SearchView.transform\">Titanium.UI.Android.SearchView.transform</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.SearchView.transform\">Titanium.UI.Android.SearchView.transform</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Matrix2D",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTransform",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.SearchView.transform\">Titanium.UI.Android.SearchView.transform</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.SearchView.transform\">Titanium.UI.Android.SearchView.transform</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "transform",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Matrix2D",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTranslationX",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.SearchView.translationX\">Titanium.UI.Android.SearchView.translationX</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.SearchView.translationX\">Titanium.UI.Android.SearchView.translationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTranslationX",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.SearchView.translationX\">Titanium.UI.Android.SearchView.translationX</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.SearchView.translationX\">Titanium.UI.Android.SearchView.translationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translationX",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTranslationY",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.SearchView.translationY\">Titanium.UI.Android.SearchView.translationY</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.SearchView.translationY\">Titanium.UI.Android.SearchView.translationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTranslationY",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.SearchView.translationY\">Titanium.UI.Android.SearchView.translationY</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.SearchView.translationY\">Titanium.UI.Android.SearchView.translationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translationY",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTranslationZ",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.SearchView.translationZ\">Titanium.UI.Android.SearchView.translationZ</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.SearchView.translationZ\">Titanium.UI.Android.SearchView.translationZ</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTranslationZ",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.SearchView.translationZ\">Titanium.UI.Android.SearchView.translationZ</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.SearchView.translationZ\">Titanium.UI.Android.SearchView.translationZ</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translationZ",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTransitionName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.SearchView.transitionName\">Titanium.UI.Android.SearchView.transitionName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.SearchView.transitionName\">Titanium.UI.Android.SearchView.transitionName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTransitionName",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.SearchView.transitionName\">Titanium.UI.Android.SearchView.transitionName</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.SearchView.transitionName\">Titanium.UI.Android.SearchView.transitionName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "transitionName",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getVisible",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.SearchView.visible\">Titanium.UI.Android.SearchView.visible</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.SearchView.visible\">Titanium.UI.Android.SearchView.visible</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setVisible",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.SearchView.visible\">Titanium.UI.Android.SearchView.visible</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.SearchView.visible\">Titanium.UI.Android.SearchView.visible</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "visible",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getWidth",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.SearchView.width\">Titanium.UI.Android.SearchView.width</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.SearchView.width\">Titanium.UI.Android.SearchView.width</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setWidth",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.SearchView.width\">Titanium.UI.Android.SearchView.width</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.SearchView.width\">Titanium.UI.Android.SearchView.width</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "width",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getHorizontalWrap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.SearchView.horizontalWrap\">Titanium.UI.Android.SearchView.horizontalWrap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.SearchView.horizontalWrap\">Titanium.UI.Android.SearchView.horizontalWrap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setHorizontalWrap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.SearchView.horizontalWrap\">Titanium.UI.Android.SearchView.horizontalWrap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.SearchView.horizontalWrap\">Titanium.UI.Android.SearchView.horizontalWrap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "horizontalWrap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getZIndex",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.SearchView.zIndex\">Titanium.UI.Android.SearchView.zIndex</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.SearchView.zIndex\">Titanium.UI.Android.SearchView.zIndex</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setZIndex",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.SearchView.zIndex\">Titanium.UI.Android.SearchView.zIndex</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.SearchView.zIndex\">Titanium.UI.Android.SearchView.zIndex</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "zIndex",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getKeepScreenOn",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.SearchView.keepScreenOn\">Titanium.UI.Android.SearchView.keepScreenOn</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.SearchView.keepScreenOn\">Titanium.UI.Android.SearchView.keepScreenOn</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setKeepScreenOn",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.SearchView.keepScreenOn\">Titanium.UI.Android.SearchView.keepScreenOn</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.SearchView.keepScreenOn\">Titanium.UI.Android.SearchView.keepScreenOn</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "keepScreenOn",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.SearchView.color\">Titanium.UI.Android.SearchView.color</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.SearchView.color\">Titanium.UI.Android.SearchView.color</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.SearchView.color\">Titanium.UI.Android.SearchView.color</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.SearchView.color\">Titanium.UI.Android.SearchView.color</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "color",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getHintText",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.SearchView.hintText\">Titanium.UI.Android.SearchView.hintText</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.SearchView.hintText\">Titanium.UI.Android.SearchView.hintText</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setHintText",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.SearchView.hintText\">Titanium.UI.Android.SearchView.hintText</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.SearchView.hintText\">Titanium.UI.Android.SearchView.hintText</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "hintText",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getHintTextColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.SearchView.hintTextColor\">Titanium.UI.Android.SearchView.hintTextColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.SearchView.hintTextColor\">Titanium.UI.Android.SearchView.hintTextColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setHintTextColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.SearchView.hintTextColor\">Titanium.UI.Android.SearchView.hintTextColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.SearchView.hintTextColor\">Titanium.UI.Android.SearchView.hintTextColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "hintTextColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getValue",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.SearchView.value\">Titanium.UI.Android.SearchView.value</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.SearchView.value\">Titanium.UI.Android.SearchView.value</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setValue",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.SearchView.value\">Titanium.UI.Android.SearchView.value</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.SearchView.value\">Titanium.UI.Android.SearchView.value</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "value",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getIconified",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.SearchView.iconified\">Titanium.UI.Android.SearchView.iconified</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.SearchView.iconified\">Titanium.UI.Android.SearchView.iconified</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setIconified",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.SearchView.iconified\">Titanium.UI.Android.SearchView.iconified</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.SearchView.iconified\">Titanium.UI.Android.SearchView.iconified</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "iconified",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getIconifiedByDefault",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.SearchView.iconifiedByDefault\">Titanium.UI.Android.SearchView.iconifiedByDefault</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.SearchView.iconifiedByDefault\">Titanium.UI.Android.SearchView.iconifiedByDefault</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setIconifiedByDefault",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.SearchView.iconifiedByDefault\">Titanium.UI.Android.SearchView.iconifiedByDefault</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.SearchView.iconifiedByDefault\">Titanium.UI.Android.SearchView.iconifiedByDefault</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "iconifiedByDefault",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getSubmitEnabled",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Android.SearchView.submitEnabled\">Titanium.UI.Android.SearchView.submitEnabled</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Android.SearchView.submitEnabled\">Titanium.UI.Android.SearchView.submitEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setSubmitEnabled",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Android.SearchView.submitEnabled\">Titanium.UI.Android.SearchView.submitEnabled</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Android.SearchView.submitEnabled\">Titanium.UI.Android.SearchView.submitEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "submitEnabled",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.UI.View",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "accessibilityHidden",
                    "deprecated": false,
                    "description": "<p>Whether the view should be &quot;hidden&quot; from (i.e., ignored by) the accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "accessibilityHint",
                    "deprecated": false,
                    "description": "<p>Briefly describes what performing an action (such as a click) on the view will do.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "accessibilityLabel",
                    "deprecated": false,
                    "description": "<p>A succint label identifying the view for the device's accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "accessibilityValue",
                    "deprecated": false,
                    "description": "<p>A string describing the value (if any) of the view for the device's accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "anchorPoint",
                    "deprecated": false,
                    "description": "<p>Coordinate of the view about which to pivot an animation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundColor",
                    "deprecated": false,
                    "description": "<p>Background color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundDisabledColor",
                    "deprecated": false,
                    "description": "<p>Disabled background color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundDisabledImage",
                    "deprecated": false,
                    "description": "<p>Disabled background image for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundFocusedColor",
                    "deprecated": false,
                    "description": "<p>Focused background color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundFocusedImage",
                    "deprecated": false,
                    "description": "<p>Focused background image for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundGradient",
                    "deprecated": false,
                    "description": "<p>A background gradient for the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [
                        {
                            "title": "Linear and Radial Gradients",
                            "code": "<p>The following code excerpt creates two views, one with a linear gradient and one with\na radial gradient.</p>\n<pre><code>var win1 = Titanium.UI.createWindow({\n    title:'Tab 1',\n    backgroundColor:'#fff',\n    layout: 'vertical'\n});\n\nvar radialGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'radial',\n        startPoint: { x: 50, y: 50 },\n        endPoint: { x: 50, y: 50 },\n        colors: [ 'red', 'blue'],\n        startRadius: 50,\n        endRadius: 0,\n        backfillStart: true\n    }\n});\nvar linearGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'linear',\n        startPoint: { x: '0%', y: '50%' },\n        endPoint: { x: '100%', y: '50%' },\n        colors: [ { color: 'red', offset: 0.0}, { color: 'blue', offset: 0.25 }, { color: 'red', offset: 1.0 } ],\n    }\n});\nwin1.add(radialGradient);\nwin1.add(linearGradient);\nwin1.open();\n</code></pre>"
                        }
                    ],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "type": "Gradient",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundImage",
                    "deprecated": false,
                    "description": "<p>Background image for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundRepeat",
                    "deprecated": false,
                    "description": "<p>Determines whether to tile a background across a view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundSelectedColor",
                    "deprecated": false,
                    "description": "<p>Selected background color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundSelectedImage",
                    "deprecated": false,
                    "description": "<p>Selected background image url for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "borderColor",
                    "deprecated": false,
                    "description": "<p>Border color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "borderRadius",
                    "deprecated": false,
                    "description": "<p>Radius for the rounded corners of the view's border.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "borderWidth",
                    "deprecated": false,
                    "description": "<p>Border width of the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "bottom",
                    "deprecated": false,
                    "description": "<p>View's bottom position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "center",
                    "deprecated": false,
                    "description": "<p>View's center position, in the parent view's coordinates.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "children",
                    "deprecated": false,
                    "description": "<p>Array of this view's child views.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "elevation",
                    "deprecated": false,
                    "description": "<p>Base elevation of the view relative to its parent in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "focusable",
                    "deprecated": false,
                    "description": "<p>Whether view should be focusable while navigating with the trackball.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "height",
                    "deprecated": false,
                    "description": "<p>View height, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.FILL",
                        "Titanium.UI.SIZE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "hiddenBehavior",
                    "deprecated": false,
                    "description": "<p>Sets the behavior when hiding an object to release or keep the free space</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.HIDDEN_BEHAVIOR_INVISIBLE",
                        "Titanium.UI.HIDDEN_BEHAVIOR_GONE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "id",
                    "deprecated": false,
                    "description": "<p>View's identifier.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "left",
                    "deprecated": false,
                    "description": "<p>View's left position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "layout",
                    "deprecated": false,
                    "description": "<p>Specifies how the view positions its children.\nOne of: 'composite', 'vertical', or 'horizontal'.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "opacity",
                    "deprecated": false,
                    "description": "<p>Opacity of this view, from 0.0 (transparent) to 1.0 (opaque). Defaults to 1.0 (opaque).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "overrideCurrentAnimation",
                    "deprecated": false,
                    "description": "<p>When on, animate call overrides current animation if applicable.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "right",
                    "deprecated": false,
                    "description": "<p>View's right position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "rect",
                    "deprecated": false,
                    "description": "<p>The bounding box of the view relative to its parent, in system units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "type": "DimensionWithAbsolutes",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "rotation",
                    "deprecated": false,
                    "description": "<p>Clockwise 2D rotation of the view in degrees.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "rotationX",
                    "deprecated": false,
                    "description": "<p>Clockwise rotation of the view in degrees (x-axis).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "rotationY",
                    "deprecated": false,
                    "description": "<p>Clockwise rotation of the view in degrees (y-axis).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "scaleX",
                    "deprecated": false,
                    "description": "<p>Scaling of the view in x-axis in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "scaleY",
                    "deprecated": false,
                    "description": "<p>Scaling of the view in y-axis in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "size",
                    "deprecated": false,
                    "description": "<p>The size of the view in system units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "type": "Dimension",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "softKeyboardOnFocus",
                    "deprecated": false,
                    "description": "<p>Determines keyboard behavior when this view is focused. Defaults to <a href=\"Titanium.UI.Android.SOFT_KEYBOARD_DEFAULT_ON_FOCUS\">Titanium.UI.Android.SOFT_KEYBOARD_DEFAULT_ON_FOCUS</a>.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.Android.SOFT_KEYBOARD_DEFAULT_ON_FOCUS",
                        "Titanium.UI.Android.SOFT_KEYBOARD_HIDE_ON_FOCUS",
                        "Titanium.UI.Android.SOFT_KEYBOARD_SHOW_ON_FOCUS"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "top",
                    "deprecated": false,
                    "description": "<p>The view's top position.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "touchEnabled",
                    "deprecated": false,
                    "description": "<p>Determines whether view should receive touch events.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "touchFeedback",
                    "deprecated": false,
                    "description": "<p>A material design visual construct that provides an instantaneous visual confirmation of touch point.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "touchFeedbackColor",
                    "deprecated": false,
                    "description": "<p>Optional touch feedback ripple color. This has no effect unless <code>touchFeedback</code> is true.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "transform",
                    "deprecated": false,
                    "description": "<p>Transformation matrix to apply to the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "type": "Titanium.UI.Matrix2D",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "translationX",
                    "deprecated": false,
                    "description": "<p>Horizontal location of the view relative to its left position in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "translationY",
                    "deprecated": false,
                    "description": "<p>Vertical location of the view relative to its top position in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "translationZ",
                    "deprecated": false,
                    "description": "<p>Depth of the view relative to its elevation in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "transitionName",
                    "deprecated": false,
                    "description": "<p>A name to identify this view in activity transition.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.2"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "visible",
                    "deprecated": false,
                    "description": "<p>Determines whether the view is visible.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "width",
                    "deprecated": false,
                    "description": "<p>View's width, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.FILL",
                        "Titanium.UI.SIZE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "horizontalWrap",
                    "deprecated": false,
                    "description": "<p>Determines whether the layout has wrapping behavior.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "zIndex",
                    "deprecated": false,
                    "description": "<p>Z-index stack order position, relative to other sibling views.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "keepScreenOn",
                    "deprecated": false,
                    "description": "<p>Determines whether to keep the device screen on.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "color",
                    "deprecated": false,
                    "description": "<p>Color of the text in this SearchView, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "hintText",
                    "deprecated": false,
                    "description": "<p>Text to show when the search view field is not focused.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "hintTextColor",
                    "deprecated": false,
                    "description": "<p>Color of hint text that displays when field is empty.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "value",
                    "deprecated": false,
                    "description": "<p>Value of the search view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "iconified",
                    "deprecated": false,
                    "description": "<p>Iconifies or expands the search view</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "iconifiedByDefault",
                    "deprecated": false,
                    "description": "<p>Sets the default or resting state of the search view</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "submitEnabled",
                    "deprecated": false,
                    "description": "<p>Whether to display the submit button when necessary or never display.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p><code>SearchView</code> provides a user interface to enter a search query and submit a request to a search provider.</p>\n<p>Search views are most commonly used for filtering the rows in a <a href=\"Titanium.UI.TableView\">TableView</a>.\nSimilar to <a href=\"Titanium.UI.SearchBar\">SearchBar</a>, you can add a search view to a table view by setting the table view's\n<a href=\"Titanium.UI.TableView.search\">search</a> property. A search view can be used without a <code>TableView</code>.</p>\n<p>You can also use a <code>SearchView</code> object as the <a href=\"Titanium.UI.ListView.searchView\">Titanium.UI.ListView.searchView</a>\nproperty of a <a href=\"Titanium.UI.ListView\">ListView</a> object.</p>\n<p>You can also add <code>SearchView</code> to an <code>ActionBar</code> as a view (see example below).</p>\n<p>Use the <a href=\"Titanium.UI.Android.createSearchView\">Titanium.UI.Android.createSearchView</a> method or <strong><code>&lt;SearchView&gt;</code></strong> Alloy element to create\na search view. You must set the Alloy element's <code>ns</code> attribute to <strong>Ti.UI.Android</strong>:</p>\n<pre><code>&lt;SearchView ns=&quot;Ti.UI.Android&quot; platform=&quot;android&quot;/&gt;\n</code></pre>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "3.0.2"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                }
            ]
        },
        {
            "name": "AnimatedOptions",
            "description": "<p>A JavaScript object holding an <code>animated</code> property. Used for many UI methods as a means of specifying some transition should be animated.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "animated",
                    "deprecated": false,
                    "description": "<p>If <code>true</code>, animate a transition for the method/value change.</p>\n<p>Note that for most uses cases the default is assumed to be <code>false</code>. The exceptions tend to be <a href=\"Titanium.UI.Window\">Titanium.UI.Window</a> methods.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "AnimatedWithDurationOptions",
            "description": "<p>A JavaScript object holding <code>animated</code> and <code>duration</code> properties. Used on iOS For <a href=\"Titanium.UI.TableView\">TablewView</a> and <a href=\"Titanium.UI.ListView\">ListView</a> content offset transitions.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "AnimatedOptions",
            "isInternal": false,
            "properties": [
                {
                    "name": "animated",
                    "deprecated": false,
                    "description": "<p>If <code>true</code>, animate a transition for the method/value change.</p>\n<p>Note that for most uses cases the default is assumed to be <code>false</code>. The exceptions tend to be <a href=\"Titanium.UI.Window\">Titanium.UI.Window</a> methods.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "duration",
                    "deprecated": false,
                    "description": "<p>The duration in <code>milliseconds</code> for animation</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.Animation",
            "description": "<p>The <code>Animation</code> object defines an animation that can be applied to a view.</p>",
            "deprecated": false,
            "events": [
                {
                    "name": "complete",
                    "deprecated": false,
                    "description": "<p>Fired when the animation completes.</p>"
                },
                {
                    "name": "start",
                    "deprecated": false,
                    "description": "<p>Fired when the animation starts.</p>"
                }
            ],
            "examples": [
                {
                    "title": "Simple Animation Applied to a View",
                    "code": "<p>Create a simple animation and apply it to the view.  In this example, the view will animate\nfrom red to black to orange over 2 seconds.</p>\n<pre><code>var view = Titanium.UI.createView({\n  backgroundColor:'red'\n});\nvar animation = Titanium.UI.createAnimation();\nanimation.backgroundColor = 'black';\nanimation.duration = 1000;\nvar animationHandler = function() {\n  animation.removeEventListener('complete',animationHandler);\n  animation.backgroundColor = 'orange';\n  view.animate(animation);\n};\nanimation.addEventListener('complete',animationHandler);\nview.animate(animation);\n</code></pre>"
                },
                {
                    "title": "Animation Using Matrix Transforms",
                    "code": "<p>The following example uses a transformation matrix to animate\na view when the view is clicked. The animation rotates and scales\nthe view, then returns it to its original size and position. The\nentire animation is repeated three times.</p>\n<pre><code>var box = Ti.UI.createView({\n  backgroundColor : 'red',\n  height : '100',\n  width : '100'\n});\nwin.add(box);\n\nbox.addEventListener('click', function() {\n  var matrix = Ti.UI.createMatrix2D();\n  matrix = matrix.rotate(180);\n  matrix = matrix.scale(2, 2);\n  var a = Ti.UI.createAnimation({\n    transform : matrix,\n    duration : 2000,\n    autoreverse : true,\n    repeat : 3\n  });\n  box.animate(a);\n});\n\nwin.add(box);\n</code></pre>"
                },
                {
                    "title": "Using an anchorPoint (Android and iOS)",
                    "code": "<p>Create a button and a blue square view. For each click of the button, apply a 90 degree\nrotation animation pivoted at one of a series of anchor points. In particular, note that\nan anchor point is configured using the <a href=\"Titanium.UI.Animation.anchorPoint\">Titanium.UI.Animation.anchorPoint</a> property for\nAndroid and the <a href=\"Titanium.UI.View.anchorPoint\">Titanium.UI.View.anchorPoint</a> property for iOS.</p>\n<pre><code>var animationType = [\n  { name: 'Top Left', anchorPoint: {x:0, y:0} },\n  { name: 'Top Right', anchorPoint: {x:1, y:0} },\n  { name: 'Bottom Left', anchorPoint: {x:0, y:1} },\n  { name: 'Bottom Right', anchorPoint: {x:1, y:1} },\n  { name: 'Center', anchorPoint: {x:0.5, y:0.5} }\n];\nvar animationTypeLength = animationType.length;\nvar animationCount = 0;\nvar animationTypePointer = 0;\n\nvar t = Ti.UI.createMatrix2D();\nt = t.rotate(90);\n\n// animation properties\nvar a = {\n  transform: t,\n  duration: 2000,\n  autoreverse: true\n};\n\nTi.UI.backgroundColor = 'white';\nvar win = Ti.UI.createWindow();\n\nvar view = Ti.UI.createView({\n  backgroundColor:'#336699',\n  width:100, height:100\n});\nwin.add(view);\n\nvar button = Ti.UI.createButton({\n  title:'Animate ' + animationType[animationTypePointer].name,\n  height: (Ti.UI.Android) ? 80 : 40,\n  width: (Ti.UI.Android) ? 300 : 200,\n  top:30\n});\nwin.add(button);\n\nfunction updateButton(name){\n  button.title = 'Animate ' + name;\n}\n\nbutton.addEventListener('click', function(){\n  // set new anchorPoint on animation for Android\n  a.anchorPoint = animationType[animationTypePointer].anchorPoint;\n\n  // set new anchorPoint on view for iOS\n  view.anchorPoint = animationType[animationTypePointer].anchorPoint;\n\n  animationCount++;\n\n  // determine position of next object in animationType array or return to first item\n  // using modulus operator\n  animationTypePointer = animationCount % animationTypeLength;\n\n  // animate view, followed by callback to set next button title\n  view.animate(a, function(){\n    updateButton(animationType[animationTypePointer].name);\n  });\n});\n\nwin.open();\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Animation.bubbleParent\">Titanium.UI.Animation.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Animation.bubbleParent\">Titanium.UI.Animation.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Animation.bubbleParent\">Titanium.UI.Animation.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Animation.bubbleParent\">Titanium.UI.Animation.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Animation.apiName\">Titanium.UI.Animation.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Animation.apiName\">Titanium.UI.Animation.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Animation.lifecycleContainer\">Titanium.UI.Animation.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Animation.lifecycleContainer\">Titanium.UI.Animation.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Animation.lifecycleContainer\">Titanium.UI.Animation.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Animation.lifecycleContainer\">Titanium.UI.Animation.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getAnchorPoint",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Animation.anchorPoint\">Titanium.UI.Animation.anchorPoint</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Animation.anchorPoint\">Titanium.UI.Animation.anchorPoint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setAnchorPoint",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Animation.anchorPoint\">Titanium.UI.Animation.anchorPoint</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Animation.anchorPoint\">Titanium.UI.Animation.anchorPoint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "anchorPoint",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getAutoreverse",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Animation.autoreverse\">Titanium.UI.Animation.autoreverse</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Animation.autoreverse\">Titanium.UI.Animation.autoreverse</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAutoreverse",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Animation.autoreverse\">Titanium.UI.Animation.autoreverse</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Animation.autoreverse\">Titanium.UI.Animation.autoreverse</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "autoreverse",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Animation.backgroundColor\">Titanium.UI.Animation.backgroundColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Animation.backgroundColor\">Titanium.UI.Animation.backgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Animation.backgroundColor\">Titanium.UI.Animation.backgroundColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Animation.backgroundColor\">Titanium.UI.Animation.backgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBottom",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Animation.bottom\">Titanium.UI.Animation.bottom</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Animation.bottom\">Titanium.UI.Animation.bottom</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBottom",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Animation.bottom\">Titanium.UI.Animation.bottom</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Animation.bottom\">Titanium.UI.Animation.bottom</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bottom",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getCenter",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Animation.center\">Titanium.UI.Animation.center</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Animation.center\">Titanium.UI.Animation.center</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setCenter",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Animation.center\">Titanium.UI.Animation.center</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Animation.center\">Titanium.UI.Animation.center</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "center",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Animation.color\">Titanium.UI.Animation.color</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Animation.color\">Titanium.UI.Animation.color</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Animation.color\">Titanium.UI.Animation.color</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Animation.color\">Titanium.UI.Animation.color</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "color",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getCurve",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Animation.curve\">Titanium.UI.Animation.curve</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Animation.curve\">Titanium.UI.Animation.curve</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setCurve",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Animation.curve\">Titanium.UI.Animation.curve</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Animation.curve\">Titanium.UI.Animation.curve</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "curve",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getDampingRatio",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Animation.dampingRatio\">Titanium.UI.Animation.dampingRatio</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Animation.dampingRatio\">Titanium.UI.Animation.dampingRatio</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setDampingRatio",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Animation.dampingRatio\">Titanium.UI.Animation.dampingRatio</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Animation.dampingRatio\">Titanium.UI.Animation.dampingRatio</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "dampingRatio",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getDelay",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Animation.delay\">Titanium.UI.Animation.delay</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Animation.delay\">Titanium.UI.Animation.delay</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setDelay",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Animation.delay\">Titanium.UI.Animation.delay</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Animation.delay\">Titanium.UI.Animation.delay</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "delay",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getDuration",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Animation.duration\">Titanium.UI.Animation.duration</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Animation.duration\">Titanium.UI.Animation.duration</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setDuration",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Animation.duration\">Titanium.UI.Animation.duration</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Animation.duration\">Titanium.UI.Animation.duration</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "duration",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHeight",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Animation.height\">Titanium.UI.Animation.height</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Animation.height\">Titanium.UI.Animation.height</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHeight",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Animation.height\">Titanium.UI.Animation.height</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Animation.height\">Titanium.UI.Animation.height</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "height",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLeft",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Animation.left\">Titanium.UI.Animation.left</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Animation.left\">Titanium.UI.Animation.left</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLeft",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Animation.left\">Titanium.UI.Animation.left</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Animation.left\">Titanium.UI.Animation.left</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "left",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getOpacity",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Animation.opacity\">Titanium.UI.Animation.opacity</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Animation.opacity\">Titanium.UI.Animation.opacity</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setOpacity",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Animation.opacity\">Titanium.UI.Animation.opacity</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Animation.opacity\">Titanium.UI.Animation.opacity</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "opacity",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getOpaque",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Animation.opaque\">Titanium.UI.Animation.opaque</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Animation.opaque\">Titanium.UI.Animation.opaque</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setOpaque",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Animation.opaque\">Titanium.UI.Animation.opaque</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Animation.opaque\">Titanium.UI.Animation.opaque</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "opaque",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRepeat",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Animation.repeat\">Titanium.UI.Animation.repeat</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Animation.repeat\">Titanium.UI.Animation.repeat</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setRepeat",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Animation.repeat\">Titanium.UI.Animation.repeat</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Animation.repeat\">Titanium.UI.Animation.repeat</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "repeat",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRight",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Animation.right\">Titanium.UI.Animation.right</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Animation.right\">Titanium.UI.Animation.right</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setRight",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Animation.right\">Titanium.UI.Animation.right</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Animation.right\">Titanium.UI.Animation.right</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "right",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSpringVelocity",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Animation.springVelocity\">Titanium.UI.Animation.springVelocity</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Animation.springVelocity\">Titanium.UI.Animation.springVelocity</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setSpringVelocity",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Animation.springVelocity\">Titanium.UI.Animation.springVelocity</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Animation.springVelocity\">Titanium.UI.Animation.springVelocity</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "springVelocity",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTop",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Animation.top\">Titanium.UI.Animation.top</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Animation.top\">Titanium.UI.Animation.top</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTop",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Animation.top\">Titanium.UI.Animation.top</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Animation.top\">Titanium.UI.Animation.top</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "top",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTransform",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Animation.transform\">Titanium.UI.Animation.transform</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Animation.transform\">Titanium.UI.Animation.transform</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Matrix2D",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTransform",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Animation.transform\">Titanium.UI.Animation.transform</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Animation.transform\">Titanium.UI.Animation.transform</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "transform",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Matrix2D",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTransition",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Animation.transition\">Titanium.UI.Animation.transition</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Animation.transition\">Titanium.UI.Animation.transition</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTransition",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Animation.transition\">Titanium.UI.Animation.transition</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Animation.transition\">Titanium.UI.Animation.transition</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "transition",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getView",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Animation.view\">Titanium.UI.Animation.view</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Animation.view\">Titanium.UI.Animation.view</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.View",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setView",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Animation.view\">Titanium.UI.Animation.view</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Animation.view\">Titanium.UI.Animation.view</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "view",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getVisible",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Animation.visible\">Titanium.UI.Animation.visible</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Animation.visible\">Titanium.UI.Animation.visible</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setVisible",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Animation.visible\">Titanium.UI.Animation.visible</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Animation.visible\">Titanium.UI.Animation.visible</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "visible",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getWidth",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Animation.width\">Titanium.UI.Animation.width</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Animation.width\">Titanium.UI.Animation.width</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setWidth",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Animation.width\">Titanium.UI.Animation.width</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Animation.width\">Titanium.UI.Animation.width</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "width",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getZIndex",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Animation.zIndex\">Titanium.UI.Animation.zIndex</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Animation.zIndex\">Titanium.UI.Animation.zIndex</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setZIndex",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Animation.zIndex\">Titanium.UI.Animation.zIndex</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Animation.zIndex\">Titanium.UI.Animation.zIndex</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "zIndex",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": true,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "anchorPoint",
                    "deprecated": false,
                    "description": "<p>Coordinate of the view about which to pivot an animation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "autoreverse",
                    "deprecated": false,
                    "description": "<p>Specifies if the animation should be replayed in reverse upon completion.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundColor",
                    "deprecated": false,
                    "description": "<p>Value of the <code>backgroundColor</code> property at the end of the animation, as a color name\nor hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "bottom",
                    "deprecated": false,
                    "description": "<p>Value of the <code>bottom</code> property at the end of the animation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "center",
                    "deprecated": false,
                    "description": "<p>Value of the <code>center</code> property at the end of the animation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "color",
                    "deprecated": false,
                    "description": "<p>Value of the <code>color</code> property at the end of the animation, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "curve",
                    "deprecated": false,
                    "description": "<p>Animation curve or easing function to apply to the animation.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.ANIMATION_CURVE_EASE_IN",
                        "Titanium.UI.ANIMATION_CURVE_EASE_IN_OUT",
                        "Titanium.UI.ANIMATION_CURVE_EASE_OUT",
                        "Titanium.UI.ANIMATION_CURVE_LINEAR"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "dampingRatio",
                    "deprecated": false,
                    "description": "<p>The damping ratio for the spring animation as it approaches its quiescent state.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "delay",
                    "deprecated": false,
                    "description": "<p>Delay, in milliseconds before starting the animation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "duration",
                    "deprecated": false,
                    "description": "<p>Duration of the animation, in milliseconds.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "height",
                    "deprecated": false,
                    "description": "<p>Value of the <code>height</code> property at the end of the animation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "left",
                    "deprecated": false,
                    "description": "<p>Value of the <code>left</code> property at the end of the animation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "opacity",
                    "deprecated": false,
                    "description": "<p>Value of the <code>opacity</code> property at the end of the animation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "opaque",
                    "deprecated": false,
                    "description": "<p>Value of the <code>opaque</code> property at the end of the animation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "repeat",
                    "deprecated": false,
                    "description": "<p>Number of times the animation should be performed.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "right",
                    "deprecated": false,
                    "description": "<p>Value of the <code>right</code> property at the end of the animation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "springVelocity",
                    "deprecated": false,
                    "description": "<p>The initial spring velocity.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "top",
                    "deprecated": false,
                    "description": "<p>Value of the <code>top</code> property at the end of the animation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "transform",
                    "deprecated": false,
                    "description": "<p>Animate the view from its current tranform to the specified transform.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Titanium.UI.Matrix2D",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "transition",
                    "deprecated": false,
                    "description": "<p>Transition type to use during a transition animation.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.iOS.AnimationStyle.CURL_DOWN",
                        "Titanium.UI.iOS.AnimationStyle.CURL_UP",
                        "Titanium.UI.iOS.AnimationStyle.FLIP_FROM_LEFT",
                        "Titanium.UI.iOS.AnimationStyle.FLIP_FROM_RIGHT",
                        "Titanium.UI.iOS.AnimationStyle.FLIP_FROM_TOP",
                        "Titanium.UI.iOS.AnimationStyle.FLIP_FROM_BOTTOM",
                        "Titanium.UI.iOS.AnimationStyle.CROSS_DISSOLVE",
                        "Titanium.UI.iOS.AnimationStyle.NONE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "view",
                    "deprecated": false,
                    "description": "<p>New view to transition to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Titanium.UI.View",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "visible",
                    "deprecated": false,
                    "description": "<p>Value of the <code>visible</code> property at the end of the animation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "width",
                    "deprecated": false,
                    "description": "<p>Value of the <code>width</code> property at the end of the animation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "zIndex",
                    "deprecated": false,
                    "description": "<p>Value of the <code>zIndex</code> property at the end of the animation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>An animation object describes the properties of an animation. At its most basic, an animation\nobject represents a single-phase animation with an end state and a duration.</p>\n<p>When <a href=\"Titanium.UI.View.animate\">animate</a> is called on a <a href=\"Titanium.UI.View\">View</a>, the view is\nanimated from its current state to the state described by the animation object. The properties\nthat can be animated include the view's position, size, colors, transformation matrix and opacity.</p>\n<p>You can also specify an animation curve or <em>easing function</em> to control the pace of the\nanimation. To use an easing function, set the animation's <code>curve</code> property to one of the\n<code>ANIMATION_CURVE</code> constants defined in <a href=\"Titanium.UI\">Titanium.UI</a>. For example,\n<a href=\"Titanium.UI.ANIMATION_CURVE_EASE_IN\">ANIMATION_CURVE_EASE_IN</a> specifies an animation that\nstarts slowly and then speeds up.</p>\n<p>Animations can be set to reverse themselves automatically on completion, and to repeat a given\nnumber of times. For more complicated effects, multiple animations can be combined in sequence,\nstarting one animation when the previous animation completes.</p>\n<p>Use the <a href=\"Titanium.UI.createAnimation\">Titanium.UI.createAnimation</a> method to create an animation object.</p>\n<p>Note that when you animate a view's size or position, the actual layout properties (such as\n<code>top</code>, <code>left</code>, <code>width</code>, <code>height</code>) are not changed by the animation. See the description of the\n<a href=\"Titanium.UI.View.animate\">animate</a> method for more information.</p>\n<h4>iOS Platform Notes</h4>\n<p>iOS supports both 2D and 3D matrix transformations in animations.</p>\n<p>iOS also supports <em>transitions</em> between windows or views. You can create a transition\nby creating an animation object and setting the <code>view</code> property to the view you want to\ntransition to. The <code>transition</code> property specifies the transition effect to apply. Use one of\nthe transition style constants defined in <a href=\"Titanium.UI.iOS.AnimationStyle\">Titanium.UI.iOS.AnimationStyle</a>.</p>\n<h4>Android Platform Notes</h4>\n<p>Android supports 2D matrix transformations. Note that the\n<a href=\"Titanium.UI.Matrix2D.rotate\">Matrix2D.rotate</a> method operates differently on Android. Called\nwith a single argument, it rotates from zero to the specified angle. That is, it ignores any\nexisting rotation. Called with two arguments, it interprets the first argument as a &quot;from&quot;\nangle and the second argument as a &quot;to&quot; angle.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.9"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.9"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.9"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Attribute",
            "description": "<p>An abstract datatype for specifying an attributed string attribute.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "type",
                    "deprecated": false,
                    "description": "<p>Attribute to apply to the text.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.ATTRIBUTE_FONT",
                        "Titanium.UI.ATTRIBUTE_FOREGROUND_COLOR",
                        "Titanium.UI.ATTRIBUTE_BACKGROUND_COLOR",
                        "Titanium.UI.ATTRIBUTE_STRIKETHROUGH_STYLE",
                        "Titanium.UI.ATTRIBUTE_UNDERLINES_STYLE",
                        "Titanium.UI.ATTRIBUTE_LINK",
                        "Titanium.UI.ATTRIBUTE_UNDERLINE_COLOR",
                        "Titanium.UI.ATTRIBUTE_LIGATURE",
                        "Titanium.UI.ATTRIBUTE_KERN",
                        "Titanium.UI.ATTRIBUTE_STROKE_COLOR",
                        "Titanium.UI.ATTRIBUTE_STROKE_WIDTH",
                        "Titanium.UI.ATTRIBUTE_SHADOW",
                        "Titanium.UI.ATTRIBUTE_WRITING_DIRECTION",
                        "Titanium.UI.ATTRIBUTE_TEXT_EFFECT",
                        "Titanium.UI.ATTRIBUTE_BASELINE_OFFSET",
                        "Titanium.UI.ATTRIBUTE_STRIKETHROUGH_COLOR",
                        "Titanium.UI.ATTRIBUTE_OBLIQUENESS",
                        "Titanium.UI.ATTRIBUTE_EXPANSION",
                        "Titanium.UI.ATTRIBUTE_LINE_BREAK"
                    ],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "value",
                    "deprecated": false,
                    "description": "<p>Attribute value.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.ATTRIBUTE_UNDERLINE_STYLE_NONE",
                        "Titanium.UI.ATTRIBUTE_UNDERLINE_STYLE_SINGLE",
                        "Titanium.UI.ATTRIBUTE_UNDERLINE_STYLE_THICK",
                        "Titanium.UI.ATTRIBUTE_UNDERLINE_STYLE_DOUBLE",
                        "Titanium.UI.ATTRIBUTE_WRITING_DIRECTION_EMBEDDING",
                        "Titanium.UI.ATTRIBUTE_WRITING_DIRECTION_OVERRIDE",
                        "Titanium.UI.ATTRIBUTE_WRITING_DIRECTION_NATURAL",
                        "Titanium.UI.ATTRIBUTE_WRITING_DIRECTION_LEFT_TO_RIGHT",
                        "Titanium.UI.ATTRIBUTE_WRITING_DIRECTION_RIGHT_TO_LEFT",
                        "Titanium.UI.ATTRIBUTE_LETTERPRESS_STYLE"
                    ],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "range",
                    "deprecated": false,
                    "description": "<p>Attribute range.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>Attributes are added to the <a href=\"Titanium.UI.AttributedString\">Titanium.UI.AttributedString</a> object to create\nstyled text. The attribute is a JavaScript Object containing three properties:\n<code>type</code>, <code>value</code> and <code>range</code>.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "3.6.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "3.6.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "3.6.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "ParagraphAttribute",
            "description": "<p>An abstract datatype for specifying an Paragraph style attribute.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "alignment",
                    "deprecated": false,
                    "description": "<p>The text alignment of the receiver.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.TEXT_ALIGNMENT_CENTER",
                        "Titanium.UI.TEXT_ALIGNMENT_JUSTIFY",
                        "Titanium.UI.TEXT_ALIGNMENT_LEFT",
                        "Titanium.UI.TEXT_ALIGNMENT_RIGHT"
                    ],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.5.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "firstLineHeadIndent",
                    "deprecated": false,
                    "description": "<p>The indentation of the first line of the receiver.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.5.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "headIndent",
                    "deprecated": false,
                    "description": "<p>The indentation of the lines of lines other than the first.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.5.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "tailIndent",
                    "deprecated": false,
                    "description": "<p>The trailing indentation of the receiver.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.5.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lineBreakMode",
                    "deprecated": false,
                    "description": "<p>The mode that should be used to break lines in the receiver.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.ATTRIBUTE_LINE_BREAK_BY_WORD_WRAPPING",
                        "Titanium.UI.ATTRIBUTE_LINE_BREAK_BY_CHAR_WRAPPING",
                        "Titanium.UI.ATTRIBUTE_LINE_BREAK_BY_CLIPPING",
                        "Titanium.UI.ATTRIBUTE_LINE_BREAK_BY_TRUNCATING_HEAD",
                        "Titanium.UI.ATTRIBUTE_LINE_BREAK_BY_TRUNCATING_MIDDLE",
                        "Titanium.UI.ATTRIBUTE_LINE_BREAK_BY_TRUNCATING_TAIL"
                    ],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.5.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "maximumLineHeight",
                    "deprecated": false,
                    "description": "<p>The maximum line height of receiver.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.5.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "minimumLineHeight",
                    "deprecated": false,
                    "description": "<p>The minimum height of receiver.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.5.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lineSpacing",
                    "deprecated": false,
                    "description": "<p>The distance in points between the bottom of one line fragment and the top of the next.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.5.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "paragraphSpacingAfter",
                    "deprecated": false,
                    "description": "<p>The space after the end of the paragraph.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.5.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "paragraphSpacingBefore",
                    "deprecated": false,
                    "description": "<p>The distance between the top of paragraph and the beginning of its text content.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.5.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lineHeightMultiple",
                    "deprecated": false,
                    "description": "<p>The line height multiple.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.5.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hyphenationFactor",
                    "deprecated": false,
                    "description": "<p>The threshold of paragraph for hyphenation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.5.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "allowsDefaultTighteningForTruncation",
                    "deprecated": false,
                    "description": "<p>A Boolean value indicating whether the system may tighten inter-character spacing\nbefore truncating text.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.5.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>Attributes are added corresponding to value to create paragraph style,\nwhich when used with attributed string will give styled text.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "7.5.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "7.5.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.AttributedString",
            "description": "<p>An attributed string proxy manages character strings and associated sets of attributes (for example,\nfont and foregroundcolor) that apply to individual characters or ranges of characters in the string.</p>",
            "deprecated": false,
            "events": [],
            "examples": [
                {
                    "title": "Adds an array of attributes to a label",
                    "code": "<p>Creates an AttributedString proxy, adds some attributes to it, and applies them\nto a <a href=\"Titanium.UI.Label\">Titanium.UI.Label</a>.</p>\n<pre><code>var win = Titanium.UI.createWindow({\n    backgroundColor: '#ddd',\n});\n\nwin.open();\n\nvar text =  'Bacon ipsum dolor Appcelerator Titanium rocks! sit amet fatback leberkas salami sausage tongue strip steak.';\n\nvar attr = Titanium.UI.createAttributedString({\n    text: text,\n    attributes: [\n        // Underlines text\n        {\n            type: Titanium.UI.ATTRIBUTE_UNDERLINES_STYLE,\n            value: Ti.UI.ATTRIBUTE_UNDERLINE_STYLE_SINGLE,\n            range: [text.indexOf('Titanium'), ('Titanium').length]\n        },\n        // Sets a background color\n        {\n            type: Titanium.UI.ATTRIBUTE_BACKGROUND_COLOR,\n            value: &quot;red&quot;,\n            range: [text.indexOf('Appcelerator'), ('Appcelerator').length]\n        },\n        {\n            type: Titanium.UI.ATTRIBUTE_BACKGROUND_COLOR,\n            value: &quot;blue&quot;,\n            range: [text.indexOf('Titanium'), ('Titanium').length]\n        },\n        {\n            type: Titanium.UI.ATTRIBUTE_BACKGROUND_COLOR,\n            value: &quot;yellow&quot;,\n            range: [text.indexOf('rocks!'), ('rocks!').length]\n        },\n        // Sets a foreground color\n        {\n            type: Titanium.UI.ATTRIBUTE_FOREGROUND_COLOR,\n            value: &quot;orange&quot;,\n            range: [0,  text.length]\n        },\n        {\n            type: Titanium.UI.ATTRIBUTE_FOREGROUND_COLOR,\n            value: &quot;black&quot;,\n            range: [text.indexOf('rocks!'), ('rocks!').length]\n        }\n    ]\n});\n\nvar label = Titanium.UI.createLabel({\n    left: 20,\n    right: 20,\n    height: Titanium.UI.SIZE,\n    attributedString: attr\n});\n\nwin.add(label);\n</code></pre>"
                },
                {
                    "title": "Adds attributes, one by one.",
                    "code": "<pre><code>var win = Titanium.UI.createWindow({\nbackgroundColor: '#ddd',\n});\nwin.open();\nvar text =  'Bacon ipsum dolor Appcelerator Titanium rocks! sit amet fatback leberkas salami sausage tongue strip steak.';\nvar attr = Titanium.UI.createAttributedString({\ntext: text\n});\n// Underlines text\nattr.addAttribute({\ntype: Titanium.UI.ATTRIBUTE_UNDERLINES_STYLE,\nrange: [0, text.length]\n});\nvar label = Titanium.UI.createLabel({\nleft: 20,\nright: 20,\nheight: Titanium.UI.SIZE,\nattributedString: attr\n});\nwin.add(label);</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "addAttribute",
                    "deprecated": false,
                    "description": "<p>Adds an <a href=\"Attribute\">attribute</a> with the given name and value to the characters in the specified range.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "attribute",
                            "constants": [],
                            "description": "<p>An attribute object.</p>",
                            "type": "Attribute",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.AttributedString.bubbleParent\">Titanium.UI.AttributedString.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.AttributedString.bubbleParent\">Titanium.UI.AttributedString.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.AttributedString.bubbleParent\">Titanium.UI.AttributedString.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.AttributedString.bubbleParent\">Titanium.UI.AttributedString.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.AttributedString.apiName\">Titanium.UI.AttributedString.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.AttributedString.apiName\">Titanium.UI.AttributedString.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.AttributedString.lifecycleContainer\">Titanium.UI.AttributedString.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.AttributedString.lifecycleContainer\">Titanium.UI.AttributedString.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.AttributedString.lifecycleContainer\">Titanium.UI.AttributedString.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.AttributedString.lifecycleContainer\">Titanium.UI.AttributedString.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getText",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.AttributedString.text\">Titanium.UI.AttributedString.text</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.AttributedString.text\">Titanium.UI.AttributedString.text</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setText",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.AttributedString.text\">Titanium.UI.AttributedString.text</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.AttributedString.text\">Titanium.UI.AttributedString.text</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "text",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAttributes",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.AttributedString.attributes\">Titanium.UI.AttributedString.attributes</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.AttributedString.attributes\">Titanium.UI.AttributedString.attributes</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAttributes",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.AttributedString.attributes\">Titanium.UI.AttributedString.attributes</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.AttributedString.attributes\">Titanium.UI.AttributedString.attributes</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "attributes",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": true,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "text",
                    "deprecated": false,
                    "description": "<p>The text applied to the attributed string.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "attributes",
                    "deprecated": false,
                    "description": "<p>An array of attributes to add.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>The AttributedString proxy is created with the <a href=\"Titanium.UI.createAttributedString\">Titanium.UI.createAttributedString</a> method.</p>\n<p>The <code>text</code> property must be set initially in the constructor when creating an attributed string.\nThe <a href=\"Titanium.UI.AttributedString.attributes\">attributes</a> can either be set in the constructor or after it has been created.</p>\n<p>For examples of Attributed Strings, see the\n<a href=\"https://docs.appcelerator.com/platform/latest/#!/guide/Attributed_Strings\">Attributed Strings guide</a>.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "3.6.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "3.6.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "3.6.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.Button",
            "description": "<p>A button widget that has four states: normal, disabled, focused and selected.</p>",
            "deprecated": false,
            "events": [
                {
                    "name": "click",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a click against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "dblclick",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a double click against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "doubletap",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a double tap against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "focus",
                    "deprecated": false,
                    "description": "<p>Fired when the view element gains focus.</p>"
                },
                {
                    "name": "keypressed",
                    "deprecated": false,
                    "description": "<p>Fired when a hardware key is pressed in the view.</p>",
                    "properties": [
                        {
                            "name": "keyCode",
                            "constants": [],
                            "description": "<p>The code for the physical key that was pressed. For more details, see <a href=\"https://developer.android.com/reference/android/view/KeyEvent.html\">KeyEvent</a>. This API is experimental and subject to change.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "longclick",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a long click.</p>"
                },
                {
                    "name": "longpress",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a long press.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "pinch",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a pinch gesture.</p>",
                    "properties": [
                        {
                            "name": "scale",
                            "constants": [],
                            "description": "<p>The scale factor relative to the points of the two touches in screen coordinates.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "velocity",
                            "constants": [],
                            "description": "<p>The velocity of the pinch in scale factor per second.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "time",
                            "constants": [],
                            "description": "<p>The event time of the current event being processed.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timeDelta",
                            "constants": [],
                            "description": "<p>The time difference in milliseconds between the previous accepted scaling event and the\ncurrent scaling event.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "currentSpan",
                            "constants": [],
                            "description": "<p>The average distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "currentSpanX",
                            "constants": [],
                            "description": "<p>The average X distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "currentSpanY",
                            "constants": [],
                            "description": "<p>The average Y distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "previousSpan",
                            "constants": [],
                            "description": "<p>The previous average distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "previousSpanX",
                            "constants": [],
                            "description": "<p>The previous average X distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "previousSpanY",
                            "constants": [],
                            "description": "<p>The previous average Y distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "focusX",
                            "constants": [],
                            "description": "<p>The X coordinate of the current gesture's focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "focusY",
                            "constants": [],
                            "description": "<p>The Y coordinate of the current gesture's focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "inProgress",
                            "constants": [],
                            "description": "<p>Returns <code>true</code> if a scale gesture is in progress, <code>false</code> otherwise.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "postlayout",
                    "deprecated": false,
                    "description": "<p>Fired when a layout cycle is finished.</p>"
                },
                {
                    "name": "singletap",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a single tap against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "swipe",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a swipe gesture against the view.</p>",
                    "properties": [
                        {
                            "name": "direction",
                            "constants": [],
                            "description": "<p>Direction of the swipe--either 'left', 'right', 'up', or 'down'.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event's endpoint from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event's endpoint from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchcancel",
                    "deprecated": false,
                    "description": "<p>Fired when a touch event is interrupted by the device.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchend",
                    "deprecated": false,
                    "description": "<p>Fired when a touch event is completed.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Penciland are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchmove",
                    "deprecated": false,
                    "description": "<p>Fired as soon as the device detects movement of a touch.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchstart",
                    "deprecated": false,
                    "description": "<p>Fired as soon as the device detects a touch gesture.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "twofingertap",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a two-finger tap against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                }
            ],
            "examples": [
                {
                    "title": "Simple Button Example",
                    "code": "<pre><code>var button = Titanium.UI.createButton({\ntitle: 'Hello',\ntop: 10,\nwidth: 100,\nheight: 50\n});\nbutton.addEventListener('click',function(e)\n{\nTitanium.API.info(&quot;You clicked the button&quot;);\n});</code></pre>"
                },
                {
                    "title": "Alloy XML Markup",
                    "code": "<p>Previous example as an Alloy view.</p>\n<p>button.xml:</p>\n<pre><code>&lt;Alloy&gt;\n    &lt;Window id=&quot;win&quot; backgroundColor=&quot;white&quot;&gt;\n        &lt;!-- The title property can also be defined as node text. --&gt;\n        &lt;Button id=&quot;button&quot; onClick=&quot;doClick&quot; title=&quot;Hello&quot;\n            top=&quot;10&quot; width=&quot;100&quot; height=&quot;50&quot; /&gt;\n    &lt;/Window&gt;\n&lt;/Alloy&gt;\n</code></pre>\n<p>button.js:</p>\n<pre><code>function doClick(e){\n    Titanium.API.info(&quot;You clicked the button&quot;);\n};\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "animate",
                    "deprecated": false,
                    "description": "<p>Animates this view.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "animation",
                            "constants": [],
                            "description": "<p>Either a dictionary of animation properties or an\n<a href=\"Titanium.UI.Animation\">Animation</a> object.</p>",
                            "type": "Titanium.UI.Animation",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Function to be invoked upon completion of the animation.</p>",
                            "type": "Function",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "clearMotionEffects",
                    "deprecated": false,
                    "description": "<p>Removes all previously added motion effects.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "finishLayout",
                    "deprecated": true,
                    "description": "<p>Finishes a batch update of the View's layout properties and schedules a layout pass of the\nview tree.\n<strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hide",
                    "deprecated": false,
                    "description": "<p>Hides this view.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Animation options for Android only. <strong>Since SDK 5.1.0 and used only on Android 5.0+</strong></p>\n<p>Determines whether to enable a circular reveal animation.\nNote that the default here is equivalent to passing in <code>{ animated: false }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "insertAt",
                    "deprecated": false,
                    "description": "<p>Inserts a view at the specified position in the <a href=\"Titanium.UI.View.children\">children</a> array.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Pass an object that specifies the view to insert and optionally at which position (defaults to end)</p>",
                            "type": "ViewPositionOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "show",
                    "deprecated": false,
                    "description": "<p>Makes this view visible.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Animation options for Android only. <strong>Since SDK 5.1.0 and only used on Android 5.0+</strong></p>\n<p>Determines whether to enable a circular reveal animation.\nNote that the default here is equivalent to passing in <code>{ animated: false }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "startLayout",
                    "deprecated": true,
                    "description": "<p>Starts a batch update of this view's layout properties. <strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">Titanium.Proxy.applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "toImage",
                    "deprecated": false,
                    "description": "<p>Returns an image of the rendered view, as a Blob.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Function to be invoked upon completion. If non-null, this method will be performed\nasynchronously. If null, it will be performed immediately.</p>",
                            "type": "Function",
                            "usage": "optional"
                        },
                        {
                            "name": "honorScaleFactor",
                            "constants": [],
                            "description": "<p>Determines whether the image is scaled based on scale factor of main screen. (iOS only)</p>\n<p>When set to true, image is scale factor is honored. When set to false, the image in the\nblob has the same dimensions for retina and non-retina devices.</p>",
                            "type": "Boolean",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Blob",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "updateLayout",
                    "deprecated": true,
                    "description": "<p>Performs a batch update of all supplied layout properties and schedules a layout pass after\nthey have been updated.\n<strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">Titanium.Proxy.applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Layout properties to be updated.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "convertPointToView",
                    "deprecated": false,
                    "description": "<p>Translates a point from this view's coordinate system to another view's coordinate system.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "point",
                            "constants": [],
                            "description": "<p>A point in this view's coordinate system.</p>\n<p>If this argument is missing an <code>x</code> or <code>y</code> property, or the properties can not be\nconverted into numbers, an exception will be raised.</p>",
                            "type": "Point",
                            "usage": "required"
                        },
                        {
                            "name": "destinationView",
                            "constants": [],
                            "description": "<p>View that specifies the destination coordinate system to convert to. If this argument\nis not a view, an exception will be raised.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewById",
                    "deprecated": false,
                    "description": "<p>Returns the matching view of a given view ID.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "id",
                            "constants": [],
                            "description": "<p>The ID of the view that should be returned. Use the <code>id</code> property in your views to\nenable it for indexing in this method.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.View",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Button.bubbleParent\">Titanium.UI.Button.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Button.bubbleParent\">Titanium.UI.Button.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Button.bubbleParent\">Titanium.UI.Button.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Button.bubbleParent\">Titanium.UI.Button.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Button.apiName\">Titanium.UI.Button.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Button.apiName\">Titanium.UI.Button.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Button.lifecycleContainer\">Titanium.UI.Button.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Button.lifecycleContainer\">Titanium.UI.Button.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Button.lifecycleContainer\">Titanium.UI.Button.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Button.lifecycleContainer\">Titanium.UI.Button.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityHidden",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Button.accessibilityHidden\">Titanium.UI.Button.accessibilityHidden</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Button.accessibilityHidden\">Titanium.UI.Button.accessibilityHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityHidden",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Button.accessibilityHidden\">Titanium.UI.Button.accessibilityHidden</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Button.accessibilityHidden\">Titanium.UI.Button.accessibilityHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityHidden",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityHint",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Button.accessibilityHint\">Titanium.UI.Button.accessibilityHint</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Button.accessibilityHint\">Titanium.UI.Button.accessibilityHint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityHint",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Button.accessibilityHint\">Titanium.UI.Button.accessibilityHint</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Button.accessibilityHint\">Titanium.UI.Button.accessibilityHint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityHint",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityLabel",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Button.accessibilityLabel\">Titanium.UI.Button.accessibilityLabel</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Button.accessibilityLabel\">Titanium.UI.Button.accessibilityLabel</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityLabel",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Button.accessibilityLabel\">Titanium.UI.Button.accessibilityLabel</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Button.accessibilityLabel\">Titanium.UI.Button.accessibilityLabel</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityLabel",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityValue",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Button.accessibilityValue\">Titanium.UI.Button.accessibilityValue</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Button.accessibilityValue\">Titanium.UI.Button.accessibilityValue</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityValue",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Button.accessibilityValue\">Titanium.UI.Button.accessibilityValue</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Button.accessibilityValue\">Titanium.UI.Button.accessibilityValue</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityValue",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAnchorPoint",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Button.anchorPoint\">Titanium.UI.Button.anchorPoint</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Button.anchorPoint\">Titanium.UI.Button.anchorPoint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAnchorPoint",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Button.anchorPoint\">Titanium.UI.Button.anchorPoint</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Button.anchorPoint\">Titanium.UI.Button.anchorPoint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "anchorPoint",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAnimatedCenter",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Button.animatedCenter\">Titanium.UI.Button.animatedCenter</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Button.animatedCenter\">Titanium.UI.Button.animatedCenter</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Button.backgroundColor\">Titanium.UI.Button.backgroundColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Button.backgroundColor\">Titanium.UI.Button.backgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Button.backgroundColor\">Titanium.UI.Button.backgroundColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Button.backgroundColor\">Titanium.UI.Button.backgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundDisabledColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Button.backgroundDisabledColor\">Titanium.UI.Button.backgroundDisabledColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Button.backgroundDisabledColor\">Titanium.UI.Button.backgroundDisabledColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundDisabledColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Button.backgroundDisabledColor\">Titanium.UI.Button.backgroundDisabledColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Button.backgroundDisabledColor\">Titanium.UI.Button.backgroundDisabledColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundDisabledColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundDisabledImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Button.backgroundDisabledImage\">Titanium.UI.Button.backgroundDisabledImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Button.backgroundDisabledImage\">Titanium.UI.Button.backgroundDisabledImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundDisabledImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Button.backgroundDisabledImage\">Titanium.UI.Button.backgroundDisabledImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Button.backgroundDisabledImage\">Titanium.UI.Button.backgroundDisabledImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundDisabledImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundFocusedColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Button.backgroundFocusedColor\">Titanium.UI.Button.backgroundFocusedColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Button.backgroundFocusedColor\">Titanium.UI.Button.backgroundFocusedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundFocusedColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Button.backgroundFocusedColor\">Titanium.UI.Button.backgroundFocusedColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Button.backgroundFocusedColor\">Titanium.UI.Button.backgroundFocusedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundFocusedColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundFocusedImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Button.backgroundFocusedImage\">Titanium.UI.Button.backgroundFocusedImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Button.backgroundFocusedImage\">Titanium.UI.Button.backgroundFocusedImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundFocusedImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Button.backgroundFocusedImage\">Titanium.UI.Button.backgroundFocusedImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Button.backgroundFocusedImage\">Titanium.UI.Button.backgroundFocusedImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundFocusedImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundGradient",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Button.backgroundGradient\">Titanium.UI.Button.backgroundGradient</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Button.backgroundGradient\">Titanium.UI.Button.backgroundGradient</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Gradient",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundGradient",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Button.backgroundGradient\">Titanium.UI.Button.backgroundGradient</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Button.backgroundGradient\">Titanium.UI.Button.backgroundGradient</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundGradient",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Gradient",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Button.backgroundImage\">Titanium.UI.Button.backgroundImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Button.backgroundImage\">Titanium.UI.Button.backgroundImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Button.backgroundImage\">Titanium.UI.Button.backgroundImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Button.backgroundImage\">Titanium.UI.Button.backgroundImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundRepeat",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Button.backgroundRepeat\">Titanium.UI.Button.backgroundRepeat</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Button.backgroundRepeat\">Titanium.UI.Button.backgroundRepeat</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundRepeat",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Button.backgroundRepeat\">Titanium.UI.Button.backgroundRepeat</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Button.backgroundRepeat\">Titanium.UI.Button.backgroundRepeat</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundRepeat",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundLeftCap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Button.backgroundLeftCap\">Titanium.UI.Button.backgroundLeftCap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Button.backgroundLeftCap\">Titanium.UI.Button.backgroundLeftCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundLeftCap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Button.backgroundLeftCap\">Titanium.UI.Button.backgroundLeftCap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Button.backgroundLeftCap\">Titanium.UI.Button.backgroundLeftCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundLeftCap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundSelectedColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Button.backgroundSelectedColor\">Titanium.UI.Button.backgroundSelectedColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Button.backgroundSelectedColor\">Titanium.UI.Button.backgroundSelectedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundSelectedColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Button.backgroundSelectedColor\">Titanium.UI.Button.backgroundSelectedColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Button.backgroundSelectedColor\">Titanium.UI.Button.backgroundSelectedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundSelectedColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundSelectedImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Button.backgroundSelectedImage\">Titanium.UI.Button.backgroundSelectedImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Button.backgroundSelectedImage\">Titanium.UI.Button.backgroundSelectedImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundSelectedImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Button.backgroundSelectedImage\">Titanium.UI.Button.backgroundSelectedImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Button.backgroundSelectedImage\">Titanium.UI.Button.backgroundSelectedImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundSelectedImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundTopCap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Button.backgroundTopCap\">Titanium.UI.Button.backgroundTopCap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Button.backgroundTopCap\">Titanium.UI.Button.backgroundTopCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundTopCap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Button.backgroundTopCap\">Titanium.UI.Button.backgroundTopCap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Button.backgroundTopCap\">Titanium.UI.Button.backgroundTopCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundTopCap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Button.borderColor\">Titanium.UI.Button.borderColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Button.borderColor\">Titanium.UI.Button.borderColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Button.borderColor\">Titanium.UI.Button.borderColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Button.borderColor\">Titanium.UI.Button.borderColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderRadius",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Button.borderRadius\">Titanium.UI.Button.borderRadius</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Button.borderRadius\">Titanium.UI.Button.borderRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderRadius",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Button.borderRadius\">Titanium.UI.Button.borderRadius</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Button.borderRadius\">Titanium.UI.Button.borderRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderRadius",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderWidth",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Button.borderWidth\">Titanium.UI.Button.borderWidth</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Button.borderWidth\">Titanium.UI.Button.borderWidth</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderWidth",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Button.borderWidth\">Titanium.UI.Button.borderWidth</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Button.borderWidth\">Titanium.UI.Button.borderWidth</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderWidth",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBottom",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Button.bottom\">Titanium.UI.Button.bottom</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Button.bottom\">Titanium.UI.Button.bottom</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBottom",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Button.bottom\">Titanium.UI.Button.bottom</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Button.bottom\">Titanium.UI.Button.bottom</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bottom",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getCenter",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Button.center\">Titanium.UI.Button.center</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Button.center\">Titanium.UI.Button.center</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setCenter",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Button.center\">Titanium.UI.Button.center</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Button.center\">Titanium.UI.Button.center</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "center",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getClipMode",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Button.clipMode\">Titanium.UI.Button.clipMode</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Button.clipMode\">Titanium.UI.Button.clipMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setClipMode",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Button.clipMode\">Titanium.UI.Button.clipMode</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Button.clipMode\">Titanium.UI.Button.clipMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "clipMode",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getElevation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Button.elevation\">Titanium.UI.Button.elevation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Button.elevation\">Titanium.UI.Button.elevation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setElevation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Button.elevation\">Titanium.UI.Button.elevation</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Button.elevation\">Titanium.UI.Button.elevation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "elevation",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getFocusable",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Button.focusable\">Titanium.UI.Button.focusable</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Button.focusable\">Titanium.UI.Button.focusable</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setFocusable",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Button.focusable\">Titanium.UI.Button.focusable</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Button.focusable\">Titanium.UI.Button.focusable</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "focusable",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getHeight",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Button.height\">Titanium.UI.Button.height</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Button.height\">Titanium.UI.Button.height</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHeight",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Button.height\">Titanium.UI.Button.height</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Button.height\">Titanium.UI.Button.height</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "height",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHiddenBehavior",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Button.hiddenBehavior\">Titanium.UI.Button.hiddenBehavior</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Button.hiddenBehavior\">Titanium.UI.Button.hiddenBehavior</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setHiddenBehavior",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Button.hiddenBehavior\">Titanium.UI.Button.hiddenBehavior</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Button.hiddenBehavior\">Titanium.UI.Button.hiddenBehavior</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "hiddenBehavior",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getHorizontalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Button.horizontalMotionEffect\">Titanium.UI.Button.horizontalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Button.horizontalMotionEffect\">Titanium.UI.Button.horizontalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "MinMaxOptions",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHorizontalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Button.horizontalMotionEffect\">Titanium.UI.Button.horizontalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Button.horizontalMotionEffect\">Titanium.UI.Button.horizontalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "horizontalMotionEffect",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "MinMaxOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLeft",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Button.left\">Titanium.UI.Button.left</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Button.left\">Titanium.UI.Button.left</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLeft",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Button.left\">Titanium.UI.Button.left</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Button.left\">Titanium.UI.Button.left</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "left",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLayout",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Button.layout\">Titanium.UI.Button.layout</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Button.layout\">Titanium.UI.Button.layout</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLayout",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Button.layout\">Titanium.UI.Button.layout</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Button.layout\">Titanium.UI.Button.layout</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "layout",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getOpacity",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Button.opacity\">Titanium.UI.Button.opacity</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Button.opacity\">Titanium.UI.Button.opacity</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setOpacity",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Button.opacity\">Titanium.UI.Button.opacity</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Button.opacity\">Titanium.UI.Button.opacity</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "opacity",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getOverrideCurrentAnimation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Button.overrideCurrentAnimation\">Titanium.UI.Button.overrideCurrentAnimation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Button.overrideCurrentAnimation\">Titanium.UI.Button.overrideCurrentAnimation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setOverrideCurrentAnimation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Button.overrideCurrentAnimation\">Titanium.UI.Button.overrideCurrentAnimation</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Button.overrideCurrentAnimation\">Titanium.UI.Button.overrideCurrentAnimation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "overrideCurrentAnimation",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getPullBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Button.pullBackgroundColor\">Titanium.UI.Button.pullBackgroundColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Button.pullBackgroundColor\">Titanium.UI.Button.pullBackgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setPullBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Button.pullBackgroundColor\">Titanium.UI.Button.pullBackgroundColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Button.pullBackgroundColor\">Titanium.UI.Button.pullBackgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "pullBackgroundColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPreviewContext",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Button.previewContext\">Titanium.UI.Button.previewContext</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Button.previewContext\">Titanium.UI.Button.previewContext</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.iOS.PreviewContext",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "setPreviewContext",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Button.previewContext\">Titanium.UI.Button.previewContext</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Button.previewContext\">Titanium.UI.Button.previewContext</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "previewContext",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.iOS.PreviewContext",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "getRight",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Button.right\">Titanium.UI.Button.right</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Button.right\">Titanium.UI.Button.right</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setRight",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Button.right\">Titanium.UI.Button.right</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Button.right\">Titanium.UI.Button.right</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "right",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Button.rect\">Titanium.UI.Button.rect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Button.rect\">Titanium.UI.Button.rect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "DimensionWithAbsolutes",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRotation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Button.rotation\">Titanium.UI.Button.rotation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Button.rotation\">Titanium.UI.Button.rotation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRotation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Button.rotation\">Titanium.UI.Button.rotation</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Button.rotation\">Titanium.UI.Button.rotation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rotation",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getRotationX",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Button.rotationX\">Titanium.UI.Button.rotationX</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Button.rotationX\">Titanium.UI.Button.rotationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRotationX",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Button.rotationX\">Titanium.UI.Button.rotationX</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Button.rotationX\">Titanium.UI.Button.rotationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rotationX",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getRotationY",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Button.rotationY\">Titanium.UI.Button.rotationY</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Button.rotationY\">Titanium.UI.Button.rotationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRotationY",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Button.rotationY\">Titanium.UI.Button.rotationY</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Button.rotationY\">Titanium.UI.Button.rotationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rotationY",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getScaleX",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Button.scaleX\">Titanium.UI.Button.scaleX</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Button.scaleX\">Titanium.UI.Button.scaleX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setScaleX",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Button.scaleX\">Titanium.UI.Button.scaleX</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Button.scaleX\">Titanium.UI.Button.scaleX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "scaleX",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getScaleY",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Button.scaleY\">Titanium.UI.Button.scaleY</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Button.scaleY\">Titanium.UI.Button.scaleY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setScaleY",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Button.scaleY\">Titanium.UI.Button.scaleY</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Button.scaleY\">Titanium.UI.Button.scaleY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "scaleY",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getSize",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Button.size\">Titanium.UI.Button.size</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Button.size\">Titanium.UI.Button.size</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Dimension",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSoftKeyboardOnFocus",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Button.softKeyboardOnFocus\">Titanium.UI.Button.softKeyboardOnFocus</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Button.softKeyboardOnFocus\">Titanium.UI.Button.softKeyboardOnFocus</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setSoftKeyboardOnFocus",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Button.softKeyboardOnFocus\">Titanium.UI.Button.softKeyboardOnFocus</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Button.softKeyboardOnFocus\">Titanium.UI.Button.softKeyboardOnFocus</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "softKeyboardOnFocus",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTintColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Button.tintColor\">Titanium.UI.Button.tintColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Button.tintColor\">Titanium.UI.Button.tintColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTintColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Button.tintColor\">Titanium.UI.Button.tintColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Button.tintColor\">Titanium.UI.Button.tintColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "tintColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTop",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Button.top\">Titanium.UI.Button.top</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Button.top\">Titanium.UI.Button.top</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTop",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Button.top\">Titanium.UI.Button.top</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Button.top\">Titanium.UI.Button.top</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "top",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTouchEnabled",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Button.touchEnabled\">Titanium.UI.Button.touchEnabled</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Button.touchEnabled\">Titanium.UI.Button.touchEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTouchEnabled",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Button.touchEnabled\">Titanium.UI.Button.touchEnabled</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Button.touchEnabled\">Titanium.UI.Button.touchEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchEnabled",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTouchFeedback",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Button.touchFeedback\">Titanium.UI.Button.touchFeedback</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Button.touchFeedback\">Titanium.UI.Button.touchFeedback</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTouchFeedback",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Button.touchFeedback\">Titanium.UI.Button.touchFeedback</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Button.touchFeedback\">Titanium.UI.Button.touchFeedback</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchFeedback",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTouchFeedbackColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Button.touchFeedbackColor\">Titanium.UI.Button.touchFeedbackColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Button.touchFeedbackColor\">Titanium.UI.Button.touchFeedbackColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTouchFeedbackColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Button.touchFeedbackColor\">Titanium.UI.Button.touchFeedbackColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Button.touchFeedbackColor\">Titanium.UI.Button.touchFeedbackColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchFeedbackColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTransform",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Button.transform\">Titanium.UI.Button.transform</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Button.transform\">Titanium.UI.Button.transform</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Matrix2D",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTransform",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Button.transform\">Titanium.UI.Button.transform</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Button.transform\">Titanium.UI.Button.transform</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "transform",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Matrix2D",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTranslationX",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Button.translationX\">Titanium.UI.Button.translationX</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Button.translationX\">Titanium.UI.Button.translationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTranslationX",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Button.translationX\">Titanium.UI.Button.translationX</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Button.translationX\">Titanium.UI.Button.translationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translationX",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTranslationY",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Button.translationY\">Titanium.UI.Button.translationY</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Button.translationY\">Titanium.UI.Button.translationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTranslationY",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Button.translationY\">Titanium.UI.Button.translationY</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Button.translationY\">Titanium.UI.Button.translationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translationY",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTranslationZ",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Button.translationZ\">Titanium.UI.Button.translationZ</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Button.translationZ\">Titanium.UI.Button.translationZ</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTranslationZ",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Button.translationZ\">Titanium.UI.Button.translationZ</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Button.translationZ\">Titanium.UI.Button.translationZ</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translationZ",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTransitionName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Button.transitionName\">Titanium.UI.Button.transitionName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Button.transitionName\">Titanium.UI.Button.transitionName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTransitionName",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Button.transitionName\">Titanium.UI.Button.transitionName</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Button.transitionName\">Titanium.UI.Button.transitionName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "transitionName",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getVerticalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Button.verticalMotionEffect\">Titanium.UI.Button.verticalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Button.verticalMotionEffect\">Titanium.UI.Button.verticalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "MinMaxOptions",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setVerticalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Button.verticalMotionEffect\">Titanium.UI.Button.verticalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Button.verticalMotionEffect\">Titanium.UI.Button.verticalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "verticalMotionEffect",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "MinMaxOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowRadius",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Button.viewShadowRadius\">Titanium.UI.Button.viewShadowRadius</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Button.viewShadowRadius\">Titanium.UI.Button.viewShadowRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowRadius",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Button.viewShadowRadius\">Titanium.UI.Button.viewShadowRadius</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Button.viewShadowRadius\">Titanium.UI.Button.viewShadowRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowRadius",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Button.viewShadowColor\">Titanium.UI.Button.viewShadowColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Button.viewShadowColor\">Titanium.UI.Button.viewShadowColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Button.viewShadowColor\">Titanium.UI.Button.viewShadowColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Button.viewShadowColor\">Titanium.UI.Button.viewShadowColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowOffset",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Button.viewShadowOffset\">Titanium.UI.Button.viewShadowOffset</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Button.viewShadowOffset\">Titanium.UI.Button.viewShadowOffset</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowOffset",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Button.viewShadowOffset\">Titanium.UI.Button.viewShadowOffset</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Button.viewShadowOffset\">Titanium.UI.Button.viewShadowOffset</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowOffset",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getVisible",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Button.visible\">Titanium.UI.Button.visible</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Button.visible\">Titanium.UI.Button.visible</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setVisible",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Button.visible\">Titanium.UI.Button.visible</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Button.visible\">Titanium.UI.Button.visible</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "visible",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getWidth",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Button.width\">Titanium.UI.Button.width</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Button.width\">Titanium.UI.Button.width</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setWidth",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Button.width\">Titanium.UI.Button.width</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Button.width\">Titanium.UI.Button.width</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "width",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHorizontalWrap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Button.horizontalWrap\">Titanium.UI.Button.horizontalWrap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Button.horizontalWrap\">Titanium.UI.Button.horizontalWrap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHorizontalWrap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Button.horizontalWrap\">Titanium.UI.Button.horizontalWrap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Button.horizontalWrap\">Titanium.UI.Button.horizontalWrap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "horizontalWrap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getZIndex",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Button.zIndex\">Titanium.UI.Button.zIndex</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Button.zIndex\">Titanium.UI.Button.zIndex</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setZIndex",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Button.zIndex\">Titanium.UI.Button.zIndex</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Button.zIndex\">Titanium.UI.Button.zIndex</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "zIndex",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getKeepScreenOn",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Button.keepScreenOn\">Titanium.UI.Button.keepScreenOn</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Button.keepScreenOn\">Titanium.UI.Button.keepScreenOn</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setKeepScreenOn",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Button.keepScreenOn\">Titanium.UI.Button.keepScreenOn</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Button.keepScreenOn\">Titanium.UI.Button.keepScreenOn</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "keepScreenOn",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getAttributedString",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Button.attributedString\">Titanium.UI.Button.attributedString</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Button.attributedString\">Titanium.UI.Button.attributedString</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.AttributedString",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.5.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAttributedString",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Button.attributedString\">Titanium.UI.Button.attributedString</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Button.attributedString\">Titanium.UI.Button.attributedString</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "attributedString",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.AttributedString",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.5.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Button.color\">Titanium.UI.Button.color</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Button.color\">Titanium.UI.Button.color</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Button.color\">Titanium.UI.Button.color</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Button.color\">Titanium.UI.Button.color</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "color",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getDisabledColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Button.disabledColor\">Titanium.UI.Button.disabledColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Button.disabledColor\">Titanium.UI.Button.disabledColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setDisabledColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Button.disabledColor\">Titanium.UI.Button.disabledColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Button.disabledColor\">Titanium.UI.Button.disabledColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "disabledColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getEnabled",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Button.enabled\">Titanium.UI.Button.enabled</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Button.enabled\">Titanium.UI.Button.enabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setEnabled",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Button.enabled\">Titanium.UI.Button.enabled</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Button.enabled\">Titanium.UI.Button.enabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "enabled",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getFont",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Button.font\">Titanium.UI.Button.font</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Button.font\">Titanium.UI.Button.font</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Font",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setFont",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Button.font\">Titanium.UI.Button.font</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Button.font\">Titanium.UI.Button.font</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "font",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Font",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Button.image\">Titanium.UI.Button.image</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Button.image\">Titanium.UI.Button.image</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Button.image\">Titanium.UI.Button.image</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Button.image\">Titanium.UI.Button.image</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "image",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSelectedColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Button.selectedColor\">Titanium.UI.Button.selectedColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Button.selectedColor\">Titanium.UI.Button.selectedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setSelectedColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Button.selectedColor\">Titanium.UI.Button.selectedColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Button.selectedColor\">Titanium.UI.Button.selectedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "selectedColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getShadowColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Button.shadowColor\">Titanium.UI.Button.shadowColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Button.shadowColor\">Titanium.UI.Button.shadowColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setShadowColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Button.shadowColor\">Titanium.UI.Button.shadowColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Button.shadowColor\">Titanium.UI.Button.shadowColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "shadowColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getShadowOffset",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Button.shadowOffset\">Titanium.UI.Button.shadowOffset</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Button.shadowOffset\">Titanium.UI.Button.shadowOffset</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setShadowOffset",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Button.shadowOffset\">Titanium.UI.Button.shadowOffset</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Button.shadowOffset\">Titanium.UI.Button.shadowOffset</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "shadowOffset",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getShadowRadius",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Button.shadowRadius\">Titanium.UI.Button.shadowRadius</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Button.shadowRadius\">Titanium.UI.Button.shadowRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setShadowRadius",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Button.shadowRadius\">Titanium.UI.Button.shadowRadius</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Button.shadowRadius\">Titanium.UI.Button.shadowRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "shadowRadius",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getStyle",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Button.style\">Titanium.UI.Button.style</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Button.style\">Titanium.UI.Button.style</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setStyle",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Button.style\">Titanium.UI.Button.style</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Button.style\">Titanium.UI.Button.style</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "style",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSystemButton",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Button.systemButton\">Titanium.UI.Button.systemButton</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Button.systemButton\">Titanium.UI.Button.systemButton</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setSystemButton",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Button.systemButton\">Titanium.UI.Button.systemButton</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Button.systemButton\">Titanium.UI.Button.systemButton</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "systemButton",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTextAlign",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Button.textAlign\">Titanium.UI.Button.textAlign</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Button.textAlign\">Titanium.UI.Button.textAlign</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTextAlign",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Button.textAlign\">Titanium.UI.Button.textAlign</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Button.textAlign\">Titanium.UI.Button.textAlign</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "textAlign",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTitle",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Button.title\">Titanium.UI.Button.title</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Button.title\">Titanium.UI.Button.title</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTitle",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Button.title\">Titanium.UI.Button.title</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Button.title\">Titanium.UI.Button.title</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "title",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTitleid",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Button.titleid\">Titanium.UI.Button.titleid</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Button.titleid\">Titanium.UI.Button.titleid</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.5"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTitleid",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Button.titleid\">Titanium.UI.Button.titleid</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Button.titleid\">Titanium.UI.Button.titleid</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "titleid",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.5"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getVerticalAlign",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Button.verticalAlign\">Titanium.UI.Button.verticalAlign</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Button.verticalAlign\">Titanium.UI.Button.verticalAlign</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setVerticalAlign",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Button.verticalAlign\">Titanium.UI.Button.verticalAlign</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Button.verticalAlign\">Titanium.UI.Button.verticalAlign</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "verticalAlign",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.UI.View",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "accessibilityHidden",
                    "deprecated": false,
                    "description": "<p>Whether the view should be &quot;hidden&quot; from (i.e., ignored by) the accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityHint",
                    "deprecated": false,
                    "description": "<p>Briefly describes what performing an action (such as a click) on the view will do.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityLabel",
                    "deprecated": false,
                    "description": "<p>A succint label identifying the view for the device's accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityValue",
                    "deprecated": false,
                    "description": "<p>A string describing the value (if any) of the view for the device's accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "anchorPoint",
                    "deprecated": false,
                    "description": "<p>Coordinate of the view about which to pivot an animation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "animatedCenter",
                    "deprecated": false,
                    "description": "<p>Current position of the view during an animation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundColor",
                    "deprecated": false,
                    "description": "<p>Background color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundDisabledColor",
                    "deprecated": false,
                    "description": "<p>Disabled background color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundDisabledImage",
                    "deprecated": false,
                    "description": "<p>Background image for the button in its disabled state, specified as a local file path\nor URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundFocusedColor",
                    "deprecated": false,
                    "description": "<p>Focused background color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundFocusedImage",
                    "deprecated": false,
                    "description": "<p>Background image for the button in its focused state, specified as a local file path\nor URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundGradient",
                    "deprecated": false,
                    "description": "<p>A background gradient for the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [
                        {
                            "title": "Linear and Radial Gradients",
                            "code": "<p>The following code excerpt creates two views, one with a linear gradient and one with\na radial gradient.</p>\n<pre><code>var win1 = Titanium.UI.createWindow({\n    title:'Tab 1',\n    backgroundColor:'#fff',\n    layout: 'vertical'\n});\n\nvar radialGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'radial',\n        startPoint: { x: 50, y: 50 },\n        endPoint: { x: 50, y: 50 },\n        colors: [ 'red', 'blue'],\n        startRadius: 50,\n        endRadius: 0,\n        backfillStart: true\n    }\n});\nvar linearGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'linear',\n        startPoint: { x: '0%', y: '50%' },\n        endPoint: { x: '100%', y: '50%' },\n        colors: [ { color: 'red', offset: 0.0}, { color: 'blue', offset: 0.25 }, { color: 'red', offset: 1.0 } ],\n    }\n});\nwin1.add(radialGradient);\nwin1.add(linearGradient);\nwin1.open();\n</code></pre>"
                        }
                    ],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Gradient",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundImage",
                    "deprecated": false,
                    "description": "<p>Background image for the button in its normal state, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundRepeat",
                    "deprecated": false,
                    "description": "<p>Determines whether to tile a background across a view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundLeftCap",
                    "deprecated": false,
                    "description": "<p>Size of the left end cap.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundSelectedColor",
                    "deprecated": false,
                    "description": "<p>Selected background color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundSelectedImage",
                    "deprecated": false,
                    "description": "<p>Background image for the button in its selected state, specified as a local file\npath or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundTopCap",
                    "deprecated": false,
                    "description": "<p>Size of the top end cap.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderColor",
                    "deprecated": false,
                    "description": "<p>Border color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderRadius",
                    "deprecated": false,
                    "description": "<p>Radius for the rounded corners of the view's border.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderWidth",
                    "deprecated": false,
                    "description": "<p>Border width of the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "bottom",
                    "deprecated": false,
                    "description": "<p>View's bottom position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "center",
                    "deprecated": false,
                    "description": "<p>View's center position, in the parent view's coordinates.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "clipMode",
                    "deprecated": false,
                    "description": "<p>View's clipping behavior.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "elevation",
                    "deprecated": false,
                    "description": "<p>Base elevation of the view relative to its parent in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "focusable",
                    "deprecated": false,
                    "description": "<p>Whether view should be focusable while navigating with the trackball.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "height",
                    "deprecated": false,
                    "description": "<p>View height, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.FILL",
                        "Titanium.UI.SIZE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hiddenBehavior",
                    "deprecated": false,
                    "description": "<p>Sets the behavior when hiding an object to release or keep the free space</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.HIDDEN_BEHAVIOR_INVISIBLE",
                        "Titanium.UI.HIDDEN_BEHAVIOR_GONE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "horizontalMotionEffect",
                    "deprecated": false,
                    "description": "<p>Adds a horizontal parallax effect to the view</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "MinMaxOptions",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "id",
                    "deprecated": false,
                    "description": "<p>View's identifier.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "left",
                    "deprecated": false,
                    "description": "<p>View's left position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "layout",
                    "deprecated": false,
                    "description": "<p>Specifies how the view positions its children.\nOne of: 'composite', 'vertical', or 'horizontal'.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "opacity",
                    "deprecated": false,
                    "description": "<p>Opacity of this view, from 0.0 (transparent) to 1.0 (opaque). Defaults to 1.0 (opaque).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "overrideCurrentAnimation",
                    "deprecated": false,
                    "description": "<p>When on, animate call overrides current animation if applicable.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "pullBackgroundColor",
                    "deprecated": false,
                    "description": "<p>Background color of the wrapper view when this view is used as either <a href=\"Titanium.UI.ListView.pullView\">Titanium.UI.ListView.pullView</a> or <a href=\"Titanium.UI.TableView.headerPullView\">Titanium.UI.TableView.headerPullView</a>.</p>\n<p>Defaults to <code>undefined</code>. Results in a light grey background color on the wrapper view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "previewContext",
                    "deprecated": false,
                    "description": "<p>The preview context used in the 3D-Touch feature &quot;Peek and Pop&quot;.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Titanium.UI.iOS.PreviewContext",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "right",
                    "deprecated": false,
                    "description": "<p>View's right position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "rect",
                    "deprecated": false,
                    "description": "<p>The bounding box of the view relative to its parent, in system units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "type": "DimensionWithAbsolutes",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "rotation",
                    "deprecated": false,
                    "description": "<p>Clockwise 2D rotation of the view in degrees.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "rotationX",
                    "deprecated": false,
                    "description": "<p>Clockwise rotation of the view in degrees (x-axis).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "rotationY",
                    "deprecated": false,
                    "description": "<p>Clockwise rotation of the view in degrees (y-axis).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "scaleX",
                    "deprecated": false,
                    "description": "<p>Scaling of the view in x-axis in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "scaleY",
                    "deprecated": false,
                    "description": "<p>Scaling of the view in y-axis in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "size",
                    "deprecated": false,
                    "description": "<p>The size of the view in system units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Dimension",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "softKeyboardOnFocus",
                    "deprecated": false,
                    "description": "<p>Determines keyboard behavior when this view is focused. Defaults to <a href=\"Titanium.UI.Android.SOFT_KEYBOARD_DEFAULT_ON_FOCUS\">Titanium.UI.Android.SOFT_KEYBOARD_DEFAULT_ON_FOCUS</a>.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.Android.SOFT_KEYBOARD_DEFAULT_ON_FOCUS",
                        "Titanium.UI.Android.SOFT_KEYBOARD_HIDE_ON_FOCUS",
                        "Titanium.UI.Android.SOFT_KEYBOARD_SHOW_ON_FOCUS"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "tintColor",
                    "deprecated": false,
                    "description": "<p>Button tint color.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "top",
                    "deprecated": false,
                    "description": "<p>The view's top position.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "touchEnabled",
                    "deprecated": false,
                    "description": "<p>Determines whether view should receive touch events.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "touchFeedback",
                    "deprecated": false,
                    "description": "<p>A material design visual construct that provides an instantaneous visual confirmation of touch point.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "touchFeedbackColor",
                    "deprecated": false,
                    "description": "<p>Optional touch feedback ripple color. This has no effect unless <code>touchFeedback</code> is true.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "transform",
                    "deprecated": false,
                    "description": "<p>Transformation matrix to apply to the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Titanium.UI.Matrix2D",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "translationX",
                    "deprecated": false,
                    "description": "<p>Horizontal location of the view relative to its left position in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "translationY",
                    "deprecated": false,
                    "description": "<p>Vertical location of the view relative to its top position in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "translationZ",
                    "deprecated": false,
                    "description": "<p>Depth of the view relative to its elevation in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "transitionName",
                    "deprecated": false,
                    "description": "<p>A name to identify this view in activity transition.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.2"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "verticalMotionEffect",
                    "deprecated": false,
                    "description": "<p>Adds a vertical parallax effect to the view</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "MinMaxOptions",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowRadius",
                    "deprecated": false,
                    "description": "<p>Determines the blur radius used to create the shadow.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowColor",
                    "deprecated": false,
                    "description": "<p>Determines the color of the shadow.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowOffset",
                    "deprecated": false,
                    "description": "<p>Determines the offset for the shadow of the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "visible",
                    "deprecated": false,
                    "description": "<p>Determines whether the view is visible.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "width",
                    "deprecated": false,
                    "description": "<p>View's width, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.FILL",
                        "Titanium.UI.SIZE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "horizontalWrap",
                    "deprecated": false,
                    "description": "<p>Determines whether the layout has wrapping behavior.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "zIndex",
                    "deprecated": false,
                    "description": "<p>Z-index stack order position, relative to other sibling views.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "keepScreenOn",
                    "deprecated": false,
                    "description": "<p>Determines whether to keep the device screen on.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "attributedString",
                    "deprecated": false,
                    "description": "<p>Specify an attributed string for the label.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.5.0"
                        }
                    ],
                    "type": "Titanium.UI.AttributedString",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "color",
                    "deprecated": false,
                    "description": "<p>Default button text color, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "disabledColor",
                    "deprecated": false,
                    "description": "<p>Text color of the button in its disabled state, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "enabled",
                    "deprecated": false,
                    "description": "<p>Set to <code>true</code> to enable the button, <code>false</code> to disable the button.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "font",
                    "deprecated": false,
                    "description": "<p>Font to use for the button text.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Font",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "image",
                    "deprecated": false,
                    "description": "<p>Image to display on the button, specified as a local path, URL or a <code>Blob</code>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "selectedColor",
                    "deprecated": false,
                    "description": "<p>Button text color used to indicate the selected state, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "shadowColor",
                    "deprecated": false,
                    "description": "<p>Shadow color of the <a href=\"Titanium.UI.Button.title\">title</a>, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "shadowOffset",
                    "deprecated": false,
                    "description": "<p>Shadow offset of the <a href=\"Titanium.UI.Button.title\">title</a>, as a dictionary with the properties <code>x</code> and <code>y</code>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "shadowRadius",
                    "deprecated": false,
                    "description": "<p>Shadow radius of the <a href=\"Titanium.UI.Button.title\">title</a>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "style",
                    "deprecated": false,
                    "description": "<p>Style constant for the button, as defined in <a href=\"Titanium.UI.iOS.SystemButtonStyle\">Titanium.UI.iOS.SystemButtonStyle</a>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "systemButton",
                    "deprecated": false,
                    "description": "<p>Specifies an iOS system button appearance, as defined in <a href=\"Titanium.UI.iOS.SystemButton\">Titanium.UI.iOS.SystemButton</a>.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.iOS.SystemButton.ACTION",
                        "Titanium.UI.iOS.SystemButton.ACTIVITY",
                        "Titanium.UI.iOS.SystemButton.ADD",
                        "Titanium.UI.iOS.SystemButton.BOOKMARKS",
                        "Titanium.UI.iOS.SystemButton.CAMERA",
                        "Titanium.UI.iOS.SystemButton.CANCEL",
                        "Titanium.UI.iOS.SystemButton.COMPOSE",
                        "Titanium.UI.iOS.SystemButton.CONTACT_ADD",
                        "Titanium.UI.iOS.SystemButton.DISCLOSURE",
                        "Titanium.UI.iOS.SystemButton.DONE",
                        "Titanium.UI.iOS.SystemButton.EDIT",
                        "Titanium.UI.iOS.SystemButton.FAST_FORWARD",
                        "Titanium.UI.iOS.SystemButton.FIXED_SPACE",
                        "Titanium.UI.iOS.SystemButton.FLEXIBLE_SPACE",
                        "Titanium.UI.iOS.SystemButton.INFO_DARK",
                        "Titanium.UI.iOS.SystemButton.INFO_LIGHT",
                        "Titanium.UI.iOS.SystemButton.ORGANIZE",
                        "Titanium.UI.iOS.SystemButton.PAUSE",
                        "Titanium.UI.iOS.SystemButton.PLAY",
                        "Titanium.UI.iOS.SystemButton.REFRESH",
                        "Titanium.UI.iOS.SystemButton.REPLY",
                        "Titanium.UI.iOS.SystemButton.REWIND",
                        "Titanium.UI.iOS.SystemButton.SAVE",
                        "Titanium.UI.iOS.SystemButton.SPINNER",
                        "Titanium.UI.iOS.SystemButton.STOP",
                        "Titanium.UI.iOS.SystemButton.TRASH"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "textAlign",
                    "deprecated": false,
                    "description": "<p>Text alignment, specified using one of the <a href=\"Titanium.UI\">Titanium.UI</a> text alignment constants.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.TEXT_ALIGNMENT_CENTER",
                        "Titanium.UI.TEXT_ALIGNMENT_JUSTIFY",
                        "Titanium.UI.TEXT_ALIGNMENT_LEFT",
                        "Titanium.UI.TEXT_ALIGNMENT_RIGHT"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "title",
                    "deprecated": false,
                    "description": "<p>Button title.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "titleid",
                    "deprecated": false,
                    "description": "<p>Key identifying a string from the locale file to use for the button title.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.5"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.5"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "verticalAlign",
                    "deprecated": false,
                    "description": "<p>Vertical alignment for the text field, specified using one of the\nvertical alignment constants from <a href=\"Titanium.UI\">Titanium.UI</a>.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.TEXT_VERTICAL_ALIGNMENT_BOTTOM",
                        "Titanium.UI.TEXT_VERTICAL_ALIGNMENT_CENTER",
                        "Titanium.UI.TEXT_VERTICAL_ALIGNMENT_TOP"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "remarks": [
                "<table id=\"platformComparison\">\n  <tbody>\n    <tr>\n      <td><img src=\"images/button/button_android.png\" height=\"50\" /></td>\n      <td><img src=\"images/button/button_ios.png\" height=\"50\" /></td>\n      <td><img src=\"images/button/button_wp.png\" height=\"50\" /></td>\n    </tr>\n  </tbody>\n  <tfoot>\n    <tr>\n      <th>Android</th>\n      <th>iOS</th>\n      <th>Windows Phone</th>\n    </tr>\n  </tfoot>\n</table>\n<p>A button displays its  selected state while it is being pressed. The focused state is\nonly used on Android devices that have navigation keys or a keyboard, to indicate\nwhich button has input focus.</p>\n<p>You can specify background images for each state, as well as button text and a button\nicon. On iOS, there are button styles which define appearance for each state, even if\nno button images are set.</p>\n<p>Use the <a href=\"Titanium.UI.createButton\">Titanium.UI.createButton</a> method or a <strong><code>&lt;Button&gt;</code></strong> Alloy element to create a button\n(see <a href=\"#!/api/Titanium.UI.Button-examples\">Examples</a>) .</p>\n<h4>Android Platform Notes</h4>\n<p>Android uses default button images for the normal, focused, selected and disabled\nstates. If you use a custom button image, you should specify versions for the focused\nand selected states (and the disabled state, if the button is ever disabled).</p>\n<p>Android also supports setting the background color for each of the states. These are not\nsupported on iOS.</p>\n<h4>iOS Platform Notes</h4>\n<p>iOS buttons have two special properties, <code>style</code> and <code>systemButton</code>.</p>\n<p>The <code>style</code> property specifies the type of button decoration, and can be set to one\nof the values described in <a href=\"Titanium.UI.iOS.SystemButtonStyle\">Titanium.UI.iOS.SystemButtonStyle</a>.</p>\n<p>To use a custom button style, such as a background gradient, you may need to explicitly set\nthe button's <code>style</code> property to <code>PLAIN</code>, to prevent the button style from overriding any background color or gradient.</p>\n<p>Also note:</p>\n<ul>\n<li>When assigning a custom image to the <code>backgroundImage</code> property, the image must be\npartially or wholly transparent for the background color or background gradient to be visible.</li>\n<li>Similarly, for an assigned background gradient to show through, the <code>backgroundColor</code> may need to be\nset to 'transparent'.</li>\n</ul>\n<p>Unlike Android, iOS doesn't supply any default background images for buttons--\nsystem button styles serve this purpose.</p>\n<p>The <code>systemButton</code> property lets you create a predefined system-defined button,\nsuch as the <strong>Camera</strong> or <strong>Add</strong> buttons, for use in toolbars and nav bars.\nSpecifically, system buttons may be used in the following locations:</p>\n<ul>\n<li><a href=\"Titanium.UI.iOS.Toolbar\">Titanium.UI.iOS.Toolbar</a>. The <code>items</code> array can contain system buttons.</li>\n<li><a href=\"Titanium.UI.iPad.Popover\">Titanium.UI.iPad.Popover</a>. The <code>leftNavButton</code> and <code>rightNavButton</code> properties can\nrefer to system buttons</li>\n<li><a href=\"Titanium.UI.iPad.SplitWindow\">Titanium.UI.iPad.SplitWindow</a>. The <code>toolbar</code> array can contain system buttons.</li>\n<li><a href=\"Titanium.UI.TextField\">Titanium.UI.TextField</a>. The <code>keyboardToolbar</code> array can contain system buttons.</li>\n<li><a href=\"Titanium.UI.TextArea\">Titanium.UI.TextArea</a>. The <code>keyboardToolbar</code> array can contain system buttons.</li>\n<li><a href=\"Titanium.UI.Window\">Titanium.UI.Window</a>. The <code>leftNavButton</code> and <code>rightNavButton</code> properties can refer to\nsystem buttons and the <code>toolbar</code> array can contain system buttons.</li>\n</ul>\n<p>Use the constants in <a href=\"Titanium.UI.iOS.SystemButton\">Titanium.UI.iOS.SystemButton</a>\nto specify a button type. The size, style and decoration of system buttons is set\nautomatically, so you can create a button by setting only the <code>systemButton</code> property.</p>\n<p>For example:</p>\n<pre><code>var cancelButton = Ti.UI.createButton({ systemButton: Ti.UI.iOS.SystemButton.CANCEL });\n</code></pre>\n<p>In Alloy, you can omit the namespace when setting the <code>systemButton</code> property:</p>\n<pre><code>&lt;Button id=&quot;cancelbtn&quot; systemButton=&quot;CANCEL&quot;&gt;&lt;/Button&gt;\n</code></pre>\n<p>Note that the <code>systemButton</code> property specifies <em>appearance</em>, not behavior. For\nexample, to bring up the camera when the user presses the <strong>Camera</strong> button, you must\nadd an event listener to the button and call <a href=\"Titanium.Media.showCamera\">Titanium.Media.showCamera</a> when the\nbutton is clicked.</p>\n<h5>iOS Pressed Button Effects</h5>\n<p>If you do not supply separate background images for the normal and selected states,\niOS supplies a built-in effect for pressed buttons. For most iOS buttons, the effect\ndims the entire button (except for the text) while the button is being pressed.</p>\n<p>For toolbar buttons that use the <a href=\"Titanium.UI.iOS.SystemButtonStyle.PLAIN\">PLAIN</a> style\nor use system icons such as <a href=\"Titanium.UI.iOS.SystemButton.CAMERA\">CAMERA</a>, a glow effect is\nused. The glow effect shows as a white circular glow or highlight at the center of the button\nwhen the button is pressed.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.ButtonBar",
            "description": "<p>An iOS button bar component.</p>",
            "deprecated": false,
            "events": [
                {
                    "name": "click",
                    "deprecated": false,
                    "description": "<p>Fired when a button is clicked.</p>",
                    "properties": [
                        {
                            "name": "index",
                            "constants": [],
                            "description": "<p>Index of the clicked button.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "keypressed",
                    "deprecated": false,
                    "description": "<p>Fired when a hardware key is pressed in the view.</p>",
                    "properties": [
                        {
                            "name": "keyCode",
                            "constants": [],
                            "description": "<p>The code for the physical key that was pressed. For more details, see <a href=\"https://developer.android.com/reference/android/view/KeyEvent.html\">KeyEvent</a>. This API is experimental and subject to change.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "longpress",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a long press.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "pinch",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a pinch gesture.</p>",
                    "properties": [
                        {
                            "name": "scale",
                            "constants": [],
                            "description": "<p>The scale factor relative to the points of the two touches in screen coordinates.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "velocity",
                            "constants": [],
                            "description": "<p>The velocity of the pinch in scale factor per second.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "time",
                            "constants": [],
                            "description": "<p>The event time of the current event being processed.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timeDelta",
                            "constants": [],
                            "description": "<p>The time difference in milliseconds between the previous accepted scaling event and the\ncurrent scaling event.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "currentSpan",
                            "constants": [],
                            "description": "<p>The average distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "currentSpanX",
                            "constants": [],
                            "description": "<p>The average X distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "currentSpanY",
                            "constants": [],
                            "description": "<p>The average Y distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "previousSpan",
                            "constants": [],
                            "description": "<p>The previous average distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "previousSpanX",
                            "constants": [],
                            "description": "<p>The previous average X distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "previousSpanY",
                            "constants": [],
                            "description": "<p>The previous average Y distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "focusX",
                            "constants": [],
                            "description": "<p>The X coordinate of the current gesture's focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "focusY",
                            "constants": [],
                            "description": "<p>The Y coordinate of the current gesture's focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "inProgress",
                            "constants": [],
                            "description": "<p>Returns <code>true</code> if a scale gesture is in progress, <code>false</code> otherwise.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "postlayout",
                    "deprecated": false,
                    "description": "<p>Fired when a layout cycle is finished.</p>"
                }
            ],
            "examples": [
                {
                    "title": "Simple 3 button button bar",
                    "code": "<pre><code>var bb1 = Titanium.UI.createButtonBar({\nlabels:['One', 'Two', 'Three'],\nbackgroundColor:'#336699',\ntop:50,\nstyle:Titanium.UI.iOS.SystemButtonStyle.PLAIN,\nheight:25,\nwidth:200\n});\nwin.add(bb1);</code></pre>"
                },
                {
                    "title": "Alloy XML Markup",
                    "code": "<p>Previous example as an Alloy view.</p>\n<pre><code>&lt;Alloy&gt;\n    &lt;Window id=&quot;win&quot;&gt;\n        &lt;ButtonBar id=&quot;bb1&quot; platform=&quot;ios&quot; backgroundColor=&quot;#369&quot; top=&quot;50&quot; height=&quot;25&quot; width=&quot;200&quot;&gt;\n            &lt;!-- The Labels tag sets the ButtonBar.labels property --&gt;\n            &lt;Labels&gt;\n                &lt;!-- Specify text with node text or the title attribute. --&gt;\n                &lt;!-- Can also specify the enabled, image and width attributes. --&gt;\n                &lt;Label&gt;One&lt;/Label&gt;\n                &lt;Label&gt;Two&lt;/Label&gt;\n                &lt;Label&gt;Three&lt;/Label&gt;\n            &lt;/Labels&gt;\n            &lt;!-- Place additional views for the ButtonBar here. --&gt;\n        &lt;/ButtonBar&gt;\n    &lt;/Window&gt;\n&lt;/Alloy&gt;\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "animate",
                    "deprecated": false,
                    "description": "<p>Animates this view.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "animation",
                            "constants": [],
                            "description": "<p>Either a dictionary of animation properties or an\n<a href=\"Titanium.UI.Animation\">Animation</a> object.</p>",
                            "type": "Titanium.UI.Animation",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Function to be invoked upon completion of the animation.</p>",
                            "type": "Function",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "clearMotionEffects",
                    "deprecated": false,
                    "description": "<p>Removes all previously added motion effects.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "finishLayout",
                    "deprecated": true,
                    "description": "<p>Finishes a batch update of the View's layout properties and schedules a layout pass of the\nview tree.\n<strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hide",
                    "deprecated": false,
                    "description": "<p>Hides this view.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Animation options for Android only. <strong>Since SDK 5.1.0 and used only on Android 5.0+</strong></p>\n<p>Determines whether to enable a circular reveal animation.\nNote that the default here is equivalent to passing in <code>{ animated: false }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "insertAt",
                    "deprecated": false,
                    "description": "<p>Inserts a view at the specified position in the <a href=\"Titanium.UI.View.children\">children</a> array.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Pass an object that specifies the view to insert and optionally at which position (defaults to end)</p>",
                            "type": "ViewPositionOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "show",
                    "deprecated": false,
                    "description": "<p>Makes this view visible.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Animation options for Android only. <strong>Since SDK 5.1.0 and only used on Android 5.0+</strong></p>\n<p>Determines whether to enable a circular reveal animation.\nNote that the default here is equivalent to passing in <code>{ animated: false }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "startLayout",
                    "deprecated": true,
                    "description": "<p>Starts a batch update of this view's layout properties. <strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">Titanium.Proxy.applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "toImage",
                    "deprecated": false,
                    "description": "<p>Returns an image of the rendered view, as a Blob.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Function to be invoked upon completion. If non-null, this method will be performed\nasynchronously. If null, it will be performed immediately.</p>",
                            "type": "Function",
                            "usage": "optional"
                        },
                        {
                            "name": "honorScaleFactor",
                            "constants": [],
                            "description": "<p>Determines whether the image is scaled based on scale factor of main screen. (iOS only)</p>\n<p>When set to true, image is scale factor is honored. When set to false, the image in the\nblob has the same dimensions for retina and non-retina devices.</p>",
                            "type": "Boolean",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Blob",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "updateLayout",
                    "deprecated": true,
                    "description": "<p>Performs a batch update of all supplied layout properties and schedules a layout pass after\nthey have been updated.\n<strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">Titanium.Proxy.applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Layout properties to be updated.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "convertPointToView",
                    "deprecated": false,
                    "description": "<p>Translates a point from this view's coordinate system to another view's coordinate system.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "point",
                            "constants": [],
                            "description": "<p>A point in this view's coordinate system.</p>\n<p>If this argument is missing an <code>x</code> or <code>y</code> property, or the properties can not be\nconverted into numbers, an exception will be raised.</p>",
                            "type": "Point",
                            "usage": "required"
                        },
                        {
                            "name": "destinationView",
                            "constants": [],
                            "description": "<p>View that specifies the destination coordinate system to convert to. If this argument\nis not a view, an exception will be raised.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewById",
                    "deprecated": false,
                    "description": "<p>Returns the matching view of a given view ID.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "id",
                            "constants": [],
                            "description": "<p>The ID of the view that should be returned. Use the <code>id</code> property in your views to\nenable it for indexing in this method.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.View",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ButtonBar.bubbleParent\">Titanium.UI.ButtonBar.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ButtonBar.bubbleParent\">Titanium.UI.ButtonBar.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ButtonBar.bubbleParent\">Titanium.UI.ButtonBar.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ButtonBar.bubbleParent\">Titanium.UI.ButtonBar.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ButtonBar.apiName\">Titanium.UI.ButtonBar.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ButtonBar.apiName\">Titanium.UI.ButtonBar.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityHidden",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ButtonBar.accessibilityHidden\">Titanium.UI.ButtonBar.accessibilityHidden</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ButtonBar.accessibilityHidden\">Titanium.UI.ButtonBar.accessibilityHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityHidden",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ButtonBar.accessibilityHidden\">Titanium.UI.ButtonBar.accessibilityHidden</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ButtonBar.accessibilityHidden\">Titanium.UI.ButtonBar.accessibilityHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityHidden",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityHint",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ButtonBar.accessibilityHint\">Titanium.UI.ButtonBar.accessibilityHint</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ButtonBar.accessibilityHint\">Titanium.UI.ButtonBar.accessibilityHint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityHint",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ButtonBar.accessibilityHint\">Titanium.UI.ButtonBar.accessibilityHint</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ButtonBar.accessibilityHint\">Titanium.UI.ButtonBar.accessibilityHint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityHint",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityLabel",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ButtonBar.accessibilityLabel\">Titanium.UI.ButtonBar.accessibilityLabel</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ButtonBar.accessibilityLabel\">Titanium.UI.ButtonBar.accessibilityLabel</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityLabel",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ButtonBar.accessibilityLabel\">Titanium.UI.ButtonBar.accessibilityLabel</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ButtonBar.accessibilityLabel\">Titanium.UI.ButtonBar.accessibilityLabel</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityLabel",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityValue",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ButtonBar.accessibilityValue\">Titanium.UI.ButtonBar.accessibilityValue</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ButtonBar.accessibilityValue\">Titanium.UI.ButtonBar.accessibilityValue</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityValue",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ButtonBar.accessibilityValue\">Titanium.UI.ButtonBar.accessibilityValue</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ButtonBar.accessibilityValue\">Titanium.UI.ButtonBar.accessibilityValue</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityValue",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAnchorPoint",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ButtonBar.anchorPoint\">Titanium.UI.ButtonBar.anchorPoint</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ButtonBar.anchorPoint\">Titanium.UI.ButtonBar.anchorPoint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAnchorPoint",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ButtonBar.anchorPoint\">Titanium.UI.ButtonBar.anchorPoint</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ButtonBar.anchorPoint\">Titanium.UI.ButtonBar.anchorPoint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "anchorPoint",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAnimatedCenter",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ButtonBar.animatedCenter\">Titanium.UI.ButtonBar.animatedCenter</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ButtonBar.animatedCenter\">Titanium.UI.ButtonBar.animatedCenter</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ButtonBar.backgroundColor\">Titanium.UI.ButtonBar.backgroundColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ButtonBar.backgroundColor\">Titanium.UI.ButtonBar.backgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ButtonBar.backgroundColor\">Titanium.UI.ButtonBar.backgroundColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ButtonBar.backgroundColor\">Titanium.UI.ButtonBar.backgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundGradient",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ButtonBar.backgroundGradient\">Titanium.UI.ButtonBar.backgroundGradient</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ButtonBar.backgroundGradient\">Titanium.UI.ButtonBar.backgroundGradient</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Gradient",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundGradient",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ButtonBar.backgroundGradient\">Titanium.UI.ButtonBar.backgroundGradient</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ButtonBar.backgroundGradient\">Titanium.UI.ButtonBar.backgroundGradient</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundGradient",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Gradient",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ButtonBar.backgroundImage\">Titanium.UI.ButtonBar.backgroundImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ButtonBar.backgroundImage\">Titanium.UI.ButtonBar.backgroundImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ButtonBar.backgroundImage\">Titanium.UI.ButtonBar.backgroundImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ButtonBar.backgroundImage\">Titanium.UI.ButtonBar.backgroundImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundRepeat",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ButtonBar.backgroundRepeat\">Titanium.UI.ButtonBar.backgroundRepeat</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ButtonBar.backgroundRepeat\">Titanium.UI.ButtonBar.backgroundRepeat</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundRepeat",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ButtonBar.backgroundRepeat\">Titanium.UI.ButtonBar.backgroundRepeat</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ButtonBar.backgroundRepeat\">Titanium.UI.ButtonBar.backgroundRepeat</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundRepeat",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundLeftCap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ButtonBar.backgroundLeftCap\">Titanium.UI.ButtonBar.backgroundLeftCap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ButtonBar.backgroundLeftCap\">Titanium.UI.ButtonBar.backgroundLeftCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundLeftCap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ButtonBar.backgroundLeftCap\">Titanium.UI.ButtonBar.backgroundLeftCap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ButtonBar.backgroundLeftCap\">Titanium.UI.ButtonBar.backgroundLeftCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundLeftCap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundTopCap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ButtonBar.backgroundTopCap\">Titanium.UI.ButtonBar.backgroundTopCap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ButtonBar.backgroundTopCap\">Titanium.UI.ButtonBar.backgroundTopCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundTopCap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ButtonBar.backgroundTopCap\">Titanium.UI.ButtonBar.backgroundTopCap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ButtonBar.backgroundTopCap\">Titanium.UI.ButtonBar.backgroundTopCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundTopCap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ButtonBar.borderColor\">Titanium.UI.ButtonBar.borderColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ButtonBar.borderColor\">Titanium.UI.ButtonBar.borderColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ButtonBar.borderColor\">Titanium.UI.ButtonBar.borderColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ButtonBar.borderColor\">Titanium.UI.ButtonBar.borderColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderRadius",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ButtonBar.borderRadius\">Titanium.UI.ButtonBar.borderRadius</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ButtonBar.borderRadius\">Titanium.UI.ButtonBar.borderRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderRadius",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ButtonBar.borderRadius\">Titanium.UI.ButtonBar.borderRadius</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ButtonBar.borderRadius\">Titanium.UI.ButtonBar.borderRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderRadius",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderWidth",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ButtonBar.borderWidth\">Titanium.UI.ButtonBar.borderWidth</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ButtonBar.borderWidth\">Titanium.UI.ButtonBar.borderWidth</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderWidth",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ButtonBar.borderWidth\">Titanium.UI.ButtonBar.borderWidth</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ButtonBar.borderWidth\">Titanium.UI.ButtonBar.borderWidth</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderWidth",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBottom",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ButtonBar.bottom\">Titanium.UI.ButtonBar.bottom</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ButtonBar.bottom\">Titanium.UI.ButtonBar.bottom</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBottom",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ButtonBar.bottom\">Titanium.UI.ButtonBar.bottom</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ButtonBar.bottom\">Titanium.UI.ButtonBar.bottom</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bottom",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getCenter",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ButtonBar.center\">Titanium.UI.ButtonBar.center</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ButtonBar.center\">Titanium.UI.ButtonBar.center</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setCenter",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ButtonBar.center\">Titanium.UI.ButtonBar.center</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ButtonBar.center\">Titanium.UI.ButtonBar.center</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "center",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getClipMode",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ButtonBar.clipMode\">Titanium.UI.ButtonBar.clipMode</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ButtonBar.clipMode\">Titanium.UI.ButtonBar.clipMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setClipMode",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ButtonBar.clipMode\">Titanium.UI.ButtonBar.clipMode</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ButtonBar.clipMode\">Titanium.UI.ButtonBar.clipMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "clipMode",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHeight",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ButtonBar.height\">Titanium.UI.ButtonBar.height</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ButtonBar.height\">Titanium.UI.ButtonBar.height</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHeight",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ButtonBar.height\">Titanium.UI.ButtonBar.height</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ButtonBar.height\">Titanium.UI.ButtonBar.height</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "height",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHorizontalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ButtonBar.horizontalMotionEffect\">Titanium.UI.ButtonBar.horizontalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ButtonBar.horizontalMotionEffect\">Titanium.UI.ButtonBar.horizontalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "MinMaxOptions",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHorizontalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ButtonBar.horizontalMotionEffect\">Titanium.UI.ButtonBar.horizontalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ButtonBar.horizontalMotionEffect\">Titanium.UI.ButtonBar.horizontalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "horizontalMotionEffect",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "MinMaxOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLeft",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ButtonBar.left\">Titanium.UI.ButtonBar.left</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ButtonBar.left\">Titanium.UI.ButtonBar.left</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLeft",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ButtonBar.left\">Titanium.UI.ButtonBar.left</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ButtonBar.left\">Titanium.UI.ButtonBar.left</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "left",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLayout",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ButtonBar.layout\">Titanium.UI.ButtonBar.layout</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ButtonBar.layout\">Titanium.UI.ButtonBar.layout</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLayout",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ButtonBar.layout\">Titanium.UI.ButtonBar.layout</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ButtonBar.layout\">Titanium.UI.ButtonBar.layout</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "layout",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getOpacity",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ButtonBar.opacity\">Titanium.UI.ButtonBar.opacity</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ButtonBar.opacity\">Titanium.UI.ButtonBar.opacity</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setOpacity",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ButtonBar.opacity\">Titanium.UI.ButtonBar.opacity</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ButtonBar.opacity\">Titanium.UI.ButtonBar.opacity</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "opacity",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPullBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ButtonBar.pullBackgroundColor\">Titanium.UI.ButtonBar.pullBackgroundColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ButtonBar.pullBackgroundColor\">Titanium.UI.ButtonBar.pullBackgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setPullBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ButtonBar.pullBackgroundColor\">Titanium.UI.ButtonBar.pullBackgroundColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ButtonBar.pullBackgroundColor\">Titanium.UI.ButtonBar.pullBackgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "pullBackgroundColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPreviewContext",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ButtonBar.previewContext\">Titanium.UI.ButtonBar.previewContext</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ButtonBar.previewContext\">Titanium.UI.ButtonBar.previewContext</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.iOS.PreviewContext",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "setPreviewContext",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ButtonBar.previewContext\">Titanium.UI.ButtonBar.previewContext</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ButtonBar.previewContext\">Titanium.UI.ButtonBar.previewContext</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "previewContext",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.iOS.PreviewContext",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "getRight",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ButtonBar.right\">Titanium.UI.ButtonBar.right</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ButtonBar.right\">Titanium.UI.ButtonBar.right</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setRight",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ButtonBar.right\">Titanium.UI.ButtonBar.right</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ButtonBar.right\">Titanium.UI.ButtonBar.right</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "right",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ButtonBar.rect\">Titanium.UI.ButtonBar.rect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ButtonBar.rect\">Titanium.UI.ButtonBar.rect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "DimensionWithAbsolutes",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSize",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ButtonBar.size\">Titanium.UI.ButtonBar.size</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ButtonBar.size\">Titanium.UI.ButtonBar.size</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Dimension",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTintColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ButtonBar.tintColor\">Titanium.UI.ButtonBar.tintColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ButtonBar.tintColor\">Titanium.UI.ButtonBar.tintColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTintColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ButtonBar.tintColor\">Titanium.UI.ButtonBar.tintColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ButtonBar.tintColor\">Titanium.UI.ButtonBar.tintColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "tintColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTop",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ButtonBar.top\">Titanium.UI.ButtonBar.top</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ButtonBar.top\">Titanium.UI.ButtonBar.top</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTop",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ButtonBar.top\">Titanium.UI.ButtonBar.top</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ButtonBar.top\">Titanium.UI.ButtonBar.top</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "top",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTouchEnabled",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ButtonBar.touchEnabled\">Titanium.UI.ButtonBar.touchEnabled</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ButtonBar.touchEnabled\">Titanium.UI.ButtonBar.touchEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTouchEnabled",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ButtonBar.touchEnabled\">Titanium.UI.ButtonBar.touchEnabled</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ButtonBar.touchEnabled\">Titanium.UI.ButtonBar.touchEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchEnabled",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTransform",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ButtonBar.transform\">Titanium.UI.ButtonBar.transform</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ButtonBar.transform\">Titanium.UI.ButtonBar.transform</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Matrix2D",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTransform",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ButtonBar.transform\">Titanium.UI.ButtonBar.transform</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ButtonBar.transform\">Titanium.UI.ButtonBar.transform</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "transform",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Matrix2D",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getVerticalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ButtonBar.verticalMotionEffect\">Titanium.UI.ButtonBar.verticalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ButtonBar.verticalMotionEffect\">Titanium.UI.ButtonBar.verticalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "MinMaxOptions",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setVerticalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ButtonBar.verticalMotionEffect\">Titanium.UI.ButtonBar.verticalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ButtonBar.verticalMotionEffect\">Titanium.UI.ButtonBar.verticalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "verticalMotionEffect",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "MinMaxOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowRadius",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ButtonBar.viewShadowRadius\">Titanium.UI.ButtonBar.viewShadowRadius</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ButtonBar.viewShadowRadius\">Titanium.UI.ButtonBar.viewShadowRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowRadius",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ButtonBar.viewShadowRadius\">Titanium.UI.ButtonBar.viewShadowRadius</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ButtonBar.viewShadowRadius\">Titanium.UI.ButtonBar.viewShadowRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowRadius",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ButtonBar.viewShadowColor\">Titanium.UI.ButtonBar.viewShadowColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ButtonBar.viewShadowColor\">Titanium.UI.ButtonBar.viewShadowColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ButtonBar.viewShadowColor\">Titanium.UI.ButtonBar.viewShadowColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ButtonBar.viewShadowColor\">Titanium.UI.ButtonBar.viewShadowColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowOffset",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ButtonBar.viewShadowOffset\">Titanium.UI.ButtonBar.viewShadowOffset</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ButtonBar.viewShadowOffset\">Titanium.UI.ButtonBar.viewShadowOffset</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowOffset",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ButtonBar.viewShadowOffset\">Titanium.UI.ButtonBar.viewShadowOffset</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ButtonBar.viewShadowOffset\">Titanium.UI.ButtonBar.viewShadowOffset</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowOffset",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getVisible",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ButtonBar.visible\">Titanium.UI.ButtonBar.visible</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ButtonBar.visible\">Titanium.UI.ButtonBar.visible</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setVisible",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ButtonBar.visible\">Titanium.UI.ButtonBar.visible</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ButtonBar.visible\">Titanium.UI.ButtonBar.visible</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "visible",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getWidth",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ButtonBar.width\">Titanium.UI.ButtonBar.width</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ButtonBar.width\">Titanium.UI.ButtonBar.width</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setWidth",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ButtonBar.width\">Titanium.UI.ButtonBar.width</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ButtonBar.width\">Titanium.UI.ButtonBar.width</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "width",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHorizontalWrap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ButtonBar.horizontalWrap\">Titanium.UI.ButtonBar.horizontalWrap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ButtonBar.horizontalWrap\">Titanium.UI.ButtonBar.horizontalWrap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHorizontalWrap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ButtonBar.horizontalWrap\">Titanium.UI.ButtonBar.horizontalWrap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ButtonBar.horizontalWrap\">Titanium.UI.ButtonBar.horizontalWrap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "horizontalWrap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getZIndex",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ButtonBar.zIndex\">Titanium.UI.ButtonBar.zIndex</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ButtonBar.zIndex\">Titanium.UI.ButtonBar.zIndex</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setZIndex",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ButtonBar.zIndex\">Titanium.UI.ButtonBar.zIndex</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ButtonBar.zIndex\">Titanium.UI.ButtonBar.zIndex</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "zIndex",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getIndex",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ButtonBar.index\">Titanium.UI.ButtonBar.index</a> property. <strong>Deprecated since 8.0.0. This property has been deprecated in Titanium SDK 8.0.0 as this property has no effect\nand will be removed in SDK 9.0.0.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setIndex",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ButtonBar.index\">Titanium.UI.ButtonBar.index</a> property. <strong>Deprecated since 8.0.0. This property has been deprecated in Titanium SDK 8.0.0 as this property has no effect\nand will be removed in SDK 9.0.0.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "index",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLabels",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ButtonBar.labels\">Titanium.UI.ButtonBar.labels</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ButtonBar.labels\">Titanium.UI.ButtonBar.labels</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLabels",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ButtonBar.labels\">Titanium.UI.ButtonBar.labels</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ButtonBar.labels\">Titanium.UI.ButtonBar.labels</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "labels",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTextColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ButtonBar.textColor\">Titanium.UI.ButtonBar.textColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ButtonBar.textColor\">Titanium.UI.ButtonBar.textColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "9.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "9.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTextColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ButtonBar.textColor\">Titanium.UI.ButtonBar.textColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ButtonBar.textColor\">Titanium.UI.ButtonBar.textColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "textColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "9.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "9.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSelectedTextColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ButtonBar.selectedTextColor\">Titanium.UI.ButtonBar.selectedTextColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ButtonBar.selectedTextColor\">Titanium.UI.ButtonBar.selectedTextColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "9.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "9.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setSelectedTextColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ButtonBar.selectedTextColor\">Titanium.UI.ButtonBar.selectedTextColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ButtonBar.selectedTextColor\">Titanium.UI.ButtonBar.selectedTextColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "selectedTextColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "9.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "9.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSelectedButtonColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ButtonBar.selectedButtonColor\">Titanium.UI.ButtonBar.selectedButtonColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ButtonBar.selectedButtonColor\">Titanium.UI.ButtonBar.selectedButtonColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "9.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "9.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setSelectedButtonColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ButtonBar.selectedButtonColor\">Titanium.UI.ButtonBar.selectedButtonColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ButtonBar.selectedButtonColor\">Titanium.UI.ButtonBar.selectedButtonColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "selectedButtonColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "9.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "9.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.UI.View",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityHidden",
                    "deprecated": false,
                    "description": "<p>Whether the view should be &quot;hidden&quot; from (i.e., ignored by) the accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityHint",
                    "deprecated": false,
                    "description": "<p>Briefly describes what performing an action (such as a click) on the view will do.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityLabel",
                    "deprecated": false,
                    "description": "<p>A succint label identifying the view for the device's accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityValue",
                    "deprecated": false,
                    "description": "<p>A string describing the value (if any) of the view for the device's accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "anchorPoint",
                    "deprecated": false,
                    "description": "<p>Coordinate of the view about which to pivot an animation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "animatedCenter",
                    "deprecated": false,
                    "description": "<p>Current position of the view during an animation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundColor",
                    "deprecated": false,
                    "description": "<p>Background color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundGradient",
                    "deprecated": false,
                    "description": "<p>A background gradient for the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [
                        {
                            "title": "Linear and Radial Gradients",
                            "code": "<p>The following code excerpt creates two views, one with a linear gradient and one with\na radial gradient.</p>\n<pre><code>var win1 = Titanium.UI.createWindow({\n    title:'Tab 1',\n    backgroundColor:'#fff',\n    layout: 'vertical'\n});\n\nvar radialGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'radial',\n        startPoint: { x: 50, y: 50 },\n        endPoint: { x: 50, y: 50 },\n        colors: [ 'red', 'blue'],\n        startRadius: 50,\n        endRadius: 0,\n        backfillStart: true\n    }\n});\nvar linearGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'linear',\n        startPoint: { x: '0%', y: '50%' },\n        endPoint: { x: '100%', y: '50%' },\n        colors: [ { color: 'red', offset: 0.0}, { color: 'blue', offset: 0.25 }, { color: 'red', offset: 1.0 } ],\n    }\n});\nwin1.add(radialGradient);\nwin1.add(linearGradient);\nwin1.open();\n</code></pre>"
                        }
                    ],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Gradient",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundImage",
                    "deprecated": false,
                    "description": "<p>Background image for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundRepeat",
                    "deprecated": false,
                    "description": "<p>Determines whether to tile a background across a view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundLeftCap",
                    "deprecated": false,
                    "description": "<p>Size of the left end cap.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundTopCap",
                    "deprecated": false,
                    "description": "<p>Size of the top end cap.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderColor",
                    "deprecated": false,
                    "description": "<p>Border color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderRadius",
                    "deprecated": false,
                    "description": "<p>Radius for the rounded corners of the view's border.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderWidth",
                    "deprecated": false,
                    "description": "<p>Border width of the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "bottom",
                    "deprecated": false,
                    "description": "<p>View's bottom position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "center",
                    "deprecated": false,
                    "description": "<p>View's center position, in the parent view's coordinates.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "clipMode",
                    "deprecated": false,
                    "description": "<p>View's clipping behavior.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "height",
                    "deprecated": false,
                    "description": "<p>View height, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.FILL",
                        "Titanium.UI.SIZE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "horizontalMotionEffect",
                    "deprecated": false,
                    "description": "<p>Adds a horizontal parallax effect to the view</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "MinMaxOptions",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "id",
                    "deprecated": false,
                    "description": "<p>View's identifier.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "left",
                    "deprecated": false,
                    "description": "<p>View's left position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "layout",
                    "deprecated": false,
                    "description": "<p>Specifies how the view positions its children.\nOne of: 'composite', 'vertical', or 'horizontal'.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "opacity",
                    "deprecated": false,
                    "description": "<p>Opacity of this view, from 0.0 (transparent) to 1.0 (opaque). Defaults to 1.0 (opaque).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "pullBackgroundColor",
                    "deprecated": false,
                    "description": "<p>Background color of the wrapper view when this view is used as either <a href=\"Titanium.UI.ListView.pullView\">Titanium.UI.ListView.pullView</a> or <a href=\"Titanium.UI.TableView.headerPullView\">Titanium.UI.TableView.headerPullView</a>.</p>\n<p>Defaults to <code>undefined</code>. Results in a light grey background color on the wrapper view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "previewContext",
                    "deprecated": false,
                    "description": "<p>The preview context used in the 3D-Touch feature &quot;Peek and Pop&quot;.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Titanium.UI.iOS.PreviewContext",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "right",
                    "deprecated": false,
                    "description": "<p>View's right position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "rect",
                    "deprecated": false,
                    "description": "<p>The bounding box of the view relative to its parent, in system units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "type": "DimensionWithAbsolutes",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "size",
                    "deprecated": false,
                    "description": "<p>The size of the view in system units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Dimension",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "tintColor",
                    "deprecated": false,
                    "description": "<p>The view's tintColor</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "top",
                    "deprecated": false,
                    "description": "<p>The view's top position.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "touchEnabled",
                    "deprecated": false,
                    "description": "<p>Determines whether view should receive touch events.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "transform",
                    "deprecated": false,
                    "description": "<p>Transformation matrix to apply to the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Titanium.UI.Matrix2D",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "verticalMotionEffect",
                    "deprecated": false,
                    "description": "<p>Adds a vertical parallax effect to the view</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "MinMaxOptions",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowRadius",
                    "deprecated": false,
                    "description": "<p>Determines the blur radius used to create the shadow.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowColor",
                    "deprecated": false,
                    "description": "<p>Determines the color of the shadow.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowOffset",
                    "deprecated": false,
                    "description": "<p>Determines the offset for the shadow of the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "visible",
                    "deprecated": false,
                    "description": "<p>Determines whether the view is visible.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "width",
                    "deprecated": false,
                    "description": "<p>View's width, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.FILL",
                        "Titanium.UI.SIZE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "horizontalWrap",
                    "deprecated": false,
                    "description": "<p>Determines whether the layout has wrapping behavior.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "zIndex",
                    "deprecated": false,
                    "description": "<p>Z-index stack order position, relative to other sibling views.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "index",
                    "deprecated": true,
                    "description": "<p>Index of the currently selected button. <strong>Deprecated since 8.0.0. This property has been deprecated in Titanium SDK 8.0.0 as this property has no effect\nand will be removed in SDK 9.0.0.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "labels",
                    "deprecated": false,
                    "description": "<p>Array of labels for the button bar.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "textColor",
                    "deprecated": false,
                    "description": "<p>Color of title of button, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "9.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "9.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "selectedTextColor",
                    "deprecated": false,
                    "description": "<p>Color of title of button when it is selected, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "9.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "9.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "selectedButtonColor",
                    "deprecated": false,
                    "description": "<p>Color of selected button, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "9.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "9.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>The button bar is a set of buttons joined into a single control. Each button in a\nbutton bar can have a text label or an icon, but not both.</p>\n<p>Use the <a href=\"Titanium.UI.createButtonBar\">Titanium.UI.createButtonBar</a> method or <strong><code>&lt;ButtonBar&gt;</code></strong> Alloy element to create a button bar.</p>\n<p>The <a href=\"Titanium.UI.iOS.TabbedBar\">TabbedBar</a> control is a button bar where the\nlast selected button mantains a pressed or selected state. The following discussion\napplies to both button bar and tabbed bar.</p>\n<p>The buttons share a common style, defined by the <code>style</code> property. This can be\nset to one of the constants defined in\n<a href=\"Titanium.UI.iOS.SystemButtonStyle\">Titanium.UI.iOS.SystemButtonStyle</a>:</p>\n<ul>\n<li><code>PLAIN</code>. Default style for <code>ButtonBar</code> and <code>TabbedBar</code>.</li>\n<li><code>BORDERED</code>. Creates a bar like the <code>PLAIN</code> bar, but with a heavier border.</li>\n</ul>\n<p>Note that you cannot style individual buttons in a button bar. If you want to give a\ndistinct visual style to individual buttons, to use an icon and text on the same button,\nor to use a button-bar type component on a platform other than iOS, you can use a set\nof individual <a href=\"Titanium.UI.Button\">Button</a> controls wrapped in a\n<a href=\"Titanium.UI.View\">View</a> to create the appearance of a button bar.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.Clipboard",
            "description": "<p>A module used for accessing clipboard data.</p>",
            "deprecated": false,
            "events": [],
            "examples": [
                {
                    "title": "Copy Text to the Clipboard",
                    "code": "<p>Clear the clipboard and output the resulting empty clipboard to console.</p>\n<p>Then, store the string, &quot;hello&quot;, to the clipboard and output it from the clipboard to the\nconsole.</p>\n<pre><code>Ti.API.info('Deleting all text in Clipboard');\nTi.UI.Clipboard.clearText();\nTi.API.info('Clipboard.getText(): ' + Ti.UI.Clipboard.getText()); // returns empty string on Android and undefined on iOS\nTi.API.info('Set text Clipboard to hello');\nTi.UI.Clipboard.setText('hello');\nTi.API.info('Clipboard.hasText(), should be true: ' + Ti.UI.Clipboard.hasText()); // returns true on Android and 1 on iOS\nTi.API.info('Clipboard.getText(), should be hello: ' + Ti.UI.Clipboard.getText());\n</code></pre>"
                },
                {
                    "title": "Set multiple items including privacy options (iOS 10 and later)",
                    "code": "<p>The items are represented as an array that holds different objects of key-value items. Optionally,\nyou can set privacy options described in <code>Ti.UI.CLIPBOARD_OPTION_*</code>. Note that you can not have the\nsame two keys in one object and the key must match a valid mime-type. If no valid mime-type is specified</p>\n<pre><code>var win = Ti.UI.createWindow({\n    backgroundColor : &quot;#fff&quot;\n});\n\nvar btn1 = Ti.UI.createButton({\n    title : &quot;Set clipboard items&quot;,\n    top: 40\n});\n\nvar btn2 = Ti.UI.createButton({\n    title : &quot;Get clipboard items&quot;,\n    top: 80\n});\n\nbtn1.addEventListener(&quot;click&quot;, function() {\n\tvar localOnly = Ti.UI.CLIPBOARD_OPTION_LOCAL_ONLY;\n\tvar expirationDate = Ti.UI.CLIPBOARD_OPTION_EXPIRATION_DATE;\n\n    Ti.UI.Clipboard.setItems({\n\t    items: [{\n\t        &quot;text/plain&quot;: &quot;John&quot;,\n\t    },{\n\t        &quot;text/plain&quot;: &quot;Doe&quot;\n\t    }],\n\t    options: {\n\t        localOnly: true,\n\t        expirationDate: new Date(2020, 04, 20)\n\t    }\n\t});\n});\n\nbtn2.addEventListener(&quot;click&quot;, function() {\n    alert(Ti.UI.Clipboard.getItems());\n});\n\nwin.add(btn1);\nwin.add(btn2);\nwin.open();\n</code></pre>"
                },
                {
                    "title": "Use of named clipboard in iOS",
                    "code": "<pre><code>var clipboard1 = Ti.UI.createClipboard({\nname : 'myClipboard',\nallowCreation : true\n});\nclipboard1.setText('hello');\nvar clipboard2 = Ti.UI.createClipboard({\nname : 'myClipboard'\n});\nTi.API.info('Clipboard name is: ' + clipboard1.name);\nTi.API.info('Both clipboards should return &quot;hello&quot;');\nTi.API.info('clipboard1.getText() ' + clipboard1.getText());\nTi.API.info('clipboard2.getText() ' + clipboard2.getText());</code></pre>"
                },
                {
                    "title": "Use of unique named clipboard in iOS",
                    "code": "<pre><code>var clipboard = Ti.UI.createClipboard({\nunique : true\n});\nclipboard.setText('hello');\nTi.API.info('clipboard name is: ' + clipboard.name);\nTi.API.info('clipboard.getText() ' + clipboard.getText());</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.5"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.5"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.5"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "clearData",
                    "deprecated": false,
                    "description": "<p>Deletes data of the specified MIME type stored in the clipboard. If MIME type omitted, all\ndata is deleted.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>MIME type. Ignored on Android.</p>",
                            "type": "String",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.5"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "clearText",
                    "deprecated": false,
                    "description": "<p>Deletes all text data stored in the clipboard.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.5"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getData",
                    "deprecated": false,
                    "description": "<p>Gets data of the specified MIME type stored in the clipboard. Returns null if non-text mimetype on Android.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>MIME type. Must be 'text' or 'text/plain' on Android, or else null is returned.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.5"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getText",
                    "deprecated": false,
                    "description": "<p>Gets text data stored in the clipboard.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.5"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hasData",
                    "deprecated": false,
                    "description": "<p>Indicates whether any data of the specified MIME type is stored in the clipboard.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>MIME type. Must be 'text' or 'text/plain' on Android (or it will return false).</p>",
                            "type": "String",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.5"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hasText",
                    "deprecated": false,
                    "description": "<p>Indicates whether any text data is stored in the clipboard.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.5"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hasURLs",
                    "deprecated": false,
                    "description": "<p>Indicates whether any URLs are stored in the clipboard.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hasImages",
                    "deprecated": false,
                    "description": "<p>Indicates whether any images are stored in the clipboard.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hasColors",
                    "deprecated": false,
                    "description": "<p>Indicates whether any colors are stored in the clipboard.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setData",
                    "deprecated": false,
                    "description": "<p>Stores data of the specified MIME type in the clipboard.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>MIME type. Must be 'text' or 'text/plain' on Android.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "data",
                            "constants": [],
                            "description": "<p>New item of data.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.5"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setText",
                    "deprecated": false,
                    "description": "<p>Stores text data in the clipboard.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "text",
                            "constants": [],
                            "description": "<p>New item of data.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.5"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.5"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.5"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setItems",
                    "deprecated": false,
                    "description": "<p>Adds an array of items to a clipboard, and sets privacy options for all included items.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "items",
                            "constants": [],
                            "description": "<p>An array of key-value items to add to the clipboard. The key must a valid mime-type\nmatching the mime-type of the value.</p>",
                            "type": "ClipboardItemsType",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.5.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getItems",
                    "deprecated": false,
                    "description": "<p>Gets the items that have been specified earlier using <a href=\"Titanium.UI.Clipboard.setItems\">Titanium.UI.Clipboard.setItems</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.5.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "remove",
                    "deprecated": false,
                    "description": "<p>Removes the clipboard.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Clipboard.bubbleParent\">Titanium.UI.Clipboard.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Clipboard.bubbleParent\">Titanium.UI.Clipboard.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Clipboard.bubbleParent\">Titanium.UI.Clipboard.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Clipboard.bubbleParent\">Titanium.UI.Clipboard.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Clipboard.apiName\">Titanium.UI.Clipboard.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Clipboard.apiName\">Titanium.UI.Clipboard.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Clipboard.lifecycleContainer\">Titanium.UI.Clipboard.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Clipboard.lifecycleContainer\">Titanium.UI.Clipboard.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Clipboard.lifecycleContainer\">Titanium.UI.Clipboard.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Clipboard.lifecycleContainer\">Titanium.UI.Clipboard.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Clipboard.name\">Titanium.UI.Clipboard.name</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Clipboard.name\">Titanium.UI.Clipboard.name</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setName",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Clipboard.name\">Titanium.UI.Clipboard.name</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Clipboard.name\">Titanium.UI.Clipboard.name</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getUnique",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Clipboard.unique\">Titanium.UI.Clipboard.unique</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Clipboard.unique\">Titanium.UI.Clipboard.unique</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setUnique",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Clipboard.unique\">Titanium.UI.Clipboard.unique</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Clipboard.unique\">Titanium.UI.Clipboard.unique</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "unique",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAllowCreation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Clipboard.allowCreation\">Titanium.UI.Clipboard.allowCreation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Clipboard.allowCreation\">Titanium.UI.Clipboard.allowCreation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAllowCreation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Clipboard.allowCreation\">Titanium.UI.Clipboard.allowCreation</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Clipboard.allowCreation\">Titanium.UI.Clipboard.allowCreation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "allowCreation",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Module",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "name",
                    "deprecated": false,
                    "description": "<p>Create a new named clipboard.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "unique",
                    "deprecated": false,
                    "description": "<p>Create a new clipboard identified by a unique system-generated name.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "allowCreation",
                    "deprecated": false,
                    "description": "<p>Create a clipboard identified by name if it doesn't exist.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>The Clipboard is a temporary data store, used to save a single item of data that may then\nbe accessed by the user using UI copy and paste interactions within an app or between apps.</p>\n<p>On iOS, the module's <code>*Data()</code> methods enable multiple representations of the\nsame data item to be stored together with their respective\n<a href=\"http://en.wikipedia.org/wiki/Internet_media_type\">MIME type</a> to describe their format. For\nexample, <code>'text'</code> and <code>'text/plain'</code> for text, and <code>'image/jpg'</code> and <code>'image/png'</code> for an image.</p>\n<p>When working with text, either the <code>*Data()</code> methods may be used with a <code>'text/plain'</code> type, or\nthe <code>*Text()</code> methods without the need to specify the type.</p>\n<p>Android currently only supports text type of data to be stored.</p>\n<h4>Clipboard Data Types</h4>\n<p>The <code>*Text()</code> methods are equivalent to calling <code>*Data()</code> with a <code>'text'</code> or <code>'text/plain'</code>\ntype. These work with plain Unicode strings.</p>\n<p>An image is stored using the <code>'image'</code> type, or an explicit image MIME type, and is returned as\na <a href=\"Titanium.Blob\">Titanium.Blob</a> (binary) type.</p>\n<p>A URL is stored with the <code>'url'</code> or <code>'text/uri-list'</code> type, and is returned as a string.</p>\n<p>Any data type that is specified but not correctly mapped to a clipboard type by the system is\nretrieved as a <a href=\"Titanium.Blob\">Titanium.Blob</a> type.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "1.5"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "1.5"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "1.5"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "ClipboardItemsType",
            "description": "<p>Dictionary describing the items for <a href=\"Titanium.UI.Clipboard.setItems\">Titanium.UI.Clipboard.setItems</a>.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "items",
                    "deprecated": false,
                    "description": "<p>An array of key-value items to add to the clipboard. The key must a valid mime-type\nmatching the mime-type of the value.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "options",
                    "deprecated": false,
                    "description": "<p>The privacy options to apply to all the items on the clipboard. The available options are\ndescribed in <code>Ti.UI.CLIPBOARD_OPTION_*</code>. Depending on the key, the value can be a Date or\nBoolean.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Object",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.CoverFlowView",
            "description": "<p>The cover flow view is a container showing animated three-dimensional images in a style\nconsistent with the cover flow presentation used for iPod, iTunes, and file browsing.\n<strong>Removed in 6.0.0. Use <a href=\"Titanium.UI.iOS.CoverFlowView\">Titanium.UI.iOS.CoverFlowView</a> instead.</strong></p>",
            "deprecated": true,
            "events": [
                {
                    "name": "click",
                    "deprecated": false,
                    "description": "<p>Fired when the user clicks on the view.</p>",
                    "properties": [
                        {
                            "name": "index",
                            "constants": [],
                            "description": "<p>Index of the image that is now visible.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "previous",
                            "constants": [],
                            "description": "<p>Index of the previously-visible image.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "keypressed",
                    "deprecated": false,
                    "description": "<p>Fired when a hardware key is pressed in the view.</p>",
                    "properties": [
                        {
                            "name": "keyCode",
                            "constants": [],
                            "description": "<p>The code for the physical key that was pressed. For more details, see <a href=\"https://developer.android.com/reference/android/view/KeyEvent.html\">KeyEvent</a>. This API is experimental and subject to change.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "postlayout",
                    "deprecated": false,
                    "description": "<p>Fired when a layout cycle is finished.</p>"
                },
                {
                    "name": "change",
                    "deprecated": false,
                    "description": "<p>Fired when the user changes the image using a gesture.</p>",
                    "properties": [
                        {
                            "name": "index",
                            "constants": [],
                            "description": "<p>Index of the image that is now visible.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "previous",
                            "constants": [],
                            "description": "<p>Index of the previously-visible image.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                }
            ],
            "examples": [
                {
                    "title": "Simple 3 image cover flow example",
                    "code": "<p>Create a simple cover flow view.</p>\n<pre><code>var view = Titanium.UI.createCoverFlowView({\n\timages:['a.png','b.png','c.png'],\n\tbackgroundColor:'#000'\n});\nwindow.add(view);\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "animate",
                    "deprecated": false,
                    "description": "<p>Animates this view.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "animation",
                            "constants": [],
                            "description": "<p>Either a dictionary of animation properties or an\n<a href=\"Titanium.UI.Animation\">Animation</a> object.</p>",
                            "type": "Titanium.UI.Animation",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Function to be invoked upon completion of the animation.</p>",
                            "type": "Function",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "clearMotionEffects",
                    "deprecated": false,
                    "description": "<p>Removes all previously added motion effects.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "finishLayout",
                    "deprecated": true,
                    "description": "<p>Finishes a batch update of the View's layout properties and schedules a layout pass of the\nview tree.\n<strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hide",
                    "deprecated": false,
                    "description": "<p>Hides this view.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Animation options for Android only. <strong>Since SDK 5.1.0 and used only on Android 5.0+</strong></p>\n<p>Determines whether to enable a circular reveal animation.\nNote that the default here is equivalent to passing in <code>{ animated: false }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "insertAt",
                    "deprecated": false,
                    "description": "<p>Inserts a view at the specified position in the <a href=\"Titanium.UI.View.children\">children</a> array.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Pass an object that specifies the view to insert and optionally at which position (defaults to end)</p>",
                            "type": "ViewPositionOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "show",
                    "deprecated": false,
                    "description": "<p>Makes this view visible.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Animation options for Android only. <strong>Since SDK 5.1.0 and only used on Android 5.0+</strong></p>\n<p>Determines whether to enable a circular reveal animation.\nNote that the default here is equivalent to passing in <code>{ animated: false }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "startLayout",
                    "deprecated": true,
                    "description": "<p>Starts a batch update of this view's layout properties. <strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">Titanium.Proxy.applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "toImage",
                    "deprecated": false,
                    "description": "<p>Returns an image of the rendered view, as a Blob.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Function to be invoked upon completion. If non-null, this method will be performed\nasynchronously. If null, it will be performed immediately.</p>",
                            "type": "Function",
                            "usage": "optional"
                        },
                        {
                            "name": "honorScaleFactor",
                            "constants": [],
                            "description": "<p>Determines whether the image is scaled based on scale factor of main screen. (iOS only)</p>\n<p>When set to true, image is scale factor is honored. When set to false, the image in the\nblob has the same dimensions for retina and non-retina devices.</p>",
                            "type": "Boolean",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Blob",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "updateLayout",
                    "deprecated": true,
                    "description": "<p>Performs a batch update of all supplied layout properties and schedules a layout pass after\nthey have been updated.\n<strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">Titanium.Proxy.applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Layout properties to be updated.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "convertPointToView",
                    "deprecated": false,
                    "description": "<p>Translates a point from this view's coordinate system to another view's coordinate system.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "point",
                            "constants": [],
                            "description": "<p>A point in this view's coordinate system.</p>\n<p>If this argument is missing an <code>x</code> or <code>y</code> property, or the properties can not be\nconverted into numbers, an exception will be raised.</p>",
                            "type": "Point",
                            "usage": "required"
                        },
                        {
                            "name": "destinationView",
                            "constants": [],
                            "description": "<p>View that specifies the destination coordinate system to convert to. If this argument\nis not a view, an exception will be raised.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewById",
                    "deprecated": false,
                    "description": "<p>Returns the matching view of a given view ID.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "id",
                            "constants": [],
                            "description": "<p>The ID of the view that should be returned. Use the <code>id</code> property in your views to\nenable it for indexing in this method.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.View",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setImage",
                    "deprecated": false,
                    "description": "<p>Changes the image for a specified index.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "index",
                            "constants": [],
                            "description": "<p>Index to add the image at.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "image",
                            "constants": [],
                            "description": "<p>Image to add at this index.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.CoverFlowView.bubbleParent\">Titanium.UI.CoverFlowView.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.CoverFlowView.bubbleParent\">Titanium.UI.CoverFlowView.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.CoverFlowView.bubbleParent\">Titanium.UI.CoverFlowView.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.CoverFlowView.bubbleParent\">Titanium.UI.CoverFlowView.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.CoverFlowView.apiName\">Titanium.UI.CoverFlowView.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.CoverFlowView.apiName\">Titanium.UI.CoverFlowView.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityHidden",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.CoverFlowView.accessibilityHidden\">Titanium.UI.CoverFlowView.accessibilityHidden</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.CoverFlowView.accessibilityHidden\">Titanium.UI.CoverFlowView.accessibilityHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityHidden",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.CoverFlowView.accessibilityHidden\">Titanium.UI.CoverFlowView.accessibilityHidden</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.CoverFlowView.accessibilityHidden\">Titanium.UI.CoverFlowView.accessibilityHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityHidden",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityHint",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.CoverFlowView.accessibilityHint\">Titanium.UI.CoverFlowView.accessibilityHint</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.CoverFlowView.accessibilityHint\">Titanium.UI.CoverFlowView.accessibilityHint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityHint",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.CoverFlowView.accessibilityHint\">Titanium.UI.CoverFlowView.accessibilityHint</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.CoverFlowView.accessibilityHint\">Titanium.UI.CoverFlowView.accessibilityHint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityHint",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityLabel",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.CoverFlowView.accessibilityLabel\">Titanium.UI.CoverFlowView.accessibilityLabel</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.CoverFlowView.accessibilityLabel\">Titanium.UI.CoverFlowView.accessibilityLabel</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityLabel",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.CoverFlowView.accessibilityLabel\">Titanium.UI.CoverFlowView.accessibilityLabel</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.CoverFlowView.accessibilityLabel\">Titanium.UI.CoverFlowView.accessibilityLabel</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityLabel",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityValue",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.CoverFlowView.accessibilityValue\">Titanium.UI.CoverFlowView.accessibilityValue</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.CoverFlowView.accessibilityValue\">Titanium.UI.CoverFlowView.accessibilityValue</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityValue",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.CoverFlowView.accessibilityValue\">Titanium.UI.CoverFlowView.accessibilityValue</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.CoverFlowView.accessibilityValue\">Titanium.UI.CoverFlowView.accessibilityValue</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityValue",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAnchorPoint",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.CoverFlowView.anchorPoint\">Titanium.UI.CoverFlowView.anchorPoint</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.CoverFlowView.anchorPoint\">Titanium.UI.CoverFlowView.anchorPoint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAnchorPoint",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.CoverFlowView.anchorPoint\">Titanium.UI.CoverFlowView.anchorPoint</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.CoverFlowView.anchorPoint\">Titanium.UI.CoverFlowView.anchorPoint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "anchorPoint",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAnimatedCenter",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.CoverFlowView.animatedCenter\">Titanium.UI.CoverFlowView.animatedCenter</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.CoverFlowView.animatedCenter\">Titanium.UI.CoverFlowView.animatedCenter</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.CoverFlowView.backgroundColor\">Titanium.UI.CoverFlowView.backgroundColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.CoverFlowView.backgroundColor\">Titanium.UI.CoverFlowView.backgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.CoverFlowView.backgroundColor\">Titanium.UI.CoverFlowView.backgroundColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.CoverFlowView.backgroundColor\">Titanium.UI.CoverFlowView.backgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundGradient",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.CoverFlowView.backgroundGradient\">Titanium.UI.CoverFlowView.backgroundGradient</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.CoverFlowView.backgroundGradient\">Titanium.UI.CoverFlowView.backgroundGradient</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Gradient",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundGradient",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.CoverFlowView.backgroundGradient\">Titanium.UI.CoverFlowView.backgroundGradient</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.CoverFlowView.backgroundGradient\">Titanium.UI.CoverFlowView.backgroundGradient</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundGradient",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Gradient",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.CoverFlowView.backgroundImage\">Titanium.UI.CoverFlowView.backgroundImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.CoverFlowView.backgroundImage\">Titanium.UI.CoverFlowView.backgroundImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.CoverFlowView.backgroundImage\">Titanium.UI.CoverFlowView.backgroundImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.CoverFlowView.backgroundImage\">Titanium.UI.CoverFlowView.backgroundImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundRepeat",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.CoverFlowView.backgroundRepeat\">Titanium.UI.CoverFlowView.backgroundRepeat</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.CoverFlowView.backgroundRepeat\">Titanium.UI.CoverFlowView.backgroundRepeat</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundRepeat",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.CoverFlowView.backgroundRepeat\">Titanium.UI.CoverFlowView.backgroundRepeat</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.CoverFlowView.backgroundRepeat\">Titanium.UI.CoverFlowView.backgroundRepeat</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundRepeat",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundLeftCap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.CoverFlowView.backgroundLeftCap\">Titanium.UI.CoverFlowView.backgroundLeftCap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.CoverFlowView.backgroundLeftCap\">Titanium.UI.CoverFlowView.backgroundLeftCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundLeftCap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.CoverFlowView.backgroundLeftCap\">Titanium.UI.CoverFlowView.backgroundLeftCap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.CoverFlowView.backgroundLeftCap\">Titanium.UI.CoverFlowView.backgroundLeftCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundLeftCap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundTopCap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.CoverFlowView.backgroundTopCap\">Titanium.UI.CoverFlowView.backgroundTopCap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.CoverFlowView.backgroundTopCap\">Titanium.UI.CoverFlowView.backgroundTopCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundTopCap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.CoverFlowView.backgroundTopCap\">Titanium.UI.CoverFlowView.backgroundTopCap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.CoverFlowView.backgroundTopCap\">Titanium.UI.CoverFlowView.backgroundTopCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundTopCap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.CoverFlowView.borderColor\">Titanium.UI.CoverFlowView.borderColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.CoverFlowView.borderColor\">Titanium.UI.CoverFlowView.borderColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.CoverFlowView.borderColor\">Titanium.UI.CoverFlowView.borderColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.CoverFlowView.borderColor\">Titanium.UI.CoverFlowView.borderColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderRadius",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.CoverFlowView.borderRadius\">Titanium.UI.CoverFlowView.borderRadius</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.CoverFlowView.borderRadius\">Titanium.UI.CoverFlowView.borderRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderRadius",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.CoverFlowView.borderRadius\">Titanium.UI.CoverFlowView.borderRadius</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.CoverFlowView.borderRadius\">Titanium.UI.CoverFlowView.borderRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderRadius",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderWidth",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.CoverFlowView.borderWidth\">Titanium.UI.CoverFlowView.borderWidth</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.CoverFlowView.borderWidth\">Titanium.UI.CoverFlowView.borderWidth</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderWidth",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.CoverFlowView.borderWidth\">Titanium.UI.CoverFlowView.borderWidth</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.CoverFlowView.borderWidth\">Titanium.UI.CoverFlowView.borderWidth</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderWidth",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBottom",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.CoverFlowView.bottom\">Titanium.UI.CoverFlowView.bottom</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.CoverFlowView.bottom\">Titanium.UI.CoverFlowView.bottom</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBottom",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.CoverFlowView.bottom\">Titanium.UI.CoverFlowView.bottom</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.CoverFlowView.bottom\">Titanium.UI.CoverFlowView.bottom</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bottom",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getCenter",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.CoverFlowView.center\">Titanium.UI.CoverFlowView.center</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.CoverFlowView.center\">Titanium.UI.CoverFlowView.center</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setCenter",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.CoverFlowView.center\">Titanium.UI.CoverFlowView.center</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.CoverFlowView.center\">Titanium.UI.CoverFlowView.center</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "center",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getClipMode",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.CoverFlowView.clipMode\">Titanium.UI.CoverFlowView.clipMode</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.CoverFlowView.clipMode\">Titanium.UI.CoverFlowView.clipMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setClipMode",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.CoverFlowView.clipMode\">Titanium.UI.CoverFlowView.clipMode</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.CoverFlowView.clipMode\">Titanium.UI.CoverFlowView.clipMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "clipMode",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHeight",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.CoverFlowView.height\">Titanium.UI.CoverFlowView.height</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.CoverFlowView.height\">Titanium.UI.CoverFlowView.height</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHeight",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.CoverFlowView.height\">Titanium.UI.CoverFlowView.height</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.CoverFlowView.height\">Titanium.UI.CoverFlowView.height</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "height",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHorizontalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.CoverFlowView.horizontalMotionEffect\">Titanium.UI.CoverFlowView.horizontalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.CoverFlowView.horizontalMotionEffect\">Titanium.UI.CoverFlowView.horizontalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "MinMaxOptions",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHorizontalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.CoverFlowView.horizontalMotionEffect\">Titanium.UI.CoverFlowView.horizontalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.CoverFlowView.horizontalMotionEffect\">Titanium.UI.CoverFlowView.horizontalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "horizontalMotionEffect",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "MinMaxOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLeft",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.CoverFlowView.left\">Titanium.UI.CoverFlowView.left</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.CoverFlowView.left\">Titanium.UI.CoverFlowView.left</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLeft",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.CoverFlowView.left\">Titanium.UI.CoverFlowView.left</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.CoverFlowView.left\">Titanium.UI.CoverFlowView.left</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "left",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLayout",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.CoverFlowView.layout\">Titanium.UI.CoverFlowView.layout</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.CoverFlowView.layout\">Titanium.UI.CoverFlowView.layout</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLayout",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.CoverFlowView.layout\">Titanium.UI.CoverFlowView.layout</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.CoverFlowView.layout\">Titanium.UI.CoverFlowView.layout</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "layout",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getOpacity",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.CoverFlowView.opacity\">Titanium.UI.CoverFlowView.opacity</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.CoverFlowView.opacity\">Titanium.UI.CoverFlowView.opacity</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setOpacity",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.CoverFlowView.opacity\">Titanium.UI.CoverFlowView.opacity</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.CoverFlowView.opacity\">Titanium.UI.CoverFlowView.opacity</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "opacity",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPullBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.CoverFlowView.pullBackgroundColor\">Titanium.UI.CoverFlowView.pullBackgroundColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.CoverFlowView.pullBackgroundColor\">Titanium.UI.CoverFlowView.pullBackgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setPullBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.CoverFlowView.pullBackgroundColor\">Titanium.UI.CoverFlowView.pullBackgroundColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.CoverFlowView.pullBackgroundColor\">Titanium.UI.CoverFlowView.pullBackgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "pullBackgroundColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPreviewContext",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.CoverFlowView.previewContext\">Titanium.UI.CoverFlowView.previewContext</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.CoverFlowView.previewContext\">Titanium.UI.CoverFlowView.previewContext</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.iOS.PreviewContext",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "setPreviewContext",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.CoverFlowView.previewContext\">Titanium.UI.CoverFlowView.previewContext</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.CoverFlowView.previewContext\">Titanium.UI.CoverFlowView.previewContext</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "previewContext",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.iOS.PreviewContext",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "getRight",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.CoverFlowView.right\">Titanium.UI.CoverFlowView.right</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.CoverFlowView.right\">Titanium.UI.CoverFlowView.right</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setRight",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.CoverFlowView.right\">Titanium.UI.CoverFlowView.right</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.CoverFlowView.right\">Titanium.UI.CoverFlowView.right</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "right",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.CoverFlowView.rect\">Titanium.UI.CoverFlowView.rect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.CoverFlowView.rect\">Titanium.UI.CoverFlowView.rect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "DimensionWithAbsolutes",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSize",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.CoverFlowView.size\">Titanium.UI.CoverFlowView.size</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.CoverFlowView.size\">Titanium.UI.CoverFlowView.size</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Dimension",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTintColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.CoverFlowView.tintColor\">Titanium.UI.CoverFlowView.tintColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.CoverFlowView.tintColor\">Titanium.UI.CoverFlowView.tintColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTintColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.CoverFlowView.tintColor\">Titanium.UI.CoverFlowView.tintColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.CoverFlowView.tintColor\">Titanium.UI.CoverFlowView.tintColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "tintColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTop",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.CoverFlowView.top\">Titanium.UI.CoverFlowView.top</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.CoverFlowView.top\">Titanium.UI.CoverFlowView.top</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTop",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.CoverFlowView.top\">Titanium.UI.CoverFlowView.top</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.CoverFlowView.top\">Titanium.UI.CoverFlowView.top</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "top",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTouchEnabled",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.CoverFlowView.touchEnabled\">Titanium.UI.CoverFlowView.touchEnabled</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.CoverFlowView.touchEnabled\">Titanium.UI.CoverFlowView.touchEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTouchEnabled",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.CoverFlowView.touchEnabled\">Titanium.UI.CoverFlowView.touchEnabled</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.CoverFlowView.touchEnabled\">Titanium.UI.CoverFlowView.touchEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchEnabled",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTransform",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.CoverFlowView.transform\">Titanium.UI.CoverFlowView.transform</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.CoverFlowView.transform\">Titanium.UI.CoverFlowView.transform</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Matrix2D",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTransform",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.CoverFlowView.transform\">Titanium.UI.CoverFlowView.transform</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.CoverFlowView.transform\">Titanium.UI.CoverFlowView.transform</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "transform",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Matrix2D",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getVerticalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.CoverFlowView.verticalMotionEffect\">Titanium.UI.CoverFlowView.verticalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.CoverFlowView.verticalMotionEffect\">Titanium.UI.CoverFlowView.verticalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "MinMaxOptions",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setVerticalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.CoverFlowView.verticalMotionEffect\">Titanium.UI.CoverFlowView.verticalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.CoverFlowView.verticalMotionEffect\">Titanium.UI.CoverFlowView.verticalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "verticalMotionEffect",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "MinMaxOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowRadius",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.CoverFlowView.viewShadowRadius\">Titanium.UI.CoverFlowView.viewShadowRadius</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.CoverFlowView.viewShadowRadius\">Titanium.UI.CoverFlowView.viewShadowRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowRadius",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.CoverFlowView.viewShadowRadius\">Titanium.UI.CoverFlowView.viewShadowRadius</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.CoverFlowView.viewShadowRadius\">Titanium.UI.CoverFlowView.viewShadowRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowRadius",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.CoverFlowView.viewShadowColor\">Titanium.UI.CoverFlowView.viewShadowColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.CoverFlowView.viewShadowColor\">Titanium.UI.CoverFlowView.viewShadowColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.CoverFlowView.viewShadowColor\">Titanium.UI.CoverFlowView.viewShadowColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.CoverFlowView.viewShadowColor\">Titanium.UI.CoverFlowView.viewShadowColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowOffset",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.CoverFlowView.viewShadowOffset\">Titanium.UI.CoverFlowView.viewShadowOffset</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.CoverFlowView.viewShadowOffset\">Titanium.UI.CoverFlowView.viewShadowOffset</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowOffset",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.CoverFlowView.viewShadowOffset\">Titanium.UI.CoverFlowView.viewShadowOffset</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.CoverFlowView.viewShadowOffset\">Titanium.UI.CoverFlowView.viewShadowOffset</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowOffset",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getVisible",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.CoverFlowView.visible\">Titanium.UI.CoverFlowView.visible</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.CoverFlowView.visible\">Titanium.UI.CoverFlowView.visible</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setVisible",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.CoverFlowView.visible\">Titanium.UI.CoverFlowView.visible</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.CoverFlowView.visible\">Titanium.UI.CoverFlowView.visible</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "visible",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getWidth",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.CoverFlowView.width\">Titanium.UI.CoverFlowView.width</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.CoverFlowView.width\">Titanium.UI.CoverFlowView.width</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setWidth",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.CoverFlowView.width\">Titanium.UI.CoverFlowView.width</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.CoverFlowView.width\">Titanium.UI.CoverFlowView.width</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "width",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHorizontalWrap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.CoverFlowView.horizontalWrap\">Titanium.UI.CoverFlowView.horizontalWrap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.CoverFlowView.horizontalWrap\">Titanium.UI.CoverFlowView.horizontalWrap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHorizontalWrap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.CoverFlowView.horizontalWrap\">Titanium.UI.CoverFlowView.horizontalWrap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.CoverFlowView.horizontalWrap\">Titanium.UI.CoverFlowView.horizontalWrap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "horizontalWrap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getZIndex",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.CoverFlowView.zIndex\">Titanium.UI.CoverFlowView.zIndex</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.CoverFlowView.zIndex\">Titanium.UI.CoverFlowView.zIndex</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setZIndex",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.CoverFlowView.zIndex\">Titanium.UI.CoverFlowView.zIndex</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.CoverFlowView.zIndex\">Titanium.UI.CoverFlowView.zIndex</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "zIndex",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getImages",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.CoverFlowView.images\">Titanium.UI.CoverFlowView.images</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.CoverFlowView.images\">Titanium.UI.CoverFlowView.images</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setImages",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.CoverFlowView.images\">Titanium.UI.CoverFlowView.images</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.CoverFlowView.images\">Titanium.UI.CoverFlowView.images</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "images",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSelected",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.CoverFlowView.selected\">Titanium.UI.CoverFlowView.selected</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.CoverFlowView.selected\">Titanium.UI.CoverFlowView.selected</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setSelected",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.CoverFlowView.selected\">Titanium.UI.CoverFlowView.selected</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.CoverFlowView.selected\">Titanium.UI.CoverFlowView.selected</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "selected",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.UI.View",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityHidden",
                    "deprecated": false,
                    "description": "<p>Whether the view should be &quot;hidden&quot; from (i.e., ignored by) the accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityHint",
                    "deprecated": false,
                    "description": "<p>Briefly describes what performing an action (such as a click) on the view will do.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityLabel",
                    "deprecated": false,
                    "description": "<p>A succint label identifying the view for the device's accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityValue",
                    "deprecated": false,
                    "description": "<p>A string describing the value (if any) of the view for the device's accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "anchorPoint",
                    "deprecated": false,
                    "description": "<p>Coordinate of the view about which to pivot an animation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "animatedCenter",
                    "deprecated": false,
                    "description": "<p>Current position of the view during an animation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundColor",
                    "deprecated": false,
                    "description": "<p>Background color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundGradient",
                    "deprecated": false,
                    "description": "<p>A background gradient for the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [
                        {
                            "title": "Linear and Radial Gradients",
                            "code": "<p>The following code excerpt creates two views, one with a linear gradient and one with\na radial gradient.</p>\n<pre><code>var win1 = Titanium.UI.createWindow({\n    title:'Tab 1',\n    backgroundColor:'#fff',\n    layout: 'vertical'\n});\n\nvar radialGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'radial',\n        startPoint: { x: 50, y: 50 },\n        endPoint: { x: 50, y: 50 },\n        colors: [ 'red', 'blue'],\n        startRadius: 50,\n        endRadius: 0,\n        backfillStart: true\n    }\n});\nvar linearGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'linear',\n        startPoint: { x: '0%', y: '50%' },\n        endPoint: { x: '100%', y: '50%' },\n        colors: [ { color: 'red', offset: 0.0}, { color: 'blue', offset: 0.25 }, { color: 'red', offset: 1.0 } ],\n    }\n});\nwin1.add(radialGradient);\nwin1.add(linearGradient);\nwin1.open();\n</code></pre>"
                        }
                    ],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Gradient",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundImage",
                    "deprecated": false,
                    "description": "<p>Background image for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundRepeat",
                    "deprecated": false,
                    "description": "<p>Determines whether to tile a background across a view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundLeftCap",
                    "deprecated": false,
                    "description": "<p>Size of the left end cap.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundTopCap",
                    "deprecated": false,
                    "description": "<p>Size of the top end cap.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderColor",
                    "deprecated": false,
                    "description": "<p>Border color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderRadius",
                    "deprecated": false,
                    "description": "<p>Radius for the rounded corners of the view's border.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderWidth",
                    "deprecated": false,
                    "description": "<p>Border width of the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "bottom",
                    "deprecated": false,
                    "description": "<p>View's bottom position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "center",
                    "deprecated": false,
                    "description": "<p>View's center position, in the parent view's coordinates.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "clipMode",
                    "deprecated": false,
                    "description": "<p>View's clipping behavior.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "height",
                    "deprecated": false,
                    "description": "<p>View height, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.FILL",
                        "Titanium.UI.SIZE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "horizontalMotionEffect",
                    "deprecated": false,
                    "description": "<p>Adds a horizontal parallax effect to the view</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "MinMaxOptions",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "id",
                    "deprecated": false,
                    "description": "<p>View's identifier.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "left",
                    "deprecated": false,
                    "description": "<p>View's left position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "layout",
                    "deprecated": false,
                    "description": "<p>Specifies how the view positions its children.\nOne of: 'composite', 'vertical', or 'horizontal'.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "opacity",
                    "deprecated": false,
                    "description": "<p>Opacity of this view, from 0.0 (transparent) to 1.0 (opaque). Defaults to 1.0 (opaque).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "pullBackgroundColor",
                    "deprecated": false,
                    "description": "<p>Background color of the wrapper view when this view is used as either <a href=\"Titanium.UI.ListView.pullView\">Titanium.UI.ListView.pullView</a> or <a href=\"Titanium.UI.TableView.headerPullView\">Titanium.UI.TableView.headerPullView</a>.</p>\n<p>Defaults to <code>undefined</code>. Results in a light grey background color on the wrapper view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "previewContext",
                    "deprecated": false,
                    "description": "<p>The preview context used in the 3D-Touch feature &quot;Peek and Pop&quot;.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Titanium.UI.iOS.PreviewContext",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "right",
                    "deprecated": false,
                    "description": "<p>View's right position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "rect",
                    "deprecated": false,
                    "description": "<p>The bounding box of the view relative to its parent, in system units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "type": "DimensionWithAbsolutes",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "size",
                    "deprecated": false,
                    "description": "<p>The size of the view in system units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Dimension",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "tintColor",
                    "deprecated": false,
                    "description": "<p>The view's tintColor</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "top",
                    "deprecated": false,
                    "description": "<p>The view's top position.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "touchEnabled",
                    "deprecated": false,
                    "description": "<p>Determines whether view should receive touch events.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "transform",
                    "deprecated": false,
                    "description": "<p>Transformation matrix to apply to the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Titanium.UI.Matrix2D",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "verticalMotionEffect",
                    "deprecated": false,
                    "description": "<p>Adds a vertical parallax effect to the view</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "MinMaxOptions",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowRadius",
                    "deprecated": false,
                    "description": "<p>Determines the blur radius used to create the shadow.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowColor",
                    "deprecated": false,
                    "description": "<p>Determines the color of the shadow.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowOffset",
                    "deprecated": false,
                    "description": "<p>Determines the offset for the shadow of the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "visible",
                    "deprecated": false,
                    "description": "<p>Determines whether the view is visible.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "width",
                    "deprecated": false,
                    "description": "<p>View's width, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.FILL",
                        "Titanium.UI.SIZE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "horizontalWrap",
                    "deprecated": false,
                    "description": "<p>Determines whether the layout has wrapping behavior.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "zIndex",
                    "deprecated": false,
                    "description": "<p>Z-index stack order position, relative to other sibling views.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "images",
                    "deprecated": false,
                    "description": "<p>Array of images to display in the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "selected",
                    "deprecated": false,
                    "description": "<p>Index to make selected.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>Use the <a href=\"Titanium.UI.createCoverFlowView\">Titanium.UI.createCoverFlowView</a> method to create a cover flow view.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.DashboardItem",
            "description": "<p>A dashboard item is a view that is displayed as an icon in a <a href=\"Titanium.UI.DashboardView\">Titanium.UI.DashboardView</a>.</p>",
            "deprecated": false,
            "events": [
                {
                    "name": "click",
                    "deprecated": false,
                    "description": "<p>Fired when a click is detected against the view.</p>",
                    "properties": [
                        {
                            "name": "location",
                            "constants": [],
                            "description": "<p>Coordinates <code>x</code> and <code>y</code> of the event from the parent view's coordinate system.</p>",
                            "type": "Point",
                            "deprecated": false
                        },
                        {
                            "name": "item",
                            "constants": [],
                            "description": "<p>Item that was clicked.</p>",
                            "type": "Titanium.UI.DashboardItem",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "delete",
                    "deprecated": false,
                    "description": "<p>Fired when an item is deleted during editing mode.</p>",
                    "properties": [
                        {
                            "name": "item",
                            "constants": [],
                            "description": "<p>Item that was deleted.</p>",
                            "type": "Titanium.UI.DashboardItem",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "move",
                    "deprecated": false,
                    "description": "<p>Fired when an item is moved during editing mode.</p>",
                    "properties": [
                        {
                            "name": "items",
                            "constants": [],
                            "description": "<p>List of items to be committed, possibly in new order, when edit mode ends.</p>",
                            "type": "Array",
                            "deprecated": false
                        },
                        {
                            "name": "item",
                            "constants": [],
                            "description": "<p>Item that was moved.</p>",
                            "type": "Titanium.UI.DashboardItem",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                }
            ],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.DashboardItem.bubbleParent\">Titanium.UI.DashboardItem.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.DashboardItem.bubbleParent\">Titanium.UI.DashboardItem.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.DashboardItem.bubbleParent\">Titanium.UI.DashboardItem.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.DashboardItem.bubbleParent\">Titanium.UI.DashboardItem.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.DashboardItem.apiName\">Titanium.UI.DashboardItem.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.DashboardItem.apiName\">Titanium.UI.DashboardItem.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBadge",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.DashboardItem.badge\">Titanium.UI.DashboardItem.badge</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.DashboardItem.badge\">Titanium.UI.DashboardItem.badge</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBadge",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.DashboardItem.badge\">Titanium.UI.DashboardItem.badge</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.DashboardItem.badge\">Titanium.UI.DashboardItem.badge</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "badge",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getCanDelete",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.DashboardItem.canDelete\">Titanium.UI.DashboardItem.canDelete</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.DashboardItem.canDelete\">Titanium.UI.DashboardItem.canDelete</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setCanDelete",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.DashboardItem.canDelete\">Titanium.UI.DashboardItem.canDelete</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.DashboardItem.canDelete\">Titanium.UI.DashboardItem.canDelete</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "canDelete",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.DashboardItem.image\">Titanium.UI.DashboardItem.image</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.DashboardItem.image\">Titanium.UI.DashboardItem.image</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.DashboardItem.image\">Titanium.UI.DashboardItem.image</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.DashboardItem.image\">Titanium.UI.DashboardItem.image</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "image",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSelectedImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.DashboardItem.selectedImage\">Titanium.UI.DashboardItem.selectedImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.DashboardItem.selectedImage\">Titanium.UI.DashboardItem.selectedImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setSelectedImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.DashboardItem.selectedImage\">Titanium.UI.DashboardItem.selectedImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.DashboardItem.selectedImage\">Titanium.UI.DashboardItem.selectedImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "selectedImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": true,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "badge",
                    "deprecated": false,
                    "description": "<p>Integer value displayed in a badge.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "canDelete",
                    "deprecated": false,
                    "description": "<p>Determines whether this item can be deleted when it edit mode.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "image",
                    "deprecated": false,
                    "description": "<p>Image or path to image to display in the item by default.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "selectedImage",
                    "deprecated": false,
                    "description": "<p>Image or path to image to display in the item as it is selected.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>A DashboardItem is created using the <a href=\"Titanium.UI.createDashboardItem\">Titanium.UI.createDashboardItem</a> method or <strong><code>&lt;DashboardItem&gt;</code></strong> Alloy element.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "1.2"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "1.2"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.DashboardView",
            "description": "<p>A dashboard view is an iOS Springboard-like view of <a href=\"Titanium.UI.DashboardItem\">Titanium.UI.DashboardItem</a> items that may\nbe deleted and reordered by the user using its built-in edit mode.</p>",
            "deprecated": false,
            "events": [
                {
                    "name": "click",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a click against the view.</p>",
                    "properties": [
                        {
                            "name": "item",
                            "constants": [],
                            "description": "<p>Item that was clicked.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "location",
                            "constants": [],
                            "description": "<p>Coordinates x and y of the event from the parent view's coordinate system.</p>",
                            "type": "Point",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "dblclick",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a double click against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "doubletap",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a double tap against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "keypressed",
                    "deprecated": false,
                    "description": "<p>Fired when a hardware key is pressed in the view.</p>",
                    "properties": [
                        {
                            "name": "keyCode",
                            "constants": [],
                            "description": "<p>The code for the physical key that was pressed. For more details, see <a href=\"https://developer.android.com/reference/android/view/KeyEvent.html\">KeyEvent</a>. This API is experimental and subject to change.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "longpress",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a long press.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "pinch",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a pinch gesture.</p>",
                    "properties": [
                        {
                            "name": "scale",
                            "constants": [],
                            "description": "<p>The scale factor relative to the points of the two touches in screen coordinates.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "velocity",
                            "constants": [],
                            "description": "<p>The velocity of the pinch in scale factor per second.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "time",
                            "constants": [],
                            "description": "<p>The event time of the current event being processed.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timeDelta",
                            "constants": [],
                            "description": "<p>The time difference in milliseconds between the previous accepted scaling event and the\ncurrent scaling event.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "currentSpan",
                            "constants": [],
                            "description": "<p>The average distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "currentSpanX",
                            "constants": [],
                            "description": "<p>The average X distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "currentSpanY",
                            "constants": [],
                            "description": "<p>The average Y distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "previousSpan",
                            "constants": [],
                            "description": "<p>The previous average distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "previousSpanX",
                            "constants": [],
                            "description": "<p>The previous average X distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "previousSpanY",
                            "constants": [],
                            "description": "<p>The previous average Y distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "focusX",
                            "constants": [],
                            "description": "<p>The X coordinate of the current gesture's focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "focusY",
                            "constants": [],
                            "description": "<p>The Y coordinate of the current gesture's focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "inProgress",
                            "constants": [],
                            "description": "<p>Returns <code>true</code> if a scale gesture is in progress, <code>false</code> otherwise.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "postlayout",
                    "deprecated": false,
                    "description": "<p>Fired when a layout cycle is finished.</p>"
                },
                {
                    "name": "singletap",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a single tap against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "swipe",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a swipe gesture against the view.</p>",
                    "properties": [
                        {
                            "name": "direction",
                            "constants": [],
                            "description": "<p>Direction of the swipe--either 'left', 'right', 'up', or 'down'.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event's endpoint from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event's endpoint from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "twofingertap",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a two-finger tap against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "commit",
                    "deprecated": false,
                    "description": "<p>Fired when edit mode ends.</p>"
                },
                {
                    "name": "delete",
                    "deprecated": false,
                    "description": "<p>Fired when an item is deleted in edit mode.</p>",
                    "properties": [
                        {
                            "name": "item",
                            "constants": [],
                            "description": "<p>Item that was deleted.</p>",
                            "type": "Titanium.UI.DashboardItem",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "dragend",
                    "deprecated": false,
                    "description": "<p>Fired when an item finishes being dragged in edit mode.</p>",
                    "properties": [
                        {
                            "name": "item",
                            "constants": [],
                            "description": "<p>Item that was dragged.</p>",
                            "type": "Titanium.UI.DashboardItem",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "dragstart",
                    "deprecated": false,
                    "description": "<p>Fired when an item starts being dragged in edit mode.</p>",
                    "properties": [
                        {
                            "name": "item",
                            "constants": [],
                            "description": "<p>Item that was dragged.</p>",
                            "type": "Titanium.UI.DashboardItem",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "edit",
                    "deprecated": false,
                    "description": "<p>Fired when edit mode starts.</p>"
                },
                {
                    "name": "move",
                    "deprecated": false,
                    "description": "<p>Fired when an item is moved in edit mode.</p>",
                    "properties": [
                        {
                            "name": "item",
                            "constants": [],
                            "description": "<p>Item that was moved.</p>",
                            "type": "Titanium.UI.DashboardItem",
                            "deprecated": false
                        },
                        {
                            "name": "items",
                            "constants": [],
                            "description": "<p>List of items to be committed, possibly in new order, when edit mode ends.</p>",
                            "type": "Array",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "pagechanged",
                    "deprecated": false,
                    "description": "<p>Fired when the current page of the dashboard view changes.</p>",
                    "properties": [
                        {
                            "name": "pageNo",
                            "constants": [],
                            "description": "<p>The current page number.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                }
            ],
            "examples": [
                {
                    "title": "Dashboard Demo",
                    "code": "<p>Create a toolbar with an edit/done button and a dashboard of items on a single screen.\nSet the badge value for some items, and allow them to be reset with a click. Enter edit mode\nwith a longpress of a dashboard item (default behavior). Toggle edit mode with a click to\nthe toolbar button.</p>\n<p>Copy your image files to the local project <code>/images/dashboard</code> directory.</p>\n<pre><code>var win = Ti.UI.createWindow({\n    backgroundColor: '#13386c'\n});\n\nvar button = Ti.UI.createButton({\n    title: 'Edit',\n    style: Ti.UI.iOS.SystemButtonStyle.DONE,\n});\n\nvar toolbar = Ti.UI.iOS.createToolbar({\n    items: [button],\n    top: 0\n});\nwin.add(toolbar);\n\nvar label = Ti.UI.createLabel({\n  color: 'white',\n  font: { fontSize: 14 },\n  text: 'Click an item to reset badge\\nPress and hold an item to enable edit mode',\n  textAlign: Ti.UI.TEXT_ALIGNMENT_CENTER,\n  top: 55,\n  height: 40,\n  width: 300\n});\nwin.add(label);\n\nvar dashboardData = [];\nvar itemData = [\n  { name: 'account', badge: 10 },\n  { name: 'cases', badge: 2 },\n  { name: 'calls', badge: 2 },\n  { name: 'contacts', badge: 5},\n  { name: 'emps' }, \n  { name: 'leads' },\n  { name: 'meetings', badge: 3 },\n  { name: 'opps',  badge:  126 }, // badge will be displayed as &quot;99+&quot;\n  { name: 'tasks' }\n];\n\nfor (var i = 0; i &lt; itemData.length; i++) {\n  var item = Ti.UI.createDashboardItem({\n    badge: itemData[i].badge,\n    image: '/images/dashboard/' + itemData[i].name + '_off.png',\n    selectedImage: '/images/dashboard/' + itemData[i].name + '_on.png',\n    label: itemData[i].name\n  });\n  dashboardData.push(item);\n}\n\nvar dashboard = Ti.UI.createDashboardView({\n  data: dashboardData,\n  wobble: true,\n  top: 100\n});\nwin.add(dashboard);\n\nvar isEditable = false;\n\nbutton.addEventListener('click', function(e) {\n  if (isEditable) {\n    dashboard.stopEditing();\n  } else {\n    dashboard.startEditing();\n  }\n});\n\ndashboard.addEventListener('edit', function(e) {\n  button.title = 'Done';\n  button.style = Ti.UI.iOS.SystemButtonStyle.DONE;\n  isEditable = true;\n});\n\ndashboard.addEventListener('commit', function(e) {\n  button.title = 'Edit';\n  button.style = Ti.UI.iOS.SystemButtonStyle.PLAIN;\n  isEditable = false;\n});\n\ndashboard.addEventListener('click', function(e) {\n  e.item.badge = 0;\n});\n\nwin.open();\n</code></pre>"
                },
                {
                    "title": "Alloy XML Markup",
                    "code": "<p>Previous example as an Alloy view.</p>\n<p>dashboard.xml:</p>\n<pre><code>&lt;Alloy&gt;\n    &lt;Window id=&quot;win&quot; backgroundColor=&quot;#13386c&quot;&gt;\n        &lt;Toolbar id=&quot;toolbar&quot; top=&quot;0&quot;&gt;\n            &lt;Items&gt;\n                &lt;Button id=&quot;button&quot; onClick=&quot;changeMode&quot;&gt;Edit&lt;/Button&gt;\n            &lt;/Items&gt;\n        &lt;/Toolbar&gt;\n        &lt;Label id=&quot;label&quot; color=&quot;white&quot; top=&quot;55&quot; height=&quot;40&quot; width=&quot;300&quot;&gt;\n            Click an item to reset badge\\nPress and hold an item to enable edit mode\n        &lt;/Label&gt;\n\n        &lt;DashboardView id=&quot;dashboard&quot; top=&quot;100&quot; wobble=&quot;true&quot;\n            onClick=&quot;resetBadge&quot; onEdit=&quot;handleEdit&quot; onCommit=&quot;handleCommit&quot;&gt;\n\n            &lt;DashboardItem image=&quot;account_off.png&quot; selectedImage=&quot;account_on.png&quot; badge=&quot;10&quot; label=&quot;account&quot;/&gt;\n            &lt;DashboardItem image=&quot;calls_off.png&quot; selectedImage=&quot;calls_on.png&quot; badge=&quot;110&quot; label=&quot;calls&quot;/&gt;\n            &lt;DashboardItem image=&quot;cases_off.png&quot; selectedImage=&quot;cases_on.png&quot; label=&quot;cases&quot;/&gt;\n            &lt;DashboardItem image=&quot;contacts_off.png&quot; selectedImage=&quot;contacts_on.png&quot; badge=&quot;23&quot; label=&quot;contacts&quot;/&gt;\n            &lt;DashboardItem image=&quot;emps_off.png&quot; selectedImage=&quot;emps_on.png&quot; label=&quot;employees&quot;/&gt;\n            &lt;DashboardItem image=&quot;leads_off.png&quot; selectedImage=&quot;leads_on.png&quot; badge=&quot;1&quot; label=&quot;leads&quot;/&gt;\n            &lt;DashboardItem image=&quot;meetings_off.png&quot; selectedImage=&quot;meetings_on.png&quot; badge=&quot;5&quot; label=&quot;meetings&quot;/&gt;\n            &lt;DashboardItem image=&quot;opps_off.png&quot; selectedImage=&quot;opps_on.png&quot; label=&quot;opps&quot;/&gt;\n            &lt;DashboardItem image=&quot;tasks_off.png&quot; selectedImage=&quot;tasks_on.png&quot; label=&quot;tasks&quot;/&gt;\n\n        &lt;/DashboardView&gt;\n\n    &lt;/Window&gt;\n&lt;/Alloy&gt;\n</code></pre>\n<p>dashboard.js:</p>\n<pre><code>var isEditable = false;\n\nfunction changeMode(e) {\n  if (isEditable) {\n    $.dashboard.stopEditing();\n  } else {\n    $.dashboard.startEditing();\n  }\n}\n\nfunction handleEdit(e) {\n  $.button.title = 'Done';\n  $.button.style = Ti.UI.iOS.SystemButtonStyle.DONE;\n  isEditable = true;\n}\n\nfunction handleCommit(e) {\n  $.button.title = 'Edit';\n  $.button.style = Ti.UI.iOS.SystemButtonStyle.PLAIN;\n  isEditable = false;\n}\n\nfunction resetBadge(e) {\n  e.item.badge = 0;\n}\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "animate",
                    "deprecated": false,
                    "description": "<p>Animates this view.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "animation",
                            "constants": [],
                            "description": "<p>Either a dictionary of animation properties or an\n<a href=\"Titanium.UI.Animation\">Animation</a> object.</p>",
                            "type": "Titanium.UI.Animation",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Function to be invoked upon completion of the animation.</p>",
                            "type": "Function",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "clearMotionEffects",
                    "deprecated": false,
                    "description": "<p>Removes all previously added motion effects.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "finishLayout",
                    "deprecated": true,
                    "description": "<p>Finishes a batch update of the View's layout properties and schedules a layout pass of the\nview tree.\n<strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hide",
                    "deprecated": false,
                    "description": "<p>Hides this view.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Animation options for Android only. <strong>Since SDK 5.1.0 and used only on Android 5.0+</strong></p>\n<p>Determines whether to enable a circular reveal animation.\nNote that the default here is equivalent to passing in <code>{ animated: false }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "insertAt",
                    "deprecated": false,
                    "description": "<p>Inserts a view at the specified position in the <a href=\"Titanium.UI.View.children\">children</a> array.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Pass an object that specifies the view to insert and optionally at which position (defaults to end)</p>",
                            "type": "ViewPositionOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "show",
                    "deprecated": false,
                    "description": "<p>Makes this view visible.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Animation options for Android only. <strong>Since SDK 5.1.0 and only used on Android 5.0+</strong></p>\n<p>Determines whether to enable a circular reveal animation.\nNote that the default here is equivalent to passing in <code>{ animated: false }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "startLayout",
                    "deprecated": true,
                    "description": "<p>Starts a batch update of this view's layout properties. <strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">Titanium.Proxy.applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "toImage",
                    "deprecated": false,
                    "description": "<p>Returns an image of the rendered view, as a Blob.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Function to be invoked upon completion. If non-null, this method will be performed\nasynchronously. If null, it will be performed immediately.</p>",
                            "type": "Function",
                            "usage": "optional"
                        },
                        {
                            "name": "honorScaleFactor",
                            "constants": [],
                            "description": "<p>Determines whether the image is scaled based on scale factor of main screen. (iOS only)</p>\n<p>When set to true, image is scale factor is honored. When set to false, the image in the\nblob has the same dimensions for retina and non-retina devices.</p>",
                            "type": "Boolean",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Blob",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "updateLayout",
                    "deprecated": true,
                    "description": "<p>Performs a batch update of all supplied layout properties and schedules a layout pass after\nthey have been updated.\n<strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">Titanium.Proxy.applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Layout properties to be updated.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "convertPointToView",
                    "deprecated": false,
                    "description": "<p>Translates a point from this view's coordinate system to another view's coordinate system.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "point",
                            "constants": [],
                            "description": "<p>A point in this view's coordinate system.</p>\n<p>If this argument is missing an <code>x</code> or <code>y</code> property, or the properties can not be\nconverted into numbers, an exception will be raised.</p>",
                            "type": "Point",
                            "usage": "required"
                        },
                        {
                            "name": "destinationView",
                            "constants": [],
                            "description": "<p>View that specifies the destination coordinate system to convert to. If this argument\nis not a view, an exception will be raised.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewById",
                    "deprecated": false,
                    "description": "<p>Returns the matching view of a given view ID.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "id",
                            "constants": [],
                            "description": "<p>The ID of the view that should be returned. Use the <code>id</code> property in your views to\nenable it for indexing in this method.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.View",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "startEditing",
                    "deprecated": false,
                    "description": "<p>Enable edit mode.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "stopEditing",
                    "deprecated": false,
                    "description": "<p>Disable edit mode.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.DashboardView.bubbleParent\">Titanium.UI.DashboardView.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.DashboardView.bubbleParent\">Titanium.UI.DashboardView.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.DashboardView.bubbleParent\">Titanium.UI.DashboardView.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.DashboardView.bubbleParent\">Titanium.UI.DashboardView.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.DashboardView.apiName\">Titanium.UI.DashboardView.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.DashboardView.apiName\">Titanium.UI.DashboardView.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityHidden",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.DashboardView.accessibilityHidden\">Titanium.UI.DashboardView.accessibilityHidden</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.DashboardView.accessibilityHidden\">Titanium.UI.DashboardView.accessibilityHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityHidden",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.DashboardView.accessibilityHidden\">Titanium.UI.DashboardView.accessibilityHidden</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.DashboardView.accessibilityHidden\">Titanium.UI.DashboardView.accessibilityHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityHidden",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityHint",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.DashboardView.accessibilityHint\">Titanium.UI.DashboardView.accessibilityHint</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.DashboardView.accessibilityHint\">Titanium.UI.DashboardView.accessibilityHint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityHint",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.DashboardView.accessibilityHint\">Titanium.UI.DashboardView.accessibilityHint</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.DashboardView.accessibilityHint\">Titanium.UI.DashboardView.accessibilityHint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityHint",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityLabel",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.DashboardView.accessibilityLabel\">Titanium.UI.DashboardView.accessibilityLabel</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.DashboardView.accessibilityLabel\">Titanium.UI.DashboardView.accessibilityLabel</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityLabel",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.DashboardView.accessibilityLabel\">Titanium.UI.DashboardView.accessibilityLabel</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.DashboardView.accessibilityLabel\">Titanium.UI.DashboardView.accessibilityLabel</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityLabel",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityValue",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.DashboardView.accessibilityValue\">Titanium.UI.DashboardView.accessibilityValue</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.DashboardView.accessibilityValue\">Titanium.UI.DashboardView.accessibilityValue</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityValue",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.DashboardView.accessibilityValue\">Titanium.UI.DashboardView.accessibilityValue</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.DashboardView.accessibilityValue\">Titanium.UI.DashboardView.accessibilityValue</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityValue",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAnchorPoint",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.DashboardView.anchorPoint\">Titanium.UI.DashboardView.anchorPoint</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.DashboardView.anchorPoint\">Titanium.UI.DashboardView.anchorPoint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAnchorPoint",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.DashboardView.anchorPoint\">Titanium.UI.DashboardView.anchorPoint</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.DashboardView.anchorPoint\">Titanium.UI.DashboardView.anchorPoint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "anchorPoint",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAnimatedCenter",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.DashboardView.animatedCenter\">Titanium.UI.DashboardView.animatedCenter</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.DashboardView.animatedCenter\">Titanium.UI.DashboardView.animatedCenter</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.DashboardView.backgroundColor\">Titanium.UI.DashboardView.backgroundColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.DashboardView.backgroundColor\">Titanium.UI.DashboardView.backgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.DashboardView.backgroundColor\">Titanium.UI.DashboardView.backgroundColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.DashboardView.backgroundColor\">Titanium.UI.DashboardView.backgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundGradient",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.DashboardView.backgroundGradient\">Titanium.UI.DashboardView.backgroundGradient</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.DashboardView.backgroundGradient\">Titanium.UI.DashboardView.backgroundGradient</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Gradient",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundGradient",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.DashboardView.backgroundGradient\">Titanium.UI.DashboardView.backgroundGradient</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.DashboardView.backgroundGradient\">Titanium.UI.DashboardView.backgroundGradient</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundGradient",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Gradient",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.DashboardView.backgroundImage\">Titanium.UI.DashboardView.backgroundImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.DashboardView.backgroundImage\">Titanium.UI.DashboardView.backgroundImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.DashboardView.backgroundImage\">Titanium.UI.DashboardView.backgroundImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.DashboardView.backgroundImage\">Titanium.UI.DashboardView.backgroundImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundRepeat",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.DashboardView.backgroundRepeat\">Titanium.UI.DashboardView.backgroundRepeat</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.DashboardView.backgroundRepeat\">Titanium.UI.DashboardView.backgroundRepeat</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundRepeat",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.DashboardView.backgroundRepeat\">Titanium.UI.DashboardView.backgroundRepeat</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.DashboardView.backgroundRepeat\">Titanium.UI.DashboardView.backgroundRepeat</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundRepeat",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundLeftCap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.DashboardView.backgroundLeftCap\">Titanium.UI.DashboardView.backgroundLeftCap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.DashboardView.backgroundLeftCap\">Titanium.UI.DashboardView.backgroundLeftCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundLeftCap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.DashboardView.backgroundLeftCap\">Titanium.UI.DashboardView.backgroundLeftCap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.DashboardView.backgroundLeftCap\">Titanium.UI.DashboardView.backgroundLeftCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundLeftCap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundTopCap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.DashboardView.backgroundTopCap\">Titanium.UI.DashboardView.backgroundTopCap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.DashboardView.backgroundTopCap\">Titanium.UI.DashboardView.backgroundTopCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundTopCap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.DashboardView.backgroundTopCap\">Titanium.UI.DashboardView.backgroundTopCap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.DashboardView.backgroundTopCap\">Titanium.UI.DashboardView.backgroundTopCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundTopCap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.DashboardView.borderColor\">Titanium.UI.DashboardView.borderColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.DashboardView.borderColor\">Titanium.UI.DashboardView.borderColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.DashboardView.borderColor\">Titanium.UI.DashboardView.borderColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.DashboardView.borderColor\">Titanium.UI.DashboardView.borderColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderRadius",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.DashboardView.borderRadius\">Titanium.UI.DashboardView.borderRadius</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.DashboardView.borderRadius\">Titanium.UI.DashboardView.borderRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderRadius",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.DashboardView.borderRadius\">Titanium.UI.DashboardView.borderRadius</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.DashboardView.borderRadius\">Titanium.UI.DashboardView.borderRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderRadius",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderWidth",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.DashboardView.borderWidth\">Titanium.UI.DashboardView.borderWidth</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.DashboardView.borderWidth\">Titanium.UI.DashboardView.borderWidth</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderWidth",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.DashboardView.borderWidth\">Titanium.UI.DashboardView.borderWidth</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.DashboardView.borderWidth\">Titanium.UI.DashboardView.borderWidth</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderWidth",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBottom",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.DashboardView.bottom\">Titanium.UI.DashboardView.bottom</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.DashboardView.bottom\">Titanium.UI.DashboardView.bottom</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBottom",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.DashboardView.bottom\">Titanium.UI.DashboardView.bottom</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.DashboardView.bottom\">Titanium.UI.DashboardView.bottom</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bottom",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getCenter",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.DashboardView.center\">Titanium.UI.DashboardView.center</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.DashboardView.center\">Titanium.UI.DashboardView.center</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setCenter",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.DashboardView.center\">Titanium.UI.DashboardView.center</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.DashboardView.center\">Titanium.UI.DashboardView.center</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "center",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getChildren",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.DashboardView.children\">Titanium.UI.DashboardView.children</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.DashboardView.children\">Titanium.UI.DashboardView.children</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getClipMode",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.DashboardView.clipMode\">Titanium.UI.DashboardView.clipMode</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.DashboardView.clipMode\">Titanium.UI.DashboardView.clipMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setClipMode",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.DashboardView.clipMode\">Titanium.UI.DashboardView.clipMode</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.DashboardView.clipMode\">Titanium.UI.DashboardView.clipMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "clipMode",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHeight",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.DashboardView.height\">Titanium.UI.DashboardView.height</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.DashboardView.height\">Titanium.UI.DashboardView.height</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHeight",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.DashboardView.height\">Titanium.UI.DashboardView.height</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.DashboardView.height\">Titanium.UI.DashboardView.height</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "height",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHorizontalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.DashboardView.horizontalMotionEffect\">Titanium.UI.DashboardView.horizontalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.DashboardView.horizontalMotionEffect\">Titanium.UI.DashboardView.horizontalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "MinMaxOptions",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHorizontalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.DashboardView.horizontalMotionEffect\">Titanium.UI.DashboardView.horizontalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.DashboardView.horizontalMotionEffect\">Titanium.UI.DashboardView.horizontalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "horizontalMotionEffect",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "MinMaxOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLeft",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.DashboardView.left\">Titanium.UI.DashboardView.left</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.DashboardView.left\">Titanium.UI.DashboardView.left</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLeft",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.DashboardView.left\">Titanium.UI.DashboardView.left</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.DashboardView.left\">Titanium.UI.DashboardView.left</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "left",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLayout",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.DashboardView.layout\">Titanium.UI.DashboardView.layout</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.DashboardView.layout\">Titanium.UI.DashboardView.layout</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLayout",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.DashboardView.layout\">Titanium.UI.DashboardView.layout</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.DashboardView.layout\">Titanium.UI.DashboardView.layout</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "layout",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getOpacity",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.DashboardView.opacity\">Titanium.UI.DashboardView.opacity</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.DashboardView.opacity\">Titanium.UI.DashboardView.opacity</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setOpacity",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.DashboardView.opacity\">Titanium.UI.DashboardView.opacity</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.DashboardView.opacity\">Titanium.UI.DashboardView.opacity</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "opacity",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPullBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.DashboardView.pullBackgroundColor\">Titanium.UI.DashboardView.pullBackgroundColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.DashboardView.pullBackgroundColor\">Titanium.UI.DashboardView.pullBackgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setPullBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.DashboardView.pullBackgroundColor\">Titanium.UI.DashboardView.pullBackgroundColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.DashboardView.pullBackgroundColor\">Titanium.UI.DashboardView.pullBackgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "pullBackgroundColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPreviewContext",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.DashboardView.previewContext\">Titanium.UI.DashboardView.previewContext</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.DashboardView.previewContext\">Titanium.UI.DashboardView.previewContext</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.iOS.PreviewContext",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "setPreviewContext",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.DashboardView.previewContext\">Titanium.UI.DashboardView.previewContext</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.DashboardView.previewContext\">Titanium.UI.DashboardView.previewContext</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "previewContext",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.iOS.PreviewContext",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "getRight",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.DashboardView.right\">Titanium.UI.DashboardView.right</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.DashboardView.right\">Titanium.UI.DashboardView.right</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setRight",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.DashboardView.right\">Titanium.UI.DashboardView.right</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.DashboardView.right\">Titanium.UI.DashboardView.right</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "right",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.DashboardView.rect\">Titanium.UI.DashboardView.rect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.DashboardView.rect\">Titanium.UI.DashboardView.rect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "DimensionWithAbsolutes",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSize",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.DashboardView.size\">Titanium.UI.DashboardView.size</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.DashboardView.size\">Titanium.UI.DashboardView.size</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Dimension",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTintColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.DashboardView.tintColor\">Titanium.UI.DashboardView.tintColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.DashboardView.tintColor\">Titanium.UI.DashboardView.tintColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTintColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.DashboardView.tintColor\">Titanium.UI.DashboardView.tintColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.DashboardView.tintColor\">Titanium.UI.DashboardView.tintColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "tintColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTop",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.DashboardView.top\">Titanium.UI.DashboardView.top</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.DashboardView.top\">Titanium.UI.DashboardView.top</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTop",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.DashboardView.top\">Titanium.UI.DashboardView.top</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.DashboardView.top\">Titanium.UI.DashboardView.top</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "top",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTouchEnabled",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.DashboardView.touchEnabled\">Titanium.UI.DashboardView.touchEnabled</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.DashboardView.touchEnabled\">Titanium.UI.DashboardView.touchEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTouchEnabled",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.DashboardView.touchEnabled\">Titanium.UI.DashboardView.touchEnabled</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.DashboardView.touchEnabled\">Titanium.UI.DashboardView.touchEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchEnabled",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTransform",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.DashboardView.transform\">Titanium.UI.DashboardView.transform</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.DashboardView.transform\">Titanium.UI.DashboardView.transform</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Matrix2D",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTransform",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.DashboardView.transform\">Titanium.UI.DashboardView.transform</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.DashboardView.transform\">Titanium.UI.DashboardView.transform</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "transform",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Matrix2D",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getVerticalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.DashboardView.verticalMotionEffect\">Titanium.UI.DashboardView.verticalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.DashboardView.verticalMotionEffect\">Titanium.UI.DashboardView.verticalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "MinMaxOptions",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setVerticalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.DashboardView.verticalMotionEffect\">Titanium.UI.DashboardView.verticalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.DashboardView.verticalMotionEffect\">Titanium.UI.DashboardView.verticalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "verticalMotionEffect",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "MinMaxOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowRadius",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.DashboardView.viewShadowRadius\">Titanium.UI.DashboardView.viewShadowRadius</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.DashboardView.viewShadowRadius\">Titanium.UI.DashboardView.viewShadowRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowRadius",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.DashboardView.viewShadowRadius\">Titanium.UI.DashboardView.viewShadowRadius</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.DashboardView.viewShadowRadius\">Titanium.UI.DashboardView.viewShadowRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowRadius",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.DashboardView.viewShadowColor\">Titanium.UI.DashboardView.viewShadowColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.DashboardView.viewShadowColor\">Titanium.UI.DashboardView.viewShadowColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.DashboardView.viewShadowColor\">Titanium.UI.DashboardView.viewShadowColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.DashboardView.viewShadowColor\">Titanium.UI.DashboardView.viewShadowColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowOffset",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.DashboardView.viewShadowOffset\">Titanium.UI.DashboardView.viewShadowOffset</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.DashboardView.viewShadowOffset\">Titanium.UI.DashboardView.viewShadowOffset</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowOffset",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.DashboardView.viewShadowOffset\">Titanium.UI.DashboardView.viewShadowOffset</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.DashboardView.viewShadowOffset\">Titanium.UI.DashboardView.viewShadowOffset</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowOffset",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getVisible",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.DashboardView.visible\">Titanium.UI.DashboardView.visible</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.DashboardView.visible\">Titanium.UI.DashboardView.visible</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setVisible",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.DashboardView.visible\">Titanium.UI.DashboardView.visible</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.DashboardView.visible\">Titanium.UI.DashboardView.visible</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "visible",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getWidth",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.DashboardView.width\">Titanium.UI.DashboardView.width</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.DashboardView.width\">Titanium.UI.DashboardView.width</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setWidth",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.DashboardView.width\">Titanium.UI.DashboardView.width</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.DashboardView.width\">Titanium.UI.DashboardView.width</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "width",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHorizontalWrap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.DashboardView.horizontalWrap\">Titanium.UI.DashboardView.horizontalWrap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.DashboardView.horizontalWrap\">Titanium.UI.DashboardView.horizontalWrap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHorizontalWrap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.DashboardView.horizontalWrap\">Titanium.UI.DashboardView.horizontalWrap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.DashboardView.horizontalWrap\">Titanium.UI.DashboardView.horizontalWrap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "horizontalWrap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getZIndex",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.DashboardView.zIndex\">Titanium.UI.DashboardView.zIndex</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.DashboardView.zIndex\">Titanium.UI.DashboardView.zIndex</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setZIndex",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.DashboardView.zIndex\">Titanium.UI.DashboardView.zIndex</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.DashboardView.zIndex\">Titanium.UI.DashboardView.zIndex</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "zIndex",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getColumnCount",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.DashboardView.columnCount\">Titanium.UI.DashboardView.columnCount</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.DashboardView.columnCount\">Titanium.UI.DashboardView.columnCount</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setColumnCount",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.DashboardView.columnCount\">Titanium.UI.DashboardView.columnCount</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.DashboardView.columnCount\">Titanium.UI.DashboardView.columnCount</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "columnCount",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRowCount",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.DashboardView.rowCount\">Titanium.UI.DashboardView.rowCount</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.DashboardView.rowCount\">Titanium.UI.DashboardView.rowCount</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setRowCount",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.DashboardView.rowCount\">Titanium.UI.DashboardView.rowCount</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.DashboardView.rowCount\">Titanium.UI.DashboardView.rowCount</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rowCount",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getData",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.DashboardView.data\">Titanium.UI.DashboardView.data</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.DashboardView.data\">Titanium.UI.DashboardView.data</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setData",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.DashboardView.data\">Titanium.UI.DashboardView.data</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.DashboardView.data\">Titanium.UI.DashboardView.data</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "data",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getEditable",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.DashboardView.editable\">Titanium.UI.DashboardView.editable</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.DashboardView.editable\">Titanium.UI.DashboardView.editable</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setEditable",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.DashboardView.editable\">Titanium.UI.DashboardView.editable</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.DashboardView.editable\">Titanium.UI.DashboardView.editable</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "editable",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getWobble",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.DashboardView.wobble\">Titanium.UI.DashboardView.wobble</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.DashboardView.wobble\">Titanium.UI.DashboardView.wobble</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setWobble",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.DashboardView.wobble\">Titanium.UI.DashboardView.wobble</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.DashboardView.wobble\">Titanium.UI.DashboardView.wobble</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "wobble",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.UI.View",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityHidden",
                    "deprecated": false,
                    "description": "<p>Whether the view should be &quot;hidden&quot; from (i.e., ignored by) the accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityHint",
                    "deprecated": false,
                    "description": "<p>Briefly describes what performing an action (such as a click) on the view will do.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityLabel",
                    "deprecated": false,
                    "description": "<p>A succint label identifying the view for the device's accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityValue",
                    "deprecated": false,
                    "description": "<p>A string describing the value (if any) of the view for the device's accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "anchorPoint",
                    "deprecated": false,
                    "description": "<p>Coordinate of the view about which to pivot an animation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "animatedCenter",
                    "deprecated": false,
                    "description": "<p>Current position of the view during an animation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundColor",
                    "deprecated": false,
                    "description": "<p>Background color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundGradient",
                    "deprecated": false,
                    "description": "<p>A background gradient for the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [
                        {
                            "title": "Linear and Radial Gradients",
                            "code": "<p>The following code excerpt creates two views, one with a linear gradient and one with\na radial gradient.</p>\n<pre><code>var win1 = Titanium.UI.createWindow({\n    title:'Tab 1',\n    backgroundColor:'#fff',\n    layout: 'vertical'\n});\n\nvar radialGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'radial',\n        startPoint: { x: 50, y: 50 },\n        endPoint: { x: 50, y: 50 },\n        colors: [ 'red', 'blue'],\n        startRadius: 50,\n        endRadius: 0,\n        backfillStart: true\n    }\n});\nvar linearGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'linear',\n        startPoint: { x: '0%', y: '50%' },\n        endPoint: { x: '100%', y: '50%' },\n        colors: [ { color: 'red', offset: 0.0}, { color: 'blue', offset: 0.25 }, { color: 'red', offset: 1.0 } ],\n    }\n});\nwin1.add(radialGradient);\nwin1.add(linearGradient);\nwin1.open();\n</code></pre>"
                        }
                    ],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "type": "Gradient",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundImage",
                    "deprecated": false,
                    "description": "<p>Background image for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundRepeat",
                    "deprecated": false,
                    "description": "<p>Determines whether to tile a background across a view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundLeftCap",
                    "deprecated": false,
                    "description": "<p>Size of the left end cap.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundTopCap",
                    "deprecated": false,
                    "description": "<p>Size of the top end cap.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderColor",
                    "deprecated": false,
                    "description": "<p>Border color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderRadius",
                    "deprecated": false,
                    "description": "<p>Radius for the rounded corners of the view's border.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderWidth",
                    "deprecated": false,
                    "description": "<p>Border width of the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "bottom",
                    "deprecated": false,
                    "description": "<p>View's bottom position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "center",
                    "deprecated": false,
                    "description": "<p>View's center position, in the parent view's coordinates.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "children",
                    "deprecated": false,
                    "description": "<p>Array of this view's child views.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "clipMode",
                    "deprecated": false,
                    "description": "<p>View's clipping behavior.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "height",
                    "deprecated": false,
                    "description": "<p>View height, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.FILL",
                        "Titanium.UI.SIZE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "horizontalMotionEffect",
                    "deprecated": false,
                    "description": "<p>Adds a horizontal parallax effect to the view</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "MinMaxOptions",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "id",
                    "deprecated": false,
                    "description": "<p>View's identifier.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "left",
                    "deprecated": false,
                    "description": "<p>View's left position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "layout",
                    "deprecated": false,
                    "description": "<p>Specifies how the view positions its children.\nOne of: 'composite', 'vertical', or 'horizontal'.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "opacity",
                    "deprecated": false,
                    "description": "<p>Opacity of this view, from 0.0 (transparent) to 1.0 (opaque). Defaults to 1.0 (opaque).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "pullBackgroundColor",
                    "deprecated": false,
                    "description": "<p>Background color of the wrapper view when this view is used as either <a href=\"Titanium.UI.ListView.pullView\">Titanium.UI.ListView.pullView</a> or <a href=\"Titanium.UI.TableView.headerPullView\">Titanium.UI.TableView.headerPullView</a>.</p>\n<p>Defaults to <code>undefined</code>. Results in a light grey background color on the wrapper view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "previewContext",
                    "deprecated": false,
                    "description": "<p>The preview context used in the 3D-Touch feature &quot;Peek and Pop&quot;.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Titanium.UI.iOS.PreviewContext",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "right",
                    "deprecated": false,
                    "description": "<p>View's right position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "rect",
                    "deprecated": false,
                    "description": "<p>The bounding box of the view relative to its parent, in system units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "type": "DimensionWithAbsolutes",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "size",
                    "deprecated": false,
                    "description": "<p>The size of the view in system units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "type": "Dimension",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "tintColor",
                    "deprecated": false,
                    "description": "<p>The view's tintColor</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "top",
                    "deprecated": false,
                    "description": "<p>The view's top position.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "touchEnabled",
                    "deprecated": false,
                    "description": "<p>Determines whether view should receive touch events.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "transform",
                    "deprecated": false,
                    "description": "<p>Transformation matrix to apply to the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "type": "Titanium.UI.Matrix2D",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "verticalMotionEffect",
                    "deprecated": false,
                    "description": "<p>Adds a vertical parallax effect to the view</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "MinMaxOptions",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowRadius",
                    "deprecated": false,
                    "description": "<p>Determines the blur radius used to create the shadow.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowColor",
                    "deprecated": false,
                    "description": "<p>Determines the color of the shadow.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowOffset",
                    "deprecated": false,
                    "description": "<p>Determines the offset for the shadow of the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "visible",
                    "deprecated": false,
                    "description": "<p>Determines whether the view is visible.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "width",
                    "deprecated": false,
                    "description": "<p>View's width, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.FILL",
                        "Titanium.UI.SIZE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "horizontalWrap",
                    "deprecated": false,
                    "description": "<p>Determines whether the layout has wrapping behavior.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "zIndex",
                    "deprecated": false,
                    "description": "<p>Z-index stack order position, relative to other sibling views.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "columnCount",
                    "deprecated": false,
                    "description": "<p>The number of columns of items in the view.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "rowCount",
                    "deprecated": false,
                    "description": "<p>The number of rows of items in the view.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "data",
                    "deprecated": false,
                    "description": "<p>Items to display in this view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "editable",
                    "deprecated": false,
                    "description": "<p>Determines whether edit mode is activated by a longpress of an item.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "wobble",
                    "deprecated": false,
                    "description": "<p>Determines whether the wobble visual editing cue is enabled in edit mode.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>The DashboardView is created using the <a href=\"Titanium.UI.createDashboardView\">Titanium.UI.createDashboardView</a> method or <strong><code>&lt;DashboardView&gt;</code></strong>\nAlloy element.</p>\n<p>Dashboard view's edit mode may be activated by a longpress of a <a href=\"Titanium.UI.DashboardItem\">Titanium.UI.DashboardItem</a> item,\nunless this behavior has been disabled by the <a href=\"Titanium.UI.DashboardView.editable\">editable</a>\nproperty. As a dashboard view does not inherently provide a way to exit edit mode, this must be\nexplicitly defined.</p>\n<p>When edit mode has been activated, the item icons wobble by default to act as a visual cue.\nThis behavior may be disabled using the <a href=\"Titanium.UI.DashboardView.wobble\">wobble</a> property.</p>\n<p>If a dashboard contains more than 9 items, it will be paged into screens in a 3 x 3 formation\nusing its built-in scrollable view. A paging control is added to the bottom of the view to\nindicate the active page.</p>\n<p>Note that a dashboard is only intended to be used in <a href=\"Titanium.UI.PORTRAIT\">PORTRAIT</a>\norientation mode.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "1.2"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "1.2"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Dimension",
            "description": "<p>A simple object consisting of the position and size measurements. Effectively combines <a href=\"Size\">Size</a> and <a href=\"Point\">Point</a> but ensures numeric x/y values.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Size",
            "isInternal": false,
            "properties": [
                {
                    "name": "height",
                    "deprecated": false,
                    "description": "<p>The height measurement.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "width",
                    "deprecated": false,
                    "description": "<p>The width measurement.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "x",
                    "deprecated": false,
                    "description": "<p>The x-axis coordinate of the position. When returned by <a href=\"Titanium.UI.View.rect\">Titanium.UI.View.rect</a> the position is relative to it's parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "y",
                    "deprecated": false,
                    "description": "<p>The y-axis coordinate of the position. When returned by <a href=\"Titanium.UI.View.rect\">Titanium.UI.View.rect</a> the position is relative to it's parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>When a dimension is returned by the <a href=\"Titanium.UI.View.rect\">rect</a> property, <code>x</code> represents the\nview's left position, and <code>y</code> represents the view's top position.</p>\n<p>The <a href=\"Titanium.UI.View.size\">size</a> property returns a dimension object with <code>x</code> and <code>y</code> both set\nto 0.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "2.0.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "2.0.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "2.0.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "DimensionWithAbsolutes",
            "description": "<p>An extension of <a href=\"Dimension\">Dimension</a> where Android returns additional absolute X/Y values/properties for <a href=\"Titanium.UI.View.rect\">Titanium.UI.View.rect</a></p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Dimension",
            "isInternal": false,
            "properties": [
                {
                    "name": "height",
                    "deprecated": false,
                    "description": "<p>The height measurement.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "width",
                    "deprecated": false,
                    "description": "<p>The width measurement.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "x",
                    "deprecated": false,
                    "description": "<p>The x-axis coordinate of the position. When returned by <a href=\"Titanium.UI.View.rect\">Titanium.UI.View.rect</a> the position is relative to it's parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "y",
                    "deprecated": false,
                    "description": "<p>The y-axis coordinate of the position. When returned by <a href=\"Titanium.UI.View.rect\">Titanium.UI.View.rect</a> the position is relative to it's parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "absoluteX",
                    "deprecated": false,
                    "description": "<p>The x-axis coordinate of the position relative to the main window.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "absoluteY",
                    "deprecated": false,
                    "description": "<p>The y-axis coordinate of the position relative to the main window.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.EmailDialog",
            "description": "<p>An email dialog is a modal window that allows users to compose and send an email.</p>",
            "deprecated": false,
            "events": [
                {
                    "name": "complete",
                    "deprecated": false,
                    "description": "<p>Fired when this email dialog has completed sending an email.</p>",
                    "properties": [
                        {
                            "name": "success",
                            "constants": [],
                            "description": "<p>Indicates if the email was handled successfully.\nReturns <code>true</code> if request succeeded, <code>false</code> otherwise. Note that emails being\ndeleted or saved for later do count as success.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "error",
                            "constants": [],
                            "description": "<p>Error message, if any returned. Will be undefined if <code>success</code> is <code>true</code>.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "code",
                            "constants": [],
                            "description": "<p>Error code.\nError code will be 0 if <code>success</code> is <code>true</code>, nonzero otherwise. If the error\nwas generated by the operating system, that system's error value is used.\nOtherwise, this value will be -1.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "result",
                            "constants": [
                                "Titanium.UI.EmailDialog.CANCELLED",
                                "Titanium.UI.EmailDialog.FAILED",
                                "Titanium.UI.EmailDialog.SAVED",
                                "Titanium.UI.EmailDialog.SENT"
                            ],
                            "description": "<p>Status of the email send process.</p>\n<p>The <code>SAVED</code> and <code>CANCELLED</code> constants are iOS only.</p>\n<p>On Android, this property will return <code>SENT</code> when the user discards or saves\na message.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                }
            ],
            "examples": [
                {
                    "title": "Simple Email Dialog with Attachment",
                    "code": "<p>Create and send an email with a file attachment.</p>\n<pre><code>var emailDialog = Ti.UI.createEmailDialog()\nemailDialog.subject = &quot;Hello from Titanium&quot;;\nemailDialog.toRecipients = ['foo@yahoo.com'];\nemailDialog.messageBody = '&lt;b&gt;Appcelerator Titanium Rocks!&lt;/b&gt;';\nvar f = Ti.Filesystem.getFile('cricket.wav');\nemailDialog.addAttachment(f);\nemailDialog.open();\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "clearMotionEffects",
                    "deprecated": false,
                    "description": "<p>Removes all previously added motion effects.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "finishLayout",
                    "deprecated": true,
                    "description": "<p>Finishes a batch update of the View's layout properties and schedules a layout pass of the\nview tree.\n<strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hide",
                    "deprecated": false,
                    "description": "<p>Hides this view.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Animation options for Android only. <strong>Since SDK 5.1.0 and used only on Android 5.0+</strong></p>\n<p>Determines whether to enable a circular reveal animation.\nNote that the default here is equivalent to passing in <code>{ animated: false }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "insertAt",
                    "deprecated": false,
                    "description": "<p>Inserts a view at the specified position in the <a href=\"Titanium.UI.View.children\">children</a> array.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Pass an object that specifies the view to insert and optionally at which position (defaults to end)</p>",
                            "type": "ViewPositionOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "replaceAt",
                    "deprecated": false,
                    "description": "<p>Replaces a view at the specified position in the <a href=\"Titanium.UI.View.children\">children</a> array.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Pass an object with the view to insert and the position of the view to replace. In this case the <code>position</code> property is required.</p>",
                            "type": "ViewPositionOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "show",
                    "deprecated": false,
                    "description": "<p>Makes this view visible.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Animation options for Android only. <strong>Since SDK 5.1.0 and only used on Android 5.0+</strong></p>\n<p>Determines whether to enable a circular reveal animation.\nNote that the default here is equivalent to passing in <code>{ animated: false }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "startLayout",
                    "deprecated": true,
                    "description": "<p>Starts a batch update of this view's layout properties. <strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">Titanium.Proxy.applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "updateLayout",
                    "deprecated": true,
                    "description": "<p>Performs a batch update of all supplied layout properties and schedules a layout pass after\nthey have been updated.\n<strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">Titanium.Proxy.applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Layout properties to be updated.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewById",
                    "deprecated": false,
                    "description": "<p>Returns the matching view of a given view ID.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "id",
                            "constants": [],
                            "description": "<p>The ID of the view that should be returned. Use the <code>id</code> property in your views to\nenable it for indexing in this method.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.View",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "addAttachment",
                    "deprecated": false,
                    "description": "<p>Adds an attachment.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "attachment",
                            "constants": [],
                            "description": "<p>Attachment to include in the email.</p>",
                            "type": "Titanium.Blob",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "isSupported",
                    "deprecated": false,
                    "description": "<p>Indicates whether sending email is supported by the system.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "open",
                    "deprecated": false,
                    "description": "<p>Opens this email dialog.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Supported on iOS only. Simple object to override animation. Note that the default here is equivalent to passing in <code>{ animated: true }</code> (while typically the default for <a href=\"AnimationOptions\">AnimationOptions</a> is false)</p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.EmailDialog.bubbleParent\">Titanium.UI.EmailDialog.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.EmailDialog.bubbleParent\">Titanium.UI.EmailDialog.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.EmailDialog.bubbleParent\">Titanium.UI.EmailDialog.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.EmailDialog.bubbleParent\">Titanium.UI.EmailDialog.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.EmailDialog.apiName\">Titanium.UI.EmailDialog.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.EmailDialog.apiName\">Titanium.UI.EmailDialog.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.EmailDialog.lifecycleContainer\">Titanium.UI.EmailDialog.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.EmailDialog.lifecycleContainer\">Titanium.UI.EmailDialog.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.EmailDialog.lifecycleContainer\">Titanium.UI.EmailDialog.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.EmailDialog.lifecycleContainer\">Titanium.UI.EmailDialog.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getElevation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.EmailDialog.elevation\">Titanium.UI.EmailDialog.elevation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.EmailDialog.elevation\">Titanium.UI.EmailDialog.elevation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setElevation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.EmailDialog.elevation\">Titanium.UI.EmailDialog.elevation</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.EmailDialog.elevation\">Titanium.UI.EmailDialog.elevation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "elevation",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getHiddenBehavior",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.EmailDialog.hiddenBehavior\">Titanium.UI.EmailDialog.hiddenBehavior</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.EmailDialog.hiddenBehavior\">Titanium.UI.EmailDialog.hiddenBehavior</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setHiddenBehavior",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.EmailDialog.hiddenBehavior\">Titanium.UI.EmailDialog.hiddenBehavior</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.EmailDialog.hiddenBehavior\">Titanium.UI.EmailDialog.hiddenBehavior</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "hiddenBehavior",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getHorizontalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.EmailDialog.horizontalMotionEffect\">Titanium.UI.EmailDialog.horizontalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.EmailDialog.horizontalMotionEffect\">Titanium.UI.EmailDialog.horizontalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "MinMaxOptions",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHorizontalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.EmailDialog.horizontalMotionEffect\">Titanium.UI.EmailDialog.horizontalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.EmailDialog.horizontalMotionEffect\">Titanium.UI.EmailDialog.horizontalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "horizontalMotionEffect",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "MinMaxOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPreviewContext",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.EmailDialog.previewContext\">Titanium.UI.EmailDialog.previewContext</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.EmailDialog.previewContext\">Titanium.UI.EmailDialog.previewContext</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.iOS.PreviewContext",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "setPreviewContext",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.EmailDialog.previewContext\">Titanium.UI.EmailDialog.previewContext</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.EmailDialog.previewContext\">Titanium.UI.EmailDialog.previewContext</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "previewContext",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.iOS.PreviewContext",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "getRotation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.EmailDialog.rotation\">Titanium.UI.EmailDialog.rotation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.EmailDialog.rotation\">Titanium.UI.EmailDialog.rotation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRotation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.EmailDialog.rotation\">Titanium.UI.EmailDialog.rotation</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.EmailDialog.rotation\">Titanium.UI.EmailDialog.rotation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rotation",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getRotationX",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.EmailDialog.rotationX\">Titanium.UI.EmailDialog.rotationX</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.EmailDialog.rotationX\">Titanium.UI.EmailDialog.rotationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRotationX",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.EmailDialog.rotationX\">Titanium.UI.EmailDialog.rotationX</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.EmailDialog.rotationX\">Titanium.UI.EmailDialog.rotationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rotationX",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getRotationY",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.EmailDialog.rotationY\">Titanium.UI.EmailDialog.rotationY</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.EmailDialog.rotationY\">Titanium.UI.EmailDialog.rotationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRotationY",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.EmailDialog.rotationY\">Titanium.UI.EmailDialog.rotationY</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.EmailDialog.rotationY\">Titanium.UI.EmailDialog.rotationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rotationY",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getScaleX",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.EmailDialog.scaleX\">Titanium.UI.EmailDialog.scaleX</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.EmailDialog.scaleX\">Titanium.UI.EmailDialog.scaleX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setScaleX",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.EmailDialog.scaleX\">Titanium.UI.EmailDialog.scaleX</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.EmailDialog.scaleX\">Titanium.UI.EmailDialog.scaleX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "scaleX",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getScaleY",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.EmailDialog.scaleY\">Titanium.UI.EmailDialog.scaleY</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.EmailDialog.scaleY\">Titanium.UI.EmailDialog.scaleY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setScaleY",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.EmailDialog.scaleY\">Titanium.UI.EmailDialog.scaleY</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.EmailDialog.scaleY\">Titanium.UI.EmailDialog.scaleY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "scaleY",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTouchFeedback",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.EmailDialog.touchFeedback\">Titanium.UI.EmailDialog.touchFeedback</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.EmailDialog.touchFeedback\">Titanium.UI.EmailDialog.touchFeedback</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTouchFeedback",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.EmailDialog.touchFeedback\">Titanium.UI.EmailDialog.touchFeedback</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.EmailDialog.touchFeedback\">Titanium.UI.EmailDialog.touchFeedback</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchFeedback",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTouchFeedbackColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.EmailDialog.touchFeedbackColor\">Titanium.UI.EmailDialog.touchFeedbackColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.EmailDialog.touchFeedbackColor\">Titanium.UI.EmailDialog.touchFeedbackColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTouchFeedbackColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.EmailDialog.touchFeedbackColor\">Titanium.UI.EmailDialog.touchFeedbackColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.EmailDialog.touchFeedbackColor\">Titanium.UI.EmailDialog.touchFeedbackColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchFeedbackColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTranslationX",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.EmailDialog.translationX\">Titanium.UI.EmailDialog.translationX</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.EmailDialog.translationX\">Titanium.UI.EmailDialog.translationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTranslationX",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.EmailDialog.translationX\">Titanium.UI.EmailDialog.translationX</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.EmailDialog.translationX\">Titanium.UI.EmailDialog.translationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translationX",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTranslationY",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.EmailDialog.translationY\">Titanium.UI.EmailDialog.translationY</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.EmailDialog.translationY\">Titanium.UI.EmailDialog.translationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTranslationY",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.EmailDialog.translationY\">Titanium.UI.EmailDialog.translationY</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.EmailDialog.translationY\">Titanium.UI.EmailDialog.translationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translationY",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTranslationZ",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.EmailDialog.translationZ\">Titanium.UI.EmailDialog.translationZ</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.EmailDialog.translationZ\">Titanium.UI.EmailDialog.translationZ</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTranslationZ",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.EmailDialog.translationZ\">Titanium.UI.EmailDialog.translationZ</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.EmailDialog.translationZ\">Titanium.UI.EmailDialog.translationZ</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translationZ",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTransitionName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.EmailDialog.transitionName\">Titanium.UI.EmailDialog.transitionName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.EmailDialog.transitionName\">Titanium.UI.EmailDialog.transitionName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTransitionName",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.EmailDialog.transitionName\">Titanium.UI.EmailDialog.transitionName</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.EmailDialog.transitionName\">Titanium.UI.EmailDialog.transitionName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "transitionName",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getVerticalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.EmailDialog.verticalMotionEffect\">Titanium.UI.EmailDialog.verticalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.EmailDialog.verticalMotionEffect\">Titanium.UI.EmailDialog.verticalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "MinMaxOptions",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setVerticalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.EmailDialog.verticalMotionEffect\">Titanium.UI.EmailDialog.verticalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.EmailDialog.verticalMotionEffect\">Titanium.UI.EmailDialog.verticalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "verticalMotionEffect",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "MinMaxOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBarColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.EmailDialog.barColor\">Titanium.UI.EmailDialog.barColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.EmailDialog.barColor\">Titanium.UI.EmailDialog.barColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBarColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.EmailDialog.barColor\">Titanium.UI.EmailDialog.barColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.EmailDialog.barColor\">Titanium.UI.EmailDialog.barColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "barColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBccRecipients",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.EmailDialog.bccRecipients\">Titanium.UI.EmailDialog.bccRecipients</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.EmailDialog.bccRecipients\">Titanium.UI.EmailDialog.bccRecipients</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBccRecipients",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.EmailDialog.bccRecipients\">Titanium.UI.EmailDialog.bccRecipients</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.EmailDialog.bccRecipients\">Titanium.UI.EmailDialog.bccRecipients</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bccRecipients",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getCcRecipients",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.EmailDialog.ccRecipients\">Titanium.UI.EmailDialog.ccRecipients</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.EmailDialog.ccRecipients\">Titanium.UI.EmailDialog.ccRecipients</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setCcRecipients",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.EmailDialog.ccRecipients\">Titanium.UI.EmailDialog.ccRecipients</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.EmailDialog.ccRecipients\">Titanium.UI.EmailDialog.ccRecipients</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "ccRecipients",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHtml",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.EmailDialog.html\">Titanium.UI.EmailDialog.html</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.EmailDialog.html\">Titanium.UI.EmailDialog.html</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHtml",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.EmailDialog.html\">Titanium.UI.EmailDialog.html</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.EmailDialog.html\">Titanium.UI.EmailDialog.html</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "html",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getMessageBody",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.EmailDialog.messageBody\">Titanium.UI.EmailDialog.messageBody</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.EmailDialog.messageBody\">Titanium.UI.EmailDialog.messageBody</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setMessageBody",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.EmailDialog.messageBody\">Titanium.UI.EmailDialog.messageBody</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.EmailDialog.messageBody\">Titanium.UI.EmailDialog.messageBody</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "messageBody",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSubject",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.EmailDialog.subject\">Titanium.UI.EmailDialog.subject</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.EmailDialog.subject\">Titanium.UI.EmailDialog.subject</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setSubject",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.EmailDialog.subject\">Titanium.UI.EmailDialog.subject</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.EmailDialog.subject\">Titanium.UI.EmailDialog.subject</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "subject",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getToRecipients",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.EmailDialog.toRecipients\">Titanium.UI.EmailDialog.toRecipients</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.EmailDialog.toRecipients\">Titanium.UI.EmailDialog.toRecipients</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setToRecipients",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.EmailDialog.toRecipients\">Titanium.UI.EmailDialog.toRecipients</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.EmailDialog.toRecipients\">Titanium.UI.EmailDialog.toRecipients</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "toRecipients",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.UI.View",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "elevation",
                    "deprecated": false,
                    "description": "<p>Base elevation of the view relative to its parent in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "hiddenBehavior",
                    "deprecated": false,
                    "description": "<p>Sets the behavior when hiding an object to release or keep the free space</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.HIDDEN_BEHAVIOR_INVISIBLE",
                        "Titanium.UI.HIDDEN_BEHAVIOR_GONE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "horizontalMotionEffect",
                    "deprecated": false,
                    "description": "<p>Adds a horizontal parallax effect to the view</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "MinMaxOptions",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "id",
                    "deprecated": false,
                    "description": "<p>View's identifier.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "previewContext",
                    "deprecated": false,
                    "description": "<p>The preview context used in the 3D-Touch feature &quot;Peek and Pop&quot;.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Titanium.UI.iOS.PreviewContext",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "rotation",
                    "deprecated": false,
                    "description": "<p>Clockwise 2D rotation of the view in degrees.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "rotationX",
                    "deprecated": false,
                    "description": "<p>Clockwise rotation of the view in degrees (x-axis).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "rotationY",
                    "deprecated": false,
                    "description": "<p>Clockwise rotation of the view in degrees (y-axis).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "scaleX",
                    "deprecated": false,
                    "description": "<p>Scaling of the view in x-axis in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "scaleY",
                    "deprecated": false,
                    "description": "<p>Scaling of the view in y-axis in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "touchFeedback",
                    "deprecated": false,
                    "description": "<p>A material design visual construct that provides an instantaneous visual confirmation of touch point.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "touchFeedbackColor",
                    "deprecated": false,
                    "description": "<p>Optional touch feedback ripple color. This has no effect unless <code>touchFeedback</code> is true.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "translationX",
                    "deprecated": false,
                    "description": "<p>Horizontal location of the view relative to its left position in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "translationY",
                    "deprecated": false,
                    "description": "<p>Vertical location of the view relative to its top position in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "translationZ",
                    "deprecated": false,
                    "description": "<p>Depth of the view relative to its elevation in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "transitionName",
                    "deprecated": false,
                    "description": "<p>A name to identify this view in activity transition.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.2"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "verticalMotionEffect",
                    "deprecated": false,
                    "description": "<p>Adds a vertical parallax effect to the view</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "MinMaxOptions",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "CANCELLED",
                    "deprecated": false,
                    "description": "<p>Constant for the <code>CANCELLED</code> status result. On Android, this property exists but is not used.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "FAILED",
                    "deprecated": false,
                    "description": "<p>Constant for the <code>FAILED</code> status result.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "SAVED",
                    "deprecated": false,
                    "description": "<p>Constant for the <code>SAVED</code> status result. On Android, this property exists but is not used.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "SENT",
                    "deprecated": false,
                    "description": "<p>Constant for the <code>SENT</code> status result.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "barColor",
                    "deprecated": false,
                    "description": "<p>Bar color of the email dialog window, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "bccRecipients",
                    "deprecated": false,
                    "description": "<p>Recipients of the email included via the <code>BCC</code> (Blind Carbon Copy) field.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ccRecipients",
                    "deprecated": false,
                    "description": "<p>Recipients of the email included via the <code>CC</code> (Carbon Copy) field.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "html",
                    "deprecated": false,
                    "description": "<p>Determines whether the email message, specifically the contents of\n<a href=\"Titanium.UI.EmailDialog.messageBody\">messageBody</a>, should be sent as HTML content type\nrather than plain text.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "messageBody",
                    "deprecated": false,
                    "description": "<p>Email message body.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "subject",
                    "deprecated": false,
                    "description": "<p>Subject line for the email.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "toRecipients",
                    "deprecated": false,
                    "description": "<p>Recipients of the email included via the main <code>TO</code> field.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<table id=\"platformComparison\">\n  <tbody>\n    <tr>\n      <td><img src=\"images/emaildialog/emaildialog_android.png\" height=\"150\"/></td>\n      <td><img src=\"images/emaildialog/emaildialog_ios.png\" height=\"150\"/></td>\n      <td><img src=\"images/emaildialog/emaildialog_wp.png\" height=\"150\"/></td>\n    </tr>\n  </tbody>\n  <tfoot>\n    <tr>\n      <th>Android</th>\n      <th>iOS</th>\n      <th>Windows Phone</th>\n    </tr>\n  <tfoot>\n</table>\n<p>The Email Dialog is created with the <a href=\"Titanium.UI.createEmailDialog\">Titanium.UI.createEmailDialog</a> method. The user needs to\nregister an e-mail account on the device in order to open the dialog.  The dialog will not\nopen when there is not a registered e-mail account.</p>\n<p><strong>iOS Platform Notes</strong></p>\n<p>On iOS, you cannot test the e-mail dialog on the iOS Simulator. Test the email dialog on device.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Font",
            "description": "<p>An abstract datatype for specifying a text font.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "fontFamily",
                    "deprecated": false,
                    "description": "<p>Specifies the font family or specific font to use.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fontSize",
                    "deprecated": false,
                    "description": "<p>Font size, in platform-dependent units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fontWeight",
                    "deprecated": false,
                    "description": "<p>Font weight. Valid values are &quot;bold&quot;, &quot;semibold&quot;, &quot;normal&quot;, &quot;thin&quot;,\n&quot;light&quot; and &quot;ultralight&quot;.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fontStyle",
                    "deprecated": false,
                    "description": "<p>Font style. Valid values are &quot;italic&quot; or &quot;normal&quot;.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "textStyle",
                    "deprecated": false,
                    "description": "<p>The text style for the font.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.TEXT_STYLE_HEADLINE",
                        "Titanium.UI.TEXT_STYLE_SUBHEADLINE",
                        "Titanium.UI.TEXT_STYLE_BODY",
                        "Titanium.UI.TEXT_STYLE_FOOTNOTE",
                        "Titanium.UI.TEXT_STYLE_CAPTION1",
                        "Titanium.UI.TEXT_STYLE_CAPTION2",
                        "Titanium.UI.TEXT_STYLE_CALLOUT",
                        "Titanium.UI.TEXT_STYLE_TITLE1",
                        "Titanium.UI.TEXT_STYLE_TITLE2",
                        "Titanium.UI.TEXT_STYLE_TITLE3",
                        "Titanium.UI.TEXT_STYLE_LARGE_TITLE"
                    ],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>Available fonts vary by platform and device. On iOS, font support depends on the OS\nversion. On Android, font support depends on the OS version <strong>and</strong> device manufacturer.</p>\n<p>Note that to update the font used by a UI component, you must set the object's <code>font</code>\nproperty, like this:</p>\n<pre><code>myLabel.font = {\n    fontSize: 24,\n    fontFamily: myFontName\n}\n</code></pre>\n<p>Changing the <code>font</code> object after assigning it does not reliably affect the underlying UI\ncomponent:</p>\n<pre><code>// This may not work as expected\nmyLabel.font.fontSize = 24;\n</code></pre>\n<h4>Custom Fonts</h4>\n<p>Custom TrueType (.ttf) or OpenType (.otf) fonts may be embedded in an application on iOS and\nAndroid. (Note that you must have redistribution rights on the fonts you ship.)</p>\n<p>In Alloy applications, custom fonts must be placed in a &quot;fonts&quot; folder in the platform-specific assets folder (<strong>app/assets/android/fonts</strong>, for example).\nIn classic Titanium applications, custom fonts must be placed in the <strong>Resources/fonts</strong> directory.</p>\n<p>For an example of using custom fonts, see <a href=\"https://docs.appcelerator.com/platform/latest/#!/guide/Custom_Fonts\">Custom Fonts</a>.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.ImageView",
            "description": "<p>A view to display a single image or series of animated images.</p>",
            "deprecated": false,
            "events": [
                {
                    "name": "click",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a click against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "dblclick",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a double click against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "doubletap",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a double tap against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "focus",
                    "deprecated": false,
                    "description": "<p>Fired when the view element gains focus.</p>"
                },
                {
                    "name": "keypressed",
                    "deprecated": false,
                    "description": "<p>Fired when a hardware key is pressed in the view.</p>",
                    "properties": [
                        {
                            "name": "keyCode",
                            "constants": [],
                            "description": "<p>The code for the physical key that was pressed. For more details, see <a href=\"https://developer.android.com/reference/android/view/KeyEvent.html\">KeyEvent</a>. This API is experimental and subject to change.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "longclick",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a long click.</p>"
                },
                {
                    "name": "longpress",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a long press.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "pinch",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a pinch gesture.</p>",
                    "properties": [
                        {
                            "name": "scale",
                            "constants": [],
                            "description": "<p>The scale factor relative to the points of the two touches in screen coordinates.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "velocity",
                            "constants": [],
                            "description": "<p>The velocity of the pinch in scale factor per second.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "time",
                            "constants": [],
                            "description": "<p>The event time of the current event being processed.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timeDelta",
                            "constants": [],
                            "description": "<p>The time difference in milliseconds between the previous accepted scaling event and the\ncurrent scaling event.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "currentSpan",
                            "constants": [],
                            "description": "<p>The average distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "currentSpanX",
                            "constants": [],
                            "description": "<p>The average X distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "currentSpanY",
                            "constants": [],
                            "description": "<p>The average Y distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "previousSpan",
                            "constants": [],
                            "description": "<p>The previous average distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "previousSpanX",
                            "constants": [],
                            "description": "<p>The previous average X distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "previousSpanY",
                            "constants": [],
                            "description": "<p>The previous average Y distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "focusX",
                            "constants": [],
                            "description": "<p>The X coordinate of the current gesture's focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "focusY",
                            "constants": [],
                            "description": "<p>The Y coordinate of the current gesture's focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "inProgress",
                            "constants": [],
                            "description": "<p>Returns <code>true</code> if a scale gesture is in progress, <code>false</code> otherwise.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "postlayout",
                    "deprecated": false,
                    "description": "<p>Fired when a layout cycle is finished.</p>"
                },
                {
                    "name": "singletap",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a single tap against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "swipe",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a swipe gesture against the view.</p>",
                    "properties": [
                        {
                            "name": "direction",
                            "constants": [],
                            "description": "<p>Direction of the swipe--either 'left', 'right', 'up', or 'down'.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event's endpoint from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event's endpoint from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchcancel",
                    "deprecated": false,
                    "description": "<p>Fired when a touch event is interrupted by the device.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchend",
                    "deprecated": false,
                    "description": "<p>Fired when a touch event is completed.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Penciland are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchmove",
                    "deprecated": false,
                    "description": "<p>Fired as soon as the device detects movement of a touch.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchstart",
                    "deprecated": false,
                    "description": "<p>Fired as soon as the device detects a touch gesture.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "twofingertap",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a two-finger tap against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "change",
                    "deprecated": false,
                    "description": "<p>Fired for each frame change during an animation.</p>",
                    "properties": [
                        {
                            "name": "index",
                            "constants": [],
                            "description": "<p>Index of the image frame being displayed.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "load",
                    "deprecated": false,
                    "description": "<p>Fired when either the initial image and/or all of the images in an animation are loaded.</p>",
                    "properties": [
                        {
                            "name": "state",
                            "constants": [],
                            "description": "<p>Set to <code>image</code> when the image defined in the <a href=\"Titanium.UI.ImageView.image\">image</a>\nproperty is loaded. Set to <code>images</code>, when the series of images defined in the\n<a href=\"Titanium.UI.ImageView.images\">images</a> property are loaded.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "start",
                    "deprecated": false,
                    "description": "<p>Fired when the animation starts.</p>"
                },
                {
                    "name": "stop",
                    "deprecated": false,
                    "description": "<p>Fired when the animation stops.</p>"
                },
                {
                    "name": "error",
                    "deprecated": false,
                    "description": "<p>Fired when an image fails to load.</p>",
                    "properties": [
                        {
                            "name": "success",
                            "constants": [],
                            "description": "<p>Indicates a successful operation. Returns <code>false</code>.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "error",
                            "constants": [],
                            "description": "<p>Error message, if any returned. May be undefined.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "code",
                            "constants": [],
                            "description": "<p>Error code.\nIf the error was generated by the operating system, that system's error value\nis used. Otherwise, this value will be -1.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "image",
                            "constants": [],
                            "description": "<p>URL of the image that failed to load.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "pause",
                    "deprecated": false,
                    "description": "<p>Fired when the animation pauses.</p>"
                }
            ],
            "examples": [
                {
                    "title": "Basic Image View",
                    "code": "<p>In this example, we create a simple image view:</p>\n<pre><code>Ti.UI.backgroundColor = 'white';\nvar win = Ti.UI.createWindow();\nvar image = Ti.UI.createImageView({\n  image:'/images/myimage.png'\n});\nwin.add(image);\nwin.open();\n</code></pre>"
                },
                {
                    "title": "Button with Nine-patch Background Image",
                    "code": "<p>Create a button with a nine-patch image background, that swaps with another image when\nselected, and generates a message in the console when clicked.</p>\n<p>Note that images are referenced in the code without the <code>.9</code> part of the filename, and that\nthe project should be cleaned to ensure that the files are correctly copied to the project.</p>\n<pre><code>var win = Ti.UI.createWindow({\n    backgroundColor: 'white',\n    exitOnClose: true,\n    fullscreen: false,\n    title: 'Click button to test'\n});\n\nvar button = Ti.UI.createButton({\n    backgroundImage: '/images/custom-slider-right.png',\n    backgroundSelectedImage:'/images/custom-slider-left.png',\n    title: 'Click me!',\n    top: 10,\n    width: 300,\n    height: 200\n});\nbutton.addEventListener('click',function(e){\n    Ti.API.info(&quot;You clicked the button&quot;);\n});\nwin.add(button);\nwin.open();\n</code></pre>"
                },
                {
                    "title": "Alloy XML Markup",
                    "code": "<p>Previous basic image view example as an Alloy view.</p>\n<pre><code>&lt;Alloy&gt;\n    &lt;Window id=&quot;win&quot; backgroundColor=&quot;white&quot;&gt;\n        &lt;ImageView id=&quot;image&quot; image=&quot;/images/myimage.png&quot; /&gt;\n    &lt;/Window&gt;\n&lt;/Alloy&gt;\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "animate",
                    "deprecated": false,
                    "description": "<p>Animates this view.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "animation",
                            "constants": [],
                            "description": "<p>Either a dictionary of animation properties or an\n<a href=\"Titanium.UI.Animation\">Animation</a> object.</p>",
                            "type": "Titanium.UI.Animation",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Function to be invoked upon completion of the animation.</p>",
                            "type": "Function",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "clearMotionEffects",
                    "deprecated": false,
                    "description": "<p>Removes all previously added motion effects.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "finishLayout",
                    "deprecated": true,
                    "description": "<p>Finishes a batch update of the View's layout properties and schedules a layout pass of the\nview tree.\n<strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hide",
                    "deprecated": false,
                    "description": "<p>Hides this view.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Animation options for Android only. <strong>Since SDK 5.1.0 and used only on Android 5.0+</strong></p>\n<p>Determines whether to enable a circular reveal animation.\nNote that the default here is equivalent to passing in <code>{ animated: false }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "insertAt",
                    "deprecated": false,
                    "description": "<p>Inserts a view at the specified position in the <a href=\"Titanium.UI.View.children\">children</a> array.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Pass an object that specifies the view to insert and optionally at which position (defaults to end)</p>",
                            "type": "ViewPositionOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "show",
                    "deprecated": false,
                    "description": "<p>Makes this view visible.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Animation options for Android only. <strong>Since SDK 5.1.0 and only used on Android 5.0+</strong></p>\n<p>Determines whether to enable a circular reveal animation.\nNote that the default here is equivalent to passing in <code>{ animated: false }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "startLayout",
                    "deprecated": true,
                    "description": "<p>Starts a batch update of this view's layout properties. <strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">Titanium.Proxy.applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "toImage",
                    "deprecated": false,
                    "description": "<p>Returns an image of the rendered view, as a Blob.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Function to be invoked upon completion. If non-null, this method will be performed\nasynchronously. If null, it will be performed immediately.</p>",
                            "type": "Function",
                            "usage": "optional"
                        },
                        {
                            "name": "honorScaleFactor",
                            "constants": [],
                            "description": "<p>Determines whether the image is scaled based on scale factor of main screen. (iOS only)</p>\n<p>When set to true, image is scale factor is honored. When set to false, the image in the\nblob has the same dimensions for retina and non-retina devices.</p>",
                            "type": "Boolean",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Blob",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "updateLayout",
                    "deprecated": true,
                    "description": "<p>Performs a batch update of all supplied layout properties and schedules a layout pass after\nthey have been updated.\n<strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">Titanium.Proxy.applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Layout properties to be updated.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "convertPointToView",
                    "deprecated": false,
                    "description": "<p>Translates a point from this view's coordinate system to another view's coordinate system.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "point",
                            "constants": [],
                            "description": "<p>A point in this view's coordinate system.</p>\n<p>If this argument is missing an <code>x</code> or <code>y</code> property, or the properties can not be\nconverted into numbers, an exception will be raised.</p>",
                            "type": "Point",
                            "usage": "required"
                        },
                        {
                            "name": "destinationView",
                            "constants": [],
                            "description": "<p>View that specifies the destination coordinate system to convert to. If this argument\nis not a view, an exception will be raised.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewById",
                    "deprecated": false,
                    "description": "<p>Returns the matching view of a given view ID.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "id",
                            "constants": [],
                            "description": "<p>The ID of the view that should be returned. Use the <code>id</code> property in your views to\nenable it for indexing in this method.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.View",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "pause",
                    "deprecated": false,
                    "description": "<p>Pauses a running animation. Use <code>resume</code> method to continue.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "resume",
                    "deprecated": false,
                    "description": "<p>Resumes an animation from a <code>pause</code> state.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "start",
                    "deprecated": false,
                    "description": "<p>Starts the image animation. On Android, also resets <code>index</code> to the first image.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "stop",
                    "deprecated": false,
                    "description": "<p>Stops a running animation. On iOS, also resets <code>index</code> to the first image.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "toBlob",
                    "deprecated": false,
                    "description": "<p>Returns the image as a Blob object.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Blob",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ImageView.bubbleParent\">Titanium.UI.ImageView.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ImageView.bubbleParent\">Titanium.UI.ImageView.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ImageView.bubbleParent\">Titanium.UI.ImageView.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ImageView.bubbleParent\">Titanium.UI.ImageView.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ImageView.apiName\">Titanium.UI.ImageView.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ImageView.apiName\">Titanium.UI.ImageView.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ImageView.lifecycleContainer\">Titanium.UI.ImageView.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ImageView.lifecycleContainer\">Titanium.UI.ImageView.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ImageView.lifecycleContainer\">Titanium.UI.ImageView.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ImageView.lifecycleContainer\">Titanium.UI.ImageView.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityHidden",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ImageView.accessibilityHidden\">Titanium.UI.ImageView.accessibilityHidden</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ImageView.accessibilityHidden\">Titanium.UI.ImageView.accessibilityHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityHidden",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ImageView.accessibilityHidden\">Titanium.UI.ImageView.accessibilityHidden</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ImageView.accessibilityHidden\">Titanium.UI.ImageView.accessibilityHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityHidden",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityHint",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ImageView.accessibilityHint\">Titanium.UI.ImageView.accessibilityHint</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ImageView.accessibilityHint\">Titanium.UI.ImageView.accessibilityHint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityHint",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ImageView.accessibilityHint\">Titanium.UI.ImageView.accessibilityHint</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ImageView.accessibilityHint\">Titanium.UI.ImageView.accessibilityHint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityHint",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityLabel",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ImageView.accessibilityLabel\">Titanium.UI.ImageView.accessibilityLabel</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ImageView.accessibilityLabel\">Titanium.UI.ImageView.accessibilityLabel</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityLabel",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ImageView.accessibilityLabel\">Titanium.UI.ImageView.accessibilityLabel</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ImageView.accessibilityLabel\">Titanium.UI.ImageView.accessibilityLabel</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityLabel",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityValue",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ImageView.accessibilityValue\">Titanium.UI.ImageView.accessibilityValue</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ImageView.accessibilityValue\">Titanium.UI.ImageView.accessibilityValue</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityValue",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ImageView.accessibilityValue\">Titanium.UI.ImageView.accessibilityValue</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ImageView.accessibilityValue\">Titanium.UI.ImageView.accessibilityValue</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityValue",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAnchorPoint",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ImageView.anchorPoint\">Titanium.UI.ImageView.anchorPoint</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ImageView.anchorPoint\">Titanium.UI.ImageView.anchorPoint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAnchorPoint",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ImageView.anchorPoint\">Titanium.UI.ImageView.anchorPoint</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ImageView.anchorPoint\">Titanium.UI.ImageView.anchorPoint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "anchorPoint",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAnimatedCenter",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ImageView.animatedCenter\">Titanium.UI.ImageView.animatedCenter</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ImageView.animatedCenter\">Titanium.UI.ImageView.animatedCenter</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ImageView.backgroundColor\">Titanium.UI.ImageView.backgroundColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ImageView.backgroundColor\">Titanium.UI.ImageView.backgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ImageView.backgroundColor\">Titanium.UI.ImageView.backgroundColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ImageView.backgroundColor\">Titanium.UI.ImageView.backgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundDisabledColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ImageView.backgroundDisabledColor\">Titanium.UI.ImageView.backgroundDisabledColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ImageView.backgroundDisabledColor\">Titanium.UI.ImageView.backgroundDisabledColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundDisabledColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ImageView.backgroundDisabledColor\">Titanium.UI.ImageView.backgroundDisabledColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ImageView.backgroundDisabledColor\">Titanium.UI.ImageView.backgroundDisabledColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundDisabledColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundDisabledImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ImageView.backgroundDisabledImage\">Titanium.UI.ImageView.backgroundDisabledImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ImageView.backgroundDisabledImage\">Titanium.UI.ImageView.backgroundDisabledImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundDisabledImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ImageView.backgroundDisabledImage\">Titanium.UI.ImageView.backgroundDisabledImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ImageView.backgroundDisabledImage\">Titanium.UI.ImageView.backgroundDisabledImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundDisabledImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundFocusedColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ImageView.backgroundFocusedColor\">Titanium.UI.ImageView.backgroundFocusedColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ImageView.backgroundFocusedColor\">Titanium.UI.ImageView.backgroundFocusedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundFocusedColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ImageView.backgroundFocusedColor\">Titanium.UI.ImageView.backgroundFocusedColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ImageView.backgroundFocusedColor\">Titanium.UI.ImageView.backgroundFocusedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundFocusedColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundFocusedImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ImageView.backgroundFocusedImage\">Titanium.UI.ImageView.backgroundFocusedImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ImageView.backgroundFocusedImage\">Titanium.UI.ImageView.backgroundFocusedImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundFocusedImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ImageView.backgroundFocusedImage\">Titanium.UI.ImageView.backgroundFocusedImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ImageView.backgroundFocusedImage\">Titanium.UI.ImageView.backgroundFocusedImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundFocusedImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundGradient",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ImageView.backgroundGradient\">Titanium.UI.ImageView.backgroundGradient</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ImageView.backgroundGradient\">Titanium.UI.ImageView.backgroundGradient</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Gradient",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundGradient",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ImageView.backgroundGradient\">Titanium.UI.ImageView.backgroundGradient</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ImageView.backgroundGradient\">Titanium.UI.ImageView.backgroundGradient</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundGradient",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Gradient",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ImageView.backgroundImage\">Titanium.UI.ImageView.backgroundImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ImageView.backgroundImage\">Titanium.UI.ImageView.backgroundImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ImageView.backgroundImage\">Titanium.UI.ImageView.backgroundImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ImageView.backgroundImage\">Titanium.UI.ImageView.backgroundImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundRepeat",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ImageView.backgroundRepeat\">Titanium.UI.ImageView.backgroundRepeat</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ImageView.backgroundRepeat\">Titanium.UI.ImageView.backgroundRepeat</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundRepeat",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ImageView.backgroundRepeat\">Titanium.UI.ImageView.backgroundRepeat</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ImageView.backgroundRepeat\">Titanium.UI.ImageView.backgroundRepeat</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundRepeat",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundLeftCap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ImageView.backgroundLeftCap\">Titanium.UI.ImageView.backgroundLeftCap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ImageView.backgroundLeftCap\">Titanium.UI.ImageView.backgroundLeftCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundLeftCap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ImageView.backgroundLeftCap\">Titanium.UI.ImageView.backgroundLeftCap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ImageView.backgroundLeftCap\">Titanium.UI.ImageView.backgroundLeftCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundLeftCap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundSelectedColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ImageView.backgroundSelectedColor\">Titanium.UI.ImageView.backgroundSelectedColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ImageView.backgroundSelectedColor\">Titanium.UI.ImageView.backgroundSelectedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundSelectedColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ImageView.backgroundSelectedColor\">Titanium.UI.ImageView.backgroundSelectedColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ImageView.backgroundSelectedColor\">Titanium.UI.ImageView.backgroundSelectedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundSelectedColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundSelectedImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ImageView.backgroundSelectedImage\">Titanium.UI.ImageView.backgroundSelectedImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ImageView.backgroundSelectedImage\">Titanium.UI.ImageView.backgroundSelectedImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundSelectedImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ImageView.backgroundSelectedImage\">Titanium.UI.ImageView.backgroundSelectedImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ImageView.backgroundSelectedImage\">Titanium.UI.ImageView.backgroundSelectedImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundSelectedImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundTopCap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ImageView.backgroundTopCap\">Titanium.UI.ImageView.backgroundTopCap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ImageView.backgroundTopCap\">Titanium.UI.ImageView.backgroundTopCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundTopCap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ImageView.backgroundTopCap\">Titanium.UI.ImageView.backgroundTopCap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ImageView.backgroundTopCap\">Titanium.UI.ImageView.backgroundTopCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundTopCap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ImageView.borderColor\">Titanium.UI.ImageView.borderColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ImageView.borderColor\">Titanium.UI.ImageView.borderColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ImageView.borderColor\">Titanium.UI.ImageView.borderColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ImageView.borderColor\">Titanium.UI.ImageView.borderColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderRadius",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ImageView.borderRadius\">Titanium.UI.ImageView.borderRadius</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ImageView.borderRadius\">Titanium.UI.ImageView.borderRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderRadius",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ImageView.borderRadius\">Titanium.UI.ImageView.borderRadius</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ImageView.borderRadius\">Titanium.UI.ImageView.borderRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderRadius",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderWidth",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ImageView.borderWidth\">Titanium.UI.ImageView.borderWidth</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ImageView.borderWidth\">Titanium.UI.ImageView.borderWidth</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderWidth",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ImageView.borderWidth\">Titanium.UI.ImageView.borderWidth</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ImageView.borderWidth\">Titanium.UI.ImageView.borderWidth</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderWidth",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBottom",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ImageView.bottom\">Titanium.UI.ImageView.bottom</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ImageView.bottom\">Titanium.UI.ImageView.bottom</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBottom",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ImageView.bottom\">Titanium.UI.ImageView.bottom</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ImageView.bottom\">Titanium.UI.ImageView.bottom</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bottom",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getCenter",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ImageView.center\">Titanium.UI.ImageView.center</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ImageView.center\">Titanium.UI.ImageView.center</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setCenter",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ImageView.center\">Titanium.UI.ImageView.center</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ImageView.center\">Titanium.UI.ImageView.center</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "center",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getClipMode",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ImageView.clipMode\">Titanium.UI.ImageView.clipMode</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ImageView.clipMode\">Titanium.UI.ImageView.clipMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setClipMode",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ImageView.clipMode\">Titanium.UI.ImageView.clipMode</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ImageView.clipMode\">Titanium.UI.ImageView.clipMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "clipMode",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getElevation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ImageView.elevation\">Titanium.UI.ImageView.elevation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ImageView.elevation\">Titanium.UI.ImageView.elevation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setElevation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ImageView.elevation\">Titanium.UI.ImageView.elevation</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ImageView.elevation\">Titanium.UI.ImageView.elevation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "elevation",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getFocusable",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ImageView.focusable\">Titanium.UI.ImageView.focusable</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ImageView.focusable\">Titanium.UI.ImageView.focusable</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setFocusable",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ImageView.focusable\">Titanium.UI.ImageView.focusable</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ImageView.focusable\">Titanium.UI.ImageView.focusable</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "focusable",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getHeight",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ImageView.height\">Titanium.UI.ImageView.height</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ImageView.height\">Titanium.UI.ImageView.height</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHeight",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ImageView.height\">Titanium.UI.ImageView.height</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ImageView.height\">Titanium.UI.ImageView.height</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "height",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHiddenBehavior",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ImageView.hiddenBehavior\">Titanium.UI.ImageView.hiddenBehavior</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ImageView.hiddenBehavior\">Titanium.UI.ImageView.hiddenBehavior</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setHiddenBehavior",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ImageView.hiddenBehavior\">Titanium.UI.ImageView.hiddenBehavior</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ImageView.hiddenBehavior\">Titanium.UI.ImageView.hiddenBehavior</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "hiddenBehavior",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getHorizontalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ImageView.horizontalMotionEffect\">Titanium.UI.ImageView.horizontalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ImageView.horizontalMotionEffect\">Titanium.UI.ImageView.horizontalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "MinMaxOptions",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHorizontalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ImageView.horizontalMotionEffect\">Titanium.UI.ImageView.horizontalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ImageView.horizontalMotionEffect\">Titanium.UI.ImageView.horizontalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "horizontalMotionEffect",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "MinMaxOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLeft",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ImageView.left\">Titanium.UI.ImageView.left</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ImageView.left\">Titanium.UI.ImageView.left</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLeft",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ImageView.left\">Titanium.UI.ImageView.left</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ImageView.left\">Titanium.UI.ImageView.left</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "left",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLayout",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ImageView.layout\">Titanium.UI.ImageView.layout</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ImageView.layout\">Titanium.UI.ImageView.layout</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLayout",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ImageView.layout\">Titanium.UI.ImageView.layout</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ImageView.layout\">Titanium.UI.ImageView.layout</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "layout",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getOpacity",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ImageView.opacity\">Titanium.UI.ImageView.opacity</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ImageView.opacity\">Titanium.UI.ImageView.opacity</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setOpacity",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ImageView.opacity\">Titanium.UI.ImageView.opacity</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ImageView.opacity\">Titanium.UI.ImageView.opacity</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "opacity",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getOverrideCurrentAnimation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ImageView.overrideCurrentAnimation\">Titanium.UI.ImageView.overrideCurrentAnimation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ImageView.overrideCurrentAnimation\">Titanium.UI.ImageView.overrideCurrentAnimation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setOverrideCurrentAnimation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ImageView.overrideCurrentAnimation\">Titanium.UI.ImageView.overrideCurrentAnimation</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ImageView.overrideCurrentAnimation\">Titanium.UI.ImageView.overrideCurrentAnimation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "overrideCurrentAnimation",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getPullBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ImageView.pullBackgroundColor\">Titanium.UI.ImageView.pullBackgroundColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ImageView.pullBackgroundColor\">Titanium.UI.ImageView.pullBackgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setPullBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ImageView.pullBackgroundColor\">Titanium.UI.ImageView.pullBackgroundColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ImageView.pullBackgroundColor\">Titanium.UI.ImageView.pullBackgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "pullBackgroundColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPreviewContext",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ImageView.previewContext\">Titanium.UI.ImageView.previewContext</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ImageView.previewContext\">Titanium.UI.ImageView.previewContext</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.iOS.PreviewContext",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "setPreviewContext",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ImageView.previewContext\">Titanium.UI.ImageView.previewContext</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ImageView.previewContext\">Titanium.UI.ImageView.previewContext</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "previewContext",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.iOS.PreviewContext",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "getRight",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ImageView.right\">Titanium.UI.ImageView.right</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ImageView.right\">Titanium.UI.ImageView.right</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setRight",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ImageView.right\">Titanium.UI.ImageView.right</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ImageView.right\">Titanium.UI.ImageView.right</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "right",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ImageView.rect\">Titanium.UI.ImageView.rect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ImageView.rect\">Titanium.UI.ImageView.rect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "DimensionWithAbsolutes",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRotation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ImageView.rotation\">Titanium.UI.ImageView.rotation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ImageView.rotation\">Titanium.UI.ImageView.rotation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRotation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ImageView.rotation\">Titanium.UI.ImageView.rotation</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ImageView.rotation\">Titanium.UI.ImageView.rotation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rotation",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getRotationX",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ImageView.rotationX\">Titanium.UI.ImageView.rotationX</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ImageView.rotationX\">Titanium.UI.ImageView.rotationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRotationX",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ImageView.rotationX\">Titanium.UI.ImageView.rotationX</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ImageView.rotationX\">Titanium.UI.ImageView.rotationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rotationX",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getRotationY",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ImageView.rotationY\">Titanium.UI.ImageView.rotationY</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ImageView.rotationY\">Titanium.UI.ImageView.rotationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRotationY",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ImageView.rotationY\">Titanium.UI.ImageView.rotationY</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ImageView.rotationY\">Titanium.UI.ImageView.rotationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rotationY",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getScaleX",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ImageView.scaleX\">Titanium.UI.ImageView.scaleX</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ImageView.scaleX\">Titanium.UI.ImageView.scaleX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setScaleX",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ImageView.scaleX\">Titanium.UI.ImageView.scaleX</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ImageView.scaleX\">Titanium.UI.ImageView.scaleX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "scaleX",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getScaleY",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ImageView.scaleY\">Titanium.UI.ImageView.scaleY</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ImageView.scaleY\">Titanium.UI.ImageView.scaleY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setScaleY",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ImageView.scaleY\">Titanium.UI.ImageView.scaleY</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ImageView.scaleY\">Titanium.UI.ImageView.scaleY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "scaleY",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getSize",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ImageView.size\">Titanium.UI.ImageView.size</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ImageView.size\">Titanium.UI.ImageView.size</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Dimension",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSoftKeyboardOnFocus",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ImageView.softKeyboardOnFocus\">Titanium.UI.ImageView.softKeyboardOnFocus</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ImageView.softKeyboardOnFocus\">Titanium.UI.ImageView.softKeyboardOnFocus</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setSoftKeyboardOnFocus",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ImageView.softKeyboardOnFocus\">Titanium.UI.ImageView.softKeyboardOnFocus</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ImageView.softKeyboardOnFocus\">Titanium.UI.ImageView.softKeyboardOnFocus</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "softKeyboardOnFocus",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTintColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ImageView.tintColor\">Titanium.UI.ImageView.tintColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ImageView.tintColor\">Titanium.UI.ImageView.tintColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTintColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ImageView.tintColor\">Titanium.UI.ImageView.tintColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ImageView.tintColor\">Titanium.UI.ImageView.tintColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "tintColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTop",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ImageView.top\">Titanium.UI.ImageView.top</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ImageView.top\">Titanium.UI.ImageView.top</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTop",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ImageView.top\">Titanium.UI.ImageView.top</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ImageView.top\">Titanium.UI.ImageView.top</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "top",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTouchEnabled",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ImageView.touchEnabled\">Titanium.UI.ImageView.touchEnabled</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ImageView.touchEnabled\">Titanium.UI.ImageView.touchEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTouchEnabled",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ImageView.touchEnabled\">Titanium.UI.ImageView.touchEnabled</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ImageView.touchEnabled\">Titanium.UI.ImageView.touchEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchEnabled",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTouchFeedback",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ImageView.touchFeedback\">Titanium.UI.ImageView.touchFeedback</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ImageView.touchFeedback\">Titanium.UI.ImageView.touchFeedback</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTouchFeedback",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ImageView.touchFeedback\">Titanium.UI.ImageView.touchFeedback</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ImageView.touchFeedback\">Titanium.UI.ImageView.touchFeedback</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchFeedback",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTouchFeedbackColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ImageView.touchFeedbackColor\">Titanium.UI.ImageView.touchFeedbackColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ImageView.touchFeedbackColor\">Titanium.UI.ImageView.touchFeedbackColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTouchFeedbackColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ImageView.touchFeedbackColor\">Titanium.UI.ImageView.touchFeedbackColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ImageView.touchFeedbackColor\">Titanium.UI.ImageView.touchFeedbackColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchFeedbackColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTransform",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ImageView.transform\">Titanium.UI.ImageView.transform</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ImageView.transform\">Titanium.UI.ImageView.transform</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Matrix2D",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTransform",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ImageView.transform\">Titanium.UI.ImageView.transform</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ImageView.transform\">Titanium.UI.ImageView.transform</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "transform",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Matrix2D",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTranslationX",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ImageView.translationX\">Titanium.UI.ImageView.translationX</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ImageView.translationX\">Titanium.UI.ImageView.translationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTranslationX",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ImageView.translationX\">Titanium.UI.ImageView.translationX</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ImageView.translationX\">Titanium.UI.ImageView.translationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translationX",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTranslationY",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ImageView.translationY\">Titanium.UI.ImageView.translationY</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ImageView.translationY\">Titanium.UI.ImageView.translationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTranslationY",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ImageView.translationY\">Titanium.UI.ImageView.translationY</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ImageView.translationY\">Titanium.UI.ImageView.translationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translationY",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTranslationZ",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ImageView.translationZ\">Titanium.UI.ImageView.translationZ</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ImageView.translationZ\">Titanium.UI.ImageView.translationZ</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTranslationZ",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ImageView.translationZ\">Titanium.UI.ImageView.translationZ</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ImageView.translationZ\">Titanium.UI.ImageView.translationZ</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translationZ",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTransitionName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ImageView.transitionName\">Titanium.UI.ImageView.transitionName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ImageView.transitionName\">Titanium.UI.ImageView.transitionName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTransitionName",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ImageView.transitionName\">Titanium.UI.ImageView.transitionName</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ImageView.transitionName\">Titanium.UI.ImageView.transitionName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "transitionName",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getVerticalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ImageView.verticalMotionEffect\">Titanium.UI.ImageView.verticalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ImageView.verticalMotionEffect\">Titanium.UI.ImageView.verticalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "MinMaxOptions",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setVerticalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ImageView.verticalMotionEffect\">Titanium.UI.ImageView.verticalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ImageView.verticalMotionEffect\">Titanium.UI.ImageView.verticalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "verticalMotionEffect",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "MinMaxOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowRadius",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ImageView.viewShadowRadius\">Titanium.UI.ImageView.viewShadowRadius</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ImageView.viewShadowRadius\">Titanium.UI.ImageView.viewShadowRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowRadius",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ImageView.viewShadowRadius\">Titanium.UI.ImageView.viewShadowRadius</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ImageView.viewShadowRadius\">Titanium.UI.ImageView.viewShadowRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowRadius",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ImageView.viewShadowColor\">Titanium.UI.ImageView.viewShadowColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ImageView.viewShadowColor\">Titanium.UI.ImageView.viewShadowColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ImageView.viewShadowColor\">Titanium.UI.ImageView.viewShadowColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ImageView.viewShadowColor\">Titanium.UI.ImageView.viewShadowColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowOffset",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ImageView.viewShadowOffset\">Titanium.UI.ImageView.viewShadowOffset</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ImageView.viewShadowOffset\">Titanium.UI.ImageView.viewShadowOffset</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowOffset",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ImageView.viewShadowOffset\">Titanium.UI.ImageView.viewShadowOffset</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ImageView.viewShadowOffset\">Titanium.UI.ImageView.viewShadowOffset</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowOffset",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getVisible",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ImageView.visible\">Titanium.UI.ImageView.visible</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ImageView.visible\">Titanium.UI.ImageView.visible</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setVisible",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ImageView.visible\">Titanium.UI.ImageView.visible</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ImageView.visible\">Titanium.UI.ImageView.visible</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "visible",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getWidth",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ImageView.width\">Titanium.UI.ImageView.width</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ImageView.width\">Titanium.UI.ImageView.width</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setWidth",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ImageView.width\">Titanium.UI.ImageView.width</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ImageView.width\">Titanium.UI.ImageView.width</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "width",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHorizontalWrap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ImageView.horizontalWrap\">Titanium.UI.ImageView.horizontalWrap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ImageView.horizontalWrap\">Titanium.UI.ImageView.horizontalWrap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHorizontalWrap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ImageView.horizontalWrap\">Titanium.UI.ImageView.horizontalWrap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ImageView.horizontalWrap\">Titanium.UI.ImageView.horizontalWrap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "horizontalWrap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getZIndex",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ImageView.zIndex\">Titanium.UI.ImageView.zIndex</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ImageView.zIndex\">Titanium.UI.ImageView.zIndex</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setZIndex",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ImageView.zIndex\">Titanium.UI.ImageView.zIndex</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ImageView.zIndex\">Titanium.UI.ImageView.zIndex</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "zIndex",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getKeepScreenOn",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ImageView.keepScreenOn\">Titanium.UI.ImageView.keepScreenOn</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ImageView.keepScreenOn\">Titanium.UI.ImageView.keepScreenOn</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setKeepScreenOn",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ImageView.keepScreenOn\">Titanium.UI.ImageView.keepScreenOn</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ImageView.keepScreenOn\">Titanium.UI.ImageView.keepScreenOn</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "keepScreenOn",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getAnimating",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ImageView.animating\">Titanium.UI.ImageView.animating</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ImageView.animating\">Titanium.UI.ImageView.animating</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAutorotate",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ImageView.autorotate\">Titanium.UI.ImageView.autorotate</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ImageView.autorotate\">Titanium.UI.ImageView.autorotate</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAutorotate",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ImageView.autorotate\">Titanium.UI.ImageView.autorotate</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ImageView.autorotate\">Titanium.UI.ImageView.autorotate</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "autorotate",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getDecodeRetries",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ImageView.decodeRetries\">Titanium.UI.ImageView.decodeRetries</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ImageView.decodeRetries\">Titanium.UI.ImageView.decodeRetries</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setDecodeRetries",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ImageView.decodeRetries\">Titanium.UI.ImageView.decodeRetries</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ImageView.decodeRetries\">Titanium.UI.ImageView.decodeRetries</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "decodeRetries",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getDefaultImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ImageView.defaultImage\">Titanium.UI.ImageView.defaultImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ImageView.defaultImage\">Titanium.UI.ImageView.defaultImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setDefaultImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ImageView.defaultImage\">Titanium.UI.ImageView.defaultImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ImageView.defaultImage\">Titanium.UI.ImageView.defaultImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "defaultImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getDuration",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ImageView.duration\">Titanium.UI.ImageView.duration</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ImageView.duration\">Titanium.UI.ImageView.duration</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setDuration",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ImageView.duration\">Titanium.UI.ImageView.duration</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ImageView.duration\">Titanium.UI.ImageView.duration</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "duration",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getEnableZoomControls",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ImageView.enableZoomControls\">Titanium.UI.ImageView.enableZoomControls</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ImageView.enableZoomControls\">Titanium.UI.ImageView.enableZoomControls</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setEnableZoomControls",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ImageView.enableZoomControls\">Titanium.UI.ImageView.enableZoomControls</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ImageView.enableZoomControls\">Titanium.UI.ImageView.enableZoomControls</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "enableZoomControls",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getHires",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ImageView.hires\">Titanium.UI.ImageView.hires</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ImageView.hires\">Titanium.UI.ImageView.hires</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHires",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ImageView.hires\">Titanium.UI.ImageView.hires</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ImageView.hires\">Titanium.UI.ImageView.hires</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "hires",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ImageView.image\">Titanium.UI.ImageView.image</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ImageView.image\">Titanium.UI.ImageView.image</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ImageView.image\">Titanium.UI.ImageView.image</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ImageView.image\">Titanium.UI.ImageView.image</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "image",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getImages",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ImageView.images\">Titanium.UI.ImageView.images</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ImageView.images\">Titanium.UI.ImageView.images</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setImages",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ImageView.images\">Titanium.UI.ImageView.images</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ImageView.images\">Titanium.UI.ImageView.images</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "images",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPaused",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ImageView.paused\">Titanium.UI.ImageView.paused</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ImageView.paused\">Titanium.UI.ImageView.paused</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPreventDefaultImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ImageView.preventDefaultImage\">Titanium.UI.ImageView.preventDefaultImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ImageView.preventDefaultImage\">Titanium.UI.ImageView.preventDefaultImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setPreventDefaultImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ImageView.preventDefaultImage\">Titanium.UI.ImageView.preventDefaultImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ImageView.preventDefaultImage\">Titanium.UI.ImageView.preventDefaultImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "preventDefaultImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRepeatCount",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ImageView.repeatCount\">Titanium.UI.ImageView.repeatCount</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ImageView.repeatCount\">Titanium.UI.ImageView.repeatCount</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setRepeatCount",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ImageView.repeatCount\">Titanium.UI.ImageView.repeatCount</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ImageView.repeatCount\">Titanium.UI.ImageView.repeatCount</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "repeatCount",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getReverse",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ImageView.reverse\">Titanium.UI.ImageView.reverse</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ImageView.reverse\">Titanium.UI.ImageView.reverse</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setReverse",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ImageView.reverse\">Titanium.UI.ImageView.reverse</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ImageView.reverse\">Titanium.UI.ImageView.reverse</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "reverse",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getUrl",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ImageView.url\">Titanium.UI.ImageView.url</a> property. <strong>Removed in 3.0.0. Use <a href=\"Titanium.UI.ImageView.image\">Titanium.UI.ImageView.image</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setUrl",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ImageView.url\">Titanium.UI.ImageView.url</a> property. <strong>Removed in 3.0.0. Use <a href=\"Titanium.UI.ImageView.image\">Titanium.UI.ImageView.image</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "url",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.UI.View",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "accessibilityHidden",
                    "deprecated": false,
                    "description": "<p>Whether the view should be &quot;hidden&quot; from (i.e., ignored by) the accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityHint",
                    "deprecated": false,
                    "description": "<p>Briefly describes what performing an action (such as a click) on the view will do.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityLabel",
                    "deprecated": false,
                    "description": "<p>A succint label identifying the view for the device's accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityValue",
                    "deprecated": false,
                    "description": "<p>A string describing the value (if any) of the view for the device's accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "anchorPoint",
                    "deprecated": false,
                    "description": "<p>Coordinate of the view about which to pivot an animation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "animatedCenter",
                    "deprecated": false,
                    "description": "<p>Current position of the view during an animation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundColor",
                    "deprecated": false,
                    "description": "<p>Background color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundDisabledColor",
                    "deprecated": false,
                    "description": "<p>Disabled background color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundDisabledImage",
                    "deprecated": false,
                    "description": "<p>Disabled background image for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundFocusedColor",
                    "deprecated": false,
                    "description": "<p>Focused background color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundFocusedImage",
                    "deprecated": false,
                    "description": "<p>Focused background image for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundGradient",
                    "deprecated": false,
                    "description": "<p>A background gradient for the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [
                        {
                            "title": "Linear and Radial Gradients",
                            "code": "<p>The following code excerpt creates two views, one with a linear gradient and one with\na radial gradient.</p>\n<pre><code>var win1 = Titanium.UI.createWindow({\n    title:'Tab 1',\n    backgroundColor:'#fff',\n    layout: 'vertical'\n});\n\nvar radialGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'radial',\n        startPoint: { x: 50, y: 50 },\n        endPoint: { x: 50, y: 50 },\n        colors: [ 'red', 'blue'],\n        startRadius: 50,\n        endRadius: 0,\n        backfillStart: true\n    }\n});\nvar linearGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'linear',\n        startPoint: { x: '0%', y: '50%' },\n        endPoint: { x: '100%', y: '50%' },\n        colors: [ { color: 'red', offset: 0.0}, { color: 'blue', offset: 0.25 }, { color: 'red', offset: 1.0 } ],\n    }\n});\nwin1.add(radialGradient);\nwin1.add(linearGradient);\nwin1.open();\n</code></pre>"
                        }
                    ],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Gradient",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundImage",
                    "deprecated": false,
                    "description": "<p>Background image for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundRepeat",
                    "deprecated": false,
                    "description": "<p>Determines whether to tile a background across a view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundLeftCap",
                    "deprecated": false,
                    "description": "<p>Size of the left end cap.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundSelectedColor",
                    "deprecated": false,
                    "description": "<p>Selected background color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundSelectedImage",
                    "deprecated": false,
                    "description": "<p>Selected background image url for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundTopCap",
                    "deprecated": false,
                    "description": "<p>Size of the top end cap.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderColor",
                    "deprecated": false,
                    "description": "<p>Border color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderRadius",
                    "deprecated": false,
                    "description": "<p>Radius for the rounded corners of the view's border.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderWidth",
                    "deprecated": false,
                    "description": "<p>Border width of the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "bottom",
                    "deprecated": false,
                    "description": "<p>View's bottom position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "center",
                    "deprecated": false,
                    "description": "<p>View's center position, in the parent view's coordinates.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "clipMode",
                    "deprecated": false,
                    "description": "<p>View's clipping behavior.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "elevation",
                    "deprecated": false,
                    "description": "<p>Base elevation of the view relative to its parent in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "focusable",
                    "deprecated": false,
                    "description": "<p>Whether view should be focusable while navigating with the trackball.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "height",
                    "deprecated": false,
                    "description": "<p>View height, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.FILL",
                        "Titanium.UI.SIZE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hiddenBehavior",
                    "deprecated": false,
                    "description": "<p>Sets the behavior when hiding an object to release or keep the free space</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.HIDDEN_BEHAVIOR_INVISIBLE",
                        "Titanium.UI.HIDDEN_BEHAVIOR_GONE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "horizontalMotionEffect",
                    "deprecated": false,
                    "description": "<p>Adds a horizontal parallax effect to the view</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "MinMaxOptions",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "id",
                    "deprecated": false,
                    "description": "<p>View's identifier.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "left",
                    "deprecated": false,
                    "description": "<p>View's left position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "layout",
                    "deprecated": false,
                    "description": "<p>Specifies how the view positions its children.\nOne of: 'composite', 'vertical', or 'horizontal'.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "opacity",
                    "deprecated": false,
                    "description": "<p>Opacity of this view, from 0.0 (transparent) to 1.0 (opaque). Defaults to 1.0 (opaque).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "overrideCurrentAnimation",
                    "deprecated": false,
                    "description": "<p>When on, animate call overrides current animation if applicable.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "pullBackgroundColor",
                    "deprecated": false,
                    "description": "<p>Background color of the wrapper view when this view is used as either <a href=\"Titanium.UI.ListView.pullView\">Titanium.UI.ListView.pullView</a> or <a href=\"Titanium.UI.TableView.headerPullView\">Titanium.UI.TableView.headerPullView</a>.</p>\n<p>Defaults to <code>undefined</code>. Results in a light grey background color on the wrapper view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "previewContext",
                    "deprecated": false,
                    "description": "<p>The preview context used in the 3D-Touch feature &quot;Peek and Pop&quot;.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Titanium.UI.iOS.PreviewContext",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "right",
                    "deprecated": false,
                    "description": "<p>View's right position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "rect",
                    "deprecated": false,
                    "description": "<p>The bounding box of the view relative to its parent, in system units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "type": "DimensionWithAbsolutes",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "rotation",
                    "deprecated": false,
                    "description": "<p>Clockwise 2D rotation of the view in degrees.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "rotationX",
                    "deprecated": false,
                    "description": "<p>Clockwise rotation of the view in degrees (x-axis).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "rotationY",
                    "deprecated": false,
                    "description": "<p>Clockwise rotation of the view in degrees (y-axis).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "scaleX",
                    "deprecated": false,
                    "description": "<p>Scaling of the view in x-axis in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "scaleY",
                    "deprecated": false,
                    "description": "<p>Scaling of the view in y-axis in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "size",
                    "deprecated": false,
                    "description": "<p>The size of the view in system units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Dimension",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "softKeyboardOnFocus",
                    "deprecated": false,
                    "description": "<p>Determines keyboard behavior when this view is focused. Defaults to <a href=\"Titanium.UI.Android.SOFT_KEYBOARD_DEFAULT_ON_FOCUS\">Titanium.UI.Android.SOFT_KEYBOARD_DEFAULT_ON_FOCUS</a>.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.Android.SOFT_KEYBOARD_DEFAULT_ON_FOCUS",
                        "Titanium.UI.Android.SOFT_KEYBOARD_HIDE_ON_FOCUS",
                        "Titanium.UI.Android.SOFT_KEYBOARD_SHOW_ON_FOCUS"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "tintColor",
                    "deprecated": false,
                    "description": "<p>The view's tintColor.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "top",
                    "deprecated": false,
                    "description": "<p>The view's top position.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "touchEnabled",
                    "deprecated": false,
                    "description": "<p>Determines whether view should receive touch events.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "touchFeedback",
                    "deprecated": false,
                    "description": "<p>A material design visual construct that provides an instantaneous visual confirmation of touch point.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "touchFeedbackColor",
                    "deprecated": false,
                    "description": "<p>Optional touch feedback ripple color. This has no effect unless <code>touchFeedback</code> is true.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "transform",
                    "deprecated": false,
                    "description": "<p>Transformation matrix to apply to the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Titanium.UI.Matrix2D",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "translationX",
                    "deprecated": false,
                    "description": "<p>Horizontal location of the view relative to its left position in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "translationY",
                    "deprecated": false,
                    "description": "<p>Vertical location of the view relative to its top position in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "translationZ",
                    "deprecated": false,
                    "description": "<p>Depth of the view relative to its elevation in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "transitionName",
                    "deprecated": false,
                    "description": "<p>A name to identify this view in activity transition.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.2"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "verticalMotionEffect",
                    "deprecated": false,
                    "description": "<p>Adds a vertical parallax effect to the view</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "MinMaxOptions",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowRadius",
                    "deprecated": false,
                    "description": "<p>Determines the blur radius used to create the shadow.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowColor",
                    "deprecated": false,
                    "description": "<p>Determines the color of the shadow.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowOffset",
                    "deprecated": false,
                    "description": "<p>Determines the offset for the shadow of the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "visible",
                    "deprecated": false,
                    "description": "<p>Determines whether the view is visible.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "width",
                    "deprecated": false,
                    "description": "<p>View's width, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.FILL",
                        "Titanium.UI.SIZE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "horizontalWrap",
                    "deprecated": false,
                    "description": "<p>Determines whether the layout has wrapping behavior.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "zIndex",
                    "deprecated": false,
                    "description": "<p>Z-index stack order position, relative to other sibling views.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "keepScreenOn",
                    "deprecated": false,
                    "description": "<p>Determines whether to keep the device screen on.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "animating",
                    "deprecated": false,
                    "description": "<p>Indicates whether animation is running.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "autorotate",
                    "deprecated": false,
                    "description": "<p>Indicates whether the image should be rotated based on exif orientation data.\nBy default, this is false on android and true on iOS.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "decodeRetries",
                    "deprecated": false,
                    "description": "<p>Number of times to retry decoding the bitmap at a URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.7.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "defaultImage",
                    "deprecated": false,
                    "description": "<p>Local path to the default image to display while loading a remote image.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "duration",
                    "deprecated": false,
                    "description": "<p>Amount of time in milliseconds to animate one cycle.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "enableZoomControls",
                    "deprecated": false,
                    "description": "<p>Show zoom controls when the user touches the image view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.3.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "hires",
                    "deprecated": false,
                    "description": "<p>Set to <code>true</code> to prevent scaling of 2x/3x-resolution remote images for retina\ndisplays.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "image",
                    "deprecated": false,
                    "description": "<p>Image to display.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "images",
                    "deprecated": false,
                    "description": "<p>Array of images to animate, defined using local filesystem paths, <code>File</code> objects,\nremote URLs (Android only), or <code>Blob</code> objects containing image data.</p>\n<p>When using this property, an initial <code>start()</code> needs to be called upon the ImageView before any image will show in this imageview.</p>\n<p>Related properties/methods to look at: <code>start</code>, <code>stop</code>, <code>pause</code>, <code>reverse</code>, <code>resume</code> and <code>repeatCount</code></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "paused",
                    "deprecated": false,
                    "description": "<p>Indicates whether the animation is paused.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "preventDefaultImage",
                    "deprecated": false,
                    "description": "<p>Prevent the default image from being displayed while loading a remote image. This property\nis ignored when the <code>defaultImage</code> property is set.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "repeatCount",
                    "deprecated": false,
                    "description": "<p>Number of times to repeat the image animation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "reverse",
                    "deprecated": false,
                    "description": "<p>Run the animation in reverse.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "url",
                    "deprecated": true,
                    "description": "<p>URL to the image to display. <strong>Removed in 3.0.0. Use <a href=\"Titanium.UI.ImageView.image\">Titanium.UI.ImageView.image</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>Use the <a href=\"Titanium.UI.createImageView\">Titanium.UI.createImageView</a> method or <strong><code>&lt;ImageView&gt;</code></strong> Alloy element to create an <code>ImageView</code>.</p>\n<p>Specifying either a <code>width</code> or <code>height</code> property for this view will scale its image(s) with\nthe aspect ratio maintained, up to a maximum size that does not exceed its parent view.</p>\n<h4>Remote Images</h4>\n<p>You can display both local and remote images in an ImageView. When loading remote images, you should\nset the defaultImage property to a local image, which will be displayed while the remote image is being\ndownloaded. Remote images are cached automatically on the iOS-, Android- and Windows platform.</p>\n<p>Android Note: Android 6 and later uses runtime permissions to secure the user's privacy.\nTherefore, you should call <a href=\"Titanium.Filesystem.requestStoragePermissions\">Titanium.Filesystem.requestStoragePermissions</a> before attempting to load remote images.</p>\n<p>Read more about remote images and general best practices in the <a href=\"https://wiki.appcelerator.org/display/guides2/Image+Best+Practices#ImageBestPractices-Cachingremoteimages\">Image Best Practices Guide</a>.</p>\n<h4>Android 9-Patch Scaled Images</h4>\n<p>A nine-patch (9-patch) image is simply a standard <code>png</code> image with a transparent border of a\nsingle pixel, containing &quot;guides&quot; defined by solid black (<code>#000</code>) color fills. Guides added to the\ntop and left edges determine that the image may be stretched in horizontal and vertical planes\nrespectively. Optionally, the content area may be defined by guides added to the bottom and\nright edges.</p>\n<p>Although any image editor may be used to create the guides, certain settings can cause the edges\nof the graphic to &quot;bleed&quot; into the transparent border, consequently making it non-transparent.\nThus, the <code>draw9patch</code> utility provided in the Android SDK tools directory is recommended for\nthis purpose.</p>\n<p>For further information about nine-patch images and the Android utility, see the\n<a href=\"https://developer.android.com/guide/topics/graphics/drawables#nine-patch\">Nine-patch</a>\nand <a href=\"https://developer.android.com/studio/write/draw9patch\">Draw 9-patch</a> sections\nof the Android Developer website.</p>\n<p>The nine-patch technique may be used with any of Titanium's static image properties. See the\n&quot;Button with Nine-patch Background Image&quot; example for a demonstration.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.9"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.9"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.9"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.Label",
            "description": "<p>A text label, with an optional background image.</p>",
            "deprecated": false,
            "events": [
                {
                    "name": "click",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a click against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "dblclick",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a double click against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "doubletap",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a double tap against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "focus",
                    "deprecated": false,
                    "description": "<p>Fired when the view element gains focus.</p>"
                },
                {
                    "name": "keypressed",
                    "deprecated": false,
                    "description": "<p>Fired when a hardware key is pressed in the view.</p>",
                    "properties": [
                        {
                            "name": "keyCode",
                            "constants": [],
                            "description": "<p>The code for the physical key that was pressed. For more details, see <a href=\"https://developer.android.com/reference/android/view/KeyEvent.html\">KeyEvent</a>. This API is experimental and subject to change.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "longclick",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a long click.</p>"
                },
                {
                    "name": "longpress",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a long press.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "pinch",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a pinch gesture.</p>",
                    "properties": [
                        {
                            "name": "scale",
                            "constants": [],
                            "description": "<p>The scale factor relative to the points of the two touches in screen coordinates.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "velocity",
                            "constants": [],
                            "description": "<p>The velocity of the pinch in scale factor per second.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "time",
                            "constants": [],
                            "description": "<p>The event time of the current event being processed.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timeDelta",
                            "constants": [],
                            "description": "<p>The time difference in milliseconds between the previous accepted scaling event and the\ncurrent scaling event.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "currentSpan",
                            "constants": [],
                            "description": "<p>The average distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "currentSpanX",
                            "constants": [],
                            "description": "<p>The average X distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "currentSpanY",
                            "constants": [],
                            "description": "<p>The average Y distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "previousSpan",
                            "constants": [],
                            "description": "<p>The previous average distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "previousSpanX",
                            "constants": [],
                            "description": "<p>The previous average X distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "previousSpanY",
                            "constants": [],
                            "description": "<p>The previous average Y distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "focusX",
                            "constants": [],
                            "description": "<p>The X coordinate of the current gesture's focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "focusY",
                            "constants": [],
                            "description": "<p>The Y coordinate of the current gesture's focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "inProgress",
                            "constants": [],
                            "description": "<p>Returns <code>true</code> if a scale gesture is in progress, <code>false</code> otherwise.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "postlayout",
                    "deprecated": false,
                    "description": "<p>Fired when a layout cycle is finished.</p>"
                },
                {
                    "name": "singletap",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a single tap against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "swipe",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a swipe gesture against the view.</p>",
                    "properties": [
                        {
                            "name": "direction",
                            "constants": [],
                            "description": "<p>Direction of the swipe--either 'left', 'right', 'up', or 'down'.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event's endpoint from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event's endpoint from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchcancel",
                    "deprecated": false,
                    "description": "<p>Fired when a touch event is interrupted by the device.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchend",
                    "deprecated": false,
                    "description": "<p>Fired when a touch event is completed.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Penciland are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchmove",
                    "deprecated": false,
                    "description": "<p>Fired as soon as the device detects movement of a touch.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchstart",
                    "deprecated": false,
                    "description": "<p>Fired as soon as the device detects a touch gesture.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "twofingertap",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a two-finger tap against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "link",
                    "deprecated": false,
                    "description": "<p>Fired when user interacts with a URL in the Label.</p>",
                    "properties": [
                        {
                            "name": "url",
                            "constants": [],
                            "description": "<p>The URL that is associated with this event.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "range",
                            "constants": [],
                            "description": "<p>An array of two numbers [location, length] describing the character range of the text associated with this URL.</p>",
                            "type": "Array",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>This is false. This event does not bubble</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                }
            ],
            "examples": [
                {
                    "title": "Basic Label",
                    "code": "<p>Create a center-aligned label with a text shadow and specified-size font, and another\ncontaining forced line breaks and Unicode symbols.</p>\n<pre><code>var win = Ti.UI.createWindow({\n  backgroundColor: 'white',\n  exitOnClose: true,\n  fullscreen: false,\n  layout: 'vertical',\n  title: 'Label Demo'\n});\n\nvar label1 = Ti.UI.createLabel({\n  color: '#900',\n  font: { fontSize:48 },\n  shadowColor: '#aaa',\n  shadowOffset: {x:5, y:5},\n  shadowRadius: 3,\n  text: 'A simple label',\n  textAlign: Ti.UI.TEXT_ALIGNMENT_CENTER,\n  top: 30,\n  width: Ti.UI.SIZE, height: Ti.UI.SIZE\n});\n\nvar label2 = Ti.UI.createLabel({\n  color:'blue',\n  text: 'A long label with\\na few line breaks\\nand Unicode (UTF8)\\nsymbols such as\\na white chess piece \\u2655\\nand the euro symbol \\u20ac\\nlooks like this!\\n',\n  textAlign: Ti.UI.TEXT_ALIGNMENT_LEFT,\n  top: 30,\n  width: 300, height: 200\n});\n\nwin.add(label1);\nwin.add(label2);\nwin.open();\n</code></pre>"
                },
                {
                    "title": "Alloy XML Markup",
                    "code": "<p>Previous example as an Alloy view.</p>\n<p>The font and shadowOffset properties need to be defined in the TSS or controller file.\nThese property values are dictionaries, rather than single values,\nso they cannot be included in the markup.</p>\n<pre><code>&lt;Alloy&gt;\n    &lt;Window id=&quot;win&quot; backgroundColor=&quot;white&quot; exitOnClose=&quot;true&quot; fullscreen=&quot;false&quot; layout=&quot;vertical&quot; title=&quot;Label Demo&quot;&gt;\n\n        &lt;!-- The text property can either be defined as an attribute or as node text. --&gt;\n        &lt;Label id=&quot;label1&quot; color=&quot;#900&quot; shadowColor=&quot;#aaa&quot; text=&quot;A simple label&quot; textAlign=&quot;Ti.UI.TEXT_ALIGNMENT_CENTER&quot;\n            top=&quot;30&quot; width=&quot;Ti.UI.SIZE&quot; height=&quot;Ti.UI.SIZE&quot; /&gt;\n        &lt;Label id=&quot;label2&quot; color=&quot;blue&quot; textAlign=&quot;Ti.UI.TEXT_ALIGNMENT_LEFT&quot; top=&quot;30&quot; width=&quot;300&quot; height=&quot;200&quot;&gt;\n            A long label with\\na few line breaks\\nand Unicode (UTF8)\\nsymbols such as\\na white chess piece \\u2655\\nand the euro symbol \\u20ac\\nlooks like this!\\n\n        &lt;/Label&gt;\n    &lt;/Window&gt;\n&lt;/Alloy&gt;\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "animate",
                    "deprecated": false,
                    "description": "<p>Animates this view.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "animation",
                            "constants": [],
                            "description": "<p>Either a dictionary of animation properties or an\n<a href=\"Titanium.UI.Animation\">Animation</a> object.</p>",
                            "type": "Titanium.UI.Animation",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Function to be invoked upon completion of the animation.</p>",
                            "type": "Function",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "clearMotionEffects",
                    "deprecated": false,
                    "description": "<p>Removes all previously added motion effects.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "finishLayout",
                    "deprecated": true,
                    "description": "<p>Finishes a batch update of the View's layout properties and schedules a layout pass of the\nview tree.\n<strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hide",
                    "deprecated": false,
                    "description": "<p>Hides this view.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Animation options for Android only. <strong>Since SDK 5.1.0 and used only on Android 5.0+</strong></p>\n<p>Determines whether to enable a circular reveal animation.\nNote that the default here is equivalent to passing in <code>{ animated: false }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "insertAt",
                    "deprecated": false,
                    "description": "<p>Inserts a view at the specified position in the <a href=\"Titanium.UI.View.children\">children</a> array.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Pass an object that specifies the view to insert and optionally at which position (defaults to end)</p>",
                            "type": "ViewPositionOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "show",
                    "deprecated": false,
                    "description": "<p>Makes this view visible.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Animation options for Android only. <strong>Since SDK 5.1.0 and only used on Android 5.0+</strong></p>\n<p>Determines whether to enable a circular reveal animation.\nNote that the default here is equivalent to passing in <code>{ animated: false }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "startLayout",
                    "deprecated": true,
                    "description": "<p>Starts a batch update of this view's layout properties. <strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">Titanium.Proxy.applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "toImage",
                    "deprecated": false,
                    "description": "<p>Returns an image of the rendered view, as a Blob.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Function to be invoked upon completion. If non-null, this method will be performed\nasynchronously. If null, it will be performed immediately.</p>",
                            "type": "Function",
                            "usage": "optional"
                        },
                        {
                            "name": "honorScaleFactor",
                            "constants": [],
                            "description": "<p>Determines whether the image is scaled based on scale factor of main screen. (iOS only)</p>\n<p>When set to true, image is scale factor is honored. When set to false, the image in the\nblob has the same dimensions for retina and non-retina devices.</p>",
                            "type": "Boolean",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Blob",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "updateLayout",
                    "deprecated": true,
                    "description": "<p>Performs a batch update of all supplied layout properties and schedules a layout pass after\nthey have been updated.\n<strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">Titanium.Proxy.applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Layout properties to be updated.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "convertPointToView",
                    "deprecated": false,
                    "description": "<p>Translates a point from this view's coordinate system to another view's coordinate system.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "point",
                            "constants": [],
                            "description": "<p>A point in this view's coordinate system.</p>\n<p>If this argument is missing an <code>x</code> or <code>y</code> property, or the properties can not be\nconverted into numbers, an exception will be raised.</p>",
                            "type": "Point",
                            "usage": "required"
                        },
                        {
                            "name": "destinationView",
                            "constants": [],
                            "description": "<p>View that specifies the destination coordinate system to convert to. If this argument\nis not a view, an exception will be raised.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewById",
                    "deprecated": false,
                    "description": "<p>Returns the matching view of a given view ID.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "id",
                            "constants": [],
                            "description": "<p>The ID of the view that should be returned. Use the <code>id</code> property in your views to\nenable it for indexing in this method.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.View",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Label.bubbleParent\">Titanium.UI.Label.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Label.bubbleParent\">Titanium.UI.Label.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Label.bubbleParent\">Titanium.UI.Label.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Label.bubbleParent\">Titanium.UI.Label.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Label.apiName\">Titanium.UI.Label.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Label.apiName\">Titanium.UI.Label.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Label.lifecycleContainer\">Titanium.UI.Label.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Label.lifecycleContainer\">Titanium.UI.Label.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Label.lifecycleContainer\">Titanium.UI.Label.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Label.lifecycleContainer\">Titanium.UI.Label.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityHidden",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Label.accessibilityHidden\">Titanium.UI.Label.accessibilityHidden</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Label.accessibilityHidden\">Titanium.UI.Label.accessibilityHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityHidden",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Label.accessibilityHidden\">Titanium.UI.Label.accessibilityHidden</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Label.accessibilityHidden\">Titanium.UI.Label.accessibilityHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityHidden",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityHint",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Label.accessibilityHint\">Titanium.UI.Label.accessibilityHint</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Label.accessibilityHint\">Titanium.UI.Label.accessibilityHint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityHint",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Label.accessibilityHint\">Titanium.UI.Label.accessibilityHint</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Label.accessibilityHint\">Titanium.UI.Label.accessibilityHint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityHint",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityLabel",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Label.accessibilityLabel\">Titanium.UI.Label.accessibilityLabel</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Label.accessibilityLabel\">Titanium.UI.Label.accessibilityLabel</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityLabel",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Label.accessibilityLabel\">Titanium.UI.Label.accessibilityLabel</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Label.accessibilityLabel\">Titanium.UI.Label.accessibilityLabel</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityLabel",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityValue",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Label.accessibilityValue\">Titanium.UI.Label.accessibilityValue</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Label.accessibilityValue\">Titanium.UI.Label.accessibilityValue</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityValue",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Label.accessibilityValue\">Titanium.UI.Label.accessibilityValue</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Label.accessibilityValue\">Titanium.UI.Label.accessibilityValue</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityValue",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAnchorPoint",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Label.anchorPoint\">Titanium.UI.Label.anchorPoint</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Label.anchorPoint\">Titanium.UI.Label.anchorPoint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAnchorPoint",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Label.anchorPoint\">Titanium.UI.Label.anchorPoint</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Label.anchorPoint\">Titanium.UI.Label.anchorPoint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "anchorPoint",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAnimatedCenter",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Label.animatedCenter\">Titanium.UI.Label.animatedCenter</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Label.animatedCenter\">Titanium.UI.Label.animatedCenter</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Label.backgroundColor\">Titanium.UI.Label.backgroundColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Label.backgroundColor\">Titanium.UI.Label.backgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Label.backgroundColor\">Titanium.UI.Label.backgroundColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Label.backgroundColor\">Titanium.UI.Label.backgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundDisabledColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Label.backgroundDisabledColor\">Titanium.UI.Label.backgroundDisabledColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Label.backgroundDisabledColor\">Titanium.UI.Label.backgroundDisabledColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundDisabledColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Label.backgroundDisabledColor\">Titanium.UI.Label.backgroundDisabledColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Label.backgroundDisabledColor\">Titanium.UI.Label.backgroundDisabledColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundDisabledColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundDisabledImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Label.backgroundDisabledImage\">Titanium.UI.Label.backgroundDisabledImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Label.backgroundDisabledImage\">Titanium.UI.Label.backgroundDisabledImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundDisabledImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Label.backgroundDisabledImage\">Titanium.UI.Label.backgroundDisabledImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Label.backgroundDisabledImage\">Titanium.UI.Label.backgroundDisabledImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundDisabledImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundFocusedColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Label.backgroundFocusedColor\">Titanium.UI.Label.backgroundFocusedColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Label.backgroundFocusedColor\">Titanium.UI.Label.backgroundFocusedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundFocusedColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Label.backgroundFocusedColor\">Titanium.UI.Label.backgroundFocusedColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Label.backgroundFocusedColor\">Titanium.UI.Label.backgroundFocusedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundFocusedColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundFocusedImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Label.backgroundFocusedImage\">Titanium.UI.Label.backgroundFocusedImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Label.backgroundFocusedImage\">Titanium.UI.Label.backgroundFocusedImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundFocusedImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Label.backgroundFocusedImage\">Titanium.UI.Label.backgroundFocusedImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Label.backgroundFocusedImage\">Titanium.UI.Label.backgroundFocusedImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundFocusedImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundGradient",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Label.backgroundGradient\">Titanium.UI.Label.backgroundGradient</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Label.backgroundGradient\">Titanium.UI.Label.backgroundGradient</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Gradient",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundGradient",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Label.backgroundGradient\">Titanium.UI.Label.backgroundGradient</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Label.backgroundGradient\">Titanium.UI.Label.backgroundGradient</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundGradient",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Gradient",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Label.backgroundImage\">Titanium.UI.Label.backgroundImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Label.backgroundImage\">Titanium.UI.Label.backgroundImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Label.backgroundImage\">Titanium.UI.Label.backgroundImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Label.backgroundImage\">Titanium.UI.Label.backgroundImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundRepeat",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Label.backgroundRepeat\">Titanium.UI.Label.backgroundRepeat</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Label.backgroundRepeat\">Titanium.UI.Label.backgroundRepeat</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundRepeat",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Label.backgroundRepeat\">Titanium.UI.Label.backgroundRepeat</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Label.backgroundRepeat\">Titanium.UI.Label.backgroundRepeat</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundRepeat",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundLeftCap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Label.backgroundLeftCap\">Titanium.UI.Label.backgroundLeftCap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Label.backgroundLeftCap\">Titanium.UI.Label.backgroundLeftCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundLeftCap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Label.backgroundLeftCap\">Titanium.UI.Label.backgroundLeftCap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Label.backgroundLeftCap\">Titanium.UI.Label.backgroundLeftCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundLeftCap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundSelectedColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Label.backgroundSelectedColor\">Titanium.UI.Label.backgroundSelectedColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Label.backgroundSelectedColor\">Titanium.UI.Label.backgroundSelectedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundSelectedColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Label.backgroundSelectedColor\">Titanium.UI.Label.backgroundSelectedColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Label.backgroundSelectedColor\">Titanium.UI.Label.backgroundSelectedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundSelectedColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundSelectedImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Label.backgroundSelectedImage\">Titanium.UI.Label.backgroundSelectedImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Label.backgroundSelectedImage\">Titanium.UI.Label.backgroundSelectedImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundSelectedImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Label.backgroundSelectedImage\">Titanium.UI.Label.backgroundSelectedImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Label.backgroundSelectedImage\">Titanium.UI.Label.backgroundSelectedImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundSelectedImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundTopCap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Label.backgroundTopCap\">Titanium.UI.Label.backgroundTopCap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Label.backgroundTopCap\">Titanium.UI.Label.backgroundTopCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundTopCap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Label.backgroundTopCap\">Titanium.UI.Label.backgroundTopCap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Label.backgroundTopCap\">Titanium.UI.Label.backgroundTopCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundTopCap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Label.borderColor\">Titanium.UI.Label.borderColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Label.borderColor\">Titanium.UI.Label.borderColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Label.borderColor\">Titanium.UI.Label.borderColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Label.borderColor\">Titanium.UI.Label.borderColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderRadius",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Label.borderRadius\">Titanium.UI.Label.borderRadius</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Label.borderRadius\">Titanium.UI.Label.borderRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderRadius",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Label.borderRadius\">Titanium.UI.Label.borderRadius</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Label.borderRadius\">Titanium.UI.Label.borderRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderRadius",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderWidth",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Label.borderWidth\">Titanium.UI.Label.borderWidth</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Label.borderWidth\">Titanium.UI.Label.borderWidth</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderWidth",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Label.borderWidth\">Titanium.UI.Label.borderWidth</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Label.borderWidth\">Titanium.UI.Label.borderWidth</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderWidth",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBottom",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Label.bottom\">Titanium.UI.Label.bottom</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Label.bottom\">Titanium.UI.Label.bottom</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBottom",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Label.bottom\">Titanium.UI.Label.bottom</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Label.bottom\">Titanium.UI.Label.bottom</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bottom",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getCenter",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Label.center\">Titanium.UI.Label.center</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Label.center\">Titanium.UI.Label.center</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setCenter",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Label.center\">Titanium.UI.Label.center</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Label.center\">Titanium.UI.Label.center</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "center",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getClipMode",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Label.clipMode\">Titanium.UI.Label.clipMode</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Label.clipMode\">Titanium.UI.Label.clipMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setClipMode",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Label.clipMode\">Titanium.UI.Label.clipMode</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Label.clipMode\">Titanium.UI.Label.clipMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "clipMode",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getElevation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Label.elevation\">Titanium.UI.Label.elevation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Label.elevation\">Titanium.UI.Label.elevation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setElevation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Label.elevation\">Titanium.UI.Label.elevation</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Label.elevation\">Titanium.UI.Label.elevation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "elevation",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getFocusable",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Label.focusable\">Titanium.UI.Label.focusable</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Label.focusable\">Titanium.UI.Label.focusable</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setFocusable",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Label.focusable\">Titanium.UI.Label.focusable</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Label.focusable\">Titanium.UI.Label.focusable</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "focusable",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getHeight",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Label.height\">Titanium.UI.Label.height</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Label.height\">Titanium.UI.Label.height</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHeight",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Label.height\">Titanium.UI.Label.height</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Label.height\">Titanium.UI.Label.height</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "height",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHiddenBehavior",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Label.hiddenBehavior\">Titanium.UI.Label.hiddenBehavior</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Label.hiddenBehavior\">Titanium.UI.Label.hiddenBehavior</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setHiddenBehavior",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Label.hiddenBehavior\">Titanium.UI.Label.hiddenBehavior</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Label.hiddenBehavior\">Titanium.UI.Label.hiddenBehavior</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "hiddenBehavior",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getHorizontalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Label.horizontalMotionEffect\">Titanium.UI.Label.horizontalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Label.horizontalMotionEffect\">Titanium.UI.Label.horizontalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "MinMaxOptions",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHorizontalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Label.horizontalMotionEffect\">Titanium.UI.Label.horizontalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Label.horizontalMotionEffect\">Titanium.UI.Label.horizontalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "horizontalMotionEffect",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "MinMaxOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLeft",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Label.left\">Titanium.UI.Label.left</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Label.left\">Titanium.UI.Label.left</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLeft",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Label.left\">Titanium.UI.Label.left</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Label.left\">Titanium.UI.Label.left</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "left",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLayout",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Label.layout\">Titanium.UI.Label.layout</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Label.layout\">Titanium.UI.Label.layout</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLayout",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Label.layout\">Titanium.UI.Label.layout</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Label.layout\">Titanium.UI.Label.layout</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "layout",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getOpacity",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Label.opacity\">Titanium.UI.Label.opacity</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Label.opacity\">Titanium.UI.Label.opacity</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setOpacity",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Label.opacity\">Titanium.UI.Label.opacity</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Label.opacity\">Titanium.UI.Label.opacity</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "opacity",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getOverrideCurrentAnimation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Label.overrideCurrentAnimation\">Titanium.UI.Label.overrideCurrentAnimation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Label.overrideCurrentAnimation\">Titanium.UI.Label.overrideCurrentAnimation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setOverrideCurrentAnimation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Label.overrideCurrentAnimation\">Titanium.UI.Label.overrideCurrentAnimation</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Label.overrideCurrentAnimation\">Titanium.UI.Label.overrideCurrentAnimation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "overrideCurrentAnimation",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getPullBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Label.pullBackgroundColor\">Titanium.UI.Label.pullBackgroundColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Label.pullBackgroundColor\">Titanium.UI.Label.pullBackgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setPullBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Label.pullBackgroundColor\">Titanium.UI.Label.pullBackgroundColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Label.pullBackgroundColor\">Titanium.UI.Label.pullBackgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "pullBackgroundColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPreviewContext",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Label.previewContext\">Titanium.UI.Label.previewContext</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Label.previewContext\">Titanium.UI.Label.previewContext</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.iOS.PreviewContext",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "setPreviewContext",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Label.previewContext\">Titanium.UI.Label.previewContext</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Label.previewContext\">Titanium.UI.Label.previewContext</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "previewContext",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.iOS.PreviewContext",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "getRight",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Label.right\">Titanium.UI.Label.right</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Label.right\">Titanium.UI.Label.right</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setRight",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Label.right\">Titanium.UI.Label.right</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Label.right\">Titanium.UI.Label.right</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "right",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Label.rect\">Titanium.UI.Label.rect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Label.rect\">Titanium.UI.Label.rect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "DimensionWithAbsolutes",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRotation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Label.rotation\">Titanium.UI.Label.rotation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Label.rotation\">Titanium.UI.Label.rotation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRotation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Label.rotation\">Titanium.UI.Label.rotation</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Label.rotation\">Titanium.UI.Label.rotation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rotation",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getRotationX",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Label.rotationX\">Titanium.UI.Label.rotationX</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Label.rotationX\">Titanium.UI.Label.rotationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRotationX",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Label.rotationX\">Titanium.UI.Label.rotationX</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Label.rotationX\">Titanium.UI.Label.rotationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rotationX",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getRotationY",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Label.rotationY\">Titanium.UI.Label.rotationY</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Label.rotationY\">Titanium.UI.Label.rotationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRotationY",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Label.rotationY\">Titanium.UI.Label.rotationY</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Label.rotationY\">Titanium.UI.Label.rotationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rotationY",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getScaleX",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Label.scaleX\">Titanium.UI.Label.scaleX</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Label.scaleX\">Titanium.UI.Label.scaleX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setScaleX",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Label.scaleX\">Titanium.UI.Label.scaleX</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Label.scaleX\">Titanium.UI.Label.scaleX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "scaleX",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getScaleY",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Label.scaleY\">Titanium.UI.Label.scaleY</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Label.scaleY\">Titanium.UI.Label.scaleY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setScaleY",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Label.scaleY\">Titanium.UI.Label.scaleY</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Label.scaleY\">Titanium.UI.Label.scaleY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "scaleY",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getSize",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Label.size\">Titanium.UI.Label.size</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Label.size\">Titanium.UI.Label.size</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Dimension",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSoftKeyboardOnFocus",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Label.softKeyboardOnFocus\">Titanium.UI.Label.softKeyboardOnFocus</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Label.softKeyboardOnFocus\">Titanium.UI.Label.softKeyboardOnFocus</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setSoftKeyboardOnFocus",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Label.softKeyboardOnFocus\">Titanium.UI.Label.softKeyboardOnFocus</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Label.softKeyboardOnFocus\">Titanium.UI.Label.softKeyboardOnFocus</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "softKeyboardOnFocus",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTintColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Label.tintColor\">Titanium.UI.Label.tintColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Label.tintColor\">Titanium.UI.Label.tintColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTintColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Label.tintColor\">Titanium.UI.Label.tintColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Label.tintColor\">Titanium.UI.Label.tintColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "tintColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTop",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Label.top\">Titanium.UI.Label.top</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Label.top\">Titanium.UI.Label.top</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTop",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Label.top\">Titanium.UI.Label.top</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Label.top\">Titanium.UI.Label.top</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "top",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTouchEnabled",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Label.touchEnabled\">Titanium.UI.Label.touchEnabled</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Label.touchEnabled\">Titanium.UI.Label.touchEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTouchEnabled",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Label.touchEnabled\">Titanium.UI.Label.touchEnabled</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Label.touchEnabled\">Titanium.UI.Label.touchEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchEnabled",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTouchFeedback",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Label.touchFeedback\">Titanium.UI.Label.touchFeedback</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Label.touchFeedback\">Titanium.UI.Label.touchFeedback</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTouchFeedback",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Label.touchFeedback\">Titanium.UI.Label.touchFeedback</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Label.touchFeedback\">Titanium.UI.Label.touchFeedback</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchFeedback",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTouchFeedbackColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Label.touchFeedbackColor\">Titanium.UI.Label.touchFeedbackColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Label.touchFeedbackColor\">Titanium.UI.Label.touchFeedbackColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTouchFeedbackColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Label.touchFeedbackColor\">Titanium.UI.Label.touchFeedbackColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Label.touchFeedbackColor\">Titanium.UI.Label.touchFeedbackColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchFeedbackColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTransform",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Label.transform\">Titanium.UI.Label.transform</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Label.transform\">Titanium.UI.Label.transform</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Matrix2D",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTransform",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Label.transform\">Titanium.UI.Label.transform</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Label.transform\">Titanium.UI.Label.transform</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "transform",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Matrix2D",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTranslationX",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Label.translationX\">Titanium.UI.Label.translationX</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Label.translationX\">Titanium.UI.Label.translationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTranslationX",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Label.translationX\">Titanium.UI.Label.translationX</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Label.translationX\">Titanium.UI.Label.translationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translationX",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTranslationY",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Label.translationY\">Titanium.UI.Label.translationY</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Label.translationY\">Titanium.UI.Label.translationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTranslationY",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Label.translationY\">Titanium.UI.Label.translationY</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Label.translationY\">Titanium.UI.Label.translationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translationY",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTranslationZ",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Label.translationZ\">Titanium.UI.Label.translationZ</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Label.translationZ\">Titanium.UI.Label.translationZ</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTranslationZ",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Label.translationZ\">Titanium.UI.Label.translationZ</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Label.translationZ\">Titanium.UI.Label.translationZ</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translationZ",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTransitionName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Label.transitionName\">Titanium.UI.Label.transitionName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Label.transitionName\">Titanium.UI.Label.transitionName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTransitionName",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Label.transitionName\">Titanium.UI.Label.transitionName</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Label.transitionName\">Titanium.UI.Label.transitionName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "transitionName",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getVerticalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Label.verticalMotionEffect\">Titanium.UI.Label.verticalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Label.verticalMotionEffect\">Titanium.UI.Label.verticalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "MinMaxOptions",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setVerticalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Label.verticalMotionEffect\">Titanium.UI.Label.verticalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Label.verticalMotionEffect\">Titanium.UI.Label.verticalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "verticalMotionEffect",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "MinMaxOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowRadius",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Label.viewShadowRadius\">Titanium.UI.Label.viewShadowRadius</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Label.viewShadowRadius\">Titanium.UI.Label.viewShadowRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowRadius",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Label.viewShadowRadius\">Titanium.UI.Label.viewShadowRadius</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Label.viewShadowRadius\">Titanium.UI.Label.viewShadowRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowRadius",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Label.viewShadowColor\">Titanium.UI.Label.viewShadowColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Label.viewShadowColor\">Titanium.UI.Label.viewShadowColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Label.viewShadowColor\">Titanium.UI.Label.viewShadowColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Label.viewShadowColor\">Titanium.UI.Label.viewShadowColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowOffset",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Label.viewShadowOffset\">Titanium.UI.Label.viewShadowOffset</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Label.viewShadowOffset\">Titanium.UI.Label.viewShadowOffset</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowOffset",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Label.viewShadowOffset\">Titanium.UI.Label.viewShadowOffset</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Label.viewShadowOffset\">Titanium.UI.Label.viewShadowOffset</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowOffset",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getVisible",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Label.visible\">Titanium.UI.Label.visible</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Label.visible\">Titanium.UI.Label.visible</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setVisible",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Label.visible\">Titanium.UI.Label.visible</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Label.visible\">Titanium.UI.Label.visible</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "visible",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getWidth",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Label.width\">Titanium.UI.Label.width</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Label.width\">Titanium.UI.Label.width</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setWidth",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Label.width\">Titanium.UI.Label.width</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Label.width\">Titanium.UI.Label.width</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "width",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHorizontalWrap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Label.horizontalWrap\">Titanium.UI.Label.horizontalWrap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Label.horizontalWrap\">Titanium.UI.Label.horizontalWrap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHorizontalWrap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Label.horizontalWrap\">Titanium.UI.Label.horizontalWrap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Label.horizontalWrap\">Titanium.UI.Label.horizontalWrap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "horizontalWrap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getZIndex",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Label.zIndex\">Titanium.UI.Label.zIndex</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Label.zIndex\">Titanium.UI.Label.zIndex</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setZIndex",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Label.zIndex\">Titanium.UI.Label.zIndex</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Label.zIndex\">Titanium.UI.Label.zIndex</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "zIndex",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getKeepScreenOn",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Label.keepScreenOn\">Titanium.UI.Label.keepScreenOn</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Label.keepScreenOn\">Titanium.UI.Label.keepScreenOn</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setKeepScreenOn",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Label.keepScreenOn\">Titanium.UI.Label.keepScreenOn</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Label.keepScreenOn\">Titanium.UI.Label.keepScreenOn</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "keepScreenOn",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getAttributedString",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Label.attributedString\">Titanium.UI.Label.attributedString</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Label.attributedString\">Titanium.UI.Label.attributedString</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.AttributedString",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAttributedString",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Label.attributedString\">Titanium.UI.Label.attributedString</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Label.attributedString\">Titanium.UI.Label.attributedString</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "attributedString",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.AttributedString",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAutoLink",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Label.autoLink\">Titanium.UI.Label.autoLink</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Label.autoLink\">Titanium.UI.Label.autoLink</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setAutoLink",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Label.autoLink\">Titanium.UI.Label.autoLink</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Label.autoLink\">Titanium.UI.Label.autoLink</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "autoLink",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundPaddingBottom",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Label.backgroundPaddingBottom\">Titanium.UI.Label.backgroundPaddingBottom</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Label.backgroundPaddingBottom\">Titanium.UI.Label.backgroundPaddingBottom</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundPaddingBottom",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Label.backgroundPaddingBottom\">Titanium.UI.Label.backgroundPaddingBottom</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Label.backgroundPaddingBottom\">Titanium.UI.Label.backgroundPaddingBottom</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundPaddingBottom",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundPaddingLeft",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Label.backgroundPaddingLeft\">Titanium.UI.Label.backgroundPaddingLeft</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Label.backgroundPaddingLeft\">Titanium.UI.Label.backgroundPaddingLeft</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundPaddingLeft",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Label.backgroundPaddingLeft\">Titanium.UI.Label.backgroundPaddingLeft</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Label.backgroundPaddingLeft\">Titanium.UI.Label.backgroundPaddingLeft</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundPaddingLeft",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundPaddingRight",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Label.backgroundPaddingRight\">Titanium.UI.Label.backgroundPaddingRight</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Label.backgroundPaddingRight\">Titanium.UI.Label.backgroundPaddingRight</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundPaddingRight",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Label.backgroundPaddingRight\">Titanium.UI.Label.backgroundPaddingRight</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Label.backgroundPaddingRight\">Titanium.UI.Label.backgroundPaddingRight</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundPaddingRight",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundPaddingTop",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Label.backgroundPaddingTop\">Titanium.UI.Label.backgroundPaddingTop</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Label.backgroundPaddingTop\">Titanium.UI.Label.backgroundPaddingTop</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundPaddingTop",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Label.backgroundPaddingTop\">Titanium.UI.Label.backgroundPaddingTop</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Label.backgroundPaddingTop\">Titanium.UI.Label.backgroundPaddingTop</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundPaddingTop",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Label.color\">Titanium.UI.Label.color</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Label.color\">Titanium.UI.Label.color</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Label.color\">Titanium.UI.Label.color</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Label.color\">Titanium.UI.Label.color</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "color",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getEllipsize",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Label.ellipsize\">Titanium.UI.Label.ellipsize</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Label.ellipsize\">Titanium.UI.Label.ellipsize</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setEllipsize",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Label.ellipsize\">Titanium.UI.Label.ellipsize</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Label.ellipsize\">Titanium.UI.Label.ellipsize</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "ellipsize",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getFont",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Label.font\">Titanium.UI.Label.font</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Label.font\">Titanium.UI.Label.font</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Font",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setFont",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Label.font\">Titanium.UI.Label.font</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Label.font\">Titanium.UI.Label.font</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "font",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Font",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHighlightedColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Label.highlightedColor\">Titanium.UI.Label.highlightedColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Label.highlightedColor\">Titanium.UI.Label.highlightedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHighlightedColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Label.highlightedColor\">Titanium.UI.Label.highlightedColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Label.highlightedColor\">Titanium.UI.Label.highlightedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "highlightedColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHtml",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Label.html\">Titanium.UI.Label.html</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Label.html\">Titanium.UI.Label.html</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setHtml",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Label.html\">Titanium.UI.Label.html</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Label.html\">Titanium.UI.Label.html</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "html",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getIncludeFontPadding",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Label.includeFontPadding\">Titanium.UI.Label.includeFontPadding</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Label.includeFontPadding\">Titanium.UI.Label.includeFontPadding</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setIncludeFontPadding",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Label.includeFontPadding\">Titanium.UI.Label.includeFontPadding</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Label.includeFontPadding\">Titanium.UI.Label.includeFontPadding</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "includeFontPadding",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getLines",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Label.lines\">Titanium.UI.Label.lines</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Label.lines\">Titanium.UI.Label.lines</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "4.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLines",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Label.lines\">Titanium.UI.Label.lines</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Label.lines\">Titanium.UI.Label.lines</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lines",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "4.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getLineSpacing",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Label.lineSpacing\">Titanium.UI.Label.lineSpacing</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Label.lineSpacing\">Titanium.UI.Label.lineSpacing</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "LabelLineSpacing",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLineSpacing",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Label.lineSpacing\">Titanium.UI.Label.lineSpacing</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Label.lineSpacing\">Titanium.UI.Label.lineSpacing</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lineSpacing",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "LabelLineSpacing",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getMaxLines",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Label.maxLines\">Titanium.UI.Label.maxLines</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Label.maxLines\">Titanium.UI.Label.maxLines</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "4.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setMaxLines",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Label.maxLines\">Titanium.UI.Label.maxLines</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Label.maxLines\">Titanium.UI.Label.maxLines</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "maxLines",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "4.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getMinimumFontSize",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Label.minimumFontSize\">Titanium.UI.Label.minimumFontSize</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Label.minimumFontSize\">Titanium.UI.Label.minimumFontSize</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setMinimumFontSize",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Label.minimumFontSize\">Titanium.UI.Label.minimumFontSize</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Label.minimumFontSize\">Titanium.UI.Label.minimumFontSize</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "minimumFontSize",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getShadowColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Label.shadowColor\">Titanium.UI.Label.shadowColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Label.shadowColor\">Titanium.UI.Label.shadowColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setShadowColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Label.shadowColor\">Titanium.UI.Label.shadowColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Label.shadowColor\">Titanium.UI.Label.shadowColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "shadowColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getShadowOffset",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Label.shadowOffset\">Titanium.UI.Label.shadowOffset</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Label.shadowOffset\">Titanium.UI.Label.shadowOffset</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setShadowOffset",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Label.shadowOffset\">Titanium.UI.Label.shadowOffset</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Label.shadowOffset\">Titanium.UI.Label.shadowOffset</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "shadowOffset",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getShadowRadius",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Label.shadowRadius\">Titanium.UI.Label.shadowRadius</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Label.shadowRadius\">Titanium.UI.Label.shadowRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setShadowRadius",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Label.shadowRadius\">Titanium.UI.Label.shadowRadius</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Label.shadowRadius\">Titanium.UI.Label.shadowRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "shadowRadius",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getText",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Label.text\">Titanium.UI.Label.text</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Label.text\">Titanium.UI.Label.text</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setText",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Label.text\">Titanium.UI.Label.text</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Label.text\">Titanium.UI.Label.text</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "text",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTextAlign",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Label.textAlign\">Titanium.UI.Label.textAlign</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Label.textAlign\">Titanium.UI.Label.textAlign</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTextAlign",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Label.textAlign\">Titanium.UI.Label.textAlign</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Label.textAlign\">Titanium.UI.Label.textAlign</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "textAlign",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTextid",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Label.textid\">Titanium.UI.Label.textid</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Label.textid\">Titanium.UI.Label.textid</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTextid",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Label.textid\">Titanium.UI.Label.textid</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Label.textid\">Titanium.UI.Label.textid</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "textid",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getWordWrap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Label.wordWrap\">Titanium.UI.Label.wordWrap</a> property. <strong>Deprecated since 8.0.0. If you want to disable wrapping, then set <a href=\"Titanium.UI.Label.maxLines\">Titanium.UI.Label.maxLines</a> to 1 instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setWordWrap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Label.wordWrap\">Titanium.UI.Label.wordWrap</a> property. <strong>Deprecated since 8.0.0. If you want to disable wrapping, then set <a href=\"Titanium.UI.Label.maxLines\">Titanium.UI.Label.maxLines</a> to 1 instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "wordWrap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getVerticalAlign",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Label.verticalAlign\">Titanium.UI.Label.verticalAlign</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Label.verticalAlign\">Titanium.UI.Label.verticalAlign</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setVerticalAlign",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Label.verticalAlign\">Titanium.UI.Label.verticalAlign</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Label.verticalAlign\">Titanium.UI.Label.verticalAlign</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "verticalAlign",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.UI.View",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "accessibilityHidden",
                    "deprecated": false,
                    "description": "<p>Whether the view should be &quot;hidden&quot; from (i.e., ignored by) the accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityHint",
                    "deprecated": false,
                    "description": "<p>Briefly describes what performing an action (such as a click) on the view will do.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityLabel",
                    "deprecated": false,
                    "description": "<p>A succint label identifying the view for the device's accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityValue",
                    "deprecated": false,
                    "description": "<p>A string describing the value (if any) of the view for the device's accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "anchorPoint",
                    "deprecated": false,
                    "description": "<p>Coordinate of the view about which to pivot an animation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "animatedCenter",
                    "deprecated": false,
                    "description": "<p>Current position of the view during an animation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundColor",
                    "deprecated": false,
                    "description": "<p>Background color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundDisabledColor",
                    "deprecated": false,
                    "description": "<p>Disabled background color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundDisabledImage",
                    "deprecated": false,
                    "description": "<p>Disabled background image for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundFocusedColor",
                    "deprecated": false,
                    "description": "<p>Focused background color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundFocusedImage",
                    "deprecated": false,
                    "description": "<p>Focused background image for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundGradient",
                    "deprecated": false,
                    "description": "<p>A background gradient for the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [
                        {
                            "title": "Linear and Radial Gradients",
                            "code": "<p>The following code excerpt creates two views, one with a linear gradient and one with\na radial gradient.</p>\n<pre><code>var win1 = Titanium.UI.createWindow({\n    title:'Tab 1',\n    backgroundColor:'#fff',\n    layout: 'vertical'\n});\n\nvar radialGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'radial',\n        startPoint: { x: 50, y: 50 },\n        endPoint: { x: 50, y: 50 },\n        colors: [ 'red', 'blue'],\n        startRadius: 50,\n        endRadius: 0,\n        backfillStart: true\n    }\n});\nvar linearGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'linear',\n        startPoint: { x: '0%', y: '50%' },\n        endPoint: { x: '100%', y: '50%' },\n        colors: [ { color: 'red', offset: 0.0}, { color: 'blue', offset: 0.25 }, { color: 'red', offset: 1.0 } ],\n    }\n});\nwin1.add(radialGradient);\nwin1.add(linearGradient);\nwin1.open();\n</code></pre>"
                        }
                    ],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Gradient",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundImage",
                    "deprecated": false,
                    "description": "<p>Background image for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundRepeat",
                    "deprecated": false,
                    "description": "<p>Determines whether to tile a background across a view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundLeftCap",
                    "deprecated": false,
                    "description": "<p>Size of the left end cap.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundSelectedColor",
                    "deprecated": false,
                    "description": "<p>Selected background color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundSelectedImage",
                    "deprecated": false,
                    "description": "<p>Selected background image url for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundTopCap",
                    "deprecated": false,
                    "description": "<p>Size of the top end cap.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderColor",
                    "deprecated": false,
                    "description": "<p>Border color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderRadius",
                    "deprecated": false,
                    "description": "<p>Radius for the rounded corners of the view's border.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderWidth",
                    "deprecated": false,
                    "description": "<p>Border width of the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "bottom",
                    "deprecated": false,
                    "description": "<p>View's bottom position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "center",
                    "deprecated": false,
                    "description": "<p>View's center position, in the parent view's coordinates.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "clipMode",
                    "deprecated": false,
                    "description": "<p>View's clipping behavior.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "elevation",
                    "deprecated": false,
                    "description": "<p>Base elevation of the view relative to its parent in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "focusable",
                    "deprecated": false,
                    "description": "<p>Whether view should be focusable while navigating with the trackball.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "height",
                    "deprecated": false,
                    "description": "<p>View height, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.FILL",
                        "Titanium.UI.SIZE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hiddenBehavior",
                    "deprecated": false,
                    "description": "<p>Sets the behavior when hiding an object to release or keep the free space</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.HIDDEN_BEHAVIOR_INVISIBLE",
                        "Titanium.UI.HIDDEN_BEHAVIOR_GONE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "horizontalMotionEffect",
                    "deprecated": false,
                    "description": "<p>Adds a horizontal parallax effect to the view</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "MinMaxOptions",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "id",
                    "deprecated": false,
                    "description": "<p>View's identifier.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "left",
                    "deprecated": false,
                    "description": "<p>View's left position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "layout",
                    "deprecated": false,
                    "description": "<p>Specifies how the view positions its children.\nOne of: 'composite', 'vertical', or 'horizontal'.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "opacity",
                    "deprecated": false,
                    "description": "<p>Opacity of this view, from 0.0 (transparent) to 1.0 (opaque). Defaults to 1.0 (opaque).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "overrideCurrentAnimation",
                    "deprecated": false,
                    "description": "<p>When on, animate call overrides current animation if applicable.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "pullBackgroundColor",
                    "deprecated": false,
                    "description": "<p>Background color of the wrapper view when this view is used as either <a href=\"Titanium.UI.ListView.pullView\">Titanium.UI.ListView.pullView</a> or <a href=\"Titanium.UI.TableView.headerPullView\">Titanium.UI.TableView.headerPullView</a>.</p>\n<p>Defaults to <code>undefined</code>. Results in a light grey background color on the wrapper view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "previewContext",
                    "deprecated": false,
                    "description": "<p>The preview context used in the 3D-Touch feature &quot;Peek and Pop&quot;.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Titanium.UI.iOS.PreviewContext",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "right",
                    "deprecated": false,
                    "description": "<p>View's right position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "rect",
                    "deprecated": false,
                    "description": "<p>The bounding box of the view relative to its parent, in system units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "type": "DimensionWithAbsolutes",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "rotation",
                    "deprecated": false,
                    "description": "<p>Clockwise 2D rotation of the view in degrees.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "rotationX",
                    "deprecated": false,
                    "description": "<p>Clockwise rotation of the view in degrees (x-axis).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "rotationY",
                    "deprecated": false,
                    "description": "<p>Clockwise rotation of the view in degrees (y-axis).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "scaleX",
                    "deprecated": false,
                    "description": "<p>Scaling of the view in x-axis in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "scaleY",
                    "deprecated": false,
                    "description": "<p>Scaling of the view in y-axis in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "size",
                    "deprecated": false,
                    "description": "<p>The size of the view in system units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Dimension",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "softKeyboardOnFocus",
                    "deprecated": false,
                    "description": "<p>Determines keyboard behavior when this view is focused. Defaults to <a href=\"Titanium.UI.Android.SOFT_KEYBOARD_DEFAULT_ON_FOCUS\">Titanium.UI.Android.SOFT_KEYBOARD_DEFAULT_ON_FOCUS</a>.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.Android.SOFT_KEYBOARD_DEFAULT_ON_FOCUS",
                        "Titanium.UI.Android.SOFT_KEYBOARD_HIDE_ON_FOCUS",
                        "Titanium.UI.Android.SOFT_KEYBOARD_SHOW_ON_FOCUS"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "tintColor",
                    "deprecated": false,
                    "description": "<p>The view's tintColor</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "top",
                    "deprecated": false,
                    "description": "<p>The view's top position.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "touchEnabled",
                    "deprecated": false,
                    "description": "<p>Determines whether view should receive touch events.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "touchFeedback",
                    "deprecated": false,
                    "description": "<p>A material design visual construct that provides an instantaneous visual confirmation of touch point.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "touchFeedbackColor",
                    "deprecated": false,
                    "description": "<p>Optional touch feedback ripple color. This has no effect unless <code>touchFeedback</code> is true.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "transform",
                    "deprecated": false,
                    "description": "<p>Transformation matrix to apply to the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Titanium.UI.Matrix2D",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "translationX",
                    "deprecated": false,
                    "description": "<p>Horizontal location of the view relative to its left position in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "translationY",
                    "deprecated": false,
                    "description": "<p>Vertical location of the view relative to its top position in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "translationZ",
                    "deprecated": false,
                    "description": "<p>Depth of the view relative to its elevation in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "transitionName",
                    "deprecated": false,
                    "description": "<p>A name to identify this view in activity transition.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.2"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "verticalMotionEffect",
                    "deprecated": false,
                    "description": "<p>Adds a vertical parallax effect to the view</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "MinMaxOptions",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowRadius",
                    "deprecated": false,
                    "description": "<p>Determines the blur radius used to create the shadow.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowColor",
                    "deprecated": false,
                    "description": "<p>Determines the color of the shadow.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowOffset",
                    "deprecated": false,
                    "description": "<p>Determines the offset for the shadow of the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "visible",
                    "deprecated": false,
                    "description": "<p>Determines whether the view is visible.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "width",
                    "deprecated": false,
                    "description": "<p>View's width, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.FILL",
                        "Titanium.UI.SIZE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "horizontalWrap",
                    "deprecated": false,
                    "description": "<p>Determines whether the layout has wrapping behavior.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "zIndex",
                    "deprecated": false,
                    "description": "<p>Z-index stack order position, relative to other sibling views.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "keepScreenOn",
                    "deprecated": false,
                    "description": "<p>Determines whether to keep the device screen on.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "attributedString",
                    "deprecated": false,
                    "description": "<p>Specify an attributed string for the label.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "Titanium.UI.AttributedString",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "autoLink",
                    "deprecated": false,
                    "description": "<p>Automatically convert certain text items in the label to clickable links.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.AUTOLINK_MAP_ADDRESSES",
                        "Titanium.UI.AUTOLINK_ALL",
                        "Titanium.UI.AUTOLINK_CALENDAR",
                        "Titanium.UI.AUTOLINK_URLS",
                        "Titanium.UI.AUTOLINK_NONE",
                        "Titanium.UI.AUTOLINK_PHONE_NUMBERS",
                        "Titanium.UI.AUTOLINK_EMAIL_ADDRESSES"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundPaddingBottom",
                    "deprecated": false,
                    "description": "<p>Number of pixels to extend the background image past the label on the bottom.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundPaddingLeft",
                    "deprecated": false,
                    "description": "<p>Number of pixels to extend the background image past the label on the left.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundPaddingRight",
                    "deprecated": false,
                    "description": "<p>Number of pixels to extend the background image past the label on the right.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundPaddingTop",
                    "deprecated": false,
                    "description": "<p>Number of pixels to extend the background image past the label on the top.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "color",
                    "deprecated": false,
                    "description": "<p>Color of the label text, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ellipsize",
                    "deprecated": false,
                    "description": "<p>Causes words in the text that are longer than the view is wide to be ellipsized instead of broken in the middle.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.TEXT_ELLIPSIZE_TRUNCATE_WORD_WRAP",
                        "Titanium.UI.TEXT_ELLIPSIZE_TRUNCATE_CHAR_WRAP",
                        "Titanium.UI.TEXT_ELLIPSIZE_TRUNCATE_CLIP",
                        "Titanium.UI.TEXT_ELLIPSIZE_TRUNCATE_START",
                        "Titanium.UI.TEXT_ELLIPSIZE_TRUNCATE_MIDDLE",
                        "Titanium.UI.TEXT_ELLIPSIZE_TRUNCATE_END",
                        "Titanium.UI.TEXT_ELLIPSIZE_TRUNCATE_MARQUEE",
                        "Titanium.UI.TEXT_ELLIPSIZE_TRUNCATE_NONE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "font",
                    "deprecated": false,
                    "description": "<p>Font to use for the label text.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Font",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "highlightedColor",
                    "deprecated": false,
                    "description": "<p>Color of the label when in the highlighted state, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "html",
                    "deprecated": false,
                    "description": "<p>Simple HTML formatting.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "includeFontPadding",
                    "deprecated": false,
                    "description": "<p>Includes extra top and bottom padding to make room for accents that go above normal ascent and descent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "lines",
                    "deprecated": false,
                    "description": "<p>Makes the label be exactly this many lines tall.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "4.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "lineSpacing",
                    "deprecated": false,
                    "description": "<p>Line spacing of the <a href=\"Titanium.UI.Label.text\">text</a>, as a dictionary with the properties <code>add</code> and <code>multiply</code>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "LabelLineSpacing",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "maxLines",
                    "deprecated": false,
                    "description": "<p>Makes the label at most this many lines tall.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "4.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "minimumFontSize",
                    "deprecated": false,
                    "description": "<p>Minimum font size when the font is sized based on the contents.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "shadowColor",
                    "deprecated": false,
                    "description": "<p>Shadow color of the <a href=\"Titanium.UI.Label.text\">text</a>, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "shadowOffset",
                    "deprecated": false,
                    "description": "<p>Shadow offset of the <a href=\"Titanium.UI.Label.text\">text</a>, as a dictionary with the properties <code>x</code> and <code>y</code>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "shadowRadius",
                    "deprecated": false,
                    "description": "<p>Shadow radius of the <a href=\"Titanium.UI.Label.text\">text</a>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "text",
                    "deprecated": false,
                    "description": "<p>Label text.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "textAlign",
                    "deprecated": false,
                    "description": "<p>Text alignment.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.TEXT_ALIGNMENT_CENTER",
                        "Titanium.UI.TEXT_ALIGNMENT_JUSTIFY",
                        "Titanium.UI.TEXT_ALIGNMENT_LEFT",
                        "Titanium.UI.TEXT_ALIGNMENT_RIGHT"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "textid",
                    "deprecated": false,
                    "description": "<p>Key identifying a string from the locale file to use for the label text.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "wordWrap",
                    "deprecated": true,
                    "description": "<p>Enable or disable word wrapping in the label. <strong>Deprecated since 8.0.0. If you want to disable wrapping, then set <a href=\"Titanium.UI.Label.maxLines\">Titanium.UI.Label.maxLines</a> to 1 instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "verticalAlign",
                    "deprecated": false,
                    "description": "<p>Vertical text alignment, specified using one of the  vertical alignment constants\nfrom <a href=\"Titanium.UI\">Titanium.UI</a>.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.TEXT_VERTICAL_ALIGNMENT_BOTTOM",
                        "Titanium.UI.TEXT_VERTICAL_ALIGNMENT_CENTER",
                        "Titanium.UI.TEXT_VERTICAL_ALIGNMENT_TOP"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>Use the <a href=\"Titanium.UI.createLabel\">Titanium.UI.createLabel</a> method or <strong><code>&lt;Label&gt;</code></strong> Alloy element to create a label.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "LabelLineSpacing",
            "description": "<p>See <a href=\"https://developer.android.com/reference/android/widget/TextView#setLineSpacing(float,%20float)\">TextView.setLineSpacing</a></p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "add",
                    "deprecated": false,
                    "description": "<p>The value in pixels that should be added to each line other than the last line. This will be applied after the multiplier</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "multiply",
                    "deprecated": false,
                    "description": "<p>The value by which each line height other than the last line will be multiplied by</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                }
            ]
        },
        {
            "name": "Titanium.UI.ListItem",
            "description": "<p>A list item is an individual item in a list section.</p>",
            "deprecated": false,
            "events": [],
            "examples": [
                {
                    "title": "Default List Items",
                    "code": "<p>Creates a list without using an item template. Monitors the <code>itemclick</code> event to check and\nuncheck tasks.</p>\n<pre><code>var win = Ti.UI.createWindow({backgroundColor: 'white'});\nvar listView = Ti.UI.createListView();\n\nvar tasks = [\n    {id: 'trash', name: 'Take Out the Trash', icon: 'trash.png'},\n    {id: 'dishes', name: 'Do the Dishes', icon: 'dishes.png'},\n    {id: 'doggie', name: 'Walk the Dog', icon: 'doggie.png'}\n];\n\nvar data = [];\nfor (var i = 0; i &lt; tasks.length; i++) {\n    data.push({ \n        properties: {\n            itemId: tasks[i].id,\n            title: tasks[i].name,\n            image: tasks[i].icon,\n            accessoryType: Ti.UI.LIST_ACCESSORY_TYPE_NONE,\n            color: 'black'\n        }\n    });\n}\n\nvar section = Ti.UI.createListSection();\nsection.setItems(data);\nlistView.sections = [section];\nlistView.addEventListener('itemclick', function(e) {\n    var item = section.getItemAt(e.itemIndex);\n    if (item.properties.accessoryType == Ti.UI.LIST_ACCESSORY_TYPE_NONE) {\n        item.properties.accessoryType = Ti.UI.LIST_ACCESSORY_TYPE_CHECKMARK;\n        item.properties.color = 'red';\n    } else {\n        item.properties.accessoryType = Ti.UI.LIST_ACCESSORY_TYPE_NONE;\n        item.properties.color = 'black';\n    }\n    section.updateItemAt(e.itemIndex, item);\n});\nwin.add(listView);\nwin.open();\n</code></pre>"
                },
                {
                    "title": "Default List Items (Alloy version)",
                    "code": "<p>Alloy version of previous example. For additional Alloy examples of using <code>ListView</code>, see <a href=\"Titanium.UI.ListView\">Titanium.UI.ListView</a>.</p>\n<p>index.xml</p>\n<pre><code>&lt;!-- views/index.xml --&gt;\n&lt;Alloy&gt;\n    &lt;Window class=&quot;container&quot; title=&quot;Some things&quot;&gt;\n        &lt;ListView id=&quot;listView&quot;&gt;\n            &lt;ListSection id=&quot;section&quot;&gt;\n                &lt;ListItem image=&quot;images/trash.jpg&quot; title=&quot;Take Out the Trash&quot;/&gt;\n                &lt;ListItem image=&quot;images/dishes.png&quot; title=&quot;Do the Dishes&quot;/&gt;\n                &lt;ListItem image=&quot;images/doge.png&quot; title=&quot;Walk the Dog&quot;/&gt;\n            &lt;/ListSection&gt;\n        &lt;/ListView&gt;\n    &lt;/Window&gt;\n&lt;/Alloy&gt;\n</code></pre>\n<p>index.js</p>\n<pre><code>&lt;!-- controllers/index.js --&gt;\n$.listView.addEventListener('itemclick', function(e) {\n    var item = $.section.getItemAt(e.itemIndex);\n    if (item.properties.accessoryType == Ti.UI.LIST_ACCESSORY_TYPE_NONE) {\n        item.properties.accessoryType = Ti.UI.LIST_ACCESSORY_TYPE_CHECKMARK;\n        item.properties.color = 'red';\n    } else {\n        item.properties.accessoryType = Ti.UI.LIST_ACCESSORY_TYPE_NONE;\n        item.properties.color = 'black';\n    }\n    $.section.updateItemAt(e.itemIndex, item);\n});\n</code></pre>"
                },
                {
                    "title": "List Items with an Item Template",
                    "code": "<p>Previous example modified to use an item template.  The template defines a small icon on the\nfar left, a title label to the right of the icon and a subtitle below the title label in\nsmaller text.</p>\n<p>Monitors the <code>click</code> event of the item rather than the <code>itemclick</code> event of the list view.</p>\n<pre><code>var win = Ti.UI.createWindow({backgroundColor: 'white'});\n\nvar plainTemplate = {\n    childTemplates: [\n        {                            // Image justified left\n            type: 'Ti.UI.ImageView', // Use an image view for the image\n            bindId: 'pic',           // Maps to a custom pic property of the item data\n            properties: {            // Sets the image view properties\n                width: '50dp', height: '50dp', left: 0\n            }\n        },\n        {                            // Title\n            type: 'Ti.UI.Label',     // Use a label for the title\n            bindId: 'title',         // Maps to a custom title property of the item data\n            properties: {            // Sets the label properties\n                color: 'black',\n                font: { fontFamily:'Arial', fontSize: '20dp', fontWeight:'bold' },\n                left: '60dp', top: 0,\n            },\n        },\n        {                            // Subtitle\n            type: 'Ti.UI.Label',     // Use a label for the subtitle\n            bindId: 'subtitle',      // Maps to a custom subtitle property of the item data\n            properties: {            // Sets the label properties\n                color: 'gray',\n                font: { fontFamily:'Arial', fontSize: '14dp' },\n                left: '60dp', top: '25dp',\n            }\n        }\n    ],\n    // Binds a callback to the click event, which catches events bubbled by the view subcomponents.\n    events: {click: toggleCheck }\n};\n\n// The following JSON API calls copy the plainTemplate object minus functions.\n// This method of copying an object is simple but not quick.\n// If performance is a factor, create your own method to copy an object.\n\nvar redTemplate = JSON.parse(JSON.stringify(plainTemplate));\n// Change the text color to red\nredTemplate.childTemplates[1].properties.color = 'red';\nredTemplate.childTemplates[2].properties.color = 'red';\n// Rebind the click event callback\nredTemplate.events.click = toggleCheck;\n\nvar listView = Ti.UI.createListView({\n    // Maps plainTemplate to 'uncheck' and redTemplate to 'check' \n    templates: { 'uncheck': plainTemplate, 'check': redTemplate },\n    // Use 'uncheck', that is, the plainTemplate created earlier for all items\n    // Can be overridden by the item's template property\n    defaultItemTemplate: 'uncheck'\n});\n\nvar tasks = [\n    {id: 'trash', name: 'Take Out the Trash', person: 'Yakko', icon: 'trash.png'},\n    {id: 'dishes', name: 'Do the Dishes', person: 'Wakko', icon: 'dishes.png'},\n    {id: 'doggie', name: 'Walk the Dog', person: 'Dot', icon: 'doggie.png'}\n];\n\nvar data = [];\nfor (var i = 0; i &lt; tasks.length; i++) {\n    data.push({\n        // Maps to the title component in the template\n        // Sets the text property of the Label component\n        title : { text: tasks[i].name },\n        // Maps to the subtitle component in the template\n        // Sets the text property of the Label component\n        subtitle : { text : tasks[i].person },\n        // Maps to the pic component in the template\n        // Sets the image property of the ImageView component\n        pic : { image : tasks[i].icon },\n        // Sets the regular list data properties\n        properties : {\n            itemId: tasks[i].id,\n            accessoryType: Ti.UI.LIST_ACCESSORY_TYPE_NONE,\n        }\n    });\n}\n\nvar section = Ti.UI.createListSection();\nsection.setItems(data);\nlistView.sections = [section];\n\n// Modified version of the `itemclick` event listener\n// Changes the item template rather than the list item's color property\nfunction toggleCheck(e) {\n    var item = section.getItemAt(e.itemIndex);\n    if (item.properties.accessoryType == Ti.UI.LIST_ACCESSORY_TYPE_NONE) {\n        item.properties.accessoryType = Ti.UI.LIST_ACCESSORY_TYPE_CHECKMARK;\n        item.template = 'check';\n    } else {\n        item.properties.accessoryType = Ti.UI.LIST_ACCESSORY_TYPE_NONE;\n        item.template = 'uncheck';\n    }\n    section.updateItemAt(e.itemIndex, item);\n} \n\nwin.add(listView);\nwin.open();\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListItem.apiName\">Titanium.UI.ListItem.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListItem.apiName\">Titanium.UI.ListItem.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListItem.lifecycleContainer\">Titanium.UI.ListItem.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListItem.lifecycleContainer\">Titanium.UI.ListItem.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListItem.lifecycleContainer\">Titanium.UI.ListItem.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListItem.lifecycleContainer\">Titanium.UI.ListItem.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getEditActions",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListItem.editActions\">Titanium.UI.ListItem.editActions</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListItem.editActions\">Titanium.UI.ListItem.editActions</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "4.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "4.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setEditActions",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListItem.editActions\">Titanium.UI.ListItem.editActions</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListItem.editActions\">Titanium.UI.ListItem.editActions</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "editActions",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "4.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "4.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSelectedColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListItem.selectedColor\">Titanium.UI.ListItem.selectedColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListItem.selectedColor\">Titanium.UI.ListItem.selectedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setSelectedColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListItem.selectedColor\">Titanium.UI.ListItem.selectedColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListItem.selectedColor\">Titanium.UI.ListItem.selectedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "selectedColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSelectedSubtitleColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListItem.selectedSubtitleColor\">Titanium.UI.ListItem.selectedSubtitleColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListItem.selectedSubtitleColor\">Titanium.UI.ListItem.selectedSubtitleColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setSelectedSubtitleColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListItem.selectedSubtitleColor\">Titanium.UI.ListItem.selectedSubtitleColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListItem.selectedSubtitleColor\">Titanium.UI.ListItem.selectedSubtitleColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "selectedSubtitleColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": false,
            "properties": [
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "itemId",
                    "deprecated": false,
                    "description": "<p>A user defined string that gets passed to events.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessoryType",
                    "deprecated": false,
                    "description": "<p>Sets an accessory on the right side of an item.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.LIST_ACCESSORY_TYPE_NONE",
                        "Titanium.UI.LIST_ACCESSORY_TYPE_CHECKMARK",
                        "Titanium.UI.LIST_ACCESSORY_TYPE_DETAIL",
                        "Titanium.UI.LIST_ACCESSORY_TYPE_DISCLOSURE"
                    ],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundColor",
                    "deprecated": false,
                    "description": "<p>Background color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundImage",
                    "deprecated": false,
                    "description": "<p>Background image to render when the item is not selected.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundGradient",
                    "deprecated": false,
                    "description": "<p>Background gradient to render when the item is not selected.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "Gradient",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "selectedBackgroundColor",
                    "deprecated": false,
                    "description": "<p>Background color of the view, as a color name or hex triplet when item is selected.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "selectedBackgroundImage",
                    "deprecated": false,
                    "description": "<p>Background image to render when the item is selected.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "selectedBackgroundGradient",
                    "deprecated": false,
                    "description": "<p>Background gradient to render when the item is selected.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "Gradient",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "canEdit",
                    "deprecated": false,
                    "description": "<p>Specifies if the item can be deleted by a user initiated action.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "canInsert",
                    "deprecated": false,
                    "description": "<p>Specifies if the item can be inserted by a user initiated action.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "canMove",
                    "deprecated": false,
                    "description": "<p>Specifies if the item can be reordered within the list view by a user initiated action.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "editActions",
                    "deprecated": false,
                    "description": "<p>Specifies custom action items to be shown when when a list item is edited.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "4.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "4.1.0"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "searchableText",
                    "deprecated": false,
                    "description": "<p>The text to match against when the <a href=\"Titanium.UI.ListView\">ListView</a> is performing a search.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "color",
                    "deprecated": false,
                    "description": "<p>Default text color of the item when not selected, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "subtitleColor",
                    "deprecated": false,
                    "description": "<p>Default text color of the subtitle, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "selectedColor",
                    "deprecated": false,
                    "description": "<p>Color to use for the item title when the item is selected, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "selectedSubtitleColor",
                    "deprecated": false,
                    "description": "<p>Color to use for the item subtitle when the item is selected, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "font",
                    "deprecated": false,
                    "description": "<p>Font to use for the item title.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Font",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "height",
                    "deprecated": false,
                    "description": "<p>Row height in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "image",
                    "deprecated": false,
                    "description": "<p>Image to render in the image area of the item, specified as a local path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "title",
                    "deprecated": false,
                    "description": "<p>Title to set in the text area of the item.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "selectionStyle",
                    "deprecated": false,
                    "description": "<p>Selection style constant to control the selection color.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "subtitle",
                    "deprecated": false,
                    "description": "<p>Subtitle to set in the text area of the item.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>A list item is a combination of a <a href=\"ListDataItem\">ListDataItem</a> and <a href=\"ItemTemplate\">ItemTemplate</a>.  The list data item\nrepresents the actual data, while the item template represents the style elements of the item.</p>\n<p>You should not create <code>ListItem</code> objects with a JavaScript factory method, as you do other Titanium proxies.\nInstead, you should pass a <a href=\"ListDataItem\">ListDataItem</a> array to the <code>setItems</code> method of a <code>ListSection</code>. The list data items\ncontain the data you want to display in the list.</p>\n<p>Alloy applications can use <strong><code>&lt;ListItem&gt;</code></strong> elements to create <code>ListItem</code> objects. <code>&lt;ListItem&gt;</code> elements\nmust be nested inside a <strong><code>&lt;ListSection&gt;</code></strong> element, which itself is nested in a <code>&lt;ListView&gt;</code> element,\nas shown below:</p>\n<pre><code>&lt;Alloy&gt;\n    &lt;ListView id=&quot;list&quot;&gt;\n        &lt;ListSection id=&quot;accounts&quot;&gt;\n            &lt;ListItem image=&quot;images/checking_account.png&quot; title=&quot;Checking&quot;/&gt;\n            &lt;ListItem image=&quot;images/saving_account.png&quot; title=&quot;Savings&quot;/&gt;\n        &lt;/ListSection&gt;\n    &lt;/ListView&gt;\n&lt;/Alloy&gt;\n</code></pre>\n<p>By default, only the <code>title</code>, <code>image</code> and <code>accessoryType</code> keys of the list data item's\n<code>properties</code> dictionary are displayed if an item template is not defined.  See &quot;Default List Items&quot;\nunder &quot;Examples&quot; section for an example of using the default template.</p>\n<h4>Item Templates</h4>\n<p>To customize the style of a list item, use an item template to create your view structure.</p>\n<p>Add key-value pairs of view properties and their values to the <code>properties</code> dictionary of the\nitem template to set view properties of the list item.</p>\n<p><strong>Note:</strong> If possible, do not use <code>Ti.UI.SIZE</code> or non-static dimensions to set the\ndimensions of view elements in list items.  Instead, try to use static dimensions. Scrolling in\nthe list view may be jerky if you use non-static dimensions.</p>\n<p>Add key-value pairs of event names and their callback functions (or array of callback functions\nfor multiple callback bindings) to the <code>events</code> dictionary of the  item template to bind callbacks\nto events, which are bubbled from the subcomponents of the item.</p>\n<p>Add additional views, such as labels or image views, to the <code>childTemplates</code> array of the item\ntemplate. The child templates are item templates with two extra properties:</p>\n<ul>\n<li>Set the <code>type</code> property to a Titanium view class, such as <code>Ti.UI.Label</code> or <code>Ti.UI.ImageView</code>,\nto use that view in your template.</li>\n<li>Set the <code>bindId</code> to bind the template to a custom property in the list data item. The custom\nproperties in the list data item contain key-value pairs of view properties and their values.</li>\n</ul>\n<p>A list template supports the following view classes:</p>\n<ul>\n<li><a href=\"Titanium.UI.ActivityIndicator\">Titanium.UI.ActivityIndicator</a></li>\n<li><a href=\"Titanium.UI.Button\">Titanium.UI.Button</a></li>\n<li><a href=\"Titanium.UI.ButtonBar\">Titanium.UI.ButtonBar</a></li>\n<li><a href=\"Titanium.UI.ImageView\">Titanium.UI.ImageView</a></li>\n<li><a href=\"Titanium.UI.Label\">Titanium.UI.Label</a></li>\n<li><a href=\"Titanium.UI.MaskedImage\">Titanium.UI.MaskedImage</a></li>\n<li><a href=\"Titanium.UI.ProgressBar\">Titanium.UI.ProgressBar</a></li>\n<li><a href=\"Titanium.UI.Picker\">Titanium.UI.Picker</a></li>\n<li><a href=\"Titanium.UI.ScrollableView\">Titanium.UI.ScrollableView</a></li>\n<li><a href=\"Titanium.UI.Slider\">Titanium.UI.Slider</a></li>\n<li><a href=\"Titanium.UI.Switch\">Titanium.UI.Switch</a></li>\n<li><a href=\"Titanium.UI.TextArea\">Titanium.UI.TextArea</a></li>\n<li><a href=\"Titanium.UI.TextField\">Titanium.UI.TextField</a></li>\n<li><a href=\"Titanium.UI.iOS.BlurView\">Titanium.UI.iOS.BlurView</a></li>\n<li><a href=\"Titanium.UI.iOS.LivePhotoView\">Titanium.UI.iOS.LivePhotoView</a></li>\n<li><a href=\"Titanium.UI.iOS.Stepper\">Titanium.UI.iOS.Stepper</a></li>\n<li><a href=\"Titanium.UI.iOS.TabbedBar\">Titanium.UI.iOS.TabbedBar</a></li>\n</ul>\n<p>For example, suppose you have a list data item defined as <code>{foo:{text: 'foobar'}}</code> and an item\ntemplate defined as <code>{childTemplates: [{type: 'Ti.UI.Label', bindId: 'foo'}]}</code>.  The <code>foo</code>\nproperty in the list data item binds to the label in the template, which sets the <code>text</code>\nproperty of the label in the template to the <code>text</code> property in the list data item.</p>\n<p>To bind the list data item to an item template, use the <a href=\"Titanium.UI.ListView.templates\">Titanium.UI.ListView.templates</a>\nproperty to map the template to a style name, then use the style name to either set the\n<a href=\"Titanium.UI.ListView.defaultItemTemplate\">Titanium.UI.ListView.defaultItemTemplate</a> property to globally set the style for all items or set the\n<code>template</code> property of the list data item to override or individually set the style.</p>\n<p>On iOS, you can specify one of the template constants for the <a href=\"ListDataItem.template\">ListDataItem.template</a> property\nor <a href=\"Titanium.UI.ListView.defaultItemTemplate\">Titanium.UI.ListView.defaultItemTemplate</a> property: <a href=\"Titanium.UI.LIST_ITEM_TEMPLATE_CONTACTS\">Titanium.UI.LIST_ITEM_TEMPLATE_CONTACTS</a>,\n<a href=\"Titanium.UI.LIST_ITEM_TEMPLATE_SETTINGS\">Titanium.UI.LIST_ITEM_TEMPLATE_SETTINGS</a> or <a href=\"Titanium.UI.LIST_ITEM_TEMPLATE_SUBTITLE\">Titanium.UI.LIST_ITEM_TEMPLATE_SUBTITLE</a>.</p>\n<h4>Eventing</h4>\n<p>Unlike other views, you cannot use the <code>addEventListener</code> method to bind callbacks to events for a\nListItem.</p>\n<p>Use list view's <a href=\"Titanium.UI.ListView.itemclick\">itemclick</a> event to monitor click events on\nitems in the list view. Do not rely on the <code>source</code> property to determine which item fired the\nevent.  Either use the <code>sectionIndex</code> and <code>itemIndex</code>, or the <code>itemId</code> to determine the list item\nthat generated the event and use the <code>bindId</code> to check which child control fired the event.\nSee &quot;Default List Item&quot; under &quot;Examples&quot; section for an example of using the <code>itemclick</code> event.</p>\n<p>To monitor events that bubble to the <code>ListItem</code> or to monitor events of the view subcomponents,\nbind them to the item by using the <code>events</code> dictionary of the item template or the child view\ntemplates respectively. Add the bindings as key-value pairs, where the key is the event name\nand the value is the callback (or array of callbacks for multiple bindings). See &quot;List Items\nwith an Item Template&quot; under &quot;Examples&quot; section for an example of binding a <code>click</code> event to an\nitem using an item template.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "3.1.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "3.1.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "3.1.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "ItemTemplate",
            "description": "<p>Template that represents the basic appearance of a list item.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "properties",
                    "deprecated": false,
                    "description": "<p>Contains key-value pairs of view properties and their values that are applied to the ListItem.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Titanium.UI.ListItem",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "events",
                    "deprecated": false,
                    "description": "<p>Contains key-value pairs of view events and their listeners that are applied to the ListItem.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Object",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "childTemplates",
                    "deprecated": false,
                    "description": "<p>Contains an array of subview templates to be added (in order) as children to this view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>See <a href=\"Titanium.UI.ListItem\">Titanium.UI.ListItem</a> for examples of using an item template.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "3.1.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "3.1.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "3.1.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "ViewTemplate",
            "description": "<p>Template that represents a view subcomponent of an <a href=\"ItemTemplate\">ItemTemplate</a>.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "type",
                    "deprecated": false,
                    "description": "<p>View's class name, for example, <code>Ti.UI.Button</code>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "bindId",
                    "deprecated": false,
                    "description": "<p>View's ID (or set of IDs) used for data binding. This value must be unique.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "properties",
                    "deprecated": false,
                    "description": "<p>Contains key-value pairs of view properties and their values that are applied to this view component.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Object",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "events",
                    "deprecated": false,
                    "description": "<p>Contains key-value pairs of view events and their listeners that are applied to this view component.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Object",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "childTemplates",
                    "deprecated": false,
                    "description": "<p>Contains an array of subview templates to be added (in order) as children to this view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>See <a href=\"Titanium.UI.ListItem\">Titanium.UI.ListItem</a> for examples of using an item template.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "3.1.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "3.1.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "3.1.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "ListDataItem",
            "description": "<p>Represents displayed item data.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "template",
                    "deprecated": false,
                    "description": "<p>Template ID configured with the <a href=\"Titanium.UI.ListView.templates\">Titanium.UI.ListView.templates</a> property or\n<a href=\"Titanium.UI.LIST_ITEM_TEMPLATE_DEFAULT\">Titanium.UI.LIST_ITEM_TEMPLATE_DEFAULT</a>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "properties",
                    "deprecated": false,
                    "description": "<p>Contains key-value pairs of view properties and their values that are applied to the\n<code>ListItem</code>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Titanium.UI.ListItem",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>In addition to the properties defined below, you can define custom key-value pairs, which bind to\nthe child templates of an <a href=\"ItemTemplate\">ItemTemplate</a>.  The key for these pairs match the <code>bindId</code> of\nthe child view templates and the values are a dictionary of view properties applied to the view components.\nAny other properties that are not identified by a <code>bindId</code> are permitted but are ignored by the item template.</p>\n<p>See <a href=\"Titanium.UI.ListItem\">Titanium.UI.ListItem</a> for examples of using a list data item.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "3.1.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "3.1.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "3.1.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "RowActionType",
            "description": "<p>Represents the custom edit action for a ListItem.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "title",
                    "deprecated": false,
                    "description": "<p>The title of the row action.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "4.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "4.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "identifier",
                    "deprecated": false,
                    "description": "<p>The [identifier](RowActionType. identifier) of the row action. Only included in the event\nif previously defined. Available in Titanium 6.0.0 and later.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "4.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "4.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "style",
                    "deprecated": false,
                    "description": "<p>The style of the row action.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "4.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "4.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "color",
                    "deprecated": false,
                    "description": "<p>The background color of the row action.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "4.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "4.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>By default when a listItem has <a href=\"Titanium.UI.ListItem.canEdit\">canEdit</a> set to true, a left swipe on the the row presens the 'Delete' button.\nThis object lets developers define custom titles for editing actions supported on the row.\nThis object is used in conjunction with the <a href=\"Titanium.UI.ListItem.editActions\">editActions</a> property and\n<a href=\"Titanium.UI.ListView.editaction\">editaction</a> event.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "4.1.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "4.1.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.ListSection",
            "description": "<p>A list section is a container within a list view used to organize list items.</p>",
            "deprecated": false,
            "events": [],
            "examples": [
                {
                    "title": "Alloy XML Markup",
                    "code": "<p>ListSection is supported by Alloy 1.2.0 and later.</p>\n<p>HeaderView and FooterView are supported on Alloy 1.3.0 and later.</p>\n<pre><code>&lt;Alloy&gt;\n    &lt;Window fullscreen=&quot;true&quot;&gt;\n        &lt;ListView&gt;\n            &lt;ListSection&gt;\n\n                &lt;!-- Sets ListSection's headerView property --&gt;\n                &lt;HeaderView&gt;\n                    &lt;View backgroundColor=&quot;#DDD&quot; height=&quot;Ti.UI.SIZE&quot;&gt;\n                        &lt;Label&gt;Fruits&lt;/Label&gt;\n                    &lt;/View&gt;&gt;\n                &lt;/HeaderView&gt;\n\n                &lt;ListItem title=&quot;Apple&quot; /&gt;\n                &lt;ListItem title=&quot;Orange&quot; /&gt;\n                &lt;ListItem title=&quot;Pear&quot; /&gt;\n\n                &lt;!-- Sets ListSection's footerView property --&gt;\n                &lt;FooterView&gt;\n                    &lt;View backgroundColor=&quot;#DDD&quot; height=&quot;Ti.UI.SIZE&quot;&gt;\n                        &lt;Label&gt;3 items&lt;/Label&gt;\n                    &lt;/View&gt;\n\n                &lt;/FooterView&gt;\n            &lt;/ListSection&gt;\n        &lt;/ListView&gt;\n    &lt;/Window&gt;\n&lt;/Alloy&gt;\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setItems",
                    "deprecated": false,
                    "description": "<p>Sets the data entries in the list section.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "dataItems",
                            "constants": [],
                            "description": "<p>List items to set.</p>",
                            "type": "Array",
                            "usage": "required"
                        },
                        {
                            "name": "animation",
                            "constants": [],
                            "description": "<p>Animation properties. (iOS only.)</p>",
                            "type": "ListViewAnimationProperties",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "appendItems",
                    "deprecated": false,
                    "description": "<p>Appends the data entries to the end of the list section.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "dataItems",
                            "constants": [],
                            "description": "<p>List items to add.</p>",
                            "type": "Array",
                            "usage": "required"
                        },
                        {
                            "name": "animation",
                            "constants": [],
                            "description": "<p>Animation properties. (iOS only.)</p>",
                            "type": "ListViewAnimationProperties",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "insertItemsAt",
                    "deprecated": false,
                    "description": "<p>Inserts data entries to the list section at the specified index.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "itemIndex",
                            "constants": [],
                            "description": "<p>Index of where to insert the items.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "dataItems",
                            "constants": [],
                            "description": "<p>List items to insert.</p>",
                            "type": "Array",
                            "usage": "required"
                        },
                        {
                            "name": "animation",
                            "constants": [],
                            "description": "<p>Animation properties. (iOS only.)</p>",
                            "type": "ListViewAnimationProperties",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "replaceItemsAt",
                    "deprecated": false,
                    "description": "<p>Removes count entries from the list section at the specified index,\nthen inserts data entries to the list section at the same index.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "index",
                            "constants": [],
                            "description": "<p>Index of where to remove then insert items.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "count",
                            "constants": [],
                            "description": "<p>Number of list items to remove.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "dataItems",
                            "constants": [],
                            "description": "<p>List items to insert.</p>",
                            "type": "Array",
                            "usage": "required"
                        },
                        {
                            "name": "animation",
                            "constants": [],
                            "description": "<p>Animation properties. (iOS only.)</p>",
                            "type": "ListViewAnimationProperties",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "deleteItemsAt",
                    "deprecated": false,
                    "description": "<p>Removes count entries from the list section at the specified index.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "itemIndex",
                            "constants": [],
                            "description": "<p>Index of where to remove items.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "count",
                            "constants": [],
                            "description": "<p>Number of items to remove.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "animation",
                            "constants": [],
                            "description": "<p>Animation properties. (iOS only.)</p>",
                            "type": "ListViewAnimationProperties",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getItemAt",
                    "deprecated": false,
                    "description": "<p>Returns the item entry from the list view at the specified index.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "itemIndex",
                            "constants": [],
                            "description": "<p>Index of where to retrieve an item.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "ListDataItem",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "updateItemAt",
                    "deprecated": false,
                    "description": "<p>Updates an item at the specified index.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "index",
                            "constants": [],
                            "description": "<p>Index of where to update the item.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "dataItem",
                            "constants": [],
                            "description": "<p>List item to update.</p>",
                            "type": "ListDataItem",
                            "usage": "required"
                        },
                        {
                            "name": "animation",
                            "constants": [],
                            "description": "<p>Animation properties. (iOS only.)</p>",
                            "type": "ListViewAnimationProperties",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListSection.apiName\">Titanium.UI.ListSection.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListSection.apiName\">Titanium.UI.ListSection.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListSection.lifecycleContainer\">Titanium.UI.ListSection.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListSection.lifecycleContainer\">Titanium.UI.ListSection.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListSection.lifecycleContainer\">Titanium.UI.ListSection.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListSection.lifecycleContainer\">Titanium.UI.ListSection.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getFooterTitle",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListSection.footerTitle\">Titanium.UI.ListSection.footerTitle</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListSection.footerTitle\">Titanium.UI.ListSection.footerTitle</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setFooterTitle",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListSection.footerTitle\">Titanium.UI.ListSection.footerTitle</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListSection.footerTitle\">Titanium.UI.ListSection.footerTitle</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "footerTitle",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getFooterView",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListSection.footerView\">Titanium.UI.ListSection.footerView</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListSection.footerView\">Titanium.UI.ListSection.footerView</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.View",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setFooterView",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListSection.footerView\">Titanium.UI.ListSection.footerView</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListSection.footerView\">Titanium.UI.ListSection.footerView</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "footerView",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHeaderTitle",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListSection.headerTitle\">Titanium.UI.ListSection.headerTitle</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListSection.headerTitle\">Titanium.UI.ListSection.headerTitle</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHeaderTitle",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListSection.headerTitle\">Titanium.UI.ListSection.headerTitle</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListSection.headerTitle\">Titanium.UI.ListSection.headerTitle</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "headerTitle",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHeaderView",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListSection.headerView\">Titanium.UI.ListSection.headerView</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListSection.headerView\">Titanium.UI.ListSection.headerView</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.View",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHeaderView",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListSection.headerView\">Titanium.UI.ListSection.headerView</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListSection.headerView\">Titanium.UI.ListSection.headerView</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "headerView",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getItems",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListSection.items\">Titanium.UI.ListSection.items</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListSection.items\">Titanium.UI.ListSection.items</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": true,
            "properties": [
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "footerTitle",
                    "deprecated": false,
                    "description": "<p>Title of this section footer.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "footerView",
                    "deprecated": false,
                    "description": "<p>View to use for this section footer.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "Titanium.UI.View",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "headerTitle",
                    "deprecated": false,
                    "description": "<p>Title of this section header.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "headerView",
                    "deprecated": false,
                    "description": "<p>View to use for this section header.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "Titanium.UI.View",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "items",
                    "deprecated": false,
                    "description": "<p>Items of this list section.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>Use the <a href=\"Titanium.UI.createListSection\">Titanium.UI.createListSection</a> method or <strong><code>&lt;ListSection&gt;</code></strong> Alloy element to create a <code>ListSection</code>.</p>\n<p>List sections are used to manipulate and organize list items contained within it. For examples\nof using list sections, see the examples in <a href=\"Titanium.UI.ListView\">Titanium.UI.ListView</a> and <a href=\"Titanium.UI.ListItem\">Titanium.UI.ListItem</a>.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "3.1.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "3.1.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "3.1.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.ListView",
            "description": "<p>A list view is used to present information, organized in to sections and items,\nin a vertically-scrolling view.</p>",
            "deprecated": false,
            "events": [
                {
                    "name": "indexclick",
                    "deprecated": false,
                    "description": "<p>Fired when the index bar is clicked by the user.</p>",
                    "properties": [
                        {
                            "name": "title",
                            "constants": [],
                            "description": "<p>The title of the index clicked.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "index",
                            "constants": [],
                            "description": "<p>The index number clicked.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "itemclick",
                    "deprecated": false,
                    "description": "<p>Fired when a list row is clicked by the user.</p>",
                    "properties": [
                        {
                            "name": "section",
                            "constants": [],
                            "description": "<p>List section if the item is contained in a list section.</p>",
                            "type": "Titanium.UI.ListSection",
                            "deprecated": false
                        },
                        {
                            "name": "sectionIndex",
                            "constants": [],
                            "description": "<p>Section index.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "itemIndex",
                            "constants": [],
                            "description": "<p>Item index.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "itemId",
                            "constants": [],
                            "description": "<p>The item ID bound to the list item that generated the event.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bindId",
                            "constants": [],
                            "description": "<p>The bind ID of the control that generated this event, if one exists.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "accessoryClicked",
                            "constants": [],
                            "description": "<p>Returns <code>true</code> if the detail button is clicked else returns <code>false</code>.</p>\n<p>Only returns <code>true</code> if the <code>accessoryType</code> property is set to\n<a href=\"Titanium.UI.LIST_ACCESSORY_TYPE_DETAIL\">Titanium.UI.LIST_ACCESSORY_TYPE_DETAIL</a>.  All other accessories return <code>false</code> if\nclicked.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "itemsselected",
                    "deprecated": false,
                    "description": "<p>Fired when user stops two-pan gesture interaction for selecting multiple items.\nIt is used with <a href=\"Titanium.UI.ListView.allowsMultipleSelectionInteraction\">Titanium.UI.ListView.allowsMultipleSelectionInteraction</a>.</p>",
                    "properties": [
                        {
                            "name": "selectedItems",
                            "constants": [],
                            "description": "<p>List of items selected by user.</p>",
                            "type": "Array",
                            "deprecated": false
                        },
                        {
                            "name": "startingItem",
                            "constants": [],
                            "description": "<p>First item selected when user started interaction.</p>",
                            "type": "SelectedItem",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "delete",
                    "deprecated": false,
                    "description": "<p>Fired when a list row is deleted by the user.</p>",
                    "properties": [
                        {
                            "name": "section",
                            "constants": [],
                            "description": "<p>List section from which the item is deleted.</p>",
                            "type": "Titanium.UI.ListSection",
                            "deprecated": false
                        },
                        {
                            "name": "sectionIndex",
                            "constants": [],
                            "description": "<p>Section index.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "itemIndex",
                            "constants": [],
                            "description": "<p>Item index.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "itemId",
                            "constants": [],
                            "description": "<p>The item ID bound to the list item that generated the event.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>false. This event does not bubble.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "insert",
                    "deprecated": false,
                    "description": "<p>Fired when a list row is inserted by the user.</p>",
                    "properties": [
                        {
                            "name": "section",
                            "constants": [],
                            "description": "<p>List section from which the item is deleted.</p>",
                            "type": "Titanium.UI.ListSection",
                            "deprecated": false
                        },
                        {
                            "name": "sectionIndex",
                            "constants": [],
                            "description": "<p>Section index.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "itemIndex",
                            "constants": [],
                            "description": "<p>Item index.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "itemId",
                            "constants": [],
                            "description": "<p>The item ID bound to the list item that generated the event.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>false. This event does not bubble.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "dragstart",
                    "deprecated": false,
                    "description": "<p>Fired when the user starts dragging the list view.</p>",
                    "properties": [
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>false. This event does not bubble.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "dragend",
                    "deprecated": false,
                    "description": "<p>Fired when the user stops dragging the list view.</p>",
                    "properties": [
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>false. This event does not bubble.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "marker",
                    "deprecated": false,
                    "description": "<p>Fired when the list view displays the reference item.</p>",
                    "properties": [
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>false. This event does not bubble.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "sectionIndex",
                            "constants": [],
                            "description": "<p>section index of the reference item.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "itemIndex",
                            "constants": [],
                            "description": "<p>section item index of the reference item.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "move",
                    "deprecated": false,
                    "description": "<p>Fired when a list row is moved to a different location by the user.</p>",
                    "properties": [
                        {
                            "name": "section",
                            "constants": [],
                            "description": "<p>List section from which the item is moved.</p>",
                            "type": "Titanium.UI.ListSection",
                            "deprecated": false
                        },
                        {
                            "name": "sectionIndex",
                            "constants": [],
                            "description": "<p>Section index.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "itemIndex",
                            "constants": [],
                            "description": "<p>Item index.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "targetSection",
                            "constants": [],
                            "description": "<p>List section to which the item is moved. Might be the same as <code>section</code> property.</p>",
                            "type": "Titanium.UI.ListSection",
                            "deprecated": false
                        },
                        {
                            "name": "targetSectionIndex",
                            "constants": [],
                            "description": "<p>Section index.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "targetItemIndex",
                            "constants": [],
                            "description": "<p>Position within the <code>targetSection</code>.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "itemId",
                            "constants": [],
                            "description": "<p>The item ID bound to the list item that generated the event.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>false. This event does not bubble.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "noresults",
                    "deprecated": false,
                    "description": "<p>Fired when the search using either <a href=\"Titanium.UI.ListView.searchView\">searchView</a> or <a href=\"Titanium.UI.ListView.searchText\">searchText</a> has no results.</p>",
                    "properties": [
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>false. This event does not bubble.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "pull",
                    "deprecated": false,
                    "description": "<p>Fired when the user drags the list view past the top edge of the <a href=\"Titanium.UI.ListView.pullView\">pullView</a>.</p>",
                    "properties": [
                        {
                            "name": "active",
                            "constants": [],
                            "description": "<p>Determines if the <code>pullView</code> is completely visible (true) or partially hidden (false).</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>false. This event does not bubble.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "prefetch",
                    "deprecated": false,
                    "description": "<p>Fired when new list items are prefetched. The items are ordered ascending by geometric distance\nfrom the list view. Note that this event is only available on iOS 10 and later.</p>",
                    "properties": [
                        {
                            "name": "prefetchedItems",
                            "constants": [],
                            "description": "<p>An array of prefetched items.</p>",
                            "type": "Array",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "cancelprefetch",
                    "deprecated": false,
                    "description": "<p>Fired when list items that previously were considered as candidates for pre-fetching were not\nactually used. Note that this event is only available on iOS 10 and later</p>",
                    "properties": [
                        {
                            "name": "prefetchedItems",
                            "constants": [],
                            "description": "<p>An array of prefetched items.</p>",
                            "type": "Array",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "pullend",
                    "deprecated": false,
                    "description": "<p>Fired when the user stops dragging the list view and the <a href=\"Titanium.UI.ListView.pullView\">pullView</a> is completely visible.</p>",
                    "properties": [
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>false. This event does not bubble.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "editaction",
                    "deprecated": false,
                    "description": "<p>Fired when the user interacts with one of the custom edit actions defined by <a href=\"Titanium.UI.ListItem.editActions\">Titanium.UI.ListItem.editActions</a>.</p>",
                    "properties": [
                        {
                            "name": "action",
                            "constants": [],
                            "description": "<p>The <a href=\"RowActionType.title\">title</a> as defined in the row action object.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "identifier",
                            "constants": [],
                            "description": "<p>The [identifier](RowActionType. identifier) of the row action. Only included in the event\nif previously defined. Available in Titanium 6.0.0 and later.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "section",
                            "constants": [],
                            "description": "<p>List section from which the event was generated.</p>",
                            "type": "Titanium.UI.ListSection",
                            "deprecated": false
                        },
                        {
                            "name": "sectionIndex",
                            "constants": [],
                            "description": "<p>Section index.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "itemIndex",
                            "constants": [],
                            "description": "<p>Item index.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "itemId",
                            "constants": [],
                            "description": "<p>The item ID bound to the list item that generated the event.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>false. This event does not bubble.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "rowAction",
                    "deprecated": true,
                    "description": "<p>Fired when the user interacts with one of the custom edit actions defined by <a href=\"Titanium.UI.ListItem.editActions\">Titanium.UI.ListItem.editActions</a>. <strong>Removed in 5.0.0. Use <a href=\"Titanium.UI.ListView.editaction\">Titanium.UI.ListView.editaction</a> instead.</strong></p>",
                    "properties": [
                        {
                            "name": "action",
                            "constants": [],
                            "description": "<p>The <a href=\"RowActionType.title\">title</a> as defined in the row action object.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "section",
                            "constants": [],
                            "description": "<p>List section from which the event was generated.</p>",
                            "type": "Titanium.UI.ListSection",
                            "deprecated": false
                        },
                        {
                            "name": "sectionIndex",
                            "constants": [],
                            "description": "<p>Section index.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "itemIndex",
                            "constants": [],
                            "description": "<p>Item index.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "itemId",
                            "constants": [],
                            "description": "<p>The item ID bound to the list item that generated the event.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>false. This event does not bubble.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "scrollstart",
                    "deprecated": false,
                    "description": "<p>Fires when the list view starts scrolling by user interaction. Calling the <code>scrollTo</code> methods will not fire this event</p>",
                    "properties": [
                        {
                            "name": "visibleItemCount",
                            "constants": [],
                            "description": "<p>The number of visible items in the list view when the event fires.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "firstVisibleItem",
                            "constants": [],
                            "description": "<p>The first visible item in the list view when the event fires; this item might not be fully visible. May be -1 on iOS.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "firstVisibleSection",
                            "constants": [],
                            "description": "<p>The first visible section in the list view when the event fires.</p>",
                            "type": "Titanium.UI.ListSection",
                            "deprecated": false
                        },
                        {
                            "name": "firstVisibleItemIndex",
                            "constants": [],
                            "description": "<p>The index of the first visible item in the list view when the event fires; this item might not be fully visible.\nNote: The index is <code>-1</code> when there are no items in the <a href=\"Titanium.UI.ListView\">Titanium.UI.ListView</a>.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "firstVisibleSectionIndex",
                            "constants": [],
                            "description": "<p>The index of the first visible section in the list view when the event fires.\nNote: The index is <code>-1</code> when there are no items in the <a href=\"Titanium.UI.ListView\">Titanium.UI.ListView</a>.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>false. This event does not bubble.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "scrollend",
                    "deprecated": false,
                    "description": "<p>Fires when the list view ends scrolling. Calling the <code>scrollTo</code> methods will not fire this event</p>",
                    "properties": [
                        {
                            "name": "visibleItemCount",
                            "constants": [],
                            "description": "<p>The number of visible items in the list view when the event fires.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "firstVisibleItem",
                            "constants": [],
                            "description": "<p>The first visible item in the list view when the event fires; this item might not be fully visible. May be -1 on iOS.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "firstVisibleSection",
                            "constants": [],
                            "description": "<p>The first visible section in the list view when the event fires.</p>",
                            "type": "Titanium.UI.ListSection",
                            "deprecated": false
                        },
                        {
                            "name": "firstVisibleItemIndex",
                            "constants": [],
                            "description": "<p>The index of the first visible item in the list view when the event fires; this item might not be fully visible.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "firstVisibleSectionIndex",
                            "constants": [],
                            "description": "<p>The index of the first visible section in the list view when the event fires.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>false. This event does not bubble.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "scrolling",
                    "deprecated": false,
                    "description": "<p>Fires when the list view is scrolling. Calling the <code>scrollTo</code> methods will not fire this event</p>",
                    "properties": [
                        {
                            "name": "direction",
                            "constants": [],
                            "description": "<p>Direction of the scroll either 'up', or 'down'.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "velocity",
                            "constants": [],
                            "description": "<p>The velocity of the scroll in scale factor per second</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "targetContentOffset",
                            "constants": [],
                            "description": "<p>The expected y axis offset when the scrolling action decelerates to a stop.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                }
            ],
            "examples": [
                {
                    "title": "List View Sections",
                    "code": "<p>Creates a list with three sections, each with two rows.\nAdds two sections to the table before and one after it is rendered.</p>\n<pre><code>var win = Ti.UI.createWindow({backgroundColor: 'gray'});\nvar listView = Ti.UI.createListView();\nvar sections = [];\n\nvar fruitSection = Ti.UI.createListSection({ headerTitle: 'Fruits'});\nvar fruitDataSet = [\n    {properties: { title: 'Apple'}},\n    {properties: { title: 'Banana'}},\n];\nfruitSection.setItems(fruitDataSet);\nsections.push(fruitSection);\n\nvar vegSection = Ti.UI.createListSection({ headerTitle: 'Vegetables'});\nvar vegDataSet = [\n    {properties: { title: 'Carrots'}},\n    {properties: { title: 'Potatoes'}},\n];\nvegSection.setItems(vegDataSet);\nsections.push(vegSection);\n\nlistView.sections = sections;\nwin.add(listView);\nwin.open();\n\nvar fishSection = Ti.UI.createListSection({ headerTitle: 'Fish'});\nvar fishDataSet = [\n    {properties: { title: 'Cod'}},\n    {properties: { title: 'Haddock'}},\n];\nfishSection.setItems(fishDataSet);\nlistView.appendSection(fishSection);\n</code></pre>"
                },
                {
                    "title": "List View with Custom Item Template",
                    "code": "<p>Modifies the previous example to create a list using an item template to customize the view layout.</p>\n<pre><code>var win = Ti.UI.createWindow({backgroundColor: 'white'});\n\n// Create a custom template that displays an image on the left,\n// then a title next to it with a subtitle below it.\nvar myTemplate = {\n    childTemplates: [\n        {                            // Image justified left\n            type: 'Ti.UI.ImageView', // Use an image view for the image\n            bindId: 'pic',           // Maps to a custom pic property of the item data\n            properties: {            // Sets the image view  properties\n                width: '50dp', height: '50dp', left: 0\n            }\n        },\n        {                            // Title\n            type: 'Ti.UI.Label',     // Use a label for the title\n            bindId: 'info',          // Maps to a custom info property of the item data\n            properties: {            // Sets the label properties\n                color: 'black',\n                font: { fontFamily:'Arial', fontSize: '20dp', fontWeight:'bold' },\n                left: '60dp', top: 0,\n            }\n        },\n        {                            // Subtitle\n            type: 'Ti.UI.Label',     // Use a label for the subtitle\n            bindId: 'es_info',       // Maps to a custom es_info property of the item data\n            properties: {            // Sets the label properties\n                color: 'gray',\n                font: { fontFamily:'Arial', fontSize: '14dp' },\n                left: '60dp', top: '25dp',\n            }\n        }\n    ]\n};\n\nvar listView = Ti.UI.createListView({\n    // Maps myTemplate dictionary to 'template' string\n    templates: { 'template': myTemplate },\n    // Use 'template', that is, the myTemplate dict created earlier\n    // for all items as long as the template property is not defined for an item.\n    defaultItemTemplate: 'template'\n});\nvar sections = [];\n\nvar fruitSection = Ti.UI.createListSection({ headerTitle: 'Fruits / Frutas'});\nvar fruitDataSet = [\n    // the text property of info maps to the text property of the title label\n    // the text property of es_info maps to text property of the subtitle label\n    // the image property of pic maps to the image property of the image view\n    { info: {text: 'Apple'}, es_info: {text: 'Manzana'}, pic: {image: 'apple.png'}},\n    { info: {text: 'Banana'}, es_info: {text: 'Banana'}, pic: {image: 'banana.png'}}\n];\nfruitSection.setItems(fruitDataSet);\nsections.push(fruitSection);\n\nvar vegSection = Ti.UI.createListSection({ headerTitle: 'Vegetables / Verduras'});\nvar vegDataSet = [\n    { info: {text: 'Carrot'}, es_info: {text: 'Zanahoria'}, pic: {image: 'carrot.png'}},\n    { info: {text: 'Potato'}, es_info: {text: 'Patata'}, pic: {image: 'potato.png'}}\n];\nvegSection.setItems(vegDataSet);\nsections.push(vegSection);\n\nvar grainSection = Ti.UI.createListSection({ headerTitle: 'Grains / Granos'});\nvar grainDataSet = [\n    { info: {text: 'Corn'}, es_info: {text: 'Maiz'}, pic: {image: 'corn.png'}},\n    { info: {text: 'Rice'}, es_info: {text: 'Arroz'}, pic: {image: 'rice.png'}}\n];\ngrainSection.setItems(grainDataSet);\nsections.push(grainSection);\n\nlistView.setSections(sections);\nwin.add(listView);\nwin.open();\n</code></pre>"
                },
                {
                    "title": "List View with a pullView (Only supported on iOS since 3.2.0)",
                    "code": "<p>This sample shows how the <a href=\"Titanium.UI.ListView.pullView\">pullView</a> property could be\nutilized along with the <a href=\"Titanium.UI.ListView.pull\">pull</a> and <a href=\"Titanium.UI.ListView.pullend\">pullend</a> events to\ncreate a refresh control.</p>\n<pre><code>var win = Ti.UI.createWindow({backgroundColor: 'white'});\nvar listView = Ti.UI.createListView({height:'90%', top:0});\nvar sections = [];\n\nvar fruitSection = Ti.UI.createListSection({ headerTitle: 'Fruits'});\nvar fruitDataSet = [\n    {properties: { title: 'Apple'}},\n    {properties: { title: 'Banana'}},\n];\nfruitSection.setItems(fruitDataSet);\nsections.push(fruitSection);\n\nvar vegSection = Ti.UI.createListSection({ headerTitle: 'Vegetables'});\nvar vegDataSet = [\n    {properties: { title: 'Carrots'}},\n    {properties: { title: 'Potatoes'}},\n];\nvegSection.setItems(vegDataSet);\n\nvar fishSection = Ti.UI.createListSection({ headerTitle: 'Fish'});\nvar fishDataSet = [\n    {properties: { title: 'Cod'}},\n    {properties: { title: 'Haddock'}},\n];\nfishSection.setItems(fishDataSet);\nlistView.sections = sections;\nvar refreshCount = 0;\n\nfunction getFormattedDate(){\n    var date = new Date();\n    return date.getMonth() + '/' + date.getDate() + '/' + date.getFullYear() + ' ' + date.getHours() + ':' + date.getMinutes();\n}\n\nfunction resetPullHeader(){\n    actInd.hide();\n    imageArrow.transform=Ti.UI.createMatrix2D();\n    if (refreshCount &lt; 2) {\n        imageArrow.show();\n        labelStatus.text = 'Pull down to refresh...';\n        labelLastUpdated.text = 'Last Updated: ' + getFormattedDate();\n    } else {\n        labelStatus.text = 'Nothing To Refresh';\n        labelLastUpdated.text = 'Last Updated: ' + getFormattedDate();\n        listView.removeEventListener('pull', pullListener);\n        listView.removeEventListener('pullend', pullendListener);\n        eventStatus.text = 'Removed event listeners.';\n    }\n    listView.setContentInsets({top:0}, {animated:true});\n}\n\nfunction loadTableData()\n{\n    if (refreshCount == 0) {\n        listView.appendSection(vegSection);\n    } else if (refreshCount == 1) {\n        listView.appendSection(fishSection);\n    }\n    refreshCount ++;\n    resetPullHeader();\n}\n\nfunction pullListener(e){\n    eventStatus.text = 'EVENT pull FIRED. e.active = '+e.active;\n    if (e.active == false) {\n        var unrotate = Ti.UI.createMatrix2D();\n        imageArrow.animate({transform:unrotate, duration:180});\n        labelStatus.text = 'Pull down to refresh...';\n    } else {\n        var rotate = Ti.UI.createMatrix2D().rotate(180);\n        imageArrow.animate({transform:rotate, duration:180});\n        if (refreshCount == 0) {\n            labelStatus.text = 'Release to get Vegetables...';\n        } else {\n            labelStatus.text = 'Release to get Fish...';\n        }\n    }\n}\n\nfunction pullendListener(e){\n    eventStatus.text = 'EVENT pullend FIRED.';\n\n    if (refreshCount == 0) {\n        labelStatus.text = 'Loading Vegetables...';\n    } else {\n        labelStatus.text = 'Loading Fish...';\n    }\n    imageArrow.hide();\n    actInd.show();\n    listView.setContentInsets({top:80}, {animated:true});\n    setTimeout(function(){\n        loadTableData();\n    }, 2000);\n}\n\nvar tableHeader = Ti.UI.createView({\n    backgroundColor:'#e2e7ed',\n    width:320, height:80\n});\n\nvar border = Ti.UI.createView({\n    backgroundColor:'#576c89',\n    bottom:0,\n    height:2\n});\ntableHeader.add(border);\n\nvar imageArrow = Ti.UI.createImageView({\n    image:'arrow.png',\n    left:20, bottom:10,\n    width:23, height:60\n});\ntableHeader.add(imageArrow);\n\nvar labelStatus = Ti.UI.createLabel({\n    color:'#576c89',\n    font:{fontSize:13, fontWeight:'bold'},\n    text:'Pull down to refresh...',\n    textAlign:'center',\n    left:55, bottom:30,\n    width:200\n});\ntableHeader.add(labelStatus);\n\nvar labelLastUpdated = Ti.UI.createLabel({\n    color:'#576c89',\n    font:{fontSize:12},\n    text:'Last Updated: ' + getFormattedDate(),\n    textAlign:'center',\n    left:55, bottom:15,\n    width:200\n});\ntableHeader.add(labelLastUpdated);\n\nvar actInd = Ti.UI.createActivityIndicator({\n    left:20, bottom:13,\n    width:30, height:30\n});\ntableHeader.add(actInd);\nlistView.pullView = tableHeader;\nlistView.addEventListener('pull', pullListener);\nlistView.addEventListener('pullend',pullendListener);\n\nvar eventStatus = Ti.UI.createLabel({\n    font:{fontSize:13, fontWeight:'bold'},\n    text: 'Event data will show here',\n    bottom:0,\n    height:'10%'\n})\n\nwin.add(listView);\nwin.add(eventStatus);\nwin.open();\n</code></pre>"
                },
                {
                    "title": "Alloy XML Markup",
                    "code": "<p>'List View with Custom Item Template' as an Alloy view.  List view markup is supported in\nAlloy 1.2.0 and later.</p>\n<p><code>app/views/index.xml</code>:</p>\n<pre><code>&lt;Alloy&gt;\n    &lt;Window backgroundColor=&quot;white&quot;&gt;\n        &lt;ListView id=&quot;listView&quot; defaultItemTemplate=&quot;template&quot;&gt;\n\n            &lt;!-- The Templates tag sets the ListView's templates property --&gt;\n\n            &lt;Templates&gt;\n\n                &lt;!-- Define your item templates within the Templates tags or use the\n                     Require tag to include a view that only contains an ItemTemplate --&gt;\n\n                &lt;ItemTemplate name=&quot;template&quot;&gt;\n                    &lt;ImageView bindId=&quot;pic&quot; id=&quot;icon&quot; /&gt;\n                    &lt;Label bindId=&quot;info&quot; id=&quot;title&quot; /&gt;\n                    &lt;Label bindId=&quot;es_info&quot; id=&quot;subtitle&quot; /&gt;\n                &lt;/ItemTemplate&gt;\n\n            &lt;/Templates&gt;\n\n            &lt;ListSection headerTitle=&quot;Fruit / Frutas&quot;&gt;\n\n                &lt;!-- You can specify any ListItem or ListDataItem properties in ListItem --&gt;\n\n                &lt;!-- Specify data to bind to the item template with inline attributes\n                     defined as &lt;bindId&gt;:&lt;Ti.UI.Component.property&gt; --&gt;\n\n                &lt;ListItem info:text=&quot;Apple&quot; es_info:text=&quot;Manzana&quot; pic:image=&quot;/apple.png&quot; /&gt;\n                &lt;ListItem info:text=&quot;Banana&quot; es_info:text=&quot;Banana&quot; pic:image=&quot;/banana.png&quot; /&gt;\n            &lt;/ListSection&gt;\n            &lt;ListSection headerTitle=&quot;Vegetables / Verduras&quot;&gt;\n                &lt;ListItem info:text=&quot;Carrot&quot; es_info:text=&quot;Zanahoria&quot; pic:image=&quot;/carrot.png&quot; /&gt;\n                &lt;ListItem info:text=&quot;Potato&quot; es_info:text=&quot;Patata&quot; pic:image=&quot;/potato.png&quot; /&gt;\n            &lt;/ListSection&gt;\n            &lt;ListSection headerTitle=&quot;Grains / Granos&quot;&gt;\n                &lt;ListItem info:text=&quot;Corn&quot; es_info:text=&quot;Maiz&quot; pic:image=&quot;/corn.png&quot; /&gt;\n                &lt;ListItem info:text=&quot;Rice&quot; es_info:text=&quot;Arroz&quot; pic:image=&quot;/rice.png&quot; /&gt;\n            &lt;/ListSection&gt;\n        &lt;/ListView&gt;\n    &lt;/Window&gt;\n&lt;/Alloy&gt;\n</code></pre>\n<p><code>app/styles/index.tss</code>:</p>\n<pre><code>&quot;#icon&quot; : {\n    width: '50dp', height: '50dp', left: 0\n},\n&quot;#title&quot; : {\n    color: 'black',\n    font: { fontFamily:'Arial', fontSize: '20dp', fontWeight:'bold' },\n    left: '60dp', top: 0\n},\n&quot;#subtitle&quot; : {\n    color: 'gray',\n    font: { fontFamily:'Arial', fontSize: '14dp' },\n    left: '60dp', top: '25dp'\n}\n</code></pre>"
                },
                {
                    "title": "Alloy example of ListView properties",
                    "code": "<p>Supported in Alloy 1.3.0 and later.</p>\n<p>In Alloy, ListView's <code>searchView</code>, <code>headerView</code>, <code>footerView</code>, and <code>pullView</code>\nproperties may be declared as XML elements inline with the <code>ListView</code> element.  The example\nbelow demonstrates how to use <code>searchView</code>, <code>headerView</code> and <code>footerView</code>.</p>\n<pre><code>&lt;Alloy&gt;\n    &lt;Window fullscreen=&quot;true&quot;&gt;\n        &lt;ListView&gt;\n            &lt;!-- Sets ListView's searchView property.\n                 For Android, you can also do &lt;SearchView platform=&quot;android&quot; /&gt;\n                 to use a Ti.UI.Android.SearchView instead of a search bar. --&gt;\n            &lt;SearchBar barColor=&quot;#000&quot; /&gt;\n\n            &lt;!-- Sets ListView's headerView property --&gt;\n            &lt;HeaderView&gt;\n                &lt;View backgroundColor=&quot;#DDD&quot; height=&quot;Ti.UI.SIZE&quot;&gt;\n                    &lt;Label&gt;Header View&lt;/Label&gt;\n                &lt;/View&gt;&gt;\n            &lt;/HeaderView&gt;\n\n            &lt;ListSection&gt;\n                &lt;ListItem title=&quot;Papaya&quot; searchableText=&quot;Papaya&quot;/&gt;\n                &lt;ListItem title=&quot;Peach&quot; searchableText=&quot;Peach&quot;/&gt;\n                &lt;ListItem title=&quot;Pear&quot; searchableText=&quot;Pear&quot;/&gt;\n                &lt;ListItem title=&quot;Persimmon&quot; searchableText=&quot;Persimmon&quot;/&gt;\n                &lt;ListItem title=&quot;Pineapple&quot; searchableText=&quot;Pineapple&quot;/&gt;\n                &lt;ListItem title=&quot;Pluot&quot; searchableText=&quot;Pluto&quot;/&gt;\n                &lt;ListItem title=&quot;Pomegranate&quot; searchableText=&quot;Pomegranate&quot;/&gt;\n            &lt;/ListSection&gt;\n\n            &lt;!-- Sets ListView's footerView property --&gt;\n            &lt;FooterView&gt;\n                &lt;View backgroundColor=&quot;#DDD&quot; height=&quot;Ti.UI.SIZE&quot;&gt;\n                    &lt;Label&gt;Footer View&lt;/Label&gt;\n                &lt;/View&gt;\n            &lt;/FooterView&gt;\n        &lt;/ListView&gt;\n    &lt;/Window&gt;\n&lt;/Alloy&gt;\n</code></pre>"
                },
                {
                    "title": "Alloy example of <PullView> element",
                    "code": "<p>The example below demonstrates how to use a <code>&lt;PullView&gt;</code> Alloy element.</p>\n<pre><code>&lt;!-- views/index.xml --&gt;\n&lt;Alloy&gt;\n    &lt;Window class=&quot;container&quot; &gt;\n        &lt;ListView id=&quot;list&quot;&gt;\n            &lt;ListSection&gt;\n                &lt;ListItem title=&quot;Number 1&quot;&gt;&lt;/ListItem&gt;\n                &lt;ListItem title=&quot;Number 2&quot;&gt;&lt;/ListItem&gt;\n            &lt;/ListSection&gt;\n            &lt;PullView&gt;\n                &lt;View backgroundColor=&quot;red&quot; height=&quot;50&quot;&gt;\n                    &lt;Label&gt;Release to reload&lt;/Label&gt;\n                &lt;/View&gt;\n            &lt;/PullView&gt;\n        &lt;/ListView&gt;\n    &lt;/Window&gt;\n&lt;/Alloy&gt;\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "animate",
                    "deprecated": false,
                    "description": "<p>Animates this view.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "animation",
                            "constants": [],
                            "description": "<p>Either a dictionary of animation properties or an\n<a href=\"Titanium.UI.Animation\">Animation</a> object.</p>",
                            "type": "Titanium.UI.Animation",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Function to be invoked upon completion of the animation.</p>",
                            "type": "Function",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "clearMotionEffects",
                    "deprecated": false,
                    "description": "<p>Removes all previously added motion effects.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "finishLayout",
                    "deprecated": true,
                    "description": "<p>Finishes a batch update of the View's layout properties and schedules a layout pass of the\nview tree.\n<strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hide",
                    "deprecated": false,
                    "description": "<p>Hides this view.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Animation options for Android only. <strong>Since SDK 5.1.0 and used only on Android 5.0+</strong></p>\n<p>Determines whether to enable a circular reveal animation.\nNote that the default here is equivalent to passing in <code>{ animated: false }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "insertAt",
                    "deprecated": false,
                    "description": "<p>Inserts a view at the specified position in the <a href=\"Titanium.UI.View.children\">children</a> array.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Pass an object that specifies the view to insert and optionally at which position (defaults to end)</p>",
                            "type": "ViewPositionOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "show",
                    "deprecated": false,
                    "description": "<p>Makes this view visible.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Animation options for Android only. <strong>Since SDK 5.1.0 and only used on Android 5.0+</strong></p>\n<p>Determines whether to enable a circular reveal animation.\nNote that the default here is equivalent to passing in <code>{ animated: false }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "startLayout",
                    "deprecated": true,
                    "description": "<p>Starts a batch update of this view's layout properties. <strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">Titanium.Proxy.applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "toImage",
                    "deprecated": false,
                    "description": "<p>Returns an image of the rendered view, as a Blob.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Function to be invoked upon completion. If non-null, this method will be performed\nasynchronously. If null, it will be performed immediately.</p>",
                            "type": "Function",
                            "usage": "optional"
                        },
                        {
                            "name": "honorScaleFactor",
                            "constants": [],
                            "description": "<p>Determines whether the image is scaled based on scale factor of main screen. (iOS only)</p>\n<p>When set to true, image is scale factor is honored. When set to false, the image in the\nblob has the same dimensions for retina and non-retina devices.</p>",
                            "type": "Boolean",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Blob",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "updateLayout",
                    "deprecated": true,
                    "description": "<p>Performs a batch update of all supplied layout properties and schedules a layout pass after\nthey have been updated.\n<strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">Titanium.Proxy.applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Layout properties to be updated.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "convertPointToView",
                    "deprecated": false,
                    "description": "<p>Translates a point from this view's coordinate system to another view's coordinate system.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "point",
                            "constants": [],
                            "description": "<p>A point in this view's coordinate system.</p>\n<p>If this argument is missing an <code>x</code> or <code>y</code> property, or the properties can not be\nconverted into numbers, an exception will be raised.</p>",
                            "type": "Point",
                            "usage": "required"
                        },
                        {
                            "name": "destinationView",
                            "constants": [],
                            "description": "<p>View that specifies the destination coordinate system to convert to. If this argument\nis not a view, an exception will be raised.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewById",
                    "deprecated": false,
                    "description": "<p>Returns the matching view of a given view ID.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "id",
                            "constants": [],
                            "description": "<p>The ID of the view that should be returned. Use the <code>id</code> property in your views to\nenable it for indexing in this method.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.View",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "scrollToItem",
                    "deprecated": false,
                    "description": "<p>Scrolls to a specific item.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "sectionIndex",
                            "constants": [],
                            "description": "<p>Section index.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "itemIndex",
                            "constants": [],
                            "description": "<p>Item index.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "animation",
                            "constants": [],
                            "description": "<p>Animation properties. (iOS, Android and Windows)</p>",
                            "type": "ListViewAnimationProperties",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "deselectItem",
                    "deprecated": false,
                    "description": "<p>Deselects a specific item.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "sectionIndex",
                            "constants": [],
                            "description": "<p>Section index.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "itemIndex",
                            "constants": [],
                            "description": "<p>Item index.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "appendSection",
                    "deprecated": false,
                    "description": "<p>Appends a single section or an array of sections to the end of the list.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "section",
                            "constants": [],
                            "description": "<p>Section or sections to add to the list.</p>",
                            "type": "Titanium.UI.ListSection",
                            "usage": "required"
                        },
                        {
                            "name": "animation",
                            "constants": [],
                            "description": "<p>Animation properties. (iOS only.)</p>",
                            "type": "ListViewAnimationProperties",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "deleteSectionAt",
                    "deprecated": false,
                    "description": "<p>Deletes an existing section.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "sectionIndex",
                            "constants": [],
                            "description": "<p>Index of the section to delete.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "animation",
                            "constants": [],
                            "description": "<p>Animation properties. (iOS only.)</p>",
                            "type": "ListViewAnimationProperties",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "insertSectionAt",
                    "deprecated": false,
                    "description": "<p>Inserts a section or an array of sections at a specific index.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "sectionIndex",
                            "constants": [],
                            "description": "<p>Index of the section to insert before.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "section",
                            "constants": [],
                            "description": "<p>Section or sections to insert.</p>",
                            "type": "Titanium.UI.ListSection",
                            "usage": "required"
                        },
                        {
                            "name": "animation",
                            "constants": [],
                            "description": "<p>Animation properties. (iOS only.)</p>",
                            "type": "ListViewAnimationProperties",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "replaceSectionAt",
                    "deprecated": false,
                    "description": "<p>Replaces an existing section.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "sectionIndex",
                            "constants": [],
                            "description": "<p>Index of the section to update.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "section",
                            "constants": [],
                            "description": "<p>section data to update.</p>",
                            "type": "Titanium.UI.ListSection",
                            "usage": "required"
                        },
                        {
                            "name": "animation",
                            "constants": [],
                            "description": "<p>Animation properties. (iOS only.)</p>",
                            "type": "ListViewAnimationProperties",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "selectItem",
                    "deprecated": false,
                    "description": "<p>Selects an item in the list using the specified item and section indices.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "sectionIndex",
                            "constants": [],
                            "description": "<p>Index of the section the item is in.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "itemIndex",
                            "constants": [],
                            "description": "<p>Index of the item to select.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setContentInsets",
                    "deprecated": false,
                    "description": "<p>Sets this list view's content insets.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "edgeInsets",
                            "constants": [],
                            "description": "<p>Sets the distance that the content view is inset from the enclosing scroll view of the list view.\nFor example</p>\n<pre><code>setContentInset({top:50,bottom:10,right:10,left:10}, {animated:true})\n</code></pre>",
                            "type": "Padding",
                            "usage": "required"
                        },
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Determines whether, and how, the content inset change should be animated.\nNote that the default here is equivalent to passing in <code>{ animated: false, duration: 300 }</code></p>",
                            "type": "AnimatedWithDurationOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setContentOffset",
                    "deprecated": false,
                    "description": "<p>Sets the value of the content offset of the list view without animation by default.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "contentOffset",
                            "constants": [],
                            "description": "<p>Dictionary with the properties <code>x</code>, <code>y</code>.\nThe <code>x</code> and <code>y</code> coordinates reposition the top-left point of the scrollable region of the list view.</p>",
                            "type": "Point",
                            "usage": "required"
                        },
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Pass in <code>{ animated: true }</code> to animate the transition. Note that the default here is equivalent to passing in <code>{ animated: false }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setMarker",
                    "deprecated": false,
                    "description": "<p>Sets a reference item in the list view.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "markerProps",
                            "constants": [],
                            "description": "<p>Dictionary to describe the reference item.</p>",
                            "type": "ListViewMarkerProps",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "addMarker",
                    "deprecated": false,
                    "description": "<p>Adds a reference item in the list view.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "markerProps",
                            "constants": [],
                            "description": "<p>Dictionary to describe the reference item.</p>",
                            "type": "ListViewMarkerProps",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "4.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "4.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "4.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.bubbleParent\">Titanium.UI.ListView.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.bubbleParent\">Titanium.UI.ListView.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListView.bubbleParent\">Titanium.UI.ListView.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListView.bubbleParent\">Titanium.UI.ListView.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.apiName\">Titanium.UI.ListView.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.apiName\">Titanium.UI.ListView.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.lifecycleContainer\">Titanium.UI.ListView.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.lifecycleContainer\">Titanium.UI.ListView.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListView.lifecycleContainer\">Titanium.UI.ListView.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListView.lifecycleContainer\">Titanium.UI.ListView.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityHidden",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.accessibilityHidden\">Titanium.UI.ListView.accessibilityHidden</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.accessibilityHidden\">Titanium.UI.ListView.accessibilityHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityHidden",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListView.accessibilityHidden\">Titanium.UI.ListView.accessibilityHidden</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListView.accessibilityHidden\">Titanium.UI.ListView.accessibilityHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityHidden",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityHint",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.accessibilityHint\">Titanium.UI.ListView.accessibilityHint</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.accessibilityHint\">Titanium.UI.ListView.accessibilityHint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityHint",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListView.accessibilityHint\">Titanium.UI.ListView.accessibilityHint</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListView.accessibilityHint\">Titanium.UI.ListView.accessibilityHint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityHint",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityLabel",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.accessibilityLabel\">Titanium.UI.ListView.accessibilityLabel</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.accessibilityLabel\">Titanium.UI.ListView.accessibilityLabel</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityLabel",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListView.accessibilityLabel\">Titanium.UI.ListView.accessibilityLabel</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListView.accessibilityLabel\">Titanium.UI.ListView.accessibilityLabel</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityLabel",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityValue",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.accessibilityValue\">Titanium.UI.ListView.accessibilityValue</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.accessibilityValue\">Titanium.UI.ListView.accessibilityValue</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityValue",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListView.accessibilityValue\">Titanium.UI.ListView.accessibilityValue</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListView.accessibilityValue\">Titanium.UI.ListView.accessibilityValue</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityValue",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAnchorPoint",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.anchorPoint\">Titanium.UI.ListView.anchorPoint</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.anchorPoint\">Titanium.UI.ListView.anchorPoint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAnchorPoint",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListView.anchorPoint\">Titanium.UI.ListView.anchorPoint</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListView.anchorPoint\">Titanium.UI.ListView.anchorPoint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "anchorPoint",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAnimatedCenter",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.animatedCenter\">Titanium.UI.ListView.animatedCenter</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.animatedCenter\">Titanium.UI.ListView.animatedCenter</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.backgroundColor\">Titanium.UI.ListView.backgroundColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.backgroundColor\">Titanium.UI.ListView.backgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListView.backgroundColor\">Titanium.UI.ListView.backgroundColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListView.backgroundColor\">Titanium.UI.ListView.backgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundDisabledColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.backgroundDisabledColor\">Titanium.UI.ListView.backgroundDisabledColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.backgroundDisabledColor\">Titanium.UI.ListView.backgroundDisabledColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundDisabledColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListView.backgroundDisabledColor\">Titanium.UI.ListView.backgroundDisabledColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListView.backgroundDisabledColor\">Titanium.UI.ListView.backgroundDisabledColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundDisabledColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundDisabledImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.backgroundDisabledImage\">Titanium.UI.ListView.backgroundDisabledImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.backgroundDisabledImage\">Titanium.UI.ListView.backgroundDisabledImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundDisabledImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListView.backgroundDisabledImage\">Titanium.UI.ListView.backgroundDisabledImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListView.backgroundDisabledImage\">Titanium.UI.ListView.backgroundDisabledImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundDisabledImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundFocusedColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.backgroundFocusedColor\">Titanium.UI.ListView.backgroundFocusedColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.backgroundFocusedColor\">Titanium.UI.ListView.backgroundFocusedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundFocusedColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListView.backgroundFocusedColor\">Titanium.UI.ListView.backgroundFocusedColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListView.backgroundFocusedColor\">Titanium.UI.ListView.backgroundFocusedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundFocusedColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundFocusedImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.backgroundFocusedImage\">Titanium.UI.ListView.backgroundFocusedImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.backgroundFocusedImage\">Titanium.UI.ListView.backgroundFocusedImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundFocusedImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListView.backgroundFocusedImage\">Titanium.UI.ListView.backgroundFocusedImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListView.backgroundFocusedImage\">Titanium.UI.ListView.backgroundFocusedImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundFocusedImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundGradient",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.backgroundGradient\">Titanium.UI.ListView.backgroundGradient</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.backgroundGradient\">Titanium.UI.ListView.backgroundGradient</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Gradient",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundGradient",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListView.backgroundGradient\">Titanium.UI.ListView.backgroundGradient</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListView.backgroundGradient\">Titanium.UI.ListView.backgroundGradient</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundGradient",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Gradient",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.backgroundImage\">Titanium.UI.ListView.backgroundImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.backgroundImage\">Titanium.UI.ListView.backgroundImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListView.backgroundImage\">Titanium.UI.ListView.backgroundImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListView.backgroundImage\">Titanium.UI.ListView.backgroundImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundRepeat",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.backgroundRepeat\">Titanium.UI.ListView.backgroundRepeat</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.backgroundRepeat\">Titanium.UI.ListView.backgroundRepeat</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundRepeat",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListView.backgroundRepeat\">Titanium.UI.ListView.backgroundRepeat</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListView.backgroundRepeat\">Titanium.UI.ListView.backgroundRepeat</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundRepeat",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundLeftCap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.backgroundLeftCap\">Titanium.UI.ListView.backgroundLeftCap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.backgroundLeftCap\">Titanium.UI.ListView.backgroundLeftCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundLeftCap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListView.backgroundLeftCap\">Titanium.UI.ListView.backgroundLeftCap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListView.backgroundLeftCap\">Titanium.UI.ListView.backgroundLeftCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundLeftCap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundTopCap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.backgroundTopCap\">Titanium.UI.ListView.backgroundTopCap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.backgroundTopCap\">Titanium.UI.ListView.backgroundTopCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundTopCap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListView.backgroundTopCap\">Titanium.UI.ListView.backgroundTopCap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListView.backgroundTopCap\">Titanium.UI.ListView.backgroundTopCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundTopCap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.borderColor\">Titanium.UI.ListView.borderColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.borderColor\">Titanium.UI.ListView.borderColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListView.borderColor\">Titanium.UI.ListView.borderColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListView.borderColor\">Titanium.UI.ListView.borderColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderRadius",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.borderRadius\">Titanium.UI.ListView.borderRadius</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.borderRadius\">Titanium.UI.ListView.borderRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderRadius",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListView.borderRadius\">Titanium.UI.ListView.borderRadius</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListView.borderRadius\">Titanium.UI.ListView.borderRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderRadius",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderWidth",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.borderWidth\">Titanium.UI.ListView.borderWidth</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.borderWidth\">Titanium.UI.ListView.borderWidth</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderWidth",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListView.borderWidth\">Titanium.UI.ListView.borderWidth</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListView.borderWidth\">Titanium.UI.ListView.borderWidth</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderWidth",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBottom",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.bottom\">Titanium.UI.ListView.bottom</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.bottom\">Titanium.UI.ListView.bottom</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBottom",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListView.bottom\">Titanium.UI.ListView.bottom</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListView.bottom\">Titanium.UI.ListView.bottom</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bottom",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getCenter",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.center\">Titanium.UI.ListView.center</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.center\">Titanium.UI.ListView.center</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setCenter",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListView.center\">Titanium.UI.ListView.center</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListView.center\">Titanium.UI.ListView.center</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "center",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getClipMode",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.clipMode\">Titanium.UI.ListView.clipMode</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.clipMode\">Titanium.UI.ListView.clipMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setClipMode",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListView.clipMode\">Titanium.UI.ListView.clipMode</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListView.clipMode\">Titanium.UI.ListView.clipMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "clipMode",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getElevation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.elevation\">Titanium.UI.ListView.elevation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.elevation\">Titanium.UI.ListView.elevation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setElevation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListView.elevation\">Titanium.UI.ListView.elevation</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListView.elevation\">Titanium.UI.ListView.elevation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "elevation",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getFocusable",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.focusable\">Titanium.UI.ListView.focusable</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.focusable\">Titanium.UI.ListView.focusable</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setFocusable",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListView.focusable\">Titanium.UI.ListView.focusable</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListView.focusable\">Titanium.UI.ListView.focusable</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "focusable",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getHeight",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.height\">Titanium.UI.ListView.height</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.height\">Titanium.UI.ListView.height</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHeight",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListView.height\">Titanium.UI.ListView.height</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListView.height\">Titanium.UI.ListView.height</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "height",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHiddenBehavior",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.hiddenBehavior\">Titanium.UI.ListView.hiddenBehavior</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.hiddenBehavior\">Titanium.UI.ListView.hiddenBehavior</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setHiddenBehavior",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListView.hiddenBehavior\">Titanium.UI.ListView.hiddenBehavior</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListView.hiddenBehavior\">Titanium.UI.ListView.hiddenBehavior</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "hiddenBehavior",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getHorizontalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.horizontalMotionEffect\">Titanium.UI.ListView.horizontalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.horizontalMotionEffect\">Titanium.UI.ListView.horizontalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "MinMaxOptions",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHorizontalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListView.horizontalMotionEffect\">Titanium.UI.ListView.horizontalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListView.horizontalMotionEffect\">Titanium.UI.ListView.horizontalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "horizontalMotionEffect",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "MinMaxOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLeft",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.left\">Titanium.UI.ListView.left</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.left\">Titanium.UI.ListView.left</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLeft",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListView.left\">Titanium.UI.ListView.left</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListView.left\">Titanium.UI.ListView.left</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "left",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLayout",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.layout\">Titanium.UI.ListView.layout</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.layout\">Titanium.UI.ListView.layout</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLayout",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListView.layout\">Titanium.UI.ListView.layout</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListView.layout\">Titanium.UI.ListView.layout</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "layout",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getOpacity",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.opacity\">Titanium.UI.ListView.opacity</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.opacity\">Titanium.UI.ListView.opacity</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setOpacity",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListView.opacity\">Titanium.UI.ListView.opacity</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListView.opacity\">Titanium.UI.ListView.opacity</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "opacity",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getOverrideCurrentAnimation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.overrideCurrentAnimation\">Titanium.UI.ListView.overrideCurrentAnimation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.overrideCurrentAnimation\">Titanium.UI.ListView.overrideCurrentAnimation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setOverrideCurrentAnimation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListView.overrideCurrentAnimation\">Titanium.UI.ListView.overrideCurrentAnimation</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListView.overrideCurrentAnimation\">Titanium.UI.ListView.overrideCurrentAnimation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "overrideCurrentAnimation",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getPullBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.pullBackgroundColor\">Titanium.UI.ListView.pullBackgroundColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.pullBackgroundColor\">Titanium.UI.ListView.pullBackgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setPullBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListView.pullBackgroundColor\">Titanium.UI.ListView.pullBackgroundColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListView.pullBackgroundColor\">Titanium.UI.ListView.pullBackgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "pullBackgroundColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPreviewContext",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.previewContext\">Titanium.UI.ListView.previewContext</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.previewContext\">Titanium.UI.ListView.previewContext</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.iOS.PreviewContext",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "setPreviewContext",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListView.previewContext\">Titanium.UI.ListView.previewContext</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListView.previewContext\">Titanium.UI.ListView.previewContext</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "previewContext",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.iOS.PreviewContext",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "getRight",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.right\">Titanium.UI.ListView.right</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.right\">Titanium.UI.ListView.right</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setRight",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListView.right\">Titanium.UI.ListView.right</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListView.right\">Titanium.UI.ListView.right</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "right",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.rect\">Titanium.UI.ListView.rect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.rect\">Titanium.UI.ListView.rect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "DimensionWithAbsolutes",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRotation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.rotation\">Titanium.UI.ListView.rotation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.rotation\">Titanium.UI.ListView.rotation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRotation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListView.rotation\">Titanium.UI.ListView.rotation</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListView.rotation\">Titanium.UI.ListView.rotation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rotation",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getRotationX",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.rotationX\">Titanium.UI.ListView.rotationX</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.rotationX\">Titanium.UI.ListView.rotationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRotationX",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListView.rotationX\">Titanium.UI.ListView.rotationX</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListView.rotationX\">Titanium.UI.ListView.rotationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rotationX",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getRotationY",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.rotationY\">Titanium.UI.ListView.rotationY</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.rotationY\">Titanium.UI.ListView.rotationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRotationY",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListView.rotationY\">Titanium.UI.ListView.rotationY</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListView.rotationY\">Titanium.UI.ListView.rotationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rotationY",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getScaleX",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.scaleX\">Titanium.UI.ListView.scaleX</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.scaleX\">Titanium.UI.ListView.scaleX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setScaleX",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListView.scaleX\">Titanium.UI.ListView.scaleX</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListView.scaleX\">Titanium.UI.ListView.scaleX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "scaleX",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getScaleY",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.scaleY\">Titanium.UI.ListView.scaleY</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.scaleY\">Titanium.UI.ListView.scaleY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setScaleY",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListView.scaleY\">Titanium.UI.ListView.scaleY</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListView.scaleY\">Titanium.UI.ListView.scaleY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "scaleY",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getSize",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.size\">Titanium.UI.ListView.size</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.size\">Titanium.UI.ListView.size</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Dimension",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSoftKeyboardOnFocus",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.softKeyboardOnFocus\">Titanium.UI.ListView.softKeyboardOnFocus</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.softKeyboardOnFocus\">Titanium.UI.ListView.softKeyboardOnFocus</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setSoftKeyboardOnFocus",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListView.softKeyboardOnFocus\">Titanium.UI.ListView.softKeyboardOnFocus</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListView.softKeyboardOnFocus\">Titanium.UI.ListView.softKeyboardOnFocus</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "softKeyboardOnFocus",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTintColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.tintColor\">Titanium.UI.ListView.tintColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.tintColor\">Titanium.UI.ListView.tintColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTintColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListView.tintColor\">Titanium.UI.ListView.tintColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListView.tintColor\">Titanium.UI.ListView.tintColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "tintColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTop",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.top\">Titanium.UI.ListView.top</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.top\">Titanium.UI.ListView.top</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTop",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListView.top\">Titanium.UI.ListView.top</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListView.top\">Titanium.UI.ListView.top</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "top",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTouchEnabled",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.touchEnabled\">Titanium.UI.ListView.touchEnabled</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.touchEnabled\">Titanium.UI.ListView.touchEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTouchEnabled",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListView.touchEnabled\">Titanium.UI.ListView.touchEnabled</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListView.touchEnabled\">Titanium.UI.ListView.touchEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchEnabled",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTouchFeedback",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.touchFeedback\">Titanium.UI.ListView.touchFeedback</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.touchFeedback\">Titanium.UI.ListView.touchFeedback</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTouchFeedback",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListView.touchFeedback\">Titanium.UI.ListView.touchFeedback</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListView.touchFeedback\">Titanium.UI.ListView.touchFeedback</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchFeedback",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTouchFeedbackColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.touchFeedbackColor\">Titanium.UI.ListView.touchFeedbackColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.touchFeedbackColor\">Titanium.UI.ListView.touchFeedbackColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTouchFeedbackColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListView.touchFeedbackColor\">Titanium.UI.ListView.touchFeedbackColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListView.touchFeedbackColor\">Titanium.UI.ListView.touchFeedbackColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchFeedbackColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTransform",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.transform\">Titanium.UI.ListView.transform</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.transform\">Titanium.UI.ListView.transform</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Matrix2D",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTransform",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListView.transform\">Titanium.UI.ListView.transform</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListView.transform\">Titanium.UI.ListView.transform</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "transform",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Matrix2D",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTranslationX",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.translationX\">Titanium.UI.ListView.translationX</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.translationX\">Titanium.UI.ListView.translationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTranslationX",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListView.translationX\">Titanium.UI.ListView.translationX</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListView.translationX\">Titanium.UI.ListView.translationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translationX",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTranslationY",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.translationY\">Titanium.UI.ListView.translationY</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.translationY\">Titanium.UI.ListView.translationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTranslationY",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListView.translationY\">Titanium.UI.ListView.translationY</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListView.translationY\">Titanium.UI.ListView.translationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translationY",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTranslationZ",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.translationZ\">Titanium.UI.ListView.translationZ</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.translationZ\">Titanium.UI.ListView.translationZ</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTranslationZ",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListView.translationZ\">Titanium.UI.ListView.translationZ</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListView.translationZ\">Titanium.UI.ListView.translationZ</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translationZ",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTransitionName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.transitionName\">Titanium.UI.ListView.transitionName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.transitionName\">Titanium.UI.ListView.transitionName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTransitionName",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListView.transitionName\">Titanium.UI.ListView.transitionName</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListView.transitionName\">Titanium.UI.ListView.transitionName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "transitionName",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getVerticalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.verticalMotionEffect\">Titanium.UI.ListView.verticalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.verticalMotionEffect\">Titanium.UI.ListView.verticalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "MinMaxOptions",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setVerticalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListView.verticalMotionEffect\">Titanium.UI.ListView.verticalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListView.verticalMotionEffect\">Titanium.UI.ListView.verticalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "verticalMotionEffect",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "MinMaxOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowRadius",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.viewShadowRadius\">Titanium.UI.ListView.viewShadowRadius</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.viewShadowRadius\">Titanium.UI.ListView.viewShadowRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowRadius",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListView.viewShadowRadius\">Titanium.UI.ListView.viewShadowRadius</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListView.viewShadowRadius\">Titanium.UI.ListView.viewShadowRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowRadius",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.viewShadowColor\">Titanium.UI.ListView.viewShadowColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.viewShadowColor\">Titanium.UI.ListView.viewShadowColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListView.viewShadowColor\">Titanium.UI.ListView.viewShadowColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListView.viewShadowColor\">Titanium.UI.ListView.viewShadowColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowOffset",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.viewShadowOffset\">Titanium.UI.ListView.viewShadowOffset</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.viewShadowOffset\">Titanium.UI.ListView.viewShadowOffset</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowOffset",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListView.viewShadowOffset\">Titanium.UI.ListView.viewShadowOffset</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListView.viewShadowOffset\">Titanium.UI.ListView.viewShadowOffset</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowOffset",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getVisible",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.visible\">Titanium.UI.ListView.visible</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.visible\">Titanium.UI.ListView.visible</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setVisible",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListView.visible\">Titanium.UI.ListView.visible</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListView.visible\">Titanium.UI.ListView.visible</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "visible",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getWidth",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.width\">Titanium.UI.ListView.width</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.width\">Titanium.UI.ListView.width</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setWidth",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListView.width\">Titanium.UI.ListView.width</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListView.width\">Titanium.UI.ListView.width</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "width",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHorizontalWrap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.horizontalWrap\">Titanium.UI.ListView.horizontalWrap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.horizontalWrap\">Titanium.UI.ListView.horizontalWrap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHorizontalWrap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListView.horizontalWrap\">Titanium.UI.ListView.horizontalWrap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListView.horizontalWrap\">Titanium.UI.ListView.horizontalWrap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "horizontalWrap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getZIndex",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.zIndex\">Titanium.UI.ListView.zIndex</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.zIndex\">Titanium.UI.ListView.zIndex</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setZIndex",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListView.zIndex\">Titanium.UI.ListView.zIndex</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListView.zIndex\">Titanium.UI.ListView.zIndex</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "zIndex",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getKeepScreenOn",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.keepScreenOn\">Titanium.UI.ListView.keepScreenOn</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.keepScreenOn\">Titanium.UI.ListView.keepScreenOn</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setKeepScreenOn",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListView.keepScreenOn\">Titanium.UI.ListView.keepScreenOn</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListView.keepScreenOn\">Titanium.UI.ListView.keepScreenOn</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "keepScreenOn",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getAllowsSelection",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.allowsSelection\">Titanium.UI.ListView.allowsSelection</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.allowsSelection\">Titanium.UI.ListView.allowsSelection</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAllowsSelection",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListView.allowsSelection\">Titanium.UI.ListView.allowsSelection</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListView.allowsSelection\">Titanium.UI.ListView.allowsSelection</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "allowsSelection",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getCanScroll",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.canScroll\">Titanium.UI.ListView.canScroll</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.canScroll\">Titanium.UI.ListView.canScroll</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setCanScroll",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListView.canScroll\">Titanium.UI.ListView.canScroll</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListView.canScroll\">Titanium.UI.ListView.canScroll</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "canScroll",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getDisableBounce",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.disableBounce\">Titanium.UI.ListView.disableBounce</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.disableBounce\">Titanium.UI.ListView.disableBounce</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setDisableBounce",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListView.disableBounce\">Titanium.UI.ListView.disableBounce</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListView.disableBounce\">Titanium.UI.ListView.disableBounce</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "disableBounce",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getEditing",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.editing\">Titanium.UI.ListView.editing</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.editing\">Titanium.UI.ListView.editing</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setEditing",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListView.editing\">Titanium.UI.ListView.editing</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListView.editing\">Titanium.UI.ListView.editing</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "editing",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getFastScroll",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.fastScroll\">Titanium.UI.ListView.fastScroll</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.fastScroll\">Titanium.UI.ListView.fastScroll</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setFastScroll",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListView.fastScroll\">Titanium.UI.ListView.fastScroll</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListView.fastScroll\">Titanium.UI.ListView.fastScroll</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "fastScroll",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getAllowsSelectionDuringEditing",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.allowsSelectionDuringEditing\">Titanium.UI.ListView.allowsSelectionDuringEditing</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.allowsSelectionDuringEditing\">Titanium.UI.ListView.allowsSelectionDuringEditing</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAllowsSelectionDuringEditing",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListView.allowsSelectionDuringEditing\">Titanium.UI.ListView.allowsSelectionDuringEditing</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListView.allowsSelectionDuringEditing\">Titanium.UI.ListView.allowsSelectionDuringEditing</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "allowsSelectionDuringEditing",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAllowsMultipleSelectionDuringEditing",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.allowsMultipleSelectionDuringEditing\">Titanium.UI.ListView.allowsMultipleSelectionDuringEditing</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.allowsMultipleSelectionDuringEditing\">Titanium.UI.ListView.allowsMultipleSelectionDuringEditing</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAllowsMultipleSelectionDuringEditing",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListView.allowsMultipleSelectionDuringEditing\">Titanium.UI.ListView.allowsMultipleSelectionDuringEditing</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListView.allowsMultipleSelectionDuringEditing\">Titanium.UI.ListView.allowsMultipleSelectionDuringEditing</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "allowsMultipleSelectionDuringEditing",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAllowsMultipleSelectionInteraction",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.allowsMultipleSelectionInteraction\">Titanium.UI.ListView.allowsMultipleSelectionInteraction</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.allowsMultipleSelectionInteraction\">Titanium.UI.ListView.allowsMultipleSelectionInteraction</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAllowsMultipleSelectionInteraction",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListView.allowsMultipleSelectionInteraction\">Titanium.UI.ListView.allowsMultipleSelectionInteraction</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListView.allowsMultipleSelectionInteraction\">Titanium.UI.ListView.allowsMultipleSelectionInteraction</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "allowsMultipleSelectionInteraction",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLazyLoadingEnabled",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.lazyLoadingEnabled\">Titanium.UI.ListView.lazyLoadingEnabled</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.lazyLoadingEnabled\">Titanium.UI.ListView.lazyLoadingEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLazyLoadingEnabled",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListView.lazyLoadingEnabled\">Titanium.UI.ListView.lazyLoadingEnabled</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListView.lazyLoadingEnabled\">Titanium.UI.ListView.lazyLoadingEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lazyLoadingEnabled",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPruneSectionsOnEdit",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.pruneSectionsOnEdit\">Titanium.UI.ListView.pruneSectionsOnEdit</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.pruneSectionsOnEdit\">Titanium.UI.ListView.pruneSectionsOnEdit</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setPruneSectionsOnEdit",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListView.pruneSectionsOnEdit\">Titanium.UI.ListView.pruneSectionsOnEdit</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListView.pruneSectionsOnEdit\">Titanium.UI.ListView.pruneSectionsOnEdit</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "pruneSectionsOnEdit",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTemplates",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.templates\">Titanium.UI.ListView.templates</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.templates\">Titanium.UI.ListView.templates</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Object",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTemplates",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListView.templates\">Titanium.UI.ListView.templates</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListView.templates\">Titanium.UI.ListView.templates</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "templates",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSections",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.sections\">Titanium.UI.ListView.sections</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.sections\">Titanium.UI.ListView.sections</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setSections",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListView.sections\">Titanium.UI.ListView.sections</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListView.sections\">Titanium.UI.ListView.sections</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "sections",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getDefaultItemTemplate",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.defaultItemTemplate\">Titanium.UI.ListView.defaultItemTemplate</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.defaultItemTemplate\">Titanium.UI.ListView.defaultItemTemplate</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setDefaultItemTemplate",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListView.defaultItemTemplate\">Titanium.UI.ListView.defaultItemTemplate</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListView.defaultItemTemplate\">Titanium.UI.ListView.defaultItemTemplate</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "defaultItemTemplate",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSeparatorHeight",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.separatorHeight\">Titanium.UI.ListView.separatorHeight</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.separatorHeight\">Titanium.UI.ListView.separatorHeight</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "4.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setSeparatorHeight",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListView.separatorHeight\">Titanium.UI.ListView.separatorHeight</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListView.separatorHeight\">Titanium.UI.ListView.separatorHeight</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "separatorHeight",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "4.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getFooterDividersEnabled",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.footerDividersEnabled\">Titanium.UI.ListView.footerDividersEnabled</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.footerDividersEnabled\">Titanium.UI.ListView.footerDividersEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setFooterDividersEnabled",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListView.footerDividersEnabled\">Titanium.UI.ListView.footerDividersEnabled</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListView.footerDividersEnabled\">Titanium.UI.ListView.footerDividersEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "footerDividersEnabled",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getFooterTitle",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.footerTitle\">Titanium.UI.ListView.footerTitle</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.footerTitle\">Titanium.UI.ListView.footerTitle</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setFooterTitle",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListView.footerTitle\">Titanium.UI.ListView.footerTitle</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListView.footerTitle\">Titanium.UI.ListView.footerTitle</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "footerTitle",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getFooterView",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.footerView\">Titanium.UI.ListView.footerView</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.footerView\">Titanium.UI.ListView.footerView</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.View",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setFooterView",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListView.footerView\">Titanium.UI.ListView.footerView</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListView.footerView\">Titanium.UI.ListView.footerView</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "footerView",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHeaderDividersEnabled",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.headerDividersEnabled\">Titanium.UI.ListView.headerDividersEnabled</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.headerDividersEnabled\">Titanium.UI.ListView.headerDividersEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setHeaderDividersEnabled",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListView.headerDividersEnabled\">Titanium.UI.ListView.headerDividersEnabled</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListView.headerDividersEnabled\">Titanium.UI.ListView.headerDividersEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "headerDividersEnabled",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getHeaderTitle",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.headerTitle\">Titanium.UI.ListView.headerTitle</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.headerTitle\">Titanium.UI.ListView.headerTitle</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHeaderTitle",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListView.headerTitle\">Titanium.UI.ListView.headerTitle</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListView.headerTitle\">Titanium.UI.ListView.headerTitle</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "headerTitle",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHeaderView",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.headerView\">Titanium.UI.ListView.headerView</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.headerView\">Titanium.UI.ListView.headerView</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.View",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHeaderView",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListView.headerView\">Titanium.UI.ListView.headerView</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListView.headerView\">Titanium.UI.ListView.headerView</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "headerView",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPullView",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.pullView\">Titanium.UI.ListView.pullView</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.pullView\">Titanium.UI.ListView.pullView</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.View",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setPullView",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListView.pullView\">Titanium.UI.ListView.pullView</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListView.pullView\">Titanium.UI.ListView.pullView</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "pullView",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRefreshControl",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.refreshControl\">Titanium.UI.ListView.refreshControl</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.refreshControl\">Titanium.UI.ListView.refreshControl</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.RefreshControl",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setRefreshControl",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListView.refreshControl\">Titanium.UI.ListView.refreshControl</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListView.refreshControl\">Titanium.UI.ListView.refreshControl</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "refreshControl",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.RefreshControl",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSearchView",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.searchView\">Titanium.UI.ListView.searchView</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.searchView\">Titanium.UI.ListView.searchView</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.SearchBar",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setSearchView",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListView.searchView\">Titanium.UI.ListView.searchView</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListView.searchView\">Titanium.UI.ListView.searchView</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "searchView",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.SearchBar",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSearchText",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.searchText\">Titanium.UI.ListView.searchText</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.searchText\">Titanium.UI.ListView.searchText</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setSearchText",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListView.searchText\">Titanium.UI.ListView.searchText</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListView.searchText\">Titanium.UI.ListView.searchText</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "searchText",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getCaseInsensitiveSearch",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.caseInsensitiveSearch\">Titanium.UI.ListView.caseInsensitiveSearch</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.caseInsensitiveSearch\">Titanium.UI.ListView.caseInsensitiveSearch</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setCaseInsensitiveSearch",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListView.caseInsensitiveSearch\">Titanium.UI.ListView.caseInsensitiveSearch</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListView.caseInsensitiveSearch\">Titanium.UI.ListView.caseInsensitiveSearch</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "caseInsensitiveSearch",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getKeepSectionsInSearch",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.keepSectionsInSearch\">Titanium.UI.ListView.keepSectionsInSearch</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.keepSectionsInSearch\">Titanium.UI.ListView.keepSectionsInSearch</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setKeepSectionsInSearch",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListView.keepSectionsInSearch\">Titanium.UI.ListView.keepSectionsInSearch</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListView.keepSectionsInSearch\">Titanium.UI.ListView.keepSectionsInSearch</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "keepSectionsInSearch",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getKeyboardDismissMode",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.keyboardDismissMode\">Titanium.UI.ListView.keyboardDismissMode</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.keyboardDismissMode\">Titanium.UI.ListView.keyboardDismissMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setKeyboardDismissMode",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListView.keyboardDismissMode\">Titanium.UI.ListView.keyboardDismissMode</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListView.keyboardDismissMode\">Titanium.UI.ListView.keyboardDismissMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "keyboardDismissMode",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSectionIndexTitles",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.sectionIndexTitles\">Titanium.UI.ListView.sectionIndexTitles</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.sectionIndexTitles\">Titanium.UI.ListView.sectionIndexTitles</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setSectionIndexTitles",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListView.sectionIndexTitles\">Titanium.UI.ListView.sectionIndexTitles</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListView.sectionIndexTitles\">Titanium.UI.ListView.sectionIndexTitles</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "sectionIndexTitles",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getScrollIndicatorStyle",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.scrollIndicatorStyle\">Titanium.UI.ListView.scrollIndicatorStyle</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.scrollIndicatorStyle\">Titanium.UI.ListView.scrollIndicatorStyle</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setScrollIndicatorStyle",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListView.scrollIndicatorStyle\">Titanium.UI.ListView.scrollIndicatorStyle</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListView.scrollIndicatorStyle\">Titanium.UI.ListView.scrollIndicatorStyle</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "scrollIndicatorStyle",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getWillScrollOnStatusTap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.willScrollOnStatusTap\">Titanium.UI.ListView.willScrollOnStatusTap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.willScrollOnStatusTap\">Titanium.UI.ListView.willScrollOnStatusTap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setWillScrollOnStatusTap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListView.willScrollOnStatusTap\">Titanium.UI.ListView.willScrollOnStatusTap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListView.willScrollOnStatusTap\">Titanium.UI.ListView.willScrollOnStatusTap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "willScrollOnStatusTap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSectionCount",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.sectionCount\">Titanium.UI.ListView.sectionCount</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.sectionCount\">Titanium.UI.ListView.sectionCount</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getShowVerticalScrollIndicator",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.showVerticalScrollIndicator\">Titanium.UI.ListView.showVerticalScrollIndicator</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.showVerticalScrollIndicator\">Titanium.UI.ListView.showVerticalScrollIndicator</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setShowVerticalScrollIndicator",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListView.showVerticalScrollIndicator\">Titanium.UI.ListView.showVerticalScrollIndicator</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListView.showVerticalScrollIndicator\">Titanium.UI.ListView.showVerticalScrollIndicator</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "showVerticalScrollIndicator",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSeparatorColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.separatorColor\">Titanium.UI.ListView.separatorColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.separatorColor\">Titanium.UI.ListView.separatorColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setSeparatorColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListView.separatorColor\">Titanium.UI.ListView.separatorColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListView.separatorColor\">Titanium.UI.ListView.separatorColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "separatorColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSeparatorInsets",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.separatorInsets\">Titanium.UI.ListView.separatorInsets</a> property. <strong>Deprecated since 5.2.0. Use <a href=\"Titanium.UI.ListView.listSeparatorInsets\">Titanium.UI.ListView.listSeparatorInsets</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "HorizontalInsets",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setSeparatorInsets",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListView.separatorInsets\">Titanium.UI.ListView.separatorInsets</a> property. <strong>Deprecated since 5.2.0. Use <a href=\"Titanium.UI.ListView.listSeparatorInsets\">Titanium.UI.ListView.listSeparatorInsets</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "separatorInsets",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "HorizontalInsets",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSeparatorStyle",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.separatorStyle\">Titanium.UI.ListView.separatorStyle</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.separatorStyle\">Titanium.UI.ListView.separatorStyle</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setSeparatorStyle",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListView.separatorStyle\">Titanium.UI.ListView.separatorStyle</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListView.separatorStyle\">Titanium.UI.ListView.separatorStyle</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "separatorStyle",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getStyle",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.style\">Titanium.UI.ListView.style</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.style\">Titanium.UI.ListView.style</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setStyle",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListView.style\">Titanium.UI.ListView.style</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListView.style\">Titanium.UI.ListView.style</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "style",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTableSeparatorInsets",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.tableSeparatorInsets\">Titanium.UI.ListView.tableSeparatorInsets</a> property. <strong>Deprecated since 5.4.0. Use <a href=\"Titanium.UI.ListView.listSeparatorInsets\">Titanium.UI.ListView.listSeparatorInsets</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "HorizontalInsets",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTableSeparatorInsets",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListView.tableSeparatorInsets\">Titanium.UI.ListView.tableSeparatorInsets</a> property. <strong>Deprecated since 5.4.0. Use <a href=\"Titanium.UI.ListView.listSeparatorInsets\">Titanium.UI.ListView.listSeparatorInsets</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "tableSeparatorInsets",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "HorizontalInsets",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getListSeparatorInsets",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.listSeparatorInsets\">Titanium.UI.ListView.listSeparatorInsets</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.listSeparatorInsets\">Titanium.UI.ListView.listSeparatorInsets</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "HorizontalInsets",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setListSeparatorInsets",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListView.listSeparatorInsets\">Titanium.UI.ListView.listSeparatorInsets</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListView.listSeparatorInsets\">Titanium.UI.ListView.listSeparatorInsets</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "listSeparatorInsets",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "HorizontalInsets",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRowSeparatorInsets",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.rowSeparatorInsets\">Titanium.UI.ListView.rowSeparatorInsets</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.rowSeparatorInsets\">Titanium.UI.ListView.rowSeparatorInsets</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "HorizontalInsets",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setRowSeparatorInsets",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListView.rowSeparatorInsets\">Titanium.UI.ListView.rowSeparatorInsets</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListView.rowSeparatorInsets\">Titanium.UI.ListView.rowSeparatorInsets</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rowSeparatorInsets",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "HorizontalInsets",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getDimBackgroundForSearch",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.dimBackgroundForSearch\">Titanium.UI.ListView.dimBackgroundForSearch</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.dimBackgroundForSearch\">Titanium.UI.ListView.dimBackgroundForSearch</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setDimBackgroundForSearch",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListView.dimBackgroundForSearch\">Titanium.UI.ListView.dimBackgroundForSearch</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListView.dimBackgroundForSearch\">Titanium.UI.ListView.dimBackgroundForSearch</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "dimBackgroundForSearch",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getShowSearchBarInNavBar",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.showSearchBarInNavBar\">Titanium.UI.ListView.showSearchBarInNavBar</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.showSearchBarInNavBar\">Titanium.UI.ListView.showSearchBarInNavBar</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setShowSearchBarInNavBar",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListView.showSearchBarInNavBar\">Titanium.UI.ListView.showSearchBarInNavBar</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListView.showSearchBarInNavBar\">Titanium.UI.ListView.showSearchBarInNavBar</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "showSearchBarInNavBar",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getResultsBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.resultsBackgroundColor\">Titanium.UI.ListView.resultsBackgroundColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.resultsBackgroundColor\">Titanium.UI.ListView.resultsBackgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setResultsBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListView.resultsBackgroundColor\">Titanium.UI.ListView.resultsBackgroundColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListView.resultsBackgroundColor\">Titanium.UI.ListView.resultsBackgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "resultsBackgroundColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getResultsSeparatorColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.resultsSeparatorColor\">Titanium.UI.ListView.resultsSeparatorColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.resultsSeparatorColor\">Titanium.UI.ListView.resultsSeparatorColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setResultsSeparatorColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListView.resultsSeparatorColor\">Titanium.UI.ListView.resultsSeparatorColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListView.resultsSeparatorColor\">Titanium.UI.ListView.resultsSeparatorColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "resultsSeparatorColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getResultsSeparatorStyle",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.resultsSeparatorStyle\">Titanium.UI.ListView.resultsSeparatorStyle</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.resultsSeparatorStyle\">Titanium.UI.ListView.resultsSeparatorStyle</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setResultsSeparatorStyle",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListView.resultsSeparatorStyle\">Titanium.UI.ListView.resultsSeparatorStyle</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListView.resultsSeparatorStyle\">Titanium.UI.ListView.resultsSeparatorStyle</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "resultsSeparatorStyle",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getResultsSeparatorInsets",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.resultsSeparatorInsets\">Titanium.UI.ListView.resultsSeparatorInsets</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.resultsSeparatorInsets\">Titanium.UI.ListView.resultsSeparatorInsets</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "HorizontalInsets",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setResultsSeparatorInsets",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListView.resultsSeparatorInsets\">Titanium.UI.ListView.resultsSeparatorInsets</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListView.resultsSeparatorInsets\">Titanium.UI.ListView.resultsSeparatorInsets</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "resultsSeparatorInsets",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "HorizontalInsets",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSelectedItems",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ListView.selectedItems\">Titanium.UI.ListView.selectedItems</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ListView.selectedItems\">Titanium.UI.ListView.selectedItems</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setSelectedItems",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ListView.selectedItems\">Titanium.UI.ListView.selectedItems</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ListView.selectedItems\">Titanium.UI.ListView.selectedItems</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "selectedItems",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.UI.View",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "accessibilityHidden",
                    "deprecated": false,
                    "description": "<p>Whether the view should be &quot;hidden&quot; from (i.e., ignored by) the accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityHint",
                    "deprecated": false,
                    "description": "<p>Briefly describes what performing an action (such as a click) on the view will do.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityLabel",
                    "deprecated": false,
                    "description": "<p>A succint label identifying the view for the device's accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityValue",
                    "deprecated": false,
                    "description": "<p>A string describing the value (if any) of the view for the device's accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "anchorPoint",
                    "deprecated": false,
                    "description": "<p>Coordinate of the view about which to pivot an animation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "animatedCenter",
                    "deprecated": false,
                    "description": "<p>Current position of the view during an animation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundColor",
                    "deprecated": false,
                    "description": "<p>Background color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundDisabledColor",
                    "deprecated": false,
                    "description": "<p>Disabled background color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundDisabledImage",
                    "deprecated": false,
                    "description": "<p>Disabled background image for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundFocusedColor",
                    "deprecated": false,
                    "description": "<p>Focused background color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundFocusedImage",
                    "deprecated": false,
                    "description": "<p>Focused background image for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundGradient",
                    "deprecated": false,
                    "description": "<p>A background gradient for the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [
                        {
                            "title": "Linear and Radial Gradients",
                            "code": "<p>The following code excerpt creates two views, one with a linear gradient and one with\na radial gradient.</p>\n<pre><code>var win1 = Titanium.UI.createWindow({\n    title:'Tab 1',\n    backgroundColor:'#fff',\n    layout: 'vertical'\n});\n\nvar radialGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'radial',\n        startPoint: { x: 50, y: 50 },\n        endPoint: { x: 50, y: 50 },\n        colors: [ 'red', 'blue'],\n        startRadius: 50,\n        endRadius: 0,\n        backfillStart: true\n    }\n});\nvar linearGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'linear',\n        startPoint: { x: '0%', y: '50%' },\n        endPoint: { x: '100%', y: '50%' },\n        colors: [ { color: 'red', offset: 0.0}, { color: 'blue', offset: 0.25 }, { color: 'red', offset: 1.0 } ],\n    }\n});\nwin1.add(radialGradient);\nwin1.add(linearGradient);\nwin1.open();\n</code></pre>"
                        }
                    ],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Gradient",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundImage",
                    "deprecated": false,
                    "description": "<p>Background image for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundRepeat",
                    "deprecated": false,
                    "description": "<p>Determines whether to tile a background across a view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundLeftCap",
                    "deprecated": false,
                    "description": "<p>Size of the left end cap.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundTopCap",
                    "deprecated": false,
                    "description": "<p>Size of the top end cap.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderColor",
                    "deprecated": false,
                    "description": "<p>Border color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderRadius",
                    "deprecated": false,
                    "description": "<p>Radius for the rounded corners of the view's border.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderWidth",
                    "deprecated": false,
                    "description": "<p>Border width of the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "bottom",
                    "deprecated": false,
                    "description": "<p>View's bottom position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "center",
                    "deprecated": false,
                    "description": "<p>View's center position, in the parent view's coordinates.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "clipMode",
                    "deprecated": false,
                    "description": "<p>View's clipping behavior.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "elevation",
                    "deprecated": false,
                    "description": "<p>Base elevation of the view relative to its parent in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "focusable",
                    "deprecated": false,
                    "description": "<p>Whether view should be focusable while navigating with the trackball.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "height",
                    "deprecated": false,
                    "description": "<p>View height, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.FILL",
                        "Titanium.UI.SIZE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hiddenBehavior",
                    "deprecated": false,
                    "description": "<p>Sets the behavior when hiding an object to release or keep the free space</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.HIDDEN_BEHAVIOR_INVISIBLE",
                        "Titanium.UI.HIDDEN_BEHAVIOR_GONE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "horizontalMotionEffect",
                    "deprecated": false,
                    "description": "<p>Adds a horizontal parallax effect to the view</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "MinMaxOptions",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "id",
                    "deprecated": false,
                    "description": "<p>View's identifier.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "left",
                    "deprecated": false,
                    "description": "<p>View's left position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "layout",
                    "deprecated": false,
                    "description": "<p>Specifies how the view positions its children.\nOne of: 'composite', 'vertical', or 'horizontal'.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "opacity",
                    "deprecated": false,
                    "description": "<p>Opacity of this view, from 0.0 (transparent) to 1.0 (opaque). Defaults to 1.0 (opaque).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "overrideCurrentAnimation",
                    "deprecated": false,
                    "description": "<p>When on, animate call overrides current animation if applicable.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "pullBackgroundColor",
                    "deprecated": false,
                    "description": "<p>Background color of the wrapper view when this view is used as either <a href=\"Titanium.UI.ListView.pullView\">Titanium.UI.ListView.pullView</a> or <a href=\"Titanium.UI.TableView.headerPullView\">Titanium.UI.TableView.headerPullView</a>.</p>\n<p>Defaults to <code>undefined</code>. Results in a light grey background color on the wrapper view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "previewContext",
                    "deprecated": false,
                    "description": "<p>The preview context used in the 3D-Touch feature &quot;Peek and Pop&quot;.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Titanium.UI.iOS.PreviewContext",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "right",
                    "deprecated": false,
                    "description": "<p>View's right position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "rect",
                    "deprecated": false,
                    "description": "<p>The bounding box of the view relative to its parent, in system units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "DimensionWithAbsolutes",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "rotation",
                    "deprecated": false,
                    "description": "<p>Clockwise 2D rotation of the view in degrees.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "rotationX",
                    "deprecated": false,
                    "description": "<p>Clockwise rotation of the view in degrees (x-axis).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "rotationY",
                    "deprecated": false,
                    "description": "<p>Clockwise rotation of the view in degrees (y-axis).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "scaleX",
                    "deprecated": false,
                    "description": "<p>Scaling of the view in x-axis in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "scaleY",
                    "deprecated": false,
                    "description": "<p>Scaling of the view in y-axis in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "size",
                    "deprecated": false,
                    "description": "<p>The size of the view in system units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Dimension",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "softKeyboardOnFocus",
                    "deprecated": false,
                    "description": "<p>Determines keyboard behavior when this view is focused. Defaults to <a href=\"Titanium.UI.Android.SOFT_KEYBOARD_DEFAULT_ON_FOCUS\">Titanium.UI.Android.SOFT_KEYBOARD_DEFAULT_ON_FOCUS</a>.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.Android.SOFT_KEYBOARD_DEFAULT_ON_FOCUS",
                        "Titanium.UI.Android.SOFT_KEYBOARD_HIDE_ON_FOCUS",
                        "Titanium.UI.Android.SOFT_KEYBOARD_SHOW_ON_FOCUS"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "tintColor",
                    "deprecated": false,
                    "description": "<p>The view's tintColor</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "top",
                    "deprecated": false,
                    "description": "<p>The view's top position.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "touchEnabled",
                    "deprecated": false,
                    "description": "<p>Determines whether view should receive touch events.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "touchFeedback",
                    "deprecated": false,
                    "description": "<p>A material design visual construct that provides an instantaneous visual confirmation of touch point.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "touchFeedbackColor",
                    "deprecated": false,
                    "description": "<p>Optional touch feedback ripple color. This has no effect unless <code>touchFeedback</code> is true.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "transform",
                    "deprecated": false,
                    "description": "<p>Transformation matrix to apply to the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Titanium.UI.Matrix2D",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "translationX",
                    "deprecated": false,
                    "description": "<p>Horizontal location of the view relative to its left position in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "translationY",
                    "deprecated": false,
                    "description": "<p>Vertical location of the view relative to its top position in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "translationZ",
                    "deprecated": false,
                    "description": "<p>Depth of the view relative to its elevation in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "transitionName",
                    "deprecated": false,
                    "description": "<p>A name to identify this view in activity transition.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.2"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "verticalMotionEffect",
                    "deprecated": false,
                    "description": "<p>Adds a vertical parallax effect to the view</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "MinMaxOptions",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowRadius",
                    "deprecated": false,
                    "description": "<p>Determines the blur radius used to create the shadow.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowColor",
                    "deprecated": false,
                    "description": "<p>Determines the color of the shadow.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowOffset",
                    "deprecated": false,
                    "description": "<p>Determines the offset for the shadow of the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "visible",
                    "deprecated": false,
                    "description": "<p>Determines whether the view is visible.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "width",
                    "deprecated": false,
                    "description": "<p>View's width, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.FILL",
                        "Titanium.UI.SIZE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "horizontalWrap",
                    "deprecated": false,
                    "description": "<p>Determines whether the layout has wrapping behavior.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "zIndex",
                    "deprecated": false,
                    "description": "<p>Z-index stack order position, relative to other sibling views.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "keepScreenOn",
                    "deprecated": false,
                    "description": "<p>Determines whether to keep the device screen on.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "allowsSelection",
                    "deprecated": false,
                    "description": "<p>Determines whether this item can be selected.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "canScroll",
                    "deprecated": false,
                    "description": "<p>Determines if the list view can scroll in response to user actions.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "disableBounce",
                    "deprecated": false,
                    "description": "<p>Determines whether the scroll-bounce of the list view should be disabled.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "editing",
                    "deprecated": false,
                    "description": "<p>Determines if the list view is currently in editing mode.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fastScroll",
                    "deprecated": false,
                    "description": "<p>Sets the fastScroll mode on Android ListViews.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "allowsSelectionDuringEditing",
                    "deprecated": false,
                    "description": "<p>Determines whether this list view items can be selected while editing the table.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "allowsMultipleSelectionDuringEditing",
                    "deprecated": false,
                    "description": "<p>Determines whether multiple items of this list view can be selected at the same time while editing the table.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "allowsMultipleSelectionInteraction",
                    "deprecated": false,
                    "description": "<p>Allows a two-finger pan gesture to automatically transition the table view into editing mode and start selecting rows.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.2.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lazyLoadingEnabled",
                    "deprecated": false,
                    "description": "<p>Determines if the list view should use lazy loading to load remote images.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "pruneSectionsOnEdit",
                    "deprecated": false,
                    "description": "<p>Determines if empty sections are retained when the user completes editing the list view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "templates",
                    "deprecated": false,
                    "description": "<p>Contain key-value pairs mapping a style name (key) to an <a href=\"ItemTemplate\">ItemTemplate</a> (value).</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Object",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "sections",
                    "deprecated": false,
                    "description": "<p>Sections of this list.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "defaultItemTemplate",
                    "deprecated": false,
                    "description": "<p>Sets the default template for list data items that do not specify the <code>template</code> property.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "separatorHeight",
                    "deprecated": false,
                    "description": "<p>height of the ListView separator.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "4.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "footerDividersEnabled",
                    "deprecated": false,
                    "description": "<p>When set to false, the ListView will not draw the divider before the footer view.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "footerTitle",
                    "deprecated": false,
                    "description": "<p>List view footer title.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "footerView",
                    "deprecated": false,
                    "description": "<p>List view footer as a view that will be rendered instead of a label.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "Titanium.UI.View",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "headerDividersEnabled",
                    "deprecated": false,
                    "description": "<p>When set to false, the ListView will not draw the divider after the header view.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "headerTitle",
                    "deprecated": false,
                    "description": "<p>List view header title.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "headerView",
                    "deprecated": false,
                    "description": "<p>List view header as a view that will be rendered instead of a label.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "Titanium.UI.View",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "pullView",
                    "deprecated": false,
                    "description": "<p>View positioned above the first row that is only revealed when the user drags the list view contents down.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "Titanium.UI.View",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "refreshControl",
                    "deprecated": false,
                    "description": "<p>View positioned above the first row that is only revealed when the user drags the list view contents down.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "Titanium.UI.RefreshControl",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "searchView",
                    "deprecated": false,
                    "description": "<p>Search field to use for the list view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "Titanium.UI.SearchBar",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "searchText",
                    "deprecated": false,
                    "description": "<p>The string to use as the search parameter.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "caseInsensitiveSearch",
                    "deprecated": false,
                    "description": "<p>Determines if the search performed is case insensitive.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "keepSectionsInSearch",
                    "deprecated": false,
                    "description": "<p>Determines if the section information is displayed in the search results when using the <code>searchText</code> property.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "keyboardDismissMode",
                    "deprecated": false,
                    "description": "<p>The manner in which the keyboard is dismissed when a drag begins in the list view.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.iOS.KEYBOARD_DISMISS_MODE_NONE",
                        "Titanium.UI.iOS.KEYBOARD_DISMISS_MODE_ON_DRAG",
                        "Titanium.UI.iOS.KEYBOARD_DISMISS_MODE_INTERACTIVE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "sectionIndexTitles",
                    "deprecated": false,
                    "description": "<p>Array of objects (with <code>title</code> and <code>index</code> properties) to control the list view index.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "scrollIndicatorStyle",
                    "deprecated": false,
                    "description": "<p>Style of the scrollbar.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.iOS.ScrollIndicatorStyle.BLACK",
                        "Titanium.UI.iOS.ScrollIndicatorStyle.DEFAULT",
                        "Titanium.UI.iOS.ScrollIndicatorStyle.WHITE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "willScrollOnStatusTap",
                    "deprecated": false,
                    "description": "<p>Controls the scroll-to-top gesture.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "sectionCount",
                    "deprecated": false,
                    "description": "<p>Number of sections in this list view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "showVerticalScrollIndicator",
                    "deprecated": false,
                    "description": "<p>Determines whether this list view displays a vertical scroll indicator.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "separatorColor",
                    "deprecated": false,
                    "description": "<p>Separator line color between items, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "separatorInsets",
                    "deprecated": true,
                    "description": "<p>The insets for list view separators (applies to all cells). <strong>Deprecated since 5.2.0. Use <a href=\"Titanium.UI.ListView.listSeparatorInsets\">Titanium.UI.ListView.listSeparatorInsets</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "HorizontalInsets",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "separatorStyle",
                    "deprecated": false,
                    "description": "<p>Separator style constant.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.TABLE_VIEW_SEPARATOR_STYLE_NONE",
                        "Titanium.UI.TABLE_VIEW_SEPARATOR_STYLE_SINGLE_LINE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "style",
                    "deprecated": false,
                    "description": "<p>Style of the list view.</p>",
                    "availability": "creation",
                    "constants": [
                        "Titanium.UI.iOS.ListViewStyle.GROUPED",
                        "Titanium.UI.iOS.ListViewStyle.PLAIN"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "tableSeparatorInsets",
                    "deprecated": true,
                    "description": "<p>The insets for the table view header and footer. <strong>Deprecated since 5.4.0. Use <a href=\"Titanium.UI.ListView.listSeparatorInsets\">Titanium.UI.ListView.listSeparatorInsets</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "HorizontalInsets",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "listSeparatorInsets",
                    "deprecated": false,
                    "description": "<p>The insets for the list view header and footer.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "HorizontalInsets",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "rowSeparatorInsets",
                    "deprecated": false,
                    "description": "<p>The insets for list view cells (applies to all cells).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "HorizontalInsets",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "dimBackgroundForSearch",
                    "deprecated": false,
                    "description": "<p>A Boolean indicating whether the underlying content is dimmed during a search.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "showSearchBarInNavBar",
                    "deprecated": false,
                    "description": "<p>A Boolean indicating whether search bar will be in navigation bar.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "resultsBackgroundColor",
                    "deprecated": false,
                    "description": "<p>The background color of the search results (iOS-only).</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "resultsSeparatorColor",
                    "deprecated": false,
                    "description": "<p>Separator line color between rows inside search results,\nas a color name or hex triplet (iOS-only).</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "resultsSeparatorStyle",
                    "deprecated": false,
                    "description": "<p>The separator style of the search results (iOS-only).</p>",
                    "availability": "creation",
                    "constants": [
                        "Titanium.UI.TABLE_VIEW_SEPARATOR_STYLE_NONE",
                        "Titanium.UI.TABLE_VIEW_SEPARATOR_STYLE_SINGLE_LINE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "resultsSeparatorInsets",
                    "deprecated": false,
                    "description": "<p>The insets for search results separators (applies to all cells &amp; iOS-only).</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "HorizontalInsets",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "selectedItems",
                    "deprecated": false,
                    "description": "<p>Returns the selected list view items.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.0.0"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<table id=\"platformComparison\">\n  <tbody>\n    <tr>\n      <td><img src=\"images/listview/listview_android.png\" height=\"200\" /></td>\n      <td><img src=\"images/listview/listview_ios.png\" height=\"200\" /></td>\n      <td><img src=\"images/listview/listview_wp.png\" height=\"200\" /></td>\n    </tr>\n  </tbody>\n  <tfoot>\n    <tr>\n      <th>Android</th>\n      <th>iOS</th>\n      <th>Windows Phone</th>\n    </tr>\n  </tfoot>\n</table>\n<p>Use the <a href=\"Titanium.UI.createListView\">Titanium.UI.createListView</a> method or <strong><code>&lt;ListView&gt;</code></strong> Alloy element to create a <code>ListView</code>.</p>\n<p>A <code>ListView</code> object is a container for <a href=\"Titanium.UI.ListSection\">ListSection</a>\nobjects that are, in turn, containers for <a href=\"Titanium.UI.ListItem\">ListItem</a> objects. This is\neasily visualized as an Alloy view:</p>\n<pre><code>&lt;Alloy&gt;\n    &lt;ListView id=&quot;list&quot;&gt;\n        &lt;ListSection&gt;\n            &lt;ListItem title=&quot;List item 1&quot;&gt;&lt;/ListItem&gt;\n            &lt;ListItem title=&quot;List item 2&quot;&gt;&lt;/ListItem&gt;\n            &lt;ListItem title=&quot;List item 3&quot;&gt;&lt;/ListItem&gt;\n        &lt;/ListSection&gt;\n    &lt;/ListView&gt;\n&lt;/Alloy&gt;\n</code></pre>\n<p>For more instructions and examples of using <code>ListView</code>, refer to the\n<a href=\"https://docs.appcelerator.com/platform/latest/#!/guide/ListViews\">ListViews guide</a>.</p>\n<h4>Creating a List</h4>\n<p>To create a <code>ListView</code> object using JavaScript, pass an array of <a href=\"ListDataItem\">ListDataItem</a> objects to the list section's\n<a href=\"Titanium.UI.ListSection.items\">items</a> property, which creates and adds each array\nelement as a row to a single <a href=\"Titanium.UI.ListSection\">ListSection</a>. Use the <code>ListView</code>'s\n<a href=\"Titanium.UI.ListView.sections\">sections</a> property to add the section(s) to the list view.</p>\n<p>By default, only the <code>image</code>, <code>title</code> and <code>accessoryType</code> of a list data item\nare displayed in the list. Refer to the next section for using an item template.</p>\n<p>See the &quot;List View Sections&quot; example.</p>\n<h4>Customizing the List Items</h4>\n<p>To create a custom list view, you need to define an <a href=\"ItemTemplate\">ItemTemplate</a> and define each view\ncomponent you want to add. Use the <code>bindId</code> property of the child template to bind a dictionary\nproperty in the item data to a child view component.</p>\n<p>Map the template to a style name using the <a href=\"Titanium.UI.ListView.templates\">Titanium.UI.ListView.templates</a> property, then use\nthe style name to  set the <a href=\"Titanium.UI.ListView.defaultItemTemplate\">Titanium.UI.ListView.defaultItemTemplate</a> property to globally change\nall item styles or set the <a href=\"ListDataItem.template\">ListDataItem.template</a> property when passing in your list data\nto apply the template to that one list item or to override the globally defined template.</p>\n<p>On iOS, you can specify one of the template constants for the <a href=\"ListDataItem.template\">ListDataItem.template</a> property\nor <a href=\"Titanium.UI.ListView.defaultItemTemplate\">Titanium.UI.ListView.defaultItemTemplate</a>:\n<a href=\"Titanium.UI.LIST_ITEM_TEMPLATE_CONTACTS\">Titanium.UI.LIST_ITEM_TEMPLATE_CONTACTS</a>, <a href=\"Titanium.UI.LIST_ITEM_TEMPLATE_SETTINGS\">Titanium.UI.LIST_ITEM_TEMPLATE_SETTINGS</a>\nor <a href=\"Titanium.UI.LIST_ITEM_TEMPLATE_SUBTITLE\">Titanium.UI.LIST_ITEM_TEMPLATE_SUBTITLE</a>.</p>\n<p>See <a href=\"Titanium.UI.ListItem\">Titanium.UI.ListItem</a> for a detailed description of creating list items with a custom\nitem template and see the &quot;List View with Custom Item Template&quot; example for a sample.</p>\n<h4>List and Table Views</h4>\n<p>This section describes the differences between the new list view and the old table view.</p>\n<p><code>ListView</code> is analogous to <code>TableView</code>, <code>ListSection</code> is analogous to <code>TableViewSection</code>, and\n<code>ListItem</code> is analogous to <code>TableViewRow</code>.</p>\n<p>Both list view and table view present data to user as a vertically scrolling list of rows.\nHowever, list view uses a data-oriented approach versus table view's view-oriented approach.</p>\n<p>List view is designed for performance. One side effect of the design is that you cannot directly\nmanipulate the views--add children, set view properties and bind event callbacks--as you can in\n<code>TableView</code>. Instead, you interact with list items indirectly, using templates and data items. The\nnext subsection describes how to use list items.</p>\n<h5>ListItem versus TableViewRow</h5>\n<p>With <code>TableView</code>, you can directly add rows to a table view using the data property and its accessors.\nWith <code>TableViewRows</code>, you can directly create a row using the <code>Ti.UI.createTableViewRow</code> and customize\nits styling by setting its view properties. You can add view subcomponents to the row using the add\nmethod.</p>\n<p>With <code>ListView</code>, you need to explicitly create a <code>ListSection</code> in order to add a <code>ListItem</code> to a <code>ListView</code>.\nYou cannot directly add a <code>ListItem</code> to a <code>ListView</code>.\nIn a <code>TableView</code>, a <code>TableViewRow</code> can be directly added to a <code>TableView</code> because a\n<code>TableViewSection</code> is implicitly created and added to the <code>TableView</code>.</p>\n<p>A <code>ListItem</code> object is not created in the same method as a <code>TableViewRow</code>.\nA <code>ListItem</code> is created by passing an array of <code>ListDataItem</code> objects to the <code>ListSection</code>.</p>\n<p>You cannot add views to a <code>ListItem</code> using the <code>add</code> method, which could be done with a\n<code>TableViewRow</code>. To add views to a <code>ListItem</code>, you need to define an <a href=\"ItemTemplate\">ItemTemplate</a>,\nwhich is bound to a list data item using the <code>template</code> property.</p>\n<p>You cannot explicitly set properties or bind events for a <code>ListItem</code>.  You have to set them using the\n<code>properties</code> dictionary of a <a href=\"ListDataItem\">ListDataItem</a> or <a href=\"ItemTemplate\">ItemTemplate</a> and the <code>events</code> dictionary of the\n<a href=\"ItemTemplate\">ItemTemplate</a> or <a href=\"ViewTemplate\">ViewTemplate</a>, respectively.</p>\n<h5>API Differences</h5>\n<ul>\n<li>\n<p><strong>TableViewRow properties</strong>: The following properties and their accessors are not\navailable for <code>ListItem</code>: <code>accessibilityLabel</code>, <code>className</code>, <code>editable</code>, <code>hasCheck</code>,\n<code>hasChild</code>, <code>hasDetail</code>, <code>leftImage</code>, <code>moveable</code> and <code>rightImage</code>.</p>\n<ul>\n<li>For <code>hasCheck</code>, <code>hasChild</code>, and <code>hasDetail</code>, use the <code>accessoryType</code> property.</li>\n<li>For <code>leftImage</code> and <code>rightImage</code>, use the <code>image</code> property or create a custom item template.</li>\n</ul>\n</li>\n<li>\n<p><strong>TableViewRow methods</strong>: <code>ListItem</code> does not support any methods. Adding views and binding\nevent callbacks are supported through the item template.</p>\n</li>\n<li>\n<p><strong>TableViewSection properties</strong>: The following properties and their accessors are not\nsupported by <code>ListSection</code>: <code>rows</code> and <code>rowCount</code>.</p>\n<ul>\n<li>For <code>rows</code>, use the <code>items</code> property.</li>\n<li>For <code>rowCount</code>, use the <code>itemCount</code> property. (Not yet implemented.)</li>\n</ul>\n</li>\n<li>\n<p><strong>TableViewSection methods</strong>: The following methods are not supported by <code>ListSection</code>:\n<code>add</code>, <code>remove</code> and <code>rowAtIndex</code>.</p>\n<ul>\n<li>For <code>rowAtIndex</code>, use the <code>getItemAt</code> method.</li>\n<li>For <code>add</code> and <code>remove</code>, use the other <code>ListSection</code> methods to manipulate the <code>ListItem</code>\nobjects in the <code>ListSection</code>.</li>\n</ul>\n</li>\n<li>\n<p><strong>TableView properties</strong>: The <code>data</code> property and its accessors are not available\nfor <code>ListView</code>. Use the <code>sections</code> property to set the <code>ListSections</code> for a <code>ListView</code>.  You\ncannot directly add <code>ListItem</code> objects to a <code>ListView</code>.</p>\n</li>\n<li>\n<p><strong>TableView methods</strong>: The following methods are not available to <code>ListView</code>:\n<code>appendRow</code>, <code>deleteRow</code>, <code>deselectRow</code>, <code>insertRowAfter</code>, <code>insertRowBefore</code>, <code>selectRow</code>,\n<code>updateRow</code>, <code>scrollToIndex</code> and <code>selectRow</code>.</p>\n<ul>\n<li>For <code>scrollToIndex</code>, use the <code>scrollToItem</code> method.</li>\n<li>For <code>selectRow</code>, use the <code>selectItem</code> method. (Currently implemented only for iOS.)</li>\n<li>For all other row methods, you cannot manipulate <code>ListItems</code> with a <code>ListView</code>.\nYou have to manipulate them with the <code>ListSection</code> they are contained in.</li>\n</ul>\n</li>\n</ul>\n<h4>List and Scroll Views</h4>\n<p>As a list view inherently scrolls, it creates a very poor user experience when it contains\nother scrolling views, such as a <a href=\"Titanium.UI.ScrollableView\">ScrollableView</a> or\n<a href=\"Titanium.UI.TextArea\">TextArea</a>. Thus, this layout is strongly discouraged.</p>\n<h4>TextFields in Lists with SOFT_INPUT_ADJUST_PAN (Android)</h4>\n<p>In order to use <a href=\"Titanium.UI.TextField\">TextField</a> inside <code>ListView</code>, <a href=\"Titanium.UI.Android.SOFT_INPUT_ADJUST_PAN\">SOFT_INPUT_ADJUST_PAN</a>\nmust be set to the window that is containing the <code>ListView</code>, otherwise the <a href=\"Titanium.UI.TextField\">TextField</a> may not be able to gain focus.</p>\n<p>When a <a href=\"Titanium.UI.TextField\">TextField</a> is placed in a row near the bottom of a <code>ListView</code>,\nin a window that is configured with\n<a href=\"Titanium.UI.Android.SOFT_INPUT_ADJUST_PAN\">SOFT_INPUT_ADJUST_PAN</a>, it is expected for the\ntext field to automatically move to a visible position after it is focused and the software\nkeyboard displayed. However, due to a known problem caused by native Android's <code>ListView</code> behavior,\nthe keyboard is likely to completely obscure the text field.</p>\n<p>To mitigate this, a <code>ScrollView</code> may be used instead of a list view, as demonstrated in the\n<a href=\"Titanium.UI.ScrollView\">ScrollView</a>, &quot;Scroll View as a Table View&quot;, example.</p>\n<h4>Editing Support (iOS)</h4>\n<p>Editing a ListView through user initiated actions is supported through the following properties.</p>\n<ul>\n<li>\n<p><strong>ListItem properties</strong>:</p>\n<ul>\n<li>\n<p><a href=\"Titanium.UI.ListItem.canEdit\">canEdit</a> - When this is set to true, it allows the item to be deleted\nfrom the ListView through a user initiated action. The item can only be deleted when the ListView is\nin editing mode. The ListView can enter 'editing' mode either by explicitly setting the <a href=\"Titanium.UI.ListView.editing\">editing</a>\nproperty to true, or by swiping accross an item whose <code>canEdit</code> property is set to true. When the user\ndeletes the item, a <a href=\"Titanium.UI.ListView.delete\">delete</a> event is fired.</p>\n</li>\n<li>\n<p><a href=\"Titanium.UI.ListItem.editActions\">editActions</a> - When <a href=\"Titanium.UI.ListItem.canEdit\">canEdit</a> is set to true, the default behavior\nis to allow the item to be deleted. This behavior can be overridden by using the <a href=\"Titanium.UI.ListItem.editActions\">editActions</a>\nproperty of the item. When this property is defined, the user is instead presented with the options as defined by the <a href=\"RowActionType.title\">title</a> property.\nIn this scenario the ListView does not fire a <a href=\"Titanium.UI.ListView.delete\">delete</a> event. Instead the <a href=\"Titanium.UI.ListView.editaction\">editaction</a> event is fired\nand the developer is free to update the ListView as required. This is supported on Titanium SDK 4.1.0 and later on the iOS platform.</p>\n</li>\n<li>\n<p><a href=\"Titanium.UI.ListItem.canInsert\">canInsert</a> - When this is set to true, it allows the item to insert a new item to the\nListView through a user initiated action. A new item can only be inserted when the ListView is\nin editing mode. The ListView can enter 'editing' mode by explicitly setting the <a href=\"Titanium.UI.ListView.editing\">editing</a>\nproperty to true. When the user clicks on the '+' sign of the item, an <a href=\"Titanium.UI.ListView.insert\">insert</a> event is fired.\nNote: A new item is not inserted automatically when clicking on the '+' sign to let you decide the way to insert a new item.\nYou can use any inserting method of <a href=\"Titanium.UI.ListSection\">Ti.UI.ListSection</a>, for example <a href=\"Titanium.UI.ListSection.insertItemsAt\">insertItemsAt</a>\nand <a href=\"Titanium.UI.ListSection.appendItems\">appendItems</a>.</p>\n</li>\n<li>\n<p><a href=\"Titanium.UI.ListItem.canMove\">canMove</a> - When this item is set to true, it allows the item to be moved\nto a different location within the ListView. The item can only be moved when the ListView is put in\nediting mode by explicitly setting the <a href=\"Titanium.UI.ListView.editing\">editing</a> property to true. When the\nuser moves an item, a <a href=\"Titanium.UI.ListView.move\">move</a> event is fired.</p>\n</li>\n</ul>\n</li>\n<li>\n<p><strong>ListView properties</strong>:</p>\n<ul>\n<li>\n<p><a href=\"Titanium.UI.ListView.editing\">editing</a> - Determines if the List View is in a state where items can\nbe deleted or reordered.</p>\n</li>\n<li>\n<p><a href=\"Titanium.UI.ListView.pruneSectionsOnEdit\">pruneSectionsOnEdit</a> - When this property is set to true and the\nuser action results in a section having no other items, the section is deleted from the List View. Please note\nthat this property only applies to the sections whose items are being edited.</p>\n</li>\n</ul>\n</li>\n</ul>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "3.1.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "3.1.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "3.1.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "ListViewAnimationProperties",
            "description": "<p>A simple object for specifying the animation properties to use when inserting or deleting\nsections or cells, or scrolling the list.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "animated",
                    "deprecated": false,
                    "description": "<p>Whether this list change should be animated. Ignored if any <code>animationStyle</code> value is specified.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "animationStyle",
                    "deprecated": false,
                    "description": "<p>Type of animation to use for cell insertions and deletions.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.iOS.RowAnimationStyle.BOTTOM",
                        "Titanium.UI.iOS.RowAnimationStyle.FADE",
                        "Titanium.UI.iOS.RowAnimationStyle.LEFT",
                        "Titanium.UI.iOS.RowAnimationStyle.NONE",
                        "Titanium.UI.iOS.RowAnimationStyle.RIGHT",
                        "Titanium.UI.iOS.RowAnimationStyle.TOP"
                    ],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "position",
                    "deprecated": false,
                    "description": "<p>Specifies what position to scroll the selected cell to.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.iOS.ListViewScrollPosition.BOTTOM",
                        "Titanium.UI.iOS.ListViewScrollPosition.MIDDLE",
                        "Titanium.UI.iOS.ListViewScrollPosition.NONE",
                        "Titanium.UI.iOS.ListViewScrollPosition.TOP"
                    ],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>These properties are only used on iOS. Not all properties apply to all methods.\n<code>animationStyle</code> does not apply to the <code>scrollToItem</code> method.\n<code>positon</code> only applies to the <code>scrollToItem</code> method.\nSince Release 3.3.0 of the Titanium SDK, Android supports the <code>animated</code> property and is applicable only to <code>scrollToItem</code></p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "3.1.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "3.1.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "3.1.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "ListViewIndexEntry",
            "description": "<p>A simple object that represents an index entry in a <code>ListView</code>.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "title",
                    "deprecated": false,
                    "description": "<p>Title to display in the index bar.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "index",
                    "deprecated": false,
                    "description": "<p>Section index associated with this title.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>Used in conjunction with the <a href=\"Titanium.UI.ListView.sectionIndexTitles\">sectionIndexTitles</a> property of the List View.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "3.2.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "3.2.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "ListViewMarkerProps",
            "description": "<p>The parameter for <a href=\"Titanium.UI.ListView.setMarker\">setMarker</a> and <a href=\"Titanium.UI.ListView.addMarker\">addMarker</a> methods.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "sectionIndex",
                    "deprecated": false,
                    "description": "<p>The sectionIndex of the reference item.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "itemIndex",
                    "deprecated": false,
                    "description": "<p>The itemIndex of the reference item.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>Use this in conjunction with <a href=\"Titanium.UI.ListView.setMarker\">setMarker</a> and <a href=\"Titanium.UI.ListView.addMarker\">addMarker</a> methods. For example:</p>\n<pre><code>setMarker({sectionIndex:5, itemIndex:10});\naddMarker({sectionIndex:7, itemIndex: 2});\n</code></pre>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "3.2.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "3.2.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "3.2.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "ListItemEventType",
            "description": "<p>The arguments for the <a href=\"Titanium.UI.ListView.prefetch\">Titanium.UI.ListView.prefetch</a> and <a href=\"Titanium.UI.ListView.cancelprefetch\">Titanium.UI.ListView.cancelprefetch</a> events.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "section",
                    "deprecated": false,
                    "description": "<p>List section if the item is contained in a list section.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "Titanium.UI.ListSection",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "sectionIndex",
                    "deprecated": false,
                    "description": "<p>Section index.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "itemIndex",
                    "deprecated": false,
                    "description": "<p>Item index.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "itemId",
                    "deprecated": false,
                    "description": "<p>The item ID bound to the list item that generated the event.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "6.1.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "6.1.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "SelectedItem",
            "description": "<p>The arguments for the <a href=\"Titanium.UI.ListView.itemsselected\">Titanium.UI.ListView.itemsselected</a> event.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "section",
                    "deprecated": false,
                    "description": "<p>List section if the item is contained in a list section.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.2.0"
                        }
                    ],
                    "type": "Titanium.UI.ListSection",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "sectionIndex",
                    "deprecated": false,
                    "description": "<p>Section index.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "itemIndex",
                    "deprecated": false,
                    "description": "<p>Item index.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "8.2.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "8.2.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.MaskedImage",
            "description": "<p>A control that displays an image composited with a background image or color.</p>",
            "deprecated": false,
            "events": [
                {
                    "name": "click",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a click against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "dblclick",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a double click against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "doubletap",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a double tap against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "focus",
                    "deprecated": false,
                    "description": "<p>Fired when the view element gains focus.</p>"
                },
                {
                    "name": "keypressed",
                    "deprecated": false,
                    "description": "<p>Fired when a hardware key is pressed in the view.</p>",
                    "properties": [
                        {
                            "name": "keyCode",
                            "constants": [],
                            "description": "<p>The code for the physical key that was pressed. For more details, see <a href=\"https://developer.android.com/reference/android/view/KeyEvent.html\">KeyEvent</a>. This API is experimental and subject to change.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "longclick",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a long click.</p>"
                },
                {
                    "name": "longpress",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a long press.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "pinch",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a pinch gesture.</p>",
                    "properties": [
                        {
                            "name": "scale",
                            "constants": [],
                            "description": "<p>The scale factor relative to the points of the two touches in screen coordinates.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "velocity",
                            "constants": [],
                            "description": "<p>The velocity of the pinch in scale factor per second.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "time",
                            "constants": [],
                            "description": "<p>The event time of the current event being processed.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timeDelta",
                            "constants": [],
                            "description": "<p>The time difference in milliseconds between the previous accepted scaling event and the\ncurrent scaling event.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "currentSpan",
                            "constants": [],
                            "description": "<p>The average distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "currentSpanX",
                            "constants": [],
                            "description": "<p>The average X distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "currentSpanY",
                            "constants": [],
                            "description": "<p>The average Y distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "previousSpan",
                            "constants": [],
                            "description": "<p>The previous average distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "previousSpanX",
                            "constants": [],
                            "description": "<p>The previous average X distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "previousSpanY",
                            "constants": [],
                            "description": "<p>The previous average Y distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "focusX",
                            "constants": [],
                            "description": "<p>The X coordinate of the current gesture's focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "focusY",
                            "constants": [],
                            "description": "<p>The Y coordinate of the current gesture's focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "inProgress",
                            "constants": [],
                            "description": "<p>Returns <code>true</code> if a scale gesture is in progress, <code>false</code> otherwise.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "postlayout",
                    "deprecated": false,
                    "description": "<p>Fired when a layout cycle is finished.</p>"
                },
                {
                    "name": "singletap",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a single tap against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "swipe",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a swipe gesture against the view.</p>",
                    "properties": [
                        {
                            "name": "direction",
                            "constants": [],
                            "description": "<p>Direction of the swipe--either 'left', 'right', 'up', or 'down'.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event's endpoint from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event's endpoint from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchcancel",
                    "deprecated": false,
                    "description": "<p>Fired when a touch event is interrupted by the device.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchend",
                    "deprecated": false,
                    "description": "<p>Fired when a touch event is completed.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Penciland are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchmove",
                    "deprecated": false,
                    "description": "<p>Fired as soon as the device detects movement of a touch.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchstart",
                    "deprecated": false,
                    "description": "<p>Fired as soon as the device detects a touch gesture.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "twofingertap",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a two-finger tap against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                }
            ],
            "examples": [
                {
                    "title": "Lighten Blend Mode",
                    "code": "<p>The following code excerpt blends the background image with the given <code>tint</code> color:</p>\n<pre><code>var imageMask = Titanium.UI.createMaskedImage({\n    mask : 'demo_image.png', // background image\n    tint: 'red',\n    mode : Titanium.UI.BLEND_MODE_LIGHTEN,\n});\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "animate",
                    "deprecated": false,
                    "description": "<p>Animates this view.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "animation",
                            "constants": [],
                            "description": "<p>Either a dictionary of animation properties or an\n<a href=\"Titanium.UI.Animation\">Animation</a> object.</p>",
                            "type": "Titanium.UI.Animation",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Function to be invoked upon completion of the animation.</p>",
                            "type": "Function",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "clearMotionEffects",
                    "deprecated": false,
                    "description": "<p>Removes all previously added motion effects.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "finishLayout",
                    "deprecated": true,
                    "description": "<p>Finishes a batch update of the View's layout properties and schedules a layout pass of the\nview tree.\n<strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hide",
                    "deprecated": false,
                    "description": "<p>Hides this view.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Animation options for Android only. <strong>Since SDK 5.1.0 and used only on Android 5.0+</strong></p>\n<p>Determines whether to enable a circular reveal animation.\nNote that the default here is equivalent to passing in <code>{ animated: false }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "insertAt",
                    "deprecated": false,
                    "description": "<p>Inserts a view at the specified position in the <a href=\"Titanium.UI.View.children\">children</a> array.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Pass an object that specifies the view to insert and optionally at which position (defaults to end)</p>",
                            "type": "ViewPositionOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "show",
                    "deprecated": false,
                    "description": "<p>Makes this view visible.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Animation options for Android only. <strong>Since SDK 5.1.0 and only used on Android 5.0+</strong></p>\n<p>Determines whether to enable a circular reveal animation.\nNote that the default here is equivalent to passing in <code>{ animated: false }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "startLayout",
                    "deprecated": true,
                    "description": "<p>Starts a batch update of this view's layout properties. <strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">Titanium.Proxy.applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "toImage",
                    "deprecated": false,
                    "description": "<p>Returns an image of the rendered view, as a Blob.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Function to be invoked upon completion. If non-null, this method will be performed\nasynchronously. If null, it will be performed immediately.</p>",
                            "type": "Function",
                            "usage": "optional"
                        },
                        {
                            "name": "honorScaleFactor",
                            "constants": [],
                            "description": "<p>Determines whether the image is scaled based on scale factor of main screen. (iOS only)</p>\n<p>When set to true, image is scale factor is honored. When set to false, the image in the\nblob has the same dimensions for retina and non-retina devices.</p>",
                            "type": "Boolean",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Blob",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "updateLayout",
                    "deprecated": true,
                    "description": "<p>Performs a batch update of all supplied layout properties and schedules a layout pass after\nthey have been updated.\n<strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">Titanium.Proxy.applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Layout properties to be updated.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "convertPointToView",
                    "deprecated": false,
                    "description": "<p>Translates a point from this view's coordinate system to another view's coordinate system.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "point",
                            "constants": [],
                            "description": "<p>A point in this view's coordinate system.</p>\n<p>If this argument is missing an <code>x</code> or <code>y</code> property, or the properties can not be\nconverted into numbers, an exception will be raised.</p>",
                            "type": "Point",
                            "usage": "required"
                        },
                        {
                            "name": "destinationView",
                            "constants": [],
                            "description": "<p>View that specifies the destination coordinate system to convert to. If this argument\nis not a view, an exception will be raised.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewById",
                    "deprecated": false,
                    "description": "<p>Returns the matching view of a given view ID.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "id",
                            "constants": [],
                            "description": "<p>The ID of the view that should be returned. Use the <code>id</code> property in your views to\nenable it for indexing in this method.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.View",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.MaskedImage.bubbleParent\">Titanium.UI.MaskedImage.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.MaskedImage.bubbleParent\">Titanium.UI.MaskedImage.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.MaskedImage.bubbleParent\">Titanium.UI.MaskedImage.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.MaskedImage.bubbleParent\">Titanium.UI.MaskedImage.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.MaskedImage.apiName\">Titanium.UI.MaskedImage.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.MaskedImage.apiName\">Titanium.UI.MaskedImage.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.MaskedImage.lifecycleContainer\">Titanium.UI.MaskedImage.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.MaskedImage.lifecycleContainer\">Titanium.UI.MaskedImage.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.MaskedImage.lifecycleContainer\">Titanium.UI.MaskedImage.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.MaskedImage.lifecycleContainer\">Titanium.UI.MaskedImage.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityHidden",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.MaskedImage.accessibilityHidden\">Titanium.UI.MaskedImage.accessibilityHidden</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.MaskedImage.accessibilityHidden\">Titanium.UI.MaskedImage.accessibilityHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityHidden",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.MaskedImage.accessibilityHidden\">Titanium.UI.MaskedImage.accessibilityHidden</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.MaskedImage.accessibilityHidden\">Titanium.UI.MaskedImage.accessibilityHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityHidden",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityHint",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.MaskedImage.accessibilityHint\">Titanium.UI.MaskedImage.accessibilityHint</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.MaskedImage.accessibilityHint\">Titanium.UI.MaskedImage.accessibilityHint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityHint",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.MaskedImage.accessibilityHint\">Titanium.UI.MaskedImage.accessibilityHint</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.MaskedImage.accessibilityHint\">Titanium.UI.MaskedImage.accessibilityHint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityHint",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityLabel",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.MaskedImage.accessibilityLabel\">Titanium.UI.MaskedImage.accessibilityLabel</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.MaskedImage.accessibilityLabel\">Titanium.UI.MaskedImage.accessibilityLabel</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityLabel",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.MaskedImage.accessibilityLabel\">Titanium.UI.MaskedImage.accessibilityLabel</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.MaskedImage.accessibilityLabel\">Titanium.UI.MaskedImage.accessibilityLabel</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityLabel",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityValue",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.MaskedImage.accessibilityValue\">Titanium.UI.MaskedImage.accessibilityValue</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.MaskedImage.accessibilityValue\">Titanium.UI.MaskedImage.accessibilityValue</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityValue",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.MaskedImage.accessibilityValue\">Titanium.UI.MaskedImage.accessibilityValue</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.MaskedImage.accessibilityValue\">Titanium.UI.MaskedImage.accessibilityValue</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityValue",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAnchorPoint",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.MaskedImage.anchorPoint\">Titanium.UI.MaskedImage.anchorPoint</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.MaskedImage.anchorPoint\">Titanium.UI.MaskedImage.anchorPoint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAnchorPoint",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.MaskedImage.anchorPoint\">Titanium.UI.MaskedImage.anchorPoint</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.MaskedImage.anchorPoint\">Titanium.UI.MaskedImage.anchorPoint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "anchorPoint",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAnimatedCenter",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.MaskedImage.animatedCenter\">Titanium.UI.MaskedImage.animatedCenter</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.MaskedImage.animatedCenter\">Titanium.UI.MaskedImage.animatedCenter</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.MaskedImage.backgroundColor\">Titanium.UI.MaskedImage.backgroundColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.MaskedImage.backgroundColor\">Titanium.UI.MaskedImage.backgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.MaskedImage.backgroundColor\">Titanium.UI.MaskedImage.backgroundColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.MaskedImage.backgroundColor\">Titanium.UI.MaskedImage.backgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundDisabledColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.MaskedImage.backgroundDisabledColor\">Titanium.UI.MaskedImage.backgroundDisabledColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.MaskedImage.backgroundDisabledColor\">Titanium.UI.MaskedImage.backgroundDisabledColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundDisabledColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.MaskedImage.backgroundDisabledColor\">Titanium.UI.MaskedImage.backgroundDisabledColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.MaskedImage.backgroundDisabledColor\">Titanium.UI.MaskedImage.backgroundDisabledColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundDisabledColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundDisabledImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.MaskedImage.backgroundDisabledImage\">Titanium.UI.MaskedImage.backgroundDisabledImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.MaskedImage.backgroundDisabledImage\">Titanium.UI.MaskedImage.backgroundDisabledImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundDisabledImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.MaskedImage.backgroundDisabledImage\">Titanium.UI.MaskedImage.backgroundDisabledImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.MaskedImage.backgroundDisabledImage\">Titanium.UI.MaskedImage.backgroundDisabledImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundDisabledImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundFocusedColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.MaskedImage.backgroundFocusedColor\">Titanium.UI.MaskedImage.backgroundFocusedColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.MaskedImage.backgroundFocusedColor\">Titanium.UI.MaskedImage.backgroundFocusedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundFocusedColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.MaskedImage.backgroundFocusedColor\">Titanium.UI.MaskedImage.backgroundFocusedColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.MaskedImage.backgroundFocusedColor\">Titanium.UI.MaskedImage.backgroundFocusedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundFocusedColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundFocusedImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.MaskedImage.backgroundFocusedImage\">Titanium.UI.MaskedImage.backgroundFocusedImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.MaskedImage.backgroundFocusedImage\">Titanium.UI.MaskedImage.backgroundFocusedImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundFocusedImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.MaskedImage.backgroundFocusedImage\">Titanium.UI.MaskedImage.backgroundFocusedImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.MaskedImage.backgroundFocusedImage\">Titanium.UI.MaskedImage.backgroundFocusedImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundFocusedImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundGradient",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.MaskedImage.backgroundGradient\">Titanium.UI.MaskedImage.backgroundGradient</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.MaskedImage.backgroundGradient\">Titanium.UI.MaskedImage.backgroundGradient</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Gradient",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundGradient",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.MaskedImage.backgroundGradient\">Titanium.UI.MaskedImage.backgroundGradient</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.MaskedImage.backgroundGradient\">Titanium.UI.MaskedImage.backgroundGradient</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundGradient",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Gradient",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.MaskedImage.backgroundImage\">Titanium.UI.MaskedImage.backgroundImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.MaskedImage.backgroundImage\">Titanium.UI.MaskedImage.backgroundImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.MaskedImage.backgroundImage\">Titanium.UI.MaskedImage.backgroundImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.MaskedImage.backgroundImage\">Titanium.UI.MaskedImage.backgroundImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundRepeat",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.MaskedImage.backgroundRepeat\">Titanium.UI.MaskedImage.backgroundRepeat</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.MaskedImage.backgroundRepeat\">Titanium.UI.MaskedImage.backgroundRepeat</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundRepeat",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.MaskedImage.backgroundRepeat\">Titanium.UI.MaskedImage.backgroundRepeat</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.MaskedImage.backgroundRepeat\">Titanium.UI.MaskedImage.backgroundRepeat</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundRepeat",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundLeftCap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.MaskedImage.backgroundLeftCap\">Titanium.UI.MaskedImage.backgroundLeftCap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.MaskedImage.backgroundLeftCap\">Titanium.UI.MaskedImage.backgroundLeftCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundLeftCap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.MaskedImage.backgroundLeftCap\">Titanium.UI.MaskedImage.backgroundLeftCap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.MaskedImage.backgroundLeftCap\">Titanium.UI.MaskedImage.backgroundLeftCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundLeftCap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundSelectedColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.MaskedImage.backgroundSelectedColor\">Titanium.UI.MaskedImage.backgroundSelectedColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.MaskedImage.backgroundSelectedColor\">Titanium.UI.MaskedImage.backgroundSelectedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundSelectedColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.MaskedImage.backgroundSelectedColor\">Titanium.UI.MaskedImage.backgroundSelectedColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.MaskedImage.backgroundSelectedColor\">Titanium.UI.MaskedImage.backgroundSelectedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundSelectedColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundSelectedImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.MaskedImage.backgroundSelectedImage\">Titanium.UI.MaskedImage.backgroundSelectedImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.MaskedImage.backgroundSelectedImage\">Titanium.UI.MaskedImage.backgroundSelectedImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundSelectedImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.MaskedImage.backgroundSelectedImage\">Titanium.UI.MaskedImage.backgroundSelectedImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.MaskedImage.backgroundSelectedImage\">Titanium.UI.MaskedImage.backgroundSelectedImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundSelectedImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundTopCap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.MaskedImage.backgroundTopCap\">Titanium.UI.MaskedImage.backgroundTopCap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.MaskedImage.backgroundTopCap\">Titanium.UI.MaskedImage.backgroundTopCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundTopCap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.MaskedImage.backgroundTopCap\">Titanium.UI.MaskedImage.backgroundTopCap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.MaskedImage.backgroundTopCap\">Titanium.UI.MaskedImage.backgroundTopCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundTopCap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.MaskedImage.borderColor\">Titanium.UI.MaskedImage.borderColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.MaskedImage.borderColor\">Titanium.UI.MaskedImage.borderColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.MaskedImage.borderColor\">Titanium.UI.MaskedImage.borderColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.MaskedImage.borderColor\">Titanium.UI.MaskedImage.borderColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderRadius",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.MaskedImage.borderRadius\">Titanium.UI.MaskedImage.borderRadius</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.MaskedImage.borderRadius\">Titanium.UI.MaskedImage.borderRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderRadius",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.MaskedImage.borderRadius\">Titanium.UI.MaskedImage.borderRadius</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.MaskedImage.borderRadius\">Titanium.UI.MaskedImage.borderRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderRadius",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderWidth",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.MaskedImage.borderWidth\">Titanium.UI.MaskedImage.borderWidth</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.MaskedImage.borderWidth\">Titanium.UI.MaskedImage.borderWidth</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderWidth",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.MaskedImage.borderWidth\">Titanium.UI.MaskedImage.borderWidth</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.MaskedImage.borderWidth\">Titanium.UI.MaskedImage.borderWidth</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderWidth",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBottom",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.MaskedImage.bottom\">Titanium.UI.MaskedImage.bottom</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.MaskedImage.bottom\">Titanium.UI.MaskedImage.bottom</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBottom",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.MaskedImage.bottom\">Titanium.UI.MaskedImage.bottom</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.MaskedImage.bottom\">Titanium.UI.MaskedImage.bottom</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bottom",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getCenter",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.MaskedImage.center\">Titanium.UI.MaskedImage.center</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.MaskedImage.center\">Titanium.UI.MaskedImage.center</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setCenter",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.MaskedImage.center\">Titanium.UI.MaskedImage.center</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.MaskedImage.center\">Titanium.UI.MaskedImage.center</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "center",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getClipMode",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.MaskedImage.clipMode\">Titanium.UI.MaskedImage.clipMode</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.MaskedImage.clipMode\">Titanium.UI.MaskedImage.clipMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setClipMode",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.MaskedImage.clipMode\">Titanium.UI.MaskedImage.clipMode</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.MaskedImage.clipMode\">Titanium.UI.MaskedImage.clipMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "clipMode",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getElevation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.MaskedImage.elevation\">Titanium.UI.MaskedImage.elevation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.MaskedImage.elevation\">Titanium.UI.MaskedImage.elevation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setElevation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.MaskedImage.elevation\">Titanium.UI.MaskedImage.elevation</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.MaskedImage.elevation\">Titanium.UI.MaskedImage.elevation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "elevation",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getFocusable",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.MaskedImage.focusable\">Titanium.UI.MaskedImage.focusable</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.MaskedImage.focusable\">Titanium.UI.MaskedImage.focusable</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setFocusable",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.MaskedImage.focusable\">Titanium.UI.MaskedImage.focusable</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.MaskedImage.focusable\">Titanium.UI.MaskedImage.focusable</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "focusable",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getHeight",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.MaskedImage.height\">Titanium.UI.MaskedImage.height</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.MaskedImage.height\">Titanium.UI.MaskedImage.height</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHeight",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.MaskedImage.height\">Titanium.UI.MaskedImage.height</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.MaskedImage.height\">Titanium.UI.MaskedImage.height</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "height",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHiddenBehavior",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.MaskedImage.hiddenBehavior\">Titanium.UI.MaskedImage.hiddenBehavior</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.MaskedImage.hiddenBehavior\">Titanium.UI.MaskedImage.hiddenBehavior</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setHiddenBehavior",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.MaskedImage.hiddenBehavior\">Titanium.UI.MaskedImage.hiddenBehavior</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.MaskedImage.hiddenBehavior\">Titanium.UI.MaskedImage.hiddenBehavior</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "hiddenBehavior",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getHorizontalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.MaskedImage.horizontalMotionEffect\">Titanium.UI.MaskedImage.horizontalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.MaskedImage.horizontalMotionEffect\">Titanium.UI.MaskedImage.horizontalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "MinMaxOptions",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHorizontalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.MaskedImage.horizontalMotionEffect\">Titanium.UI.MaskedImage.horizontalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.MaskedImage.horizontalMotionEffect\">Titanium.UI.MaskedImage.horizontalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "horizontalMotionEffect",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "MinMaxOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLeft",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.MaskedImage.left\">Titanium.UI.MaskedImage.left</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.MaskedImage.left\">Titanium.UI.MaskedImage.left</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLeft",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.MaskedImage.left\">Titanium.UI.MaskedImage.left</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.MaskedImage.left\">Titanium.UI.MaskedImage.left</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "left",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLayout",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.MaskedImage.layout\">Titanium.UI.MaskedImage.layout</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.MaskedImage.layout\">Titanium.UI.MaskedImage.layout</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLayout",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.MaskedImage.layout\">Titanium.UI.MaskedImage.layout</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.MaskedImage.layout\">Titanium.UI.MaskedImage.layout</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "layout",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getOpacity",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.MaskedImage.opacity\">Titanium.UI.MaskedImage.opacity</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.MaskedImage.opacity\">Titanium.UI.MaskedImage.opacity</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setOpacity",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.MaskedImage.opacity\">Titanium.UI.MaskedImage.opacity</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.MaskedImage.opacity\">Titanium.UI.MaskedImage.opacity</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "opacity",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getOverrideCurrentAnimation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.MaskedImage.overrideCurrentAnimation\">Titanium.UI.MaskedImage.overrideCurrentAnimation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.MaskedImage.overrideCurrentAnimation\">Titanium.UI.MaskedImage.overrideCurrentAnimation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setOverrideCurrentAnimation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.MaskedImage.overrideCurrentAnimation\">Titanium.UI.MaskedImage.overrideCurrentAnimation</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.MaskedImage.overrideCurrentAnimation\">Titanium.UI.MaskedImage.overrideCurrentAnimation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "overrideCurrentAnimation",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getPullBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.MaskedImage.pullBackgroundColor\">Titanium.UI.MaskedImage.pullBackgroundColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.MaskedImage.pullBackgroundColor\">Titanium.UI.MaskedImage.pullBackgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setPullBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.MaskedImage.pullBackgroundColor\">Titanium.UI.MaskedImage.pullBackgroundColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.MaskedImage.pullBackgroundColor\">Titanium.UI.MaskedImage.pullBackgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "pullBackgroundColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPreviewContext",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.MaskedImage.previewContext\">Titanium.UI.MaskedImage.previewContext</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.MaskedImage.previewContext\">Titanium.UI.MaskedImage.previewContext</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.iOS.PreviewContext",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "setPreviewContext",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.MaskedImage.previewContext\">Titanium.UI.MaskedImage.previewContext</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.MaskedImage.previewContext\">Titanium.UI.MaskedImage.previewContext</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "previewContext",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.iOS.PreviewContext",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "getRight",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.MaskedImage.right\">Titanium.UI.MaskedImage.right</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.MaskedImage.right\">Titanium.UI.MaskedImage.right</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setRight",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.MaskedImage.right\">Titanium.UI.MaskedImage.right</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.MaskedImage.right\">Titanium.UI.MaskedImage.right</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "right",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.MaskedImage.rect\">Titanium.UI.MaskedImage.rect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.MaskedImage.rect\">Titanium.UI.MaskedImage.rect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "DimensionWithAbsolutes",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRotation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.MaskedImage.rotation\">Titanium.UI.MaskedImage.rotation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.MaskedImage.rotation\">Titanium.UI.MaskedImage.rotation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRotation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.MaskedImage.rotation\">Titanium.UI.MaskedImage.rotation</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.MaskedImage.rotation\">Titanium.UI.MaskedImage.rotation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rotation",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getRotationX",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.MaskedImage.rotationX\">Titanium.UI.MaskedImage.rotationX</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.MaskedImage.rotationX\">Titanium.UI.MaskedImage.rotationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRotationX",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.MaskedImage.rotationX\">Titanium.UI.MaskedImage.rotationX</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.MaskedImage.rotationX\">Titanium.UI.MaskedImage.rotationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rotationX",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getRotationY",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.MaskedImage.rotationY\">Titanium.UI.MaskedImage.rotationY</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.MaskedImage.rotationY\">Titanium.UI.MaskedImage.rotationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRotationY",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.MaskedImage.rotationY\">Titanium.UI.MaskedImage.rotationY</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.MaskedImage.rotationY\">Titanium.UI.MaskedImage.rotationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rotationY",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getScaleX",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.MaskedImage.scaleX\">Titanium.UI.MaskedImage.scaleX</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.MaskedImage.scaleX\">Titanium.UI.MaskedImage.scaleX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setScaleX",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.MaskedImage.scaleX\">Titanium.UI.MaskedImage.scaleX</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.MaskedImage.scaleX\">Titanium.UI.MaskedImage.scaleX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "scaleX",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getScaleY",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.MaskedImage.scaleY\">Titanium.UI.MaskedImage.scaleY</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.MaskedImage.scaleY\">Titanium.UI.MaskedImage.scaleY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setScaleY",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.MaskedImage.scaleY\">Titanium.UI.MaskedImage.scaleY</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.MaskedImage.scaleY\">Titanium.UI.MaskedImage.scaleY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "scaleY",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getSize",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.MaskedImage.size\">Titanium.UI.MaskedImage.size</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.MaskedImage.size\">Titanium.UI.MaskedImage.size</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Dimension",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSoftKeyboardOnFocus",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.MaskedImage.softKeyboardOnFocus\">Titanium.UI.MaskedImage.softKeyboardOnFocus</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.MaskedImage.softKeyboardOnFocus\">Titanium.UI.MaskedImage.softKeyboardOnFocus</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setSoftKeyboardOnFocus",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.MaskedImage.softKeyboardOnFocus\">Titanium.UI.MaskedImage.softKeyboardOnFocus</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.MaskedImage.softKeyboardOnFocus\">Titanium.UI.MaskedImage.softKeyboardOnFocus</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "softKeyboardOnFocus",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTintColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.MaskedImage.tintColor\">Titanium.UI.MaskedImage.tintColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.MaskedImage.tintColor\">Titanium.UI.MaskedImage.tintColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTintColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.MaskedImage.tintColor\">Titanium.UI.MaskedImage.tintColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.MaskedImage.tintColor\">Titanium.UI.MaskedImage.tintColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "tintColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTop",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.MaskedImage.top\">Titanium.UI.MaskedImage.top</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.MaskedImage.top\">Titanium.UI.MaskedImage.top</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTop",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.MaskedImage.top\">Titanium.UI.MaskedImage.top</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.MaskedImage.top\">Titanium.UI.MaskedImage.top</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "top",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTouchEnabled",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.MaskedImage.touchEnabled\">Titanium.UI.MaskedImage.touchEnabled</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.MaskedImage.touchEnabled\">Titanium.UI.MaskedImage.touchEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTouchEnabled",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.MaskedImage.touchEnabled\">Titanium.UI.MaskedImage.touchEnabled</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.MaskedImage.touchEnabled\">Titanium.UI.MaskedImage.touchEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchEnabled",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTouchFeedback",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.MaskedImage.touchFeedback\">Titanium.UI.MaskedImage.touchFeedback</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.MaskedImage.touchFeedback\">Titanium.UI.MaskedImage.touchFeedback</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTouchFeedback",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.MaskedImage.touchFeedback\">Titanium.UI.MaskedImage.touchFeedback</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.MaskedImage.touchFeedback\">Titanium.UI.MaskedImage.touchFeedback</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchFeedback",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTouchFeedbackColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.MaskedImage.touchFeedbackColor\">Titanium.UI.MaskedImage.touchFeedbackColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.MaskedImage.touchFeedbackColor\">Titanium.UI.MaskedImage.touchFeedbackColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTouchFeedbackColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.MaskedImage.touchFeedbackColor\">Titanium.UI.MaskedImage.touchFeedbackColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.MaskedImage.touchFeedbackColor\">Titanium.UI.MaskedImage.touchFeedbackColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchFeedbackColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTransform",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.MaskedImage.transform\">Titanium.UI.MaskedImage.transform</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.MaskedImage.transform\">Titanium.UI.MaskedImage.transform</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Matrix2D",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTransform",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.MaskedImage.transform\">Titanium.UI.MaskedImage.transform</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.MaskedImage.transform\">Titanium.UI.MaskedImage.transform</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "transform",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Matrix2D",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTranslationX",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.MaskedImage.translationX\">Titanium.UI.MaskedImage.translationX</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.MaskedImage.translationX\">Titanium.UI.MaskedImage.translationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTranslationX",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.MaskedImage.translationX\">Titanium.UI.MaskedImage.translationX</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.MaskedImage.translationX\">Titanium.UI.MaskedImage.translationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translationX",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTranslationY",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.MaskedImage.translationY\">Titanium.UI.MaskedImage.translationY</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.MaskedImage.translationY\">Titanium.UI.MaskedImage.translationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTranslationY",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.MaskedImage.translationY\">Titanium.UI.MaskedImage.translationY</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.MaskedImage.translationY\">Titanium.UI.MaskedImage.translationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translationY",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTranslationZ",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.MaskedImage.translationZ\">Titanium.UI.MaskedImage.translationZ</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.MaskedImage.translationZ\">Titanium.UI.MaskedImage.translationZ</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTranslationZ",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.MaskedImage.translationZ\">Titanium.UI.MaskedImage.translationZ</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.MaskedImage.translationZ\">Titanium.UI.MaskedImage.translationZ</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translationZ",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTransitionName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.MaskedImage.transitionName\">Titanium.UI.MaskedImage.transitionName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.MaskedImage.transitionName\">Titanium.UI.MaskedImage.transitionName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTransitionName",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.MaskedImage.transitionName\">Titanium.UI.MaskedImage.transitionName</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.MaskedImage.transitionName\">Titanium.UI.MaskedImage.transitionName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "transitionName",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getVerticalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.MaskedImage.verticalMotionEffect\">Titanium.UI.MaskedImage.verticalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.MaskedImage.verticalMotionEffect\">Titanium.UI.MaskedImage.verticalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "MinMaxOptions",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setVerticalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.MaskedImage.verticalMotionEffect\">Titanium.UI.MaskedImage.verticalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.MaskedImage.verticalMotionEffect\">Titanium.UI.MaskedImage.verticalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "verticalMotionEffect",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "MinMaxOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowRadius",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.MaskedImage.viewShadowRadius\">Titanium.UI.MaskedImage.viewShadowRadius</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.MaskedImage.viewShadowRadius\">Titanium.UI.MaskedImage.viewShadowRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowRadius",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.MaskedImage.viewShadowRadius\">Titanium.UI.MaskedImage.viewShadowRadius</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.MaskedImage.viewShadowRadius\">Titanium.UI.MaskedImage.viewShadowRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowRadius",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.MaskedImage.viewShadowColor\">Titanium.UI.MaskedImage.viewShadowColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.MaskedImage.viewShadowColor\">Titanium.UI.MaskedImage.viewShadowColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.MaskedImage.viewShadowColor\">Titanium.UI.MaskedImage.viewShadowColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.MaskedImage.viewShadowColor\">Titanium.UI.MaskedImage.viewShadowColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowOffset",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.MaskedImage.viewShadowOffset\">Titanium.UI.MaskedImage.viewShadowOffset</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.MaskedImage.viewShadowOffset\">Titanium.UI.MaskedImage.viewShadowOffset</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowOffset",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.MaskedImage.viewShadowOffset\">Titanium.UI.MaskedImage.viewShadowOffset</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.MaskedImage.viewShadowOffset\">Titanium.UI.MaskedImage.viewShadowOffset</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowOffset",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getVisible",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.MaskedImage.visible\">Titanium.UI.MaskedImage.visible</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.MaskedImage.visible\">Titanium.UI.MaskedImage.visible</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setVisible",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.MaskedImage.visible\">Titanium.UI.MaskedImage.visible</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.MaskedImage.visible\">Titanium.UI.MaskedImage.visible</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "visible",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getWidth",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.MaskedImage.width\">Titanium.UI.MaskedImage.width</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.MaskedImage.width\">Titanium.UI.MaskedImage.width</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setWidth",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.MaskedImage.width\">Titanium.UI.MaskedImage.width</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.MaskedImage.width\">Titanium.UI.MaskedImage.width</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "width",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHorizontalWrap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.MaskedImage.horizontalWrap\">Titanium.UI.MaskedImage.horizontalWrap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.MaskedImage.horizontalWrap\">Titanium.UI.MaskedImage.horizontalWrap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHorizontalWrap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.MaskedImage.horizontalWrap\">Titanium.UI.MaskedImage.horizontalWrap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.MaskedImage.horizontalWrap\">Titanium.UI.MaskedImage.horizontalWrap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "horizontalWrap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getZIndex",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.MaskedImage.zIndex\">Titanium.UI.MaskedImage.zIndex</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.MaskedImage.zIndex\">Titanium.UI.MaskedImage.zIndex</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setZIndex",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.MaskedImage.zIndex\">Titanium.UI.MaskedImage.zIndex</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.MaskedImage.zIndex\">Titanium.UI.MaskedImage.zIndex</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "zIndex",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getKeepScreenOn",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.MaskedImage.keepScreenOn\">Titanium.UI.MaskedImage.keepScreenOn</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.MaskedImage.keepScreenOn\">Titanium.UI.MaskedImage.keepScreenOn</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setKeepScreenOn",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.MaskedImage.keepScreenOn\">Titanium.UI.MaskedImage.keepScreenOn</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.MaskedImage.keepScreenOn\">Titanium.UI.MaskedImage.keepScreenOn</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "keepScreenOn",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getMask",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.MaskedImage.mask\">Titanium.UI.MaskedImage.mask</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.MaskedImage.mask\">Titanium.UI.MaskedImage.mask</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setMask",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.MaskedImage.mask\">Titanium.UI.MaskedImage.mask</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.MaskedImage.mask\">Titanium.UI.MaskedImage.mask</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "mask",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.MaskedImage.image\">Titanium.UI.MaskedImage.image</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.MaskedImage.image\">Titanium.UI.MaskedImage.image</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.MaskedImage.image\">Titanium.UI.MaskedImage.image</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.MaskedImage.image\">Titanium.UI.MaskedImage.image</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "image",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getMode",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.MaskedImage.mode\">Titanium.UI.MaskedImage.mode</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.MaskedImage.mode\">Titanium.UI.MaskedImage.mode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setMode",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.MaskedImage.mode\">Titanium.UI.MaskedImage.mode</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.MaskedImage.mode\">Titanium.UI.MaskedImage.mode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "mode",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTint",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.MaskedImage.tint\">Titanium.UI.MaskedImage.tint</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.MaskedImage.tint\">Titanium.UI.MaskedImage.tint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTint",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.MaskedImage.tint\">Titanium.UI.MaskedImage.tint</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.MaskedImage.tint\">Titanium.UI.MaskedImage.tint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "tint",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.UI.View",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "accessibilityHidden",
                    "deprecated": false,
                    "description": "<p>Whether the view should be &quot;hidden&quot; from (i.e., ignored by) the accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityHint",
                    "deprecated": false,
                    "description": "<p>Briefly describes what performing an action (such as a click) on the view will do.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityLabel",
                    "deprecated": false,
                    "description": "<p>A succint label identifying the view for the device's accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityValue",
                    "deprecated": false,
                    "description": "<p>A string describing the value (if any) of the view for the device's accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "anchorPoint",
                    "deprecated": false,
                    "description": "<p>Coordinate of the view about which to pivot an animation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "animatedCenter",
                    "deprecated": false,
                    "description": "<p>Current position of the view during an animation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundColor",
                    "deprecated": false,
                    "description": "<p>Background color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundDisabledColor",
                    "deprecated": false,
                    "description": "<p>Disabled background color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundDisabledImage",
                    "deprecated": false,
                    "description": "<p>Disabled background image for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundFocusedColor",
                    "deprecated": false,
                    "description": "<p>Focused background color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundFocusedImage",
                    "deprecated": false,
                    "description": "<p>Focused background image for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundGradient",
                    "deprecated": false,
                    "description": "<p>A background gradient for the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [
                        {
                            "title": "Linear and Radial Gradients",
                            "code": "<p>The following code excerpt creates two views, one with a linear gradient and one with\na radial gradient.</p>\n<pre><code>var win1 = Titanium.UI.createWindow({\n    title:'Tab 1',\n    backgroundColor:'#fff',\n    layout: 'vertical'\n});\n\nvar radialGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'radial',\n        startPoint: { x: 50, y: 50 },\n        endPoint: { x: 50, y: 50 },\n        colors: [ 'red', 'blue'],\n        startRadius: 50,\n        endRadius: 0,\n        backfillStart: true\n    }\n});\nvar linearGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'linear',\n        startPoint: { x: '0%', y: '50%' },\n        endPoint: { x: '100%', y: '50%' },\n        colors: [ { color: 'red', offset: 0.0}, { color: 'blue', offset: 0.25 }, { color: 'red', offset: 1.0 } ],\n    }\n});\nwin1.add(radialGradient);\nwin1.add(linearGradient);\nwin1.open();\n</code></pre>"
                        }
                    ],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Gradient",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundImage",
                    "deprecated": false,
                    "description": "<p>Background image for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundRepeat",
                    "deprecated": false,
                    "description": "<p>Determines whether to tile a background across a view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundLeftCap",
                    "deprecated": false,
                    "description": "<p>Size of the left end cap.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundSelectedColor",
                    "deprecated": false,
                    "description": "<p>Selected background color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundSelectedImage",
                    "deprecated": false,
                    "description": "<p>Selected background image url for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundTopCap",
                    "deprecated": false,
                    "description": "<p>Size of the top end cap.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderColor",
                    "deprecated": false,
                    "description": "<p>Border color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderRadius",
                    "deprecated": false,
                    "description": "<p>Radius for the rounded corners of the view's border.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderWidth",
                    "deprecated": false,
                    "description": "<p>Border width of the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "bottom",
                    "deprecated": false,
                    "description": "<p>View's bottom position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "center",
                    "deprecated": false,
                    "description": "<p>View's center position, in the parent view's coordinates.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "clipMode",
                    "deprecated": false,
                    "description": "<p>View's clipping behavior.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "elevation",
                    "deprecated": false,
                    "description": "<p>Base elevation of the view relative to its parent in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "focusable",
                    "deprecated": false,
                    "description": "<p>Whether view should be focusable while navigating with the trackball.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "height",
                    "deprecated": false,
                    "description": "<p>View height, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.FILL",
                        "Titanium.UI.SIZE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hiddenBehavior",
                    "deprecated": false,
                    "description": "<p>Sets the behavior when hiding an object to release or keep the free space</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.HIDDEN_BEHAVIOR_INVISIBLE",
                        "Titanium.UI.HIDDEN_BEHAVIOR_GONE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "horizontalMotionEffect",
                    "deprecated": false,
                    "description": "<p>Adds a horizontal parallax effect to the view</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "MinMaxOptions",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "id",
                    "deprecated": false,
                    "description": "<p>View's identifier.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "left",
                    "deprecated": false,
                    "description": "<p>View's left position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "layout",
                    "deprecated": false,
                    "description": "<p>Specifies how the view positions its children.\nOne of: 'composite', 'vertical', or 'horizontal'.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "opacity",
                    "deprecated": false,
                    "description": "<p>Opacity of this view, from 0.0 (transparent) to 1.0 (opaque). Defaults to 1.0 (opaque).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "overrideCurrentAnimation",
                    "deprecated": false,
                    "description": "<p>When on, animate call overrides current animation if applicable.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "pullBackgroundColor",
                    "deprecated": false,
                    "description": "<p>Background color of the wrapper view when this view is used as either <a href=\"Titanium.UI.ListView.pullView\">Titanium.UI.ListView.pullView</a> or <a href=\"Titanium.UI.TableView.headerPullView\">Titanium.UI.TableView.headerPullView</a>.</p>\n<p>Defaults to <code>undefined</code>. Results in a light grey background color on the wrapper view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "previewContext",
                    "deprecated": false,
                    "description": "<p>The preview context used in the 3D-Touch feature &quot;Peek and Pop&quot;.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Titanium.UI.iOS.PreviewContext",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "right",
                    "deprecated": false,
                    "description": "<p>View's right position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "rect",
                    "deprecated": false,
                    "description": "<p>The bounding box of the view relative to its parent, in system units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "type": "DimensionWithAbsolutes",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "rotation",
                    "deprecated": false,
                    "description": "<p>Clockwise 2D rotation of the view in degrees.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "rotationX",
                    "deprecated": false,
                    "description": "<p>Clockwise rotation of the view in degrees (x-axis).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "rotationY",
                    "deprecated": false,
                    "description": "<p>Clockwise rotation of the view in degrees (y-axis).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "scaleX",
                    "deprecated": false,
                    "description": "<p>Scaling of the view in x-axis in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "scaleY",
                    "deprecated": false,
                    "description": "<p>Scaling of the view in y-axis in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "size",
                    "deprecated": false,
                    "description": "<p>The size of the view in system units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Dimension",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "softKeyboardOnFocus",
                    "deprecated": false,
                    "description": "<p>Determines keyboard behavior when this view is focused. Defaults to <a href=\"Titanium.UI.Android.SOFT_KEYBOARD_DEFAULT_ON_FOCUS\">Titanium.UI.Android.SOFT_KEYBOARD_DEFAULT_ON_FOCUS</a>.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.Android.SOFT_KEYBOARD_DEFAULT_ON_FOCUS",
                        "Titanium.UI.Android.SOFT_KEYBOARD_HIDE_ON_FOCUS",
                        "Titanium.UI.Android.SOFT_KEYBOARD_SHOW_ON_FOCUS"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "tintColor",
                    "deprecated": false,
                    "description": "<p>The view's tintColor</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "top",
                    "deprecated": false,
                    "description": "<p>The view's top position.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "touchEnabled",
                    "deprecated": false,
                    "description": "<p>Determines whether view should receive touch events.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "touchFeedback",
                    "deprecated": false,
                    "description": "<p>A material design visual construct that provides an instantaneous visual confirmation of touch point.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "touchFeedbackColor",
                    "deprecated": false,
                    "description": "<p>Optional touch feedback ripple color. This has no effect unless <code>touchFeedback</code> is true.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "transform",
                    "deprecated": false,
                    "description": "<p>Transformation matrix to apply to the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Titanium.UI.Matrix2D",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "translationX",
                    "deprecated": false,
                    "description": "<p>Horizontal location of the view relative to its left position in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "translationY",
                    "deprecated": false,
                    "description": "<p>Vertical location of the view relative to its top position in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "translationZ",
                    "deprecated": false,
                    "description": "<p>Depth of the view relative to its elevation in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "transitionName",
                    "deprecated": false,
                    "description": "<p>A name to identify this view in activity transition.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "verticalMotionEffect",
                    "deprecated": false,
                    "description": "<p>Adds a vertical parallax effect to the view</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "MinMaxOptions",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowRadius",
                    "deprecated": false,
                    "description": "<p>Determines the blur radius used to create the shadow.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowColor",
                    "deprecated": false,
                    "description": "<p>Determines the color of the shadow.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowOffset",
                    "deprecated": false,
                    "description": "<p>Determines the offset for the shadow of the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "visible",
                    "deprecated": false,
                    "description": "<p>Determines whether the view is visible.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "width",
                    "deprecated": false,
                    "description": "<p>View's width, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.FILL",
                        "Titanium.UI.SIZE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "horizontalWrap",
                    "deprecated": false,
                    "description": "<p>Determines whether the layout has wrapping behavior.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "zIndex",
                    "deprecated": false,
                    "description": "<p>Z-index stack order position, relative to other sibling views.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "keepScreenOn",
                    "deprecated": false,
                    "description": "<p>Determines whether to keep the device screen on.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "mask",
                    "deprecated": false,
                    "description": "<p>Image drawn as the background image.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "image",
                    "deprecated": false,
                    "description": "<p>Image drawn as the Foreground image.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "mode",
                    "deprecated": false,
                    "description": "<p>Blend mode to use to combine layers.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.BLEND_MODE_CLEAR",
                        "Titanium.UI.BLEND_MODE_COLOR",
                        "Titanium.UI.BLEND_MODE_COLOR_BURN",
                        "Titanium.UI.BLEND_MODE_COLOR_DODGE",
                        "Titanium.UI.BLEND_MODE_COPY",
                        "Titanium.UI.BLEND_MODE_DARKEN",
                        "Titanium.UI.BLEND_MODE_DESTINATION_ATOP",
                        "Titanium.UI.BLEND_MODE_DESTINATION_IN",
                        "Titanium.UI.BLEND_MODE_DESTINATION_OUT",
                        "Titanium.UI.BLEND_MODE_DESTINATION_OVER",
                        "Titanium.UI.BLEND_MODE_DIFFERENCE",
                        "Titanium.UI.BLEND_MODE_EXCLUSION",
                        "Titanium.UI.BLEND_MODE_HARD_LIGHT",
                        "Titanium.UI.BLEND_MODE_HUE",
                        "Titanium.UI.BLEND_MODE_LIGHTEN",
                        "Titanium.UI.BLEND_MODE_LUMINOSITY",
                        "Titanium.UI.BLEND_MODE_MULTIPLY",
                        "Titanium.UI.BLEND_MODE_NORMAL",
                        "Titanium.UI.BLEND_MODE_OVERLAY",
                        "Titanium.UI.BLEND_MODE_PLUS_DARKER",
                        "Titanium.UI.BLEND_MODE_PLUS_LIGHTER",
                        "Titanium.UI.BLEND_MODE_SATURATION",
                        "Titanium.UI.BLEND_MODE_SCREEN",
                        "Titanium.UI.BLEND_MODE_SOFT_LIGHT",
                        "Titanium.UI.BLEND_MODE_SOURCE_ATOP",
                        "Titanium.UI.BLEND_MODE_SOURCE_IN",
                        "Titanium.UI.BLEND_MODE_SOURCE_OUT",
                        "Titanium.UI.BLEND_MODE_XOR"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "tint",
                    "deprecated": false,
                    "description": "<p>Color to combine with the image, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>This is a control that can be used to display an image combined with\nanother image and/or color. The layers are drawn in the following order:</p>\n<ul>\n<li>The <code>mask</code>, or background image.</li>\n<li>The <code>image</code>, or foreground image.</li>\n<li>The <code>tint</code>, or constant tint color.</li>\n</ul>\n<p>The way the layers are combined depends on the value of the <code>mode</code> property.\nThe <code>mode</code> value can be set to one of the <a href=\"Titanium.UI\">Titanium.UI</a> <code>BLEND_MODE</code> constants.\nThese constants correspond directly to the blend modes described by Apple and Google here:</p>\n<p><a href=\"https://developer.apple.com/library/content/documentation/GraphicsImaging/Conceptual/drawingwithquartz2d/dq_images/dq_images.html#//apple_ref/doc/uid/TP30001066-CH212-TPXREF101\">&quot;Bitmap Images and Image Masks&quot; in Quartz2D Reference</a></p>\n<p><a href=\"https://developer.android.com/reference/android/graphics/PorterDuff.Mode.html\">&quot;PorterDuff.Mode&quot; Android Reference</a></p>\n<p>When compositing two images, the <code>mask</code> property specifies the background, or\ndestination (D) image, and the <code>image</code> property specifies the foreground, or\nsource (S) layer. For example, to use an image as an alpha mask for another image,\nyou could use the following code:</p>\n<pre><code>var imageMask = Titanium.UI.createMaskedImage({\n    mask : 'mask.png', // alpha mask\n    image : 'demo_image.png', // image to mask\n    mode : Titanium.UI.BLEND_MODE_SOURCE_OUT\n});\n</code></pre>\n<p>Note that this control lacks many of the features associated with a standard\n<a href=\"Titanium.UI.ImageView\">ImageView</a> control.</p>\n<p>Use the <a href=\"Titanium.UI.createMaskedImage\">Titanium.UI.createMaskedImage</a> method to create a masked image view.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "7.3.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.Matrix2D",
            "description": "<p>The 2D Matrix is an object for holding values for an affine transformation matrix.</p>",
            "deprecated": false,
            "events": [],
            "examples": [
                {
                    "title": "Apply a 2D Matrix to a Label",
                    "code": "<p>The following uses a 2D matrix to translate a label in the y direction.</p>\n<pre><code>var win = Ti.UI.createWindow({\n  backgroundColor: 'white'\n});\n\nvar label = Ti.UI.createLabel({\n  font: { fontSize: 50 },\n  text: 'Titanium',\n  textAlign: 'center',\n  top: 100\n});\nwin.add(label);\n\nvar button = Ti.UI.createButton({\n  title: 'Animate',\n  bottom: 20,\n  width: 200,\n  height: 40\n});\nwin.add(button);\n\nbutton.addEventListener('click', function() {\n  var t1 = Ti.UI.createMatrix2D();\n  t1 = t1.translate(0, 300);\n  var a1 = Ti.UI.createAnimation();\n  a1.transform = t1;\n  a1.duration = 800;\n  label.animate(a1);\n});\nwin.open();\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "invert",
                    "deprecated": false,
                    "description": "<p>Returns a matrix constructed by inverting this matrix.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Matrix2D",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "multiply",
                    "deprecated": false,
                    "description": "<p>Returns a matrix constructed by combining two existing matrices.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "t2",
                            "constants": [],
                            "description": "<p>The second matrix.</p>",
                            "type": "Titanium.UI.Matrix2D",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Matrix2D",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "rotate",
                    "deprecated": false,
                    "description": "<p>Returns a matrix constructed by rotating this matrix.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "angle",
                            "constants": [],
                            "description": "<p>Angle to rotate to, in degrees. On Android, if <code>toAngle</code> is specified, this specifies\nthe starting angle for a rotation animation.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "toAngle",
                            "constants": [],
                            "description": "<p>Ending angle for a rotation animation, in degrees. Android only.</p>",
                            "type": "Number",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Matrix2D",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "scale",
                    "deprecated": false,
                    "description": "<p>Returns a <code>Matrix2D</code> object that specifies a scaling animation from one scale to another.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "sx",
                            "constants": [],
                            "description": "<p>Horizontal scaling factor. If <code>toSx</code> and <code>toSy</code> are specified,\nthis specifies the starting horizontal scaling factor, at the beginning\nof an animation.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "sy",
                            "constants": [],
                            "description": "<p>Vertical scaling factor. If <code>toSx</code> and <code>toSy</code> are specified,\nthis specifies the starting vertical scaling factor, at the beginning of\nan animation.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "toSx",
                            "constants": [],
                            "description": "<p>Ending horizontal scaling factor, at the end of an animation.\nIf specified, <code>toSy</code> must be specified as well. Android only.</p>",
                            "type": "Number",
                            "usage": "optional"
                        },
                        {
                            "name": "toSy",
                            "constants": [],
                            "description": "<p>Ending vertical scaling factor, at the end of an animation.\nIf specified, <code>toSx</code> must be specified as well. Android only.</p>",
                            "type": "Number",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Matrix2D",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "translate",
                    "deprecated": false,
                    "description": "<p>Returns a matrix constructed by applying a translation transform to this matrix.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "tx",
                            "constants": [],
                            "description": "<p>Horizontal component of the translation.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "ty",
                            "constants": [],
                            "description": "<p>Vertical component of the translation.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Matrix2D",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Matrix2D.bubbleParent\">Titanium.UI.Matrix2D.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Matrix2D.bubbleParent\">Titanium.UI.Matrix2D.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Matrix2D.bubbleParent\">Titanium.UI.Matrix2D.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Matrix2D.bubbleParent\">Titanium.UI.Matrix2D.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Matrix2D.apiName\">Titanium.UI.Matrix2D.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Matrix2D.apiName\">Titanium.UI.Matrix2D.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Matrix2D.lifecycleContainer\">Titanium.UI.Matrix2D.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Matrix2D.lifecycleContainer\">Titanium.UI.Matrix2D.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Matrix2D.lifecycleContainer\">Titanium.UI.Matrix2D.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Matrix2D.lifecycleContainer\">Titanium.UI.Matrix2D.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getA",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Matrix2D.a\">Titanium.UI.Matrix2D.a</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Matrix2D.a\">Titanium.UI.Matrix2D.a</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setA",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Matrix2D.a\">Titanium.UI.Matrix2D.a</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Matrix2D.a\">Titanium.UI.Matrix2D.a</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "a",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getB",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Matrix2D.b\">Titanium.UI.Matrix2D.b</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Matrix2D.b\">Titanium.UI.Matrix2D.b</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setB",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Matrix2D.b\">Titanium.UI.Matrix2D.b</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Matrix2D.b\">Titanium.UI.Matrix2D.b</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "b",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getC",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Matrix2D.c\">Titanium.UI.Matrix2D.c</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Matrix2D.c\">Titanium.UI.Matrix2D.c</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setC",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Matrix2D.c\">Titanium.UI.Matrix2D.c</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Matrix2D.c\">Titanium.UI.Matrix2D.c</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "c",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getD",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Matrix2D.d\">Titanium.UI.Matrix2D.d</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Matrix2D.d\">Titanium.UI.Matrix2D.d</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setD",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Matrix2D.d\">Titanium.UI.Matrix2D.d</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Matrix2D.d\">Titanium.UI.Matrix2D.d</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "d",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTx",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Matrix2D.tx\">Titanium.UI.Matrix2D.tx</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Matrix2D.tx\">Titanium.UI.Matrix2D.tx</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTx",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Matrix2D.tx\">Titanium.UI.Matrix2D.tx</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Matrix2D.tx\">Titanium.UI.Matrix2D.tx</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "tx",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTy",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Matrix2D.ty\">Titanium.UI.Matrix2D.ty</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Matrix2D.ty\">Titanium.UI.Matrix2D.ty</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTy",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Matrix2D.ty\">Titanium.UI.Matrix2D.ty</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Matrix2D.ty\">Titanium.UI.Matrix2D.ty</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "ty",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "a",
                    "deprecated": false,
                    "description": "<p>The entry at position [1,1] in the matrix.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "b",
                    "deprecated": false,
                    "description": "<p>The entry at position [1,2] in the matrix.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "c",
                    "deprecated": false,
                    "description": "<p>The entry at position [2,1] in the matrix.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "d",
                    "deprecated": false,
                    "description": "<p>The entry at position [2,2] in the matrix.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "tx",
                    "deprecated": false,
                    "description": "<p>The entry at position [3,1] in the matrix.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ty",
                    "deprecated": false,
                    "description": "<p>The entry at position [3,2] in the matrix.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>A 2D matrix is used to rotate, scale, translate, or skew the objects in a two-dimensional space.\nA 2D affine transformation can be  represented by a 3 by 3 matrix:</p>\n<table>\n  <tbody>\n    <tr>\n      <td><i>a</i></td>\n      <td><i>b</i></td>\n      <td>0</td>\n    </tr>\n    <tr>\n      <td><i>c</i></td>\n      <td><i>d</i></td>\n      <td>0</td>\n    </tr>\n    <tr>\n      <td><i>tx</i></td>\n      <td><i>ty</i></td>\n      <td>1</td>\n    </tr>\n  </tbody>\n</table>\n<p>The third column is constant (0,0,1).</p>\n<p>On iOS, the matrix terms, <code>a</code>, <code>b</code>, <code>c</code>, <code>d</code>, <code>tx</code>, and <code>ty</code>,\nare available as properties. On Android, the matrix terms are not available as properties.</p>\n<p>Use the <a href=\"Titanium.UI.createMatrix2D\">Titanium.UI.createMatrix2D</a> method to create a new 2D matrix. You can\npass an optional <a href=\"Matrix2DCreationDict\">Matrix2DCreationDict</a> dictionary to the method to initialize the\nmatrix. For example, the following creates a new matrix with a 45 degree rotation.</p>\n<pre><code>var matrix = Ti.UI.createMatrix2D({\n    rotate: 45\n});\n</code></pre>\n<p>If you pass no arguments, <code>createMatrix2D</code> returns an identity matrix.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "8.0.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "8.0.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "8.0.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Matrix2DCreationDict",
            "description": "<p>Simple object passed to <a href=\"Titanium.UI.createMatrix2D\">Titanium.UI.createMatrix2D</a> to initialize a matrix.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "scale",
                    "deprecated": false,
                    "description": "<p>Scale the matrix by the specified scaling factor. The same scaling factor is used\nfor both horizontal and vertical scaling.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "rotate",
                    "deprecated": false,
                    "description": "<p>Rotation angle, in degrees. See the <a href=\"Titanium.UI.Matrix2D.rotate\">rotate</a> method\nfor a discussion of rotation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "anchorPoint",
                    "deprecated": false,
                    "description": "<p>Point to rotate around, specified as a dictionary object with <code>x</code> and <code>y</code>\nproperties, where { x: 0.5, y: 0.5 } represents the center of whatever is being\nrotated.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>The matrix is initialized with the specified transforms.</p>\n<p>On iOS, rotation is always performed first, regardless of the order the\nproperties are specified in.</p>\n<p>On Android, specifying both <code>scale</code> and <code>rotate</code> the same dictionary results\nin an incorrect transformation.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.Matrix3D",
            "description": "<p>The 3D Matrix is an object for holding values for a 3D affine transform.</p>",
            "deprecated": false,
            "events": [],
            "examples": [
                {
                    "title": "Apply a 3D Matrix to a Label",
                    "code": "<p>Move a label through a translation that repositions it from 100px to 200px from the top of\nthe display.</p>\n<pre><code>var win = Ti.UI.createWindow({\n  backgroundColor: 'white'\n});\n\nvar label = Ti.UI.createLabel({\n  font: { fontSize : 50 },\n  text: 'Titanium',\n  textAlign: 'center',\n  top: 100\n});\nwin.add(label);\n\nvar button = Ti.UI.createButton({\n  title: 'Animate',\n  bottom: 20,\n  width: 200,\n  height: 40\n});\nwin.add(button);\n\nbutton.addEventListener('click', function() {\n  var t1 = Ti.UI.createMatrix3D();\n  t1 = t1.translate(0, 100, 200);\n  t1.m34 = 1.0 / -90.0;\n  var a1 = Ti.UI.createAnimation();\n  a1.transform = t1;\n  a1.duration = 800;\n  label.animate(a1);\n});\nwin.open();\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "invert",
                    "deprecated": false,
                    "description": "<p>Returns a matrix constructed by inverting this matrix.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Matrix3D",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "multiply",
                    "deprecated": false,
                    "description": "<p>Returns a matrix constructed by combining two existing matrix.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "t2",
                            "constants": [],
                            "description": "<p>Matrix to concatenate to this matrix.</p>",
                            "type": "Titanium.UI.Matrix3D",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Matrix3D",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "rotate",
                    "deprecated": false,
                    "description": "<p>Returns a matrix constructed by rotating this matrix.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "angle",
                            "constants": [],
                            "description": "<p>The angle, in degrees, by which to rotate the matrix. A positive value specifies counterclockwise rotation and a negative value specifies clockwise rotation.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>The x part of the vector about which to rotate.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>The y part of the vector about which to rotate.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "z",
                            "constants": [],
                            "description": "<p>The z part of the vector about which to rotate.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Matrix3D",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "scale",
                    "deprecated": false,
                    "description": "<p>Returns a matrix constructed by scaling this matrix.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "sx",
                            "constants": [],
                            "description": "<p>The value by which to scale x values of the matrix.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "sy",
                            "constants": [],
                            "description": "<p>The value by which to scale y values of the matrix.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "sz",
                            "constants": [],
                            "description": "<p>The value by which to scale z values of the matrix.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Matrix3D",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "translate",
                    "deprecated": false,
                    "description": "<p>Returns a matrix constructed by translating an existing matrix.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "tx",
                            "constants": [],
                            "description": "<p>The value by which to move x values with the matrix.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "ty",
                            "constants": [],
                            "description": "<p>The value by which to move y values with the matrix.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "tz",
                            "constants": [],
                            "description": "<p>The value by which to move z values with the matrix.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Matrix3D",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Matrix3D.bubbleParent\">Titanium.UI.Matrix3D.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Matrix3D.bubbleParent\">Titanium.UI.Matrix3D.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Matrix3D.bubbleParent\">Titanium.UI.Matrix3D.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Matrix3D.bubbleParent\">Titanium.UI.Matrix3D.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Matrix3D.apiName\">Titanium.UI.Matrix3D.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Matrix3D.apiName\">Titanium.UI.Matrix3D.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getM11",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Matrix3D.m11\">Titanium.UI.Matrix3D.m11</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Matrix3D.m11\">Titanium.UI.Matrix3D.m11</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setM11",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Matrix3D.m11\">Titanium.UI.Matrix3D.m11</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Matrix3D.m11\">Titanium.UI.Matrix3D.m11</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "m11",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getM12",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Matrix3D.m12\">Titanium.UI.Matrix3D.m12</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Matrix3D.m12\">Titanium.UI.Matrix3D.m12</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setM12",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Matrix3D.m12\">Titanium.UI.Matrix3D.m12</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Matrix3D.m12\">Titanium.UI.Matrix3D.m12</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "m12",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getM13",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Matrix3D.m13\">Titanium.UI.Matrix3D.m13</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Matrix3D.m13\">Titanium.UI.Matrix3D.m13</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setM13",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Matrix3D.m13\">Titanium.UI.Matrix3D.m13</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Matrix3D.m13\">Titanium.UI.Matrix3D.m13</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "m13",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getM14",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Matrix3D.m14\">Titanium.UI.Matrix3D.m14</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Matrix3D.m14\">Titanium.UI.Matrix3D.m14</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setM14",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Matrix3D.m14\">Titanium.UI.Matrix3D.m14</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Matrix3D.m14\">Titanium.UI.Matrix3D.m14</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "m14",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getM21",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Matrix3D.m21\">Titanium.UI.Matrix3D.m21</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Matrix3D.m21\">Titanium.UI.Matrix3D.m21</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setM21",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Matrix3D.m21\">Titanium.UI.Matrix3D.m21</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Matrix3D.m21\">Titanium.UI.Matrix3D.m21</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "m21",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getM22",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Matrix3D.m22\">Titanium.UI.Matrix3D.m22</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Matrix3D.m22\">Titanium.UI.Matrix3D.m22</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setM22",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Matrix3D.m22\">Titanium.UI.Matrix3D.m22</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Matrix3D.m22\">Titanium.UI.Matrix3D.m22</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "m22",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getM23",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Matrix3D.m23\">Titanium.UI.Matrix3D.m23</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Matrix3D.m23\">Titanium.UI.Matrix3D.m23</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setM23",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Matrix3D.m23\">Titanium.UI.Matrix3D.m23</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Matrix3D.m23\">Titanium.UI.Matrix3D.m23</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "m23",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getM24",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Matrix3D.m24\">Titanium.UI.Matrix3D.m24</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Matrix3D.m24\">Titanium.UI.Matrix3D.m24</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setM24",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Matrix3D.m24\">Titanium.UI.Matrix3D.m24</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Matrix3D.m24\">Titanium.UI.Matrix3D.m24</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "m24",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getM31",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Matrix3D.m31\">Titanium.UI.Matrix3D.m31</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Matrix3D.m31\">Titanium.UI.Matrix3D.m31</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setM31",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Matrix3D.m31\">Titanium.UI.Matrix3D.m31</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Matrix3D.m31\">Titanium.UI.Matrix3D.m31</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "m31",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getM32",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Matrix3D.m32\">Titanium.UI.Matrix3D.m32</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Matrix3D.m32\">Titanium.UI.Matrix3D.m32</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setM32",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Matrix3D.m32\">Titanium.UI.Matrix3D.m32</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Matrix3D.m32\">Titanium.UI.Matrix3D.m32</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "m32",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getM33",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Matrix3D.m33\">Titanium.UI.Matrix3D.m33</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Matrix3D.m33\">Titanium.UI.Matrix3D.m33</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setM33",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Matrix3D.m33\">Titanium.UI.Matrix3D.m33</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Matrix3D.m33\">Titanium.UI.Matrix3D.m33</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "m33",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getM34",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Matrix3D.m34\">Titanium.UI.Matrix3D.m34</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Matrix3D.m34\">Titanium.UI.Matrix3D.m34</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setM34",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Matrix3D.m34\">Titanium.UI.Matrix3D.m34</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Matrix3D.m34\">Titanium.UI.Matrix3D.m34</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "m34",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getM41",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Matrix3D.m41\">Titanium.UI.Matrix3D.m41</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Matrix3D.m41\">Titanium.UI.Matrix3D.m41</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setM41",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Matrix3D.m41\">Titanium.UI.Matrix3D.m41</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Matrix3D.m41\">Titanium.UI.Matrix3D.m41</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "m41",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getM42",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Matrix3D.m42\">Titanium.UI.Matrix3D.m42</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Matrix3D.m42\">Titanium.UI.Matrix3D.m42</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setM42",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Matrix3D.m42\">Titanium.UI.Matrix3D.m42</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Matrix3D.m42\">Titanium.UI.Matrix3D.m42</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "m42",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getM43",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Matrix3D.m43\">Titanium.UI.Matrix3D.m43</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Matrix3D.m43\">Titanium.UI.Matrix3D.m43</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setM43",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Matrix3D.m43\">Titanium.UI.Matrix3D.m43</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Matrix3D.m43\">Titanium.UI.Matrix3D.m43</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "m43",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getM44",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Matrix3D.m44\">Titanium.UI.Matrix3D.m44</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Matrix3D.m44\">Titanium.UI.Matrix3D.m44</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setM44",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Matrix3D.m44\">Titanium.UI.Matrix3D.m44</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Matrix3D.m44\">Titanium.UI.Matrix3D.m44</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "m44",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "m11",
                    "deprecated": false,
                    "description": "<p>The entry at position [1,1] in the matrix.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "m12",
                    "deprecated": false,
                    "description": "<p>The entry at position [1,2] in the matrix.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "m13",
                    "deprecated": false,
                    "description": "<p>The entry at position [1,3] in the matrix.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "m14",
                    "deprecated": false,
                    "description": "<p>The entry at position [1,4] in the matrix.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "m21",
                    "deprecated": false,
                    "description": "<p>The entry at position [2,1] in the matrix.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "m22",
                    "deprecated": false,
                    "description": "<p>The entry at position [2,2] in the matrix.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "m23",
                    "deprecated": false,
                    "description": "<p>The entry at position [2,3] in the matrix.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "m24",
                    "deprecated": false,
                    "description": "<p>The entry at position [2,4] in the matrix.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "m31",
                    "deprecated": false,
                    "description": "<p>The entry at position [3,1] in the matrix.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "m32",
                    "deprecated": false,
                    "description": "<p>The entry at position [3,2] in the matrix.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "m33",
                    "deprecated": false,
                    "description": "<p>The entry at position [3,3] in the matrix.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "m34",
                    "deprecated": false,
                    "description": "<p>The entry at position [3,4] in the matrix.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "m41",
                    "deprecated": false,
                    "description": "<p>The entry at position [4,1] in the matrix.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "m42",
                    "deprecated": false,
                    "description": "<p>The entry at position [4,2] in the matrix.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "m43",
                    "deprecated": false,
                    "description": "<p>The entry at position [4,3] in the matrix.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "m44",
                    "deprecated": false,
                    "description": "<p>The entry at position [4,4] in the matrix.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>The 3D Matrix is created by <a href=\"Titanium.UI.createMatrix3D\">Titanium.UI.createMatrix3D</a>. A 3D transform is\nused to rotate, scale, translate, or skew the objects in three-dimensional\nspace. A 3D transform  is represented by a 4 by 4 matrix.</p>\n<p>You create an <code>identity matrix</code> by creating a 3D Matrix with an empty\nconstructor.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "8.0.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "8.0.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Matrix3DCreationDict",
            "description": "<p>Simple object passed to <a href=\"Titanium.UI.createMatrix3D\">Titanium.UI.createMatrix3D</a> to initialize a matrix.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "scale",
                    "deprecated": false,
                    "description": "<p>Scale the matrix by the specified scaling factor.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>The matrix is initialized with the specified transforms.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.NavigationWindow",
            "description": "<p>A <code>NavigationWindow</code> implements a specialized view that manages the navigation of hierarchical\ncontent.</p>",
            "deprecated": false,
            "events": [
                {
                    "name": "click",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a click against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "dblclick",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a double click against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "doubletap",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a double tap against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "focus",
                    "deprecated": false,
                    "description": "<p>Fired when the window gains focus.</p>"
                },
                {
                    "name": "keypressed",
                    "deprecated": false,
                    "description": "<p>Fired when a hardware key is pressed in the view.</p>",
                    "properties": [
                        {
                            "name": "keyCode",
                            "constants": [],
                            "description": "<p>The code for the physical key that was pressed. For more details, see <a href=\"https://developer.android.com/reference/android/view/KeyEvent.html\">KeyEvent</a>. This API is experimental and subject to change.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "longclick",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a long click.</p>"
                },
                {
                    "name": "longpress",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a long press.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "pinch",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a pinch gesture.</p>",
                    "properties": [
                        {
                            "name": "scale",
                            "constants": [],
                            "description": "<p>The scale factor relative to the points of the two touches in screen coordinates.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "velocity",
                            "constants": [],
                            "description": "<p>The velocity of the pinch in scale factor per second.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "time",
                            "constants": [],
                            "description": "<p>The event time of the current event being processed.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timeDelta",
                            "constants": [],
                            "description": "<p>The time difference in milliseconds between the previous accepted scaling event and the\ncurrent scaling event.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "currentSpan",
                            "constants": [],
                            "description": "<p>The average distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "currentSpanX",
                            "constants": [],
                            "description": "<p>The average X distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "currentSpanY",
                            "constants": [],
                            "description": "<p>The average Y distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "previousSpan",
                            "constants": [],
                            "description": "<p>The previous average distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "previousSpanX",
                            "constants": [],
                            "description": "<p>The previous average X distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "previousSpanY",
                            "constants": [],
                            "description": "<p>The previous average Y distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "focusX",
                            "constants": [],
                            "description": "<p>The X coordinate of the current gesture's focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "focusY",
                            "constants": [],
                            "description": "<p>The Y coordinate of the current gesture's focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "inProgress",
                            "constants": [],
                            "description": "<p>Returns <code>true</code> if a scale gesture is in progress, <code>false</code> otherwise.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "postlayout",
                    "deprecated": false,
                    "description": "<p>Fired when a layout cycle is finished.</p>"
                },
                {
                    "name": "singletap",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a single tap against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "swipe",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a swipe gesture against the view.</p>",
                    "properties": [
                        {
                            "name": "direction",
                            "constants": [],
                            "description": "<p>Direction of the swipe--either 'left', 'right', 'up', or 'down'.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event's endpoint from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event's endpoint from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchcancel",
                    "deprecated": false,
                    "description": "<p>Fired when a touch event is interrupted by the device.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchend",
                    "deprecated": false,
                    "description": "<p>Fired when a touch event is completed.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Penciland are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchmove",
                    "deprecated": false,
                    "description": "<p>Fired as soon as the device detects movement of a touch.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchstart",
                    "deprecated": false,
                    "description": "<p>Fired as soon as the device detects a touch gesture.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "twofingertap",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a two-finger tap against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "android:back",
                    "deprecated": true,
                    "description": "<p>Fired when the Back button is released. <strong>Removed in 9.0.0. Use <a href=\"Titanium.UI.Window.androidback\">Titanium.UI.Window.androidback</a> instead.</strong></p>"
                },
                {
                    "name": "android:camera",
                    "deprecated": true,
                    "description": "<p>Fired when the Camera button is released. <strong>Removed in 9.0.0. Use <a href=\"Titanium.UI.Window.androidcamera\">Titanium.UI.Window.androidcamera</a> instead.</strong></p>"
                },
                {
                    "name": "android:focus",
                    "deprecated": true,
                    "description": "<p>Fired when the Camera button is half-pressed then released. <strong>Removed in 9.0.0. Use <a href=\"Titanium.UI.Window.androidfocus\">Titanium.UI.Window.androidfocus</a> instead.</strong></p>"
                },
                {
                    "name": "android:search",
                    "deprecated": true,
                    "description": "<p>Fired when the Search button is released. <strong>Removed in 9.0.0. Use <a href=\"Titanium.UI.Window.androidsearch\">Titanium.UI.Window.androidsearch</a> instead.</strong></p>"
                },
                {
                    "name": "android:voldown",
                    "deprecated": true,
                    "description": "<p>Fired when the volume down button is released. <strong>Removed in 9.0.0. Use <a href=\"Titanium.UI.Window.androidvoldown\">Titanium.UI.Window.androidvoldown</a> instead.</strong></p>"
                },
                {
                    "name": "android:volup",
                    "deprecated": true,
                    "description": "<p>Fired when the volume up button is released. <strong>Removed in 9.0.0. Use <a href=\"Titanium.UI.Window.androidvolup\">Titanium.UI.Window.androidvolup</a> instead.</strong></p>"
                },
                {
                    "name": "androidback",
                    "deprecated": false,
                    "description": "<p>Fired when the back button is pressed by the user.</p>"
                },
                {
                    "name": "androidcamera",
                    "deprecated": false,
                    "description": "<p>Fired when the Camera button is released.</p>"
                },
                {
                    "name": "androidfocus",
                    "deprecated": false,
                    "description": "<p>Fired when the Camera button is half-pressed then released.</p>"
                },
                {
                    "name": "androidsearch",
                    "deprecated": false,
                    "description": "<p>Fired when the Search button is released.</p>"
                },
                {
                    "name": "androidvoldown",
                    "deprecated": false,
                    "description": "<p>Fired when the volume down button is released.</p>"
                },
                {
                    "name": "androidvolup",
                    "deprecated": false,
                    "description": "<p>Fired when the volume up button is released.</p>"
                },
                {
                    "name": "blur",
                    "deprecated": false,
                    "description": "<p>Fired when the window loses focus.</p>"
                },
                {
                    "name": "close",
                    "deprecated": false,
                    "description": "<p>Fired when the window is closed.</p>"
                },
                {
                    "name": "open",
                    "deprecated": false,
                    "description": "<p>Fired when the window is opened.</p>"
                }
            ],
            "examples": [
                {
                    "title": "Simple Navigation Window",
                    "code": "<p>Creates a navigation window with the first window colored red.\nPress the button to open the blue window.\nUse the back button to return to the red root window.</p>\n<pre><code>var win2 = Titanium.UI.createWindow({\n    backgroundColor: 'red',\n    title: 'Red Window'\n});\n\nvar win1 = Titanium.UI.createNavigationWindow({\n   window: win2\n});\n\nvar win3 = Titanium.UI.createWindow({\n    backgroundColor: 'blue',\n    title: 'Blue Window'\n});\n\nvar button = Titanium.UI.createButton({\n    title: 'Open Blue Window'\n});\nbutton.addEventListener('click', function(){\n    win1.openWindow(win3, {animated:true});\n});\n\nwin2.add(button);\nvar button2 = Titanium.UI.createButton({\n    title: 'Close Blue Window'\n});\nbutton2.addEventListener('click', function(){\n    win1.closeWindow(win3, {animated:false}); //win3.close() will also work!!\n});\n\nwin3.add(button2);\nwin1.open();\n</code></pre>"
                },
                {
                    "title": "Alloy XML Markup",
                    "code": "<p>Previous example as two Alloy view-controllers.  Requires Alloy 1.2.2 and later.</p>\n<p>app/views/index.xml:</p>\n<pre><code>&lt;Alloy&gt;\n    &lt;NavigationWindow id=&quot;win1&quot;&gt;\n        &lt;Window id=&quot;win2&quot; title=&quot;Red Window&quot; backgroundColor=&quot;red&quot;&gt;\n            &lt;Button id=&quot;button&quot; onClick=&quot;openBlueWindow&quot;&gt;Open Blue Window&lt;/Button&gt;\n        &lt;/Window&gt;\n    &lt;/NavigationWindow&gt;\n&lt;/Alloy&gt;\n</code></pre>\n<p>app/controllers/index.js:</p>\n<pre><code>function openBlueWindow(e) {\n    var win3 = Alloy.createController('bluewin').getView();\n    $.win1.openWindow(win3);\n}\n\n$.win1.open();\n</code></pre>\n<p>app/views/bluewin.xml:</p>\n<pre><code>&lt;Alloy&gt;\n    &lt;Window id=&quot;win3&quot; title=&quot;Blue Window&quot; backgroundColor=&quot;blue&quot;&gt;\n        &lt;Button onClick=&quot;closeWindow&quot;&gt;Close Window&lt;/Button&gt;\n    &lt;/Window&gt;\n&lt;/Alloy&gt;\n</code></pre>\n<p>app/controllers/bluewin.js:</p>\n<pre><code>function closeWindow(){\n    $.win3.close();\n}\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "add",
                    "deprecated": false,
                    "description": "<p>Adds a child to this view's hierarchy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "view",
                            "constants": [],
                            "description": "<p>View to add to this view's hierarchy.</p>\n<p>You may pass an array of views, e.g. <code>view.add([subview1, subview2]</code>.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "animate",
                    "deprecated": false,
                    "description": "<p>Animates this view.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "animation",
                            "constants": [],
                            "description": "<p>Either a dictionary of animation properties or an\n<a href=\"Titanium.UI.Animation\">Animation</a> object.</p>",
                            "type": "Titanium.UI.Animation",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Function to be invoked upon completion of the animation.</p>",
                            "type": "Function",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "clearMotionEffects",
                    "deprecated": false,
                    "description": "<p>Removes all previously added motion effects.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "finishLayout",
                    "deprecated": true,
                    "description": "<p>Finishes a batch update of the View's layout properties and schedules a layout pass of the\nview tree.\n<strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hide",
                    "deprecated": false,
                    "description": "<p>Hides this view.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Animation options for Android only. <strong>Since SDK 5.1.0 and used only on Android 5.0+</strong></p>\n<p>Determines whether to enable a circular reveal animation.\nNote that the default here is equivalent to passing in <code>{ animated: false }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "insertAt",
                    "deprecated": false,
                    "description": "<p>Inserts a view at the specified position in the <a href=\"Titanium.UI.View.children\">children</a> array.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Pass an object that specifies the view to insert and optionally at which position (defaults to end)</p>",
                            "type": "ViewPositionOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "remove",
                    "deprecated": false,
                    "description": "<p>Removes a child view from this view's hierarchy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "view",
                            "constants": [],
                            "description": "<p>View to remove from this view's hierarchy.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "replaceAt",
                    "deprecated": false,
                    "description": "<p>Replaces a view at the specified position in the <a href=\"Titanium.UI.View.children\">children</a> array.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Pass an object with the view to insert and the position of the view to replace. In this case the <code>position</code> property is required.</p>",
                            "type": "ViewPositionOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "show",
                    "deprecated": false,
                    "description": "<p>Makes this view visible.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Animation options for Android only. <strong>Since SDK 5.1.0 and only used on Android 5.0+</strong></p>\n<p>Determines whether to enable a circular reveal animation.\nNote that the default here is equivalent to passing in <code>{ animated: false }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "startLayout",
                    "deprecated": true,
                    "description": "<p>Starts a batch update of this view's layout properties. <strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">Titanium.Proxy.applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "toImage",
                    "deprecated": false,
                    "description": "<p>Returns an image of the rendered view, as a Blob.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Function to be invoked upon completion. If non-null, this method will be performed\nasynchronously. If null, it will be performed immediately.</p>",
                            "type": "Function",
                            "usage": "optional"
                        },
                        {
                            "name": "honorScaleFactor",
                            "constants": [],
                            "description": "<p>Determines whether the image is scaled based on scale factor of main screen. (iOS only)</p>\n<p>When set to true, image is scale factor is honored. When set to false, the image in the\nblob has the same dimensions for retina and non-retina devices.</p>",
                            "type": "Boolean",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Blob",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "updateLayout",
                    "deprecated": true,
                    "description": "<p>Performs a batch update of all supplied layout properties and schedules a layout pass after\nthey have been updated.\n<strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">Titanium.Proxy.applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Layout properties to be updated.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "convertPointToView",
                    "deprecated": false,
                    "description": "<p>Translates a point from this view's coordinate system to another view's coordinate system.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "point",
                            "constants": [],
                            "description": "<p>A point in this view's coordinate system.</p>\n<p>If this argument is missing an <code>x</code> or <code>y</code> property, or the properties can not be\nconverted into numbers, an exception will be raised.</p>",
                            "type": "Point",
                            "usage": "required"
                        },
                        {
                            "name": "destinationView",
                            "constants": [],
                            "description": "<p>View that specifies the destination coordinate system to convert to. If this argument\nis not a view, an exception will be raised.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewById",
                    "deprecated": false,
                    "description": "<p>Returns the matching view of a given view ID.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "id",
                            "constants": [],
                            "description": "<p>The ID of the view that should be returned. Use the <code>id</code> property in your views to\nenable it for indexing in this method.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.View",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "addSharedElement",
                    "deprecated": false,
                    "description": "<p>Adds a common UI element to participate in window transition animation.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "view",
                            "constants": [],
                            "description": "<p>The shared view from the current window.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        },
                        {
                            "name": "transitionName",
                            "constants": [],
                            "description": "<p>The assigned common transition name of UI elements in both windows.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "close",
                    "deprecated": false,
                    "description": "<p>Closes the window.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Animation or display properties to use when closing the window.</p>",
                            "type": "Titanium.UI.Animation",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hideNavBar",
                    "deprecated": false,
                    "description": "<p>Hides the navigation bar.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Options dictionary supporting a single <code>animated</code> boolean property to determine whether\nthe navigation bar will be animated (default) while being hidden. Note that the default here is equivalent to <code>{ animated: true }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "open",
                    "deprecated": false,
                    "description": "<p>Opens the window.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Animation or display properties to use when opening the window.</p>",
                            "type": "openWindowParams",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeAllSharedElements",
                    "deprecated": false,
                    "description": "<p>Clears all added shared elements.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "showNavBar",
                    "deprecated": false,
                    "description": "<p>Makes the navigation bar visible.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Options dictionary supporting a single <code>animated</code> boolean property to determine whether\nthe navigation bar will be animated (default) while being shown. Note that the default here is equivalent to <code>{ animated: true }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "showToolbar",
                    "deprecated": false,
                    "description": "<p>Makes the bottom toolbar visible.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Options dictionary supporting a single <code>animated</code> boolean property to determine whether\nthe toolbar will be animated (default) while being shown. Note that the default here is equivalent to <code>{ animated: true }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hideToolbar",
                    "deprecated": false,
                    "description": "<p>Makes the bottom toolbar invisible.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Options dictionary supporting a single <code>animated</code> boolean property to determine whether\nthe toolbar will be animated (default) while being hidden. Note that the default here is equivalent to <code>{ animated: true }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "closeWindow",
                    "deprecated": false,
                    "description": "<p>Closes a window and removes it from the navigation window.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "window",
                            "constants": [],
                            "description": "<p>Window to close.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        },
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Options supporting a single <code>animated</code> boolean property to determine whether the window\nwill be animated (default) while being closed (default: true).</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "openWindow",
                    "deprecated": false,
                    "description": "<p>Opens a window within the navigation window.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "window",
                            "constants": [],
                            "description": "<p>Window to open.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        },
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Options supporting a single <code>animated</code> boolean property to determine whether the window\nwill be animated (default) while being opened (default: true).</p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "popToRootWindow",
                    "deprecated": false,
                    "description": "<p>Closes all windows that are currently opened inside the navigation window.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Options supporting a single <code>animated</code> boolean property to determine whether the windows\nwill be animated while being closed (default: false).</p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.bubbleParent\">Titanium.UI.NavigationWindow.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.NavigationWindow.bubbleParent\">Titanium.UI.NavigationWindow.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.NavigationWindow.bubbleParent\">Titanium.UI.NavigationWindow.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.NavigationWindow.bubbleParent\">Titanium.UI.NavigationWindow.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.apiName\">Titanium.UI.NavigationWindow.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.NavigationWindow.apiName\">Titanium.UI.NavigationWindow.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.lifecycleContainer\">Titanium.UI.NavigationWindow.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.NavigationWindow.lifecycleContainer\">Titanium.UI.NavigationWindow.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.NavigationWindow.lifecycleContainer\">Titanium.UI.NavigationWindow.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.NavigationWindow.lifecycleContainer\">Titanium.UI.NavigationWindow.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityHidden",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.accessibilityHidden\">Titanium.UI.NavigationWindow.accessibilityHidden</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.NavigationWindow.accessibilityHidden\">Titanium.UI.NavigationWindow.accessibilityHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityHidden",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.NavigationWindow.accessibilityHidden\">Titanium.UI.NavigationWindow.accessibilityHidden</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.NavigationWindow.accessibilityHidden\">Titanium.UI.NavigationWindow.accessibilityHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityHidden",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityHint",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.accessibilityHint\">Titanium.UI.NavigationWindow.accessibilityHint</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.NavigationWindow.accessibilityHint\">Titanium.UI.NavigationWindow.accessibilityHint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityHint",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.NavigationWindow.accessibilityHint\">Titanium.UI.NavigationWindow.accessibilityHint</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.NavigationWindow.accessibilityHint\">Titanium.UI.NavigationWindow.accessibilityHint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityHint",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityLabel",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.accessibilityLabel\">Titanium.UI.NavigationWindow.accessibilityLabel</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.NavigationWindow.accessibilityLabel\">Titanium.UI.NavigationWindow.accessibilityLabel</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityLabel",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.NavigationWindow.accessibilityLabel\">Titanium.UI.NavigationWindow.accessibilityLabel</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.NavigationWindow.accessibilityLabel\">Titanium.UI.NavigationWindow.accessibilityLabel</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityLabel",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityValue",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.accessibilityValue\">Titanium.UI.NavigationWindow.accessibilityValue</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.NavigationWindow.accessibilityValue\">Titanium.UI.NavigationWindow.accessibilityValue</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityValue",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.NavigationWindow.accessibilityValue\">Titanium.UI.NavigationWindow.accessibilityValue</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.NavigationWindow.accessibilityValue\">Titanium.UI.NavigationWindow.accessibilityValue</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityValue",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAnchorPoint",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.anchorPoint\">Titanium.UI.NavigationWindow.anchorPoint</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.NavigationWindow.anchorPoint\">Titanium.UI.NavigationWindow.anchorPoint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAnchorPoint",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.NavigationWindow.anchorPoint\">Titanium.UI.NavigationWindow.anchorPoint</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.NavigationWindow.anchorPoint\">Titanium.UI.NavigationWindow.anchorPoint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "anchorPoint",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAnimatedCenter",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.animatedCenter\">Titanium.UI.NavigationWindow.animatedCenter</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.NavigationWindow.animatedCenter\">Titanium.UI.NavigationWindow.animatedCenter</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.backgroundColor\">Titanium.UI.NavigationWindow.backgroundColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.NavigationWindow.backgroundColor\">Titanium.UI.NavigationWindow.backgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.NavigationWindow.backgroundColor\">Titanium.UI.NavigationWindow.backgroundColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.NavigationWindow.backgroundColor\">Titanium.UI.NavigationWindow.backgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundDisabledColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.backgroundDisabledColor\">Titanium.UI.NavigationWindow.backgroundDisabledColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.NavigationWindow.backgroundDisabledColor\">Titanium.UI.NavigationWindow.backgroundDisabledColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundDisabledColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.NavigationWindow.backgroundDisabledColor\">Titanium.UI.NavigationWindow.backgroundDisabledColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.NavigationWindow.backgroundDisabledColor\">Titanium.UI.NavigationWindow.backgroundDisabledColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundDisabledColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundDisabledImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.backgroundDisabledImage\">Titanium.UI.NavigationWindow.backgroundDisabledImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.NavigationWindow.backgroundDisabledImage\">Titanium.UI.NavigationWindow.backgroundDisabledImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundDisabledImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.NavigationWindow.backgroundDisabledImage\">Titanium.UI.NavigationWindow.backgroundDisabledImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.NavigationWindow.backgroundDisabledImage\">Titanium.UI.NavigationWindow.backgroundDisabledImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundDisabledImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundFocusedColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.backgroundFocusedColor\">Titanium.UI.NavigationWindow.backgroundFocusedColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.NavigationWindow.backgroundFocusedColor\">Titanium.UI.NavigationWindow.backgroundFocusedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundFocusedColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.NavigationWindow.backgroundFocusedColor\">Titanium.UI.NavigationWindow.backgroundFocusedColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.NavigationWindow.backgroundFocusedColor\">Titanium.UI.NavigationWindow.backgroundFocusedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundFocusedColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundFocusedImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.backgroundFocusedImage\">Titanium.UI.NavigationWindow.backgroundFocusedImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.NavigationWindow.backgroundFocusedImage\">Titanium.UI.NavigationWindow.backgroundFocusedImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundFocusedImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.NavigationWindow.backgroundFocusedImage\">Titanium.UI.NavigationWindow.backgroundFocusedImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.NavigationWindow.backgroundFocusedImage\">Titanium.UI.NavigationWindow.backgroundFocusedImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundFocusedImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundGradient",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.backgroundGradient\">Titanium.UI.NavigationWindow.backgroundGradient</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.NavigationWindow.backgroundGradient\">Titanium.UI.NavigationWindow.backgroundGradient</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Gradient",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundGradient",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.NavigationWindow.backgroundGradient\">Titanium.UI.NavigationWindow.backgroundGradient</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.NavigationWindow.backgroundGradient\">Titanium.UI.NavigationWindow.backgroundGradient</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundGradient",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Gradient",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.backgroundImage\">Titanium.UI.NavigationWindow.backgroundImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.NavigationWindow.backgroundImage\">Titanium.UI.NavigationWindow.backgroundImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.NavigationWindow.backgroundImage\">Titanium.UI.NavigationWindow.backgroundImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.NavigationWindow.backgroundImage\">Titanium.UI.NavigationWindow.backgroundImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundRepeat",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.backgroundRepeat\">Titanium.UI.NavigationWindow.backgroundRepeat</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.NavigationWindow.backgroundRepeat\">Titanium.UI.NavigationWindow.backgroundRepeat</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundRepeat",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.NavigationWindow.backgroundRepeat\">Titanium.UI.NavigationWindow.backgroundRepeat</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.NavigationWindow.backgroundRepeat\">Titanium.UI.NavigationWindow.backgroundRepeat</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundRepeat",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundLeftCap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.backgroundLeftCap\">Titanium.UI.NavigationWindow.backgroundLeftCap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.NavigationWindow.backgroundLeftCap\">Titanium.UI.NavigationWindow.backgroundLeftCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundLeftCap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.NavigationWindow.backgroundLeftCap\">Titanium.UI.NavigationWindow.backgroundLeftCap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.NavigationWindow.backgroundLeftCap\">Titanium.UI.NavigationWindow.backgroundLeftCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundLeftCap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundSelectedColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.backgroundSelectedColor\">Titanium.UI.NavigationWindow.backgroundSelectedColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.NavigationWindow.backgroundSelectedColor\">Titanium.UI.NavigationWindow.backgroundSelectedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundSelectedColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.NavigationWindow.backgroundSelectedColor\">Titanium.UI.NavigationWindow.backgroundSelectedColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.NavigationWindow.backgroundSelectedColor\">Titanium.UI.NavigationWindow.backgroundSelectedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundSelectedColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundSelectedImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.backgroundSelectedImage\">Titanium.UI.NavigationWindow.backgroundSelectedImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.NavigationWindow.backgroundSelectedImage\">Titanium.UI.NavigationWindow.backgroundSelectedImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundSelectedImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.NavigationWindow.backgroundSelectedImage\">Titanium.UI.NavigationWindow.backgroundSelectedImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.NavigationWindow.backgroundSelectedImage\">Titanium.UI.NavigationWindow.backgroundSelectedImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundSelectedImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundTopCap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.backgroundTopCap\">Titanium.UI.NavigationWindow.backgroundTopCap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.NavigationWindow.backgroundTopCap\">Titanium.UI.NavigationWindow.backgroundTopCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundTopCap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.NavigationWindow.backgroundTopCap\">Titanium.UI.NavigationWindow.backgroundTopCap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.NavigationWindow.backgroundTopCap\">Titanium.UI.NavigationWindow.backgroundTopCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundTopCap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.borderColor\">Titanium.UI.NavigationWindow.borderColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.NavigationWindow.borderColor\">Titanium.UI.NavigationWindow.borderColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.NavigationWindow.borderColor\">Titanium.UI.NavigationWindow.borderColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.NavigationWindow.borderColor\">Titanium.UI.NavigationWindow.borderColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderRadius",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.borderRadius\">Titanium.UI.NavigationWindow.borderRadius</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.NavigationWindow.borderRadius\">Titanium.UI.NavigationWindow.borderRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderRadius",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.NavigationWindow.borderRadius\">Titanium.UI.NavigationWindow.borderRadius</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.NavigationWindow.borderRadius\">Titanium.UI.NavigationWindow.borderRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderRadius",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderWidth",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.borderWidth\">Titanium.UI.NavigationWindow.borderWidth</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.NavigationWindow.borderWidth\">Titanium.UI.NavigationWindow.borderWidth</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderWidth",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.NavigationWindow.borderWidth\">Titanium.UI.NavigationWindow.borderWidth</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.NavigationWindow.borderWidth\">Titanium.UI.NavigationWindow.borderWidth</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderWidth",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBottom",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.bottom\">Titanium.UI.NavigationWindow.bottom</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.NavigationWindow.bottom\">Titanium.UI.NavigationWindow.bottom</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBottom",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.NavigationWindow.bottom\">Titanium.UI.NavigationWindow.bottom</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.NavigationWindow.bottom\">Titanium.UI.NavigationWindow.bottom</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bottom",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getCenter",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.center\">Titanium.UI.NavigationWindow.center</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.NavigationWindow.center\">Titanium.UI.NavigationWindow.center</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setCenter",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.NavigationWindow.center\">Titanium.UI.NavigationWindow.center</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.NavigationWindow.center\">Titanium.UI.NavigationWindow.center</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "center",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getChildren",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.children\">Titanium.UI.NavigationWindow.children</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.NavigationWindow.children\">Titanium.UI.NavigationWindow.children</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getClipMode",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.clipMode\">Titanium.UI.NavigationWindow.clipMode</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.NavigationWindow.clipMode\">Titanium.UI.NavigationWindow.clipMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setClipMode",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.NavigationWindow.clipMode\">Titanium.UI.NavigationWindow.clipMode</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.NavigationWindow.clipMode\">Titanium.UI.NavigationWindow.clipMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "clipMode",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getElevation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.elevation\">Titanium.UI.NavigationWindow.elevation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.NavigationWindow.elevation\">Titanium.UI.NavigationWindow.elevation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setElevation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.NavigationWindow.elevation\">Titanium.UI.NavigationWindow.elevation</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.NavigationWindow.elevation\">Titanium.UI.NavigationWindow.elevation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "elevation",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getFocusable",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.focusable\">Titanium.UI.NavigationWindow.focusable</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.NavigationWindow.focusable\">Titanium.UI.NavigationWindow.focusable</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setFocusable",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.NavigationWindow.focusable\">Titanium.UI.NavigationWindow.focusable</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.NavigationWindow.focusable\">Titanium.UI.NavigationWindow.focusable</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "focusable",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getHeight",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.height\">Titanium.UI.NavigationWindow.height</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.NavigationWindow.height\">Titanium.UI.NavigationWindow.height</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHeight",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.NavigationWindow.height\">Titanium.UI.NavigationWindow.height</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.NavigationWindow.height\">Titanium.UI.NavigationWindow.height</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "height",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHiddenBehavior",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.hiddenBehavior\">Titanium.UI.NavigationWindow.hiddenBehavior</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.NavigationWindow.hiddenBehavior\">Titanium.UI.NavigationWindow.hiddenBehavior</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setHiddenBehavior",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.NavigationWindow.hiddenBehavior\">Titanium.UI.NavigationWindow.hiddenBehavior</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.NavigationWindow.hiddenBehavior\">Titanium.UI.NavigationWindow.hiddenBehavior</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "hiddenBehavior",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getHorizontalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.horizontalMotionEffect\">Titanium.UI.NavigationWindow.horizontalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.NavigationWindow.horizontalMotionEffect\">Titanium.UI.NavigationWindow.horizontalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "MinMaxOptions",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHorizontalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.NavigationWindow.horizontalMotionEffect\">Titanium.UI.NavigationWindow.horizontalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.NavigationWindow.horizontalMotionEffect\">Titanium.UI.NavigationWindow.horizontalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "horizontalMotionEffect",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "MinMaxOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLeft",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.left\">Titanium.UI.NavigationWindow.left</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.NavigationWindow.left\">Titanium.UI.NavigationWindow.left</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLeft",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.NavigationWindow.left\">Titanium.UI.NavigationWindow.left</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.NavigationWindow.left\">Titanium.UI.NavigationWindow.left</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "left",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLayout",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.layout\">Titanium.UI.NavigationWindow.layout</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.NavigationWindow.layout\">Titanium.UI.NavigationWindow.layout</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLayout",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.NavigationWindow.layout\">Titanium.UI.NavigationWindow.layout</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.NavigationWindow.layout\">Titanium.UI.NavigationWindow.layout</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "layout",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getOpacity",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.opacity\">Titanium.UI.NavigationWindow.opacity</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.NavigationWindow.opacity\">Titanium.UI.NavigationWindow.opacity</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setOpacity",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.NavigationWindow.opacity\">Titanium.UI.NavigationWindow.opacity</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.NavigationWindow.opacity\">Titanium.UI.NavigationWindow.opacity</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "opacity",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getOverrideCurrentAnimation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.overrideCurrentAnimation\">Titanium.UI.NavigationWindow.overrideCurrentAnimation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.NavigationWindow.overrideCurrentAnimation\">Titanium.UI.NavigationWindow.overrideCurrentAnimation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setOverrideCurrentAnimation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.NavigationWindow.overrideCurrentAnimation\">Titanium.UI.NavigationWindow.overrideCurrentAnimation</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.NavigationWindow.overrideCurrentAnimation\">Titanium.UI.NavigationWindow.overrideCurrentAnimation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "overrideCurrentAnimation",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getPullBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.pullBackgroundColor\">Titanium.UI.NavigationWindow.pullBackgroundColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.NavigationWindow.pullBackgroundColor\">Titanium.UI.NavigationWindow.pullBackgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setPullBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.NavigationWindow.pullBackgroundColor\">Titanium.UI.NavigationWindow.pullBackgroundColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.NavigationWindow.pullBackgroundColor\">Titanium.UI.NavigationWindow.pullBackgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "pullBackgroundColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPreviewContext",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.previewContext\">Titanium.UI.NavigationWindow.previewContext</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.NavigationWindow.previewContext\">Titanium.UI.NavigationWindow.previewContext</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.iOS.PreviewContext",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "setPreviewContext",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.NavigationWindow.previewContext\">Titanium.UI.NavigationWindow.previewContext</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.NavigationWindow.previewContext\">Titanium.UI.NavigationWindow.previewContext</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "previewContext",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.iOS.PreviewContext",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "getRight",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.right\">Titanium.UI.NavigationWindow.right</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.NavigationWindow.right\">Titanium.UI.NavigationWindow.right</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setRight",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.NavigationWindow.right\">Titanium.UI.NavigationWindow.right</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.NavigationWindow.right\">Titanium.UI.NavigationWindow.right</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "right",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.rect\">Titanium.UI.NavigationWindow.rect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.NavigationWindow.rect\">Titanium.UI.NavigationWindow.rect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "DimensionWithAbsolutes",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRotation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.rotation\">Titanium.UI.NavigationWindow.rotation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.NavigationWindow.rotation\">Titanium.UI.NavigationWindow.rotation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRotation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.NavigationWindow.rotation\">Titanium.UI.NavigationWindow.rotation</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.NavigationWindow.rotation\">Titanium.UI.NavigationWindow.rotation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rotation",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getRotationX",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.rotationX\">Titanium.UI.NavigationWindow.rotationX</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.NavigationWindow.rotationX\">Titanium.UI.NavigationWindow.rotationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRotationX",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.NavigationWindow.rotationX\">Titanium.UI.NavigationWindow.rotationX</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.NavigationWindow.rotationX\">Titanium.UI.NavigationWindow.rotationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rotationX",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getRotationY",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.rotationY\">Titanium.UI.NavigationWindow.rotationY</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.NavigationWindow.rotationY\">Titanium.UI.NavigationWindow.rotationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRotationY",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.NavigationWindow.rotationY\">Titanium.UI.NavigationWindow.rotationY</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.NavigationWindow.rotationY\">Titanium.UI.NavigationWindow.rotationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rotationY",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getScaleX",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.scaleX\">Titanium.UI.NavigationWindow.scaleX</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.NavigationWindow.scaleX\">Titanium.UI.NavigationWindow.scaleX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setScaleX",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.NavigationWindow.scaleX\">Titanium.UI.NavigationWindow.scaleX</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.NavigationWindow.scaleX\">Titanium.UI.NavigationWindow.scaleX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "scaleX",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getScaleY",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.scaleY\">Titanium.UI.NavigationWindow.scaleY</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.NavigationWindow.scaleY\">Titanium.UI.NavigationWindow.scaleY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setScaleY",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.NavigationWindow.scaleY\">Titanium.UI.NavigationWindow.scaleY</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.NavigationWindow.scaleY\">Titanium.UI.NavigationWindow.scaleY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "scaleY",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getSize",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.size\">Titanium.UI.NavigationWindow.size</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.NavigationWindow.size\">Titanium.UI.NavigationWindow.size</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Dimension",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSoftKeyboardOnFocus",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.softKeyboardOnFocus\">Titanium.UI.NavigationWindow.softKeyboardOnFocus</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.NavigationWindow.softKeyboardOnFocus\">Titanium.UI.NavigationWindow.softKeyboardOnFocus</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setSoftKeyboardOnFocus",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.NavigationWindow.softKeyboardOnFocus\">Titanium.UI.NavigationWindow.softKeyboardOnFocus</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.NavigationWindow.softKeyboardOnFocus\">Titanium.UI.NavigationWindow.softKeyboardOnFocus</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "softKeyboardOnFocus",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTintColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.tintColor\">Titanium.UI.NavigationWindow.tintColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.NavigationWindow.tintColor\">Titanium.UI.NavigationWindow.tintColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTintColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.NavigationWindow.tintColor\">Titanium.UI.NavigationWindow.tintColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.NavigationWindow.tintColor\">Titanium.UI.NavigationWindow.tintColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "tintColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTop",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.top\">Titanium.UI.NavigationWindow.top</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.NavigationWindow.top\">Titanium.UI.NavigationWindow.top</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTop",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.NavigationWindow.top\">Titanium.UI.NavigationWindow.top</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.NavigationWindow.top\">Titanium.UI.NavigationWindow.top</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "top",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTouchEnabled",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.touchEnabled\">Titanium.UI.NavigationWindow.touchEnabled</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.NavigationWindow.touchEnabled\">Titanium.UI.NavigationWindow.touchEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTouchEnabled",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.NavigationWindow.touchEnabled\">Titanium.UI.NavigationWindow.touchEnabled</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.NavigationWindow.touchEnabled\">Titanium.UI.NavigationWindow.touchEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchEnabled",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTouchFeedback",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.touchFeedback\">Titanium.UI.NavigationWindow.touchFeedback</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.NavigationWindow.touchFeedback\">Titanium.UI.NavigationWindow.touchFeedback</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTouchFeedback",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.NavigationWindow.touchFeedback\">Titanium.UI.NavigationWindow.touchFeedback</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.NavigationWindow.touchFeedback\">Titanium.UI.NavigationWindow.touchFeedback</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchFeedback",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTouchFeedbackColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.touchFeedbackColor\">Titanium.UI.NavigationWindow.touchFeedbackColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.NavigationWindow.touchFeedbackColor\">Titanium.UI.NavigationWindow.touchFeedbackColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTouchFeedbackColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.NavigationWindow.touchFeedbackColor\">Titanium.UI.NavigationWindow.touchFeedbackColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.NavigationWindow.touchFeedbackColor\">Titanium.UI.NavigationWindow.touchFeedbackColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchFeedbackColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTransform",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.transform\">Titanium.UI.NavigationWindow.transform</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.NavigationWindow.transform\">Titanium.UI.NavigationWindow.transform</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Matrix2D",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTransform",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.NavigationWindow.transform\">Titanium.UI.NavigationWindow.transform</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.NavigationWindow.transform\">Titanium.UI.NavigationWindow.transform</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "transform",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Matrix2D",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTranslationX",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.translationX\">Titanium.UI.NavigationWindow.translationX</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.NavigationWindow.translationX\">Titanium.UI.NavigationWindow.translationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTranslationX",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.NavigationWindow.translationX\">Titanium.UI.NavigationWindow.translationX</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.NavigationWindow.translationX\">Titanium.UI.NavigationWindow.translationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translationX",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTranslationY",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.translationY\">Titanium.UI.NavigationWindow.translationY</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.NavigationWindow.translationY\">Titanium.UI.NavigationWindow.translationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTranslationY",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.NavigationWindow.translationY\">Titanium.UI.NavigationWindow.translationY</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.NavigationWindow.translationY\">Titanium.UI.NavigationWindow.translationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translationY",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTranslationZ",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.translationZ\">Titanium.UI.NavigationWindow.translationZ</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.NavigationWindow.translationZ\">Titanium.UI.NavigationWindow.translationZ</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTranslationZ",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.NavigationWindow.translationZ\">Titanium.UI.NavigationWindow.translationZ</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.NavigationWindow.translationZ\">Titanium.UI.NavigationWindow.translationZ</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translationZ",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTransitionName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.transitionName\">Titanium.UI.NavigationWindow.transitionName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.NavigationWindow.transitionName\">Titanium.UI.NavigationWindow.transitionName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTransitionName",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.NavigationWindow.transitionName\">Titanium.UI.NavigationWindow.transitionName</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.NavigationWindow.transitionName\">Titanium.UI.NavigationWindow.transitionName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "transitionName",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getVerticalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.verticalMotionEffect\">Titanium.UI.NavigationWindow.verticalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.NavigationWindow.verticalMotionEffect\">Titanium.UI.NavigationWindow.verticalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "MinMaxOptions",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setVerticalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.NavigationWindow.verticalMotionEffect\">Titanium.UI.NavigationWindow.verticalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.NavigationWindow.verticalMotionEffect\">Titanium.UI.NavigationWindow.verticalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "verticalMotionEffect",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "MinMaxOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowRadius",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.viewShadowRadius\">Titanium.UI.NavigationWindow.viewShadowRadius</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.NavigationWindow.viewShadowRadius\">Titanium.UI.NavigationWindow.viewShadowRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowRadius",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.NavigationWindow.viewShadowRadius\">Titanium.UI.NavigationWindow.viewShadowRadius</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.NavigationWindow.viewShadowRadius\">Titanium.UI.NavigationWindow.viewShadowRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowRadius",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.viewShadowColor\">Titanium.UI.NavigationWindow.viewShadowColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.NavigationWindow.viewShadowColor\">Titanium.UI.NavigationWindow.viewShadowColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.NavigationWindow.viewShadowColor\">Titanium.UI.NavigationWindow.viewShadowColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.NavigationWindow.viewShadowColor\">Titanium.UI.NavigationWindow.viewShadowColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowOffset",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.viewShadowOffset\">Titanium.UI.NavigationWindow.viewShadowOffset</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.NavigationWindow.viewShadowOffset\">Titanium.UI.NavigationWindow.viewShadowOffset</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowOffset",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.NavigationWindow.viewShadowOffset\">Titanium.UI.NavigationWindow.viewShadowOffset</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.NavigationWindow.viewShadowOffset\">Titanium.UI.NavigationWindow.viewShadowOffset</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowOffset",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getVisible",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.visible\">Titanium.UI.NavigationWindow.visible</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.NavigationWindow.visible\">Titanium.UI.NavigationWindow.visible</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setVisible",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.NavigationWindow.visible\">Titanium.UI.NavigationWindow.visible</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.NavigationWindow.visible\">Titanium.UI.NavigationWindow.visible</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "visible",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getWidth",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.width\">Titanium.UI.NavigationWindow.width</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.NavigationWindow.width\">Titanium.UI.NavigationWindow.width</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setWidth",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.NavigationWindow.width\">Titanium.UI.NavigationWindow.width</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.NavigationWindow.width\">Titanium.UI.NavigationWindow.width</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "width",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHorizontalWrap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.horizontalWrap\">Titanium.UI.NavigationWindow.horizontalWrap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.NavigationWindow.horizontalWrap\">Titanium.UI.NavigationWindow.horizontalWrap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHorizontalWrap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.NavigationWindow.horizontalWrap\">Titanium.UI.NavigationWindow.horizontalWrap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.NavigationWindow.horizontalWrap\">Titanium.UI.NavigationWindow.horizontalWrap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "horizontalWrap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getZIndex",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.zIndex\">Titanium.UI.NavigationWindow.zIndex</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.NavigationWindow.zIndex\">Titanium.UI.NavigationWindow.zIndex</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setZIndex",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.NavigationWindow.zIndex\">Titanium.UI.NavigationWindow.zIndex</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.NavigationWindow.zIndex\">Titanium.UI.NavigationWindow.zIndex</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "zIndex",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getKeepScreenOn",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.keepScreenOn\">Titanium.UI.NavigationWindow.keepScreenOn</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.NavigationWindow.keepScreenOn\">Titanium.UI.NavigationWindow.keepScreenOn</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setKeepScreenOn",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.NavigationWindow.keepScreenOn\">Titanium.UI.NavigationWindow.keepScreenOn</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.NavigationWindow.keepScreenOn\">Titanium.UI.NavigationWindow.keepScreenOn</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "keepScreenOn",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getActivity",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.activity\">Titanium.UI.NavigationWindow.activity</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.NavigationWindow.activity\">Titanium.UI.NavigationWindow.activity</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Android.Activity",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getExitOnClose",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.exitOnClose\">Titanium.UI.NavigationWindow.exitOnClose</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.NavigationWindow.exitOnClose\">Titanium.UI.NavigationWindow.exitOnClose</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setExitOnClose",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.NavigationWindow.exitOnClose\">Titanium.UI.NavigationWindow.exitOnClose</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.NavigationWindow.exitOnClose\">Titanium.UI.NavigationWindow.exitOnClose</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "exitOnClose",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getExtendEdges",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.extendEdges\">Titanium.UI.NavigationWindow.extendEdges</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.NavigationWindow.extendEdges\">Titanium.UI.NavigationWindow.extendEdges</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setExtendEdges",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.NavigationWindow.extendEdges\">Titanium.UI.NavigationWindow.extendEdges</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.NavigationWindow.extendEdges\">Titanium.UI.NavigationWindow.extendEdges</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "extendEdges",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getFlagSecure",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.flagSecure\">Titanium.UI.NavigationWindow.flagSecure</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.NavigationWindow.flagSecure\">Titanium.UI.NavigationWindow.flagSecure</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setFlagSecure",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.NavigationWindow.flagSecure\">Titanium.UI.NavigationWindow.flagSecure</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.NavigationWindow.flagSecure\">Titanium.UI.NavigationWindow.flagSecure</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "flagSecure",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getIncludeOpaqueBars",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.includeOpaqueBars\">Titanium.UI.NavigationWindow.includeOpaqueBars</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.NavigationWindow.includeOpaqueBars\">Titanium.UI.NavigationWindow.includeOpaqueBars</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setIncludeOpaqueBars",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.NavigationWindow.includeOpaqueBars\">Titanium.UI.NavigationWindow.includeOpaqueBars</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.NavigationWindow.includeOpaqueBars\">Titanium.UI.NavigationWindow.includeOpaqueBars</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "includeOpaqueBars",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAutoAdjustScrollViewInsets",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.autoAdjustScrollViewInsets\">Titanium.UI.NavigationWindow.autoAdjustScrollViewInsets</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.NavigationWindow.autoAdjustScrollViewInsets\">Titanium.UI.NavigationWindow.autoAdjustScrollViewInsets</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAutoAdjustScrollViewInsets",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.NavigationWindow.autoAdjustScrollViewInsets\">Titanium.UI.NavigationWindow.autoAdjustScrollViewInsets</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.NavigationWindow.autoAdjustScrollViewInsets\">Titanium.UI.NavigationWindow.autoAdjustScrollViewInsets</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "autoAdjustScrollViewInsets",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getExtendSafeArea",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.extendSafeArea\">Titanium.UI.NavigationWindow.extendSafeArea</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.NavigationWindow.extendSafeArea\">Titanium.UI.NavigationWindow.extendSafeArea</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setExtendSafeArea",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.NavigationWindow.extendSafeArea\">Titanium.UI.NavigationWindow.extendSafeArea</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.NavigationWindow.extendSafeArea\">Titanium.UI.NavigationWindow.extendSafeArea</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "extendSafeArea",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getFullscreen",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.fullscreen\">Titanium.UI.NavigationWindow.fullscreen</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.NavigationWindow.fullscreen\">Titanium.UI.NavigationWindow.fullscreen</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setFullscreen",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.NavigationWindow.fullscreen\">Titanium.UI.NavigationWindow.fullscreen</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.NavigationWindow.fullscreen\">Titanium.UI.NavigationWindow.fullscreen</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "fullscreen",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHomeIndicatorAutoHidden",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.homeIndicatorAutoHidden\">Titanium.UI.NavigationWindow.homeIndicatorAutoHidden</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.NavigationWindow.homeIndicatorAutoHidden\">Titanium.UI.NavigationWindow.homeIndicatorAutoHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHomeIndicatorAutoHidden",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.NavigationWindow.homeIndicatorAutoHidden\">Titanium.UI.NavigationWindow.homeIndicatorAutoHidden</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.NavigationWindow.homeIndicatorAutoHidden\">Titanium.UI.NavigationWindow.homeIndicatorAutoHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "homeIndicatorAutoHidden",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHidesBarsOnSwipe",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.hidesBarsOnSwipe\">Titanium.UI.NavigationWindow.hidesBarsOnSwipe</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.NavigationWindow.hidesBarsOnSwipe\">Titanium.UI.NavigationWindow.hidesBarsOnSwipe</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHidesBarsOnSwipe",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.NavigationWindow.hidesBarsOnSwipe\">Titanium.UI.NavigationWindow.hidesBarsOnSwipe</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.NavigationWindow.hidesBarsOnSwipe\">Titanium.UI.NavigationWindow.hidesBarsOnSwipe</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "hidesBarsOnSwipe",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHidesBarsOnTap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.hidesBarsOnTap\">Titanium.UI.NavigationWindow.hidesBarsOnTap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.NavigationWindow.hidesBarsOnTap\">Titanium.UI.NavigationWindow.hidesBarsOnTap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHidesBarsOnTap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.NavigationWindow.hidesBarsOnTap\">Titanium.UI.NavigationWindow.hidesBarsOnTap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.NavigationWindow.hidesBarsOnTap\">Titanium.UI.NavigationWindow.hidesBarsOnTap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "hidesBarsOnTap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHidesBarsWhenKeyboardAppears",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.hidesBarsWhenKeyboardAppears\">Titanium.UI.NavigationWindow.hidesBarsWhenKeyboardAppears</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.NavigationWindow.hidesBarsWhenKeyboardAppears\">Titanium.UI.NavigationWindow.hidesBarsWhenKeyboardAppears</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHidesBarsWhenKeyboardAppears",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.NavigationWindow.hidesBarsWhenKeyboardAppears\">Titanium.UI.NavigationWindow.hidesBarsWhenKeyboardAppears</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.NavigationWindow.hidesBarsWhenKeyboardAppears\">Titanium.UI.NavigationWindow.hidesBarsWhenKeyboardAppears</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "hidesBarsWhenKeyboardAppears",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHidesBackButton",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.hidesBackButton\">Titanium.UI.NavigationWindow.hidesBackButton</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.NavigationWindow.hidesBackButton\">Titanium.UI.NavigationWindow.hidesBackButton</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHidesBackButton",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.NavigationWindow.hidesBackButton\">Titanium.UI.NavigationWindow.hidesBackButton</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.NavigationWindow.hidesBackButton\">Titanium.UI.NavigationWindow.hidesBackButton</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "hidesBackButton",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLargeTitleEnabled",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.largeTitleEnabled\">Titanium.UI.NavigationWindow.largeTitleEnabled</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.NavigationWindow.largeTitleEnabled\">Titanium.UI.NavigationWindow.largeTitleEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLargeTitleEnabled",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.NavigationWindow.largeTitleEnabled\">Titanium.UI.NavigationWindow.largeTitleEnabled</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.NavigationWindow.largeTitleEnabled\">Titanium.UI.NavigationWindow.largeTitleEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "largeTitleEnabled",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHidesSearchBarWhenScrolling",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.hidesSearchBarWhenScrolling\">Titanium.UI.NavigationWindow.hidesSearchBarWhenScrolling</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.NavigationWindow.hidesSearchBarWhenScrolling\">Titanium.UI.NavigationWindow.hidesSearchBarWhenScrolling</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHidesSearchBarWhenScrolling",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.NavigationWindow.hidesSearchBarWhenScrolling\">Titanium.UI.NavigationWindow.hidesSearchBarWhenScrolling</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.NavigationWindow.hidesSearchBarWhenScrolling\">Titanium.UI.NavigationWindow.hidesSearchBarWhenScrolling</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "hidesSearchBarWhenScrolling",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLargeTitleDisplayMode",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.largeTitleDisplayMode\">Titanium.UI.NavigationWindow.largeTitleDisplayMode</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.NavigationWindow.largeTitleDisplayMode\">Titanium.UI.NavigationWindow.largeTitleDisplayMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLargeTitleDisplayMode",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.NavigationWindow.largeTitleDisplayMode\">Titanium.UI.NavigationWindow.largeTitleDisplayMode</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.NavigationWindow.largeTitleDisplayMode\">Titanium.UI.NavigationWindow.largeTitleDisplayMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "largeTitleDisplayMode",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLeftNavButtons",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.leftNavButtons\">Titanium.UI.NavigationWindow.leftNavButtons</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.NavigationWindow.leftNavButtons\">Titanium.UI.NavigationWindow.leftNavButtons</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLeftNavButtons",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.NavigationWindow.leftNavButtons\">Titanium.UI.NavigationWindow.leftNavButtons</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.NavigationWindow.leftNavButtons\">Titanium.UI.NavigationWindow.leftNavButtons</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "leftNavButtons",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getModal",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.modal\">Titanium.UI.NavigationWindow.modal</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.NavigationWindow.modal\">Titanium.UI.NavigationWindow.modal</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setModal",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.NavigationWindow.modal\">Titanium.UI.NavigationWindow.modal</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.NavigationWindow.modal\">Titanium.UI.NavigationWindow.modal</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "modal",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getNavigationWindow",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.navigationWindow\">Titanium.UI.NavigationWindow.navigationWindow</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.NavigationWindow.navigationWindow\">Titanium.UI.NavigationWindow.navigationWindow</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.NavigationWindow",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getOnBack",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.onBack\">Titanium.UI.NavigationWindow.onBack</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.NavigationWindow.onBack\">Titanium.UI.NavigationWindow.onBack</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Function",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setOnBack",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.NavigationWindow.onBack\">Titanium.UI.NavigationWindow.onBack</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.NavigationWindow.onBack\">Titanium.UI.NavigationWindow.onBack</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "onBack",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getOrientationModes",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.orientationModes\">Titanium.UI.NavigationWindow.orientationModes</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.NavigationWindow.orientationModes\">Titanium.UI.NavigationWindow.orientationModes</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setOrientationModes",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.NavigationWindow.orientationModes\">Titanium.UI.NavigationWindow.orientationModes</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.NavigationWindow.orientationModes\">Titanium.UI.NavigationWindow.orientationModes</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "orientationModes",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getOrientation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.orientation\">Titanium.UI.NavigationWindow.orientation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.NavigationWindow.orientation\">Titanium.UI.NavigationWindow.orientation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRightNavButtons",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.rightNavButtons\">Titanium.UI.NavigationWindow.rightNavButtons</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.NavigationWindow.rightNavButtons\">Titanium.UI.NavigationWindow.rightNavButtons</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setRightNavButtons",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.NavigationWindow.rightNavButtons\">Titanium.UI.NavigationWindow.rightNavButtons</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.NavigationWindow.rightNavButtons\">Titanium.UI.NavigationWindow.rightNavButtons</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rightNavButtons",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSafeAreaPadding",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.safeAreaPadding\">Titanium.UI.NavigationWindow.safeAreaPadding</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.NavigationWindow.safeAreaPadding\">Titanium.UI.NavigationWindow.safeAreaPadding</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Padding",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSplitActionBar",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.splitActionBar\">Titanium.UI.NavigationWindow.splitActionBar</a> property. <strong>Deprecated since 6.2.0. Deprecated in AppCompat theme. The same behaviour can be achived by using Toolbar.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setSplitActionBar",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.NavigationWindow.splitActionBar\">Titanium.UI.NavigationWindow.splitActionBar</a> property. <strong>Deprecated since 6.2.0. Deprecated in AppCompat theme. The same behaviour can be achived by using Toolbar.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "splitActionBar",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getStatusBarStyle",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.statusBarStyle\">Titanium.UI.NavigationWindow.statusBarStyle</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.NavigationWindow.statusBarStyle\">Titanium.UI.NavigationWindow.statusBarStyle</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setStatusBarStyle",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.NavigationWindow.statusBarStyle\">Titanium.UI.NavigationWindow.statusBarStyle</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.NavigationWindow.statusBarStyle\">Titanium.UI.NavigationWindow.statusBarStyle</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "statusBarStyle",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSustainedPerformanceMode",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.sustainedPerformanceMode\">Titanium.UI.NavigationWindow.sustainedPerformanceMode</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.NavigationWindow.sustainedPerformanceMode\">Titanium.UI.NavigationWindow.sustainedPerformanceMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setSustainedPerformanceMode",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.NavigationWindow.sustainedPerformanceMode\">Titanium.UI.NavigationWindow.sustainedPerformanceMode</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.NavigationWindow.sustainedPerformanceMode\">Titanium.UI.NavigationWindow.sustainedPerformanceMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "sustainedPerformanceMode",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTheme",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.theme\">Titanium.UI.NavigationWindow.theme</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.NavigationWindow.theme\">Titanium.UI.NavigationWindow.theme</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTheme",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.NavigationWindow.theme\">Titanium.UI.NavigationWindow.theme</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.NavigationWindow.theme\">Titanium.UI.NavigationWindow.theme</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "theme",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTitleAttributes",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.titleAttributes\">Titanium.UI.NavigationWindow.titleAttributes</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.NavigationWindow.titleAttributes\">Titanium.UI.NavigationWindow.titleAttributes</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "titleAttributesParams",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTitleAttributes",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.NavigationWindow.titleAttributes\">Titanium.UI.NavigationWindow.titleAttributes</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.NavigationWindow.titleAttributes\">Titanium.UI.NavigationWindow.titleAttributes</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "titleAttributes",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "titleAttributesParams",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getWindowFlags",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.windowFlags\">Titanium.UI.NavigationWindow.windowFlags</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.NavigationWindow.windowFlags\">Titanium.UI.NavigationWindow.windowFlags</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setWindowFlags",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.NavigationWindow.windowFlags\">Titanium.UI.NavigationWindow.windowFlags</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.NavigationWindow.windowFlags\">Titanium.UI.NavigationWindow.windowFlags</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "windowFlags",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getWindowSoftInputMode",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.windowSoftInputMode\">Titanium.UI.NavigationWindow.windowSoftInputMode</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.NavigationWindow.windowSoftInputMode\">Titanium.UI.NavigationWindow.windowSoftInputMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setWindowSoftInputMode",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.NavigationWindow.windowSoftInputMode\">Titanium.UI.NavigationWindow.windowSoftInputMode</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.NavigationWindow.windowSoftInputMode\">Titanium.UI.NavigationWindow.windowSoftInputMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "windowSoftInputMode",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getWindowPixelFormat",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.windowPixelFormat\">Titanium.UI.NavigationWindow.windowPixelFormat</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.NavigationWindow.windowPixelFormat\">Titanium.UI.NavigationWindow.windowPixelFormat</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setWindowPixelFormat",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.NavigationWindow.windowPixelFormat\">Titanium.UI.NavigationWindow.windowPixelFormat</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.NavigationWindow.windowPixelFormat\">Titanium.UI.NavigationWindow.windowPixelFormat</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "windowPixelFormat",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getActivityExitTransition",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.activityExitTransition\">Titanium.UI.NavigationWindow.activityExitTransition</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.NavigationWindow.activityExitTransition\">Titanium.UI.NavigationWindow.activityExitTransition</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setActivityExitTransition",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.NavigationWindow.activityExitTransition\">Titanium.UI.NavigationWindow.activityExitTransition</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.NavigationWindow.activityExitTransition\">Titanium.UI.NavigationWindow.activityExitTransition</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "activityExitTransition",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getActivityEnterTransition",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.activityEnterTransition\">Titanium.UI.NavigationWindow.activityEnterTransition</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.NavigationWindow.activityEnterTransition\">Titanium.UI.NavigationWindow.activityEnterTransition</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setActivityEnterTransition",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.NavigationWindow.activityEnterTransition\">Titanium.UI.NavigationWindow.activityEnterTransition</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.NavigationWindow.activityEnterTransition\">Titanium.UI.NavigationWindow.activityEnterTransition</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "activityEnterTransition",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getActivityReturnTransition",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.activityReturnTransition\">Titanium.UI.NavigationWindow.activityReturnTransition</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.NavigationWindow.activityReturnTransition\">Titanium.UI.NavigationWindow.activityReturnTransition</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setActivityReturnTransition",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.NavigationWindow.activityReturnTransition\">Titanium.UI.NavigationWindow.activityReturnTransition</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.NavigationWindow.activityReturnTransition\">Titanium.UI.NavigationWindow.activityReturnTransition</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "activityReturnTransition",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getActivityReenterTransition",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.activityReenterTransition\">Titanium.UI.NavigationWindow.activityReenterTransition</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.NavigationWindow.activityReenterTransition\">Titanium.UI.NavigationWindow.activityReenterTransition</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setActivityReenterTransition",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.NavigationWindow.activityReenterTransition\">Titanium.UI.NavigationWindow.activityReenterTransition</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.NavigationWindow.activityReenterTransition\">Titanium.UI.NavigationWindow.activityReenterTransition</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "activityReenterTransition",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getActivitySharedElementExitTransition",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.activitySharedElementExitTransition\">Titanium.UI.NavigationWindow.activitySharedElementExitTransition</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.NavigationWindow.activitySharedElementExitTransition\">Titanium.UI.NavigationWindow.activitySharedElementExitTransition</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setActivitySharedElementExitTransition",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.NavigationWindow.activitySharedElementExitTransition\">Titanium.UI.NavigationWindow.activitySharedElementExitTransition</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.NavigationWindow.activitySharedElementExitTransition\">Titanium.UI.NavigationWindow.activitySharedElementExitTransition</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "activitySharedElementExitTransition",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getActivitySharedElementEnterTransition",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.activitySharedElementEnterTransition\">Titanium.UI.NavigationWindow.activitySharedElementEnterTransition</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.NavigationWindow.activitySharedElementEnterTransition\">Titanium.UI.NavigationWindow.activitySharedElementEnterTransition</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setActivitySharedElementEnterTransition",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.NavigationWindow.activitySharedElementEnterTransition\">Titanium.UI.NavigationWindow.activitySharedElementEnterTransition</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.NavigationWindow.activitySharedElementEnterTransition\">Titanium.UI.NavigationWindow.activitySharedElementEnterTransition</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "activitySharedElementEnterTransition",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getActivitySharedElementReturnTransition",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.activitySharedElementReturnTransition\">Titanium.UI.NavigationWindow.activitySharedElementReturnTransition</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.NavigationWindow.activitySharedElementReturnTransition\">Titanium.UI.NavigationWindow.activitySharedElementReturnTransition</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setActivitySharedElementReturnTransition",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.NavigationWindow.activitySharedElementReturnTransition\">Titanium.UI.NavigationWindow.activitySharedElementReturnTransition</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.NavigationWindow.activitySharedElementReturnTransition\">Titanium.UI.NavigationWindow.activitySharedElementReturnTransition</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "activitySharedElementReturnTransition",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getActivitySharedElementReenterTransition",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.activitySharedElementReenterTransition\">Titanium.UI.NavigationWindow.activitySharedElementReenterTransition</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.NavigationWindow.activitySharedElementReenterTransition\">Titanium.UI.NavigationWindow.activitySharedElementReenterTransition</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setActivitySharedElementReenterTransition",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.NavigationWindow.activitySharedElementReenterTransition\">Titanium.UI.NavigationWindow.activitySharedElementReenterTransition</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.NavigationWindow.activitySharedElementReenterTransition\">Titanium.UI.NavigationWindow.activitySharedElementReenterTransition</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "activitySharedElementReenterTransition",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getWindow",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.NavigationWindow.window\">Titanium.UI.NavigationWindow.window</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.NavigationWindow.window\">Titanium.UI.NavigationWindow.window</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setWindow",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.NavigationWindow.window\">Titanium.UI.NavigationWindow.window</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.NavigationWindow.window\">Titanium.UI.NavigationWindow.window</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "window",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.UI.Window",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "accessibilityHidden",
                    "deprecated": false,
                    "description": "<p>Whether the view should be &quot;hidden&quot; from (i.e., ignored by) the accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityHint",
                    "deprecated": false,
                    "description": "<p>Briefly describes what performing an action (such as a click) on the view will do.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityLabel",
                    "deprecated": false,
                    "description": "<p>A succint label identifying the view for the device's accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityValue",
                    "deprecated": false,
                    "description": "<p>A string describing the value (if any) of the view for the device's accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "anchorPoint",
                    "deprecated": false,
                    "description": "<p>Coordinate of the view about which to pivot an animation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "animatedCenter",
                    "deprecated": false,
                    "description": "<p>Current position of the view during an animation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundColor",
                    "deprecated": false,
                    "description": "<p>Background color of the window, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundDisabledColor",
                    "deprecated": false,
                    "description": "<p>Disabled background color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundDisabledImage",
                    "deprecated": false,
                    "description": "<p>Disabled background image for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundFocusedColor",
                    "deprecated": false,
                    "description": "<p>Focused background color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundFocusedImage",
                    "deprecated": false,
                    "description": "<p>Focused background image for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundGradient",
                    "deprecated": false,
                    "description": "<p>A background gradient for the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [
                        {
                            "title": "Linear and Radial Gradients",
                            "code": "<p>The following code excerpt creates two views, one with a linear gradient and one with\na radial gradient.</p>\n<pre><code>var win1 = Titanium.UI.createWindow({\n    title:'Tab 1',\n    backgroundColor:'#fff',\n    layout: 'vertical'\n});\n\nvar radialGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'radial',\n        startPoint: { x: 50, y: 50 },\n        endPoint: { x: 50, y: 50 },\n        colors: [ 'red', 'blue'],\n        startRadius: 50,\n        endRadius: 0,\n        backfillStart: true\n    }\n});\nvar linearGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'linear',\n        startPoint: { x: '0%', y: '50%' },\n        endPoint: { x: '100%', y: '50%' },\n        colors: [ { color: 'red', offset: 0.0}, { color: 'blue', offset: 0.25 }, { color: 'red', offset: 1.0 } ],\n    }\n});\nwin1.add(radialGradient);\nwin1.add(linearGradient);\nwin1.open();\n</code></pre>"
                        }
                    ],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Gradient",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundImage",
                    "deprecated": false,
                    "description": "<p>Background image for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundRepeat",
                    "deprecated": false,
                    "description": "<p>Determines whether to tile a background across a view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundLeftCap",
                    "deprecated": false,
                    "description": "<p>Size of the left end cap.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundSelectedColor",
                    "deprecated": false,
                    "description": "<p>Selected background color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundSelectedImage",
                    "deprecated": false,
                    "description": "<p>Selected background image url for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundTopCap",
                    "deprecated": false,
                    "description": "<p>Size of the top end cap.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderColor",
                    "deprecated": false,
                    "description": "<p>Border color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderRadius",
                    "deprecated": false,
                    "description": "<p>Radius for the rounded corners of the view's border.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderWidth",
                    "deprecated": false,
                    "description": "<p>Border width of the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "bottom",
                    "deprecated": false,
                    "description": "<p>Window's bottom position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "center",
                    "deprecated": false,
                    "description": "<p>View's center position, in the parent view's coordinates.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "children",
                    "deprecated": false,
                    "description": "<p>Array of this view's child views.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "clipMode",
                    "deprecated": false,
                    "description": "<p>View's clipping behavior.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "elevation",
                    "deprecated": false,
                    "description": "<p>Base elevation of the view relative to its parent in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "focusable",
                    "deprecated": false,
                    "description": "<p>Whether view should be focusable while navigating with the trackball.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "height",
                    "deprecated": false,
                    "description": "<p>View height, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.FILL",
                        "Titanium.UI.SIZE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hiddenBehavior",
                    "deprecated": false,
                    "description": "<p>Sets the behavior when hiding an object to release or keep the free space</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.HIDDEN_BEHAVIOR_INVISIBLE",
                        "Titanium.UI.HIDDEN_BEHAVIOR_GONE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "horizontalMotionEffect",
                    "deprecated": false,
                    "description": "<p>Adds a horizontal parallax effect to the view</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "MinMaxOptions",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "id",
                    "deprecated": false,
                    "description": "<p>View's identifier.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "left",
                    "deprecated": false,
                    "description": "<p>Window's left position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "layout",
                    "deprecated": false,
                    "description": "<p>Specifies how the view positions its children.\nOne of: 'composite', 'vertical', or 'horizontal'.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "opacity",
                    "deprecated": false,
                    "description": "<p>The opacity from 0.0-1.0.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "overrideCurrentAnimation",
                    "deprecated": false,
                    "description": "<p>When on, animate call overrides current animation if applicable.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "pullBackgroundColor",
                    "deprecated": false,
                    "description": "<p>Background color of the wrapper view when this view is used as either <a href=\"Titanium.UI.ListView.pullView\">Titanium.UI.ListView.pullView</a> or <a href=\"Titanium.UI.TableView.headerPullView\">Titanium.UI.TableView.headerPullView</a>.</p>\n<p>Defaults to <code>undefined</code>. Results in a light grey background color on the wrapper view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "previewContext",
                    "deprecated": false,
                    "description": "<p>The preview context used in the 3D-Touch feature &quot;Peek and Pop&quot;.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Titanium.UI.iOS.PreviewContext",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "right",
                    "deprecated": false,
                    "description": "<p>Window's right position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "rect",
                    "deprecated": false,
                    "description": "<p>The bounding box of the view relative to its parent, in system units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "DimensionWithAbsolutes",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "rotation",
                    "deprecated": false,
                    "description": "<p>Clockwise 2D rotation of the view in degrees.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "rotationX",
                    "deprecated": false,
                    "description": "<p>Clockwise rotation of the view in degrees (x-axis).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "rotationY",
                    "deprecated": false,
                    "description": "<p>Clockwise rotation of the view in degrees (y-axis).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "scaleX",
                    "deprecated": false,
                    "description": "<p>Scaling of the view in x-axis in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "scaleY",
                    "deprecated": false,
                    "description": "<p>Scaling of the view in y-axis in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "size",
                    "deprecated": false,
                    "description": "<p>The size of the view in system units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Dimension",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "softKeyboardOnFocus",
                    "deprecated": false,
                    "description": "<p>Determines keyboard behavior when this view is focused. Defaults to <a href=\"Titanium.UI.Android.SOFT_KEYBOARD_DEFAULT_ON_FOCUS\">Titanium.UI.Android.SOFT_KEYBOARD_DEFAULT_ON_FOCUS</a>.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.Android.SOFT_KEYBOARD_DEFAULT_ON_FOCUS",
                        "Titanium.UI.Android.SOFT_KEYBOARD_HIDE_ON_FOCUS",
                        "Titanium.UI.Android.SOFT_KEYBOARD_SHOW_ON_FOCUS"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "tintColor",
                    "deprecated": false,
                    "description": "<p>The view's tintColor</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "top",
                    "deprecated": false,
                    "description": "<p>Window's top position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "touchEnabled",
                    "deprecated": false,
                    "description": "<p>Determines whether view should receive touch events.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "touchFeedback",
                    "deprecated": false,
                    "description": "<p>A material design visual construct that provides an instantaneous visual confirmation of touch point.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "touchFeedbackColor",
                    "deprecated": false,
                    "description": "<p>Optional touch feedback ripple color. This has no effect unless <code>touchFeedback</code> is true.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "transform",
                    "deprecated": false,
                    "description": "<p>Transformation matrix to apply to the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Titanium.UI.Matrix2D",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "translationX",
                    "deprecated": false,
                    "description": "<p>Horizontal location of the view relative to its left position in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "translationY",
                    "deprecated": false,
                    "description": "<p>Vertical location of the view relative to its top position in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "translationZ",
                    "deprecated": false,
                    "description": "<p>Depth of the view relative to its elevation in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "transitionName",
                    "deprecated": false,
                    "description": "<p>A name to identify this view in activity transition.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "verticalMotionEffect",
                    "deprecated": false,
                    "description": "<p>Adds a vertical parallax effect to the view</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "MinMaxOptions",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowRadius",
                    "deprecated": false,
                    "description": "<p>Determines the blur radius used to create the shadow.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowColor",
                    "deprecated": false,
                    "description": "<p>Determines the color of the shadow.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowOffset",
                    "deprecated": false,
                    "description": "<p>Determines the offset for the shadow of the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "visible",
                    "deprecated": false,
                    "description": "<p>Determines whether the view is visible.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "width",
                    "deprecated": false,
                    "description": "<p>View's width, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.FILL",
                        "Titanium.UI.SIZE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "horizontalWrap",
                    "deprecated": false,
                    "description": "<p>Determines whether the layout has wrapping behavior.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "zIndex",
                    "deprecated": false,
                    "description": "<p>Z-index stack order position, relative to other sibling views.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "keepScreenOn",
                    "deprecated": false,
                    "description": "<p>Determines whether to keep the device screen on.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "activity",
                    "deprecated": false,
                    "description": "<p>Contains a reference to the Android Activity object associated with this window.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Titanium.Android.Activity",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "exitOnClose",
                    "deprecated": false,
                    "description": "<p>Boolean value indicating if the application should exit when the Android\nBack button is pressed while the window is being shown or when the window\nis closed programmatically.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "extendEdges",
                    "deprecated": false,
                    "description": "<p>An array of supported values specified using the EXTEND_EDGE constants in <a href=\"Titanium.UI\">Titanium.UI</a>.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.EXTEND_EDGE_TOP",
                        "Titanium.UI.EXTEND_EDGE_BOTTOM",
                        "Titanium.UI.EXTEND_EDGE_LEFT",
                        "Titanium.UI.EXTEND_EDGE_RIGHT",
                        "Titanium.UI.EXTEND_EDGE_NONE",
                        "Titanium.UI.EXTEND_EDGE_ALL"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "flagSecure",
                    "deprecated": false,
                    "description": "<p>Treat the content of the window as secure, preventing it from appearing in screenshots or from being viewed on non-secure displays.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "includeOpaqueBars",
                    "deprecated": false,
                    "description": "<p>Specifies if the edges should extend beyond opaque bars (navigation bar, tab bar, toolbar).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "autoAdjustScrollViewInsets",
                    "deprecated": false,
                    "description": "<p>Specifies whether or not the view controller should automatically adjust its scroll view insets.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "extendSafeArea",
                    "deprecated": false,
                    "description": "<p>Specifies whether the screen insets/notches are allowed to overlap the window's content or not.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fullscreen",
                    "deprecated": false,
                    "description": "<p>Boolean value indicating if the window is fullscreen.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "homeIndicatorAutoHidden",
                    "deprecated": false,
                    "description": "<p>Boolean value indicating whether the system is allowed to hide the visual indicator for returning to the Home screen.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hidesBarsOnSwipe",
                    "deprecated": false,
                    "description": "<p>Set this to true to hide the navigation bar on swipe.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hidesBarsOnTap",
                    "deprecated": false,
                    "description": "<p>Set this to true to hide the navigation bar on tap.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hidesBarsWhenKeyboardAppears",
                    "deprecated": false,
                    "description": "<p>Set this to true to hide the navigation bar when the keyboard appears.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hidesBackButton",
                    "deprecated": false,
                    "description": "<p>Set this to true to hide the back button of navigation bar.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "largeTitleEnabled",
                    "deprecated": false,
                    "description": "<p>A Boolean value indicating whether the title should be displayed in a large format.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hidesSearchBarWhenScrolling",
                    "deprecated": false,
                    "description": "<p>A Boolean value indicating whether the integrated search bar is hidden when scrolling any underlying content.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "largeTitleDisplayMode",
                    "deprecated": false,
                    "description": "<p>The mode to use when displaying the title of the navigation bar.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.iOS.LARGE_TITLE_DISPLAY_MODE_AUTOMATIC",
                        "Titanium.UI.iOS.LARGE_TITLE_DISPLAY_MODE_ALWAYS",
                        "Titanium.UI.iOS.LARGE_TITLE_DISPLAY_MODE_NEVER"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "leftNavButtons",
                    "deprecated": false,
                    "description": "<p>An Array of views to show in the left nav bar area.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "modal",
                    "deprecated": false,
                    "description": "<p>Indicates to open a modal window or not.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "navigationWindow",
                    "deprecated": false,
                    "description": "<p>The <a href=\"Titanium.UI.NavigationWindow\">Titanium.UI.NavigationWindow</a> instance hosting this window.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Titanium.UI.NavigationWindow",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "onBack",
                    "deprecated": false,
                    "description": "<p>Callback function that overrides the default behavior when the user presses the <strong>Back</strong>\nbutton.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Function",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "orientationModes",
                    "deprecated": false,
                    "description": "<p>Array of supported orientation modes, specified using the orientation\nconstants defined in <a href=\"Titanium.UI\">Titanium.UI</a>.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.LANDSCAPE_LEFT",
                        "Titanium.UI.LANDSCAPE_RIGHT",
                        "Titanium.UI.PORTRAIT",
                        "Titanium.UI.UPSIDE_PORTRAIT"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "orientation",
                    "deprecated": false,
                    "description": "<p>Current orientation of the window.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.LANDSCAPE_LEFT",
                        "Titanium.UI.LANDSCAPE_RIGHT",
                        "Titanium.UI.PORTRAIT",
                        "Titanium.UI.UPSIDE_PORTRAIT"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "rightNavButtons",
                    "deprecated": false,
                    "description": "<p>An Array of views to show in the right nav bar area.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "safeAreaPadding",
                    "deprecated": false,
                    "description": "<p>The padding needed to safely display content without it being overlapped by the screen insets and notches.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Padding",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "splitActionBar",
                    "deprecated": true,
                    "description": "<p>Boolean value to enable split action bar. <strong>Deprecated since 6.2.0. Deprecated in AppCompat theme. The same behaviour can be achived by using Toolbar.</strong></p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "statusBarStyle",
                    "deprecated": false,
                    "description": "<p>The status bar style associated with this window.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.iOS.StatusBar.DEFAULT",
                        "Titanium.UI.iOS.StatusBar.GRAY",
                        "Titanium.UI.iOS.StatusBar.GREY",
                        "Titanium.UI.iOS.StatusBar.LIGHT_CONTENT"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "sustainedPerformanceMode",
                    "deprecated": false,
                    "description": "<p>Maintain a sustainable level of performance.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "theme",
                    "deprecated": false,
                    "description": "<p>Name of the theme to apply to the window.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "titleAttributes",
                    "deprecated": false,
                    "description": "<p>Title text attributes of the window.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "titleAttributesParams",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "windowFlags",
                    "deprecated": false,
                    "description": "<p>Additional flags to set on the Activity Window.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "windowSoftInputMode",
                    "deprecated": false,
                    "description": "<p>Determines whether a window's soft input area (ie software keyboard) is visible\nas it receives focus and how the window behaves in order to accomodate it while keeping its\ncontents in view.</p>",
                    "availability": "creation",
                    "constants": [
                        "Titanium.UI.Android.SOFT_INPUT_STATE_ALWAYS_HIDDEN",
                        "Titanium.UI.Android.SOFT_INPUT_STATE_ALWAYS_VISIBLE",
                        "Titanium.UI.Android.SOFT_INPUT_STATE_HIDDEN",
                        "Titanium.UI.Android.SOFT_INPUT_STATE_UNSPECIFIED",
                        "Titanium.UI.Android.SOFT_INPUT_STATE_VISIBLE",
                        "Titanium.UI.Android.SOFT_INPUT_ADJUST_PAN",
                        "Titanium.UI.Android.SOFT_INPUT_ADJUST_RESIZE",
                        "Titanium.UI.Android.SOFT_INPUT_ADJUST_UNSPECIFIED"
                    ],
                    "examples": [
                        {
                            "title": "Soft Input Visibility and Adjustment",
                            "code": "<p>Create a white window and respond to a click of it to open a red window containing a\ntext area. Show the software keyboard automatically as the red window opens.</p>\n<pre><code>var win1 = Ti.UI.createWindow({\n  backgroundColor: 'white',\n  exitOnClose: true,\n  fullscreen: false,\n  title: 'Click window to test'\n});\n\n// use bitwise OR to combine two settings for the windowSoftInputMode property\nvar softInput = Ti.UI.Android.SOFT_INPUT_STATE_ALWAYS_VISIBLE | Ti.UI.Android.SOFT_INPUT_ADJUST_PAN;\n\nwin1.addEventListener('click', function(){\nvar win2 = Ti.UI.createWindow({\n  backgroundColor: 'red',\n  fullscreen: false,\n  windowSoftInputMode: softInput\n});\n\nvar textArea = Ti.UI.createTextArea({\n  value : 'I am a textarea',\n  height : 200,\n  width : 300,\n  top : 200\n});\nwin2.add(textArea);\nwin2.open();\n});\n\nwin1.open();\n</code></pre>"
                        }
                    ],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "windowPixelFormat",
                    "deprecated": false,
                    "description": "<p>Set the pixel format for the Activity's Window.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.Android.PIXEL_FORMAT_A_8",
                        "Titanium.UI.Android.PIXEL_FORMAT_LA_88",
                        "Titanium.UI.Android.PIXEL_FORMAT_L_8",
                        "Titanium.UI.Android.PIXEL_FORMAT_OPAQUE",
                        "Titanium.UI.Android.PIXEL_FORMAT_RGBA_4444",
                        "Titanium.UI.Android.PIXEL_FORMAT_RGBA_5551",
                        "Titanium.UI.Android.PIXEL_FORMAT_RGBA_8888",
                        "Titanium.UI.Android.PIXEL_FORMAT_RGBX_8888",
                        "Titanium.UI.Android.PIXEL_FORMAT_RGB_332",
                        "Titanium.UI.Android.PIXEL_FORMAT_RGB_565",
                        "Titanium.UI.Android.PIXEL_FORMAT_RGB_888",
                        "Titanium.UI.Android.PIXEL_FORMAT_TRANSLUCENT",
                        "Titanium.UI.Android.PIXEL_FORMAT_TRANSPARENT",
                        "Titanium.UI.Android.PIXEL_FORMAT_UNKNOWN"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "activityExitTransition",
                    "deprecated": false,
                    "description": "<p>The type of transition used when activity is exiting.</p>",
                    "availability": "creation",
                    "constants": [
                        "Titanium.UI.Android.TRANSITION_EXPLODE",
                        "Titanium.UI.Android.TRANSITION_FADE_IN",
                        "Titanium.UI.Android.TRANSITION_FADE_OUT",
                        "Titanium.UI.Android.TRANSITION_SLIDE_TOP",
                        "Titanium.UI.Android.TRANSITION_SLIDE_RIGHT",
                        "Titanium.UI.Android.TRANSITION_SLIDE_BOTTOM",
                        "Titanium.UI.Android.TRANSITION_SLIDE_LEFT",
                        "Titanium.UI.Android.TRANSITION_NONE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "activityEnterTransition",
                    "deprecated": false,
                    "description": "<p>The type of transition used when activity is entering.</p>",
                    "availability": "creation",
                    "constants": [
                        "Titanium.UI.Android.TRANSITION_EXPLODE",
                        "Titanium.UI.Android.TRANSITION_FADE_IN",
                        "Titanium.UI.Android.TRANSITION_FADE_OUT",
                        "Titanium.UI.Android.TRANSITION_SLIDE_TOP",
                        "Titanium.UI.Android.TRANSITION_SLIDE_RIGHT",
                        "Titanium.UI.Android.TRANSITION_SLIDE_BOTTOM",
                        "Titanium.UI.Android.TRANSITION_SLIDE_LEFT",
                        "Titanium.UI.Android.TRANSITION_NONE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "activityReturnTransition",
                    "deprecated": false,
                    "description": "<p>The type of transition used when returning from a previously started activity.</p>",
                    "availability": "creation",
                    "constants": [
                        "Titanium.UI.Android.TRANSITION_EXPLODE",
                        "Titanium.UI.Android.TRANSITION_FADE_IN",
                        "Titanium.UI.Android.TRANSITION_FADE_OUT",
                        "Titanium.UI.Android.TRANSITION_SLIDE_TOP",
                        "Titanium.UI.Android.TRANSITION_SLIDE_RIGHT",
                        "Titanium.UI.Android.TRANSITION_SLIDE_BOTTOM",
                        "Titanium.UI.Android.TRANSITION_SLIDE_LEFT",
                        "Titanium.UI.Android.TRANSITION_NONE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "activityReenterTransition",
                    "deprecated": false,
                    "description": "<p>The type of transition used when reentering to a previously started activity.</p>",
                    "availability": "creation",
                    "constants": [
                        "Titanium.UI.Android.TRANSITION_EXPLODE",
                        "Titanium.UI.Android.TRANSITION_FADE_IN",
                        "Titanium.UI.Android.TRANSITION_FADE_OUT",
                        "Titanium.UI.Android.TRANSITION_SLIDE_TOP",
                        "Titanium.UI.Android.TRANSITION_SLIDE_RIGHT",
                        "Titanium.UI.Android.TRANSITION_SLIDE_BOTTOM",
                        "Titanium.UI.Android.TRANSITION_SLIDE_LEFT",
                        "Titanium.UI.Android.TRANSITION_NONE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "activitySharedElementExitTransition",
                    "deprecated": false,
                    "description": "<p>The type of exit transition used when animating shared elements between two activities.</p>",
                    "availability": "creation",
                    "constants": [
                        "Titanium.UI.Android.TRANSITION_CHANGE_BOUNDS",
                        "Titanium.UI.Android.TRANSITION_CHANGE_CLIP_BOUNDS",
                        "Titanium.UI.Android.TRANSITION_CHANGE_TRANSFORM",
                        "Titanium.UI.Android.TRANSITION_CHANGE_IMAGE_TRANSFORM",
                        "Titanium.UI.Android.TRANSITION_NONE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "activitySharedElementEnterTransition",
                    "deprecated": false,
                    "description": "<p>The type of enter transition used when animating shared elements between two activities.</p>",
                    "availability": "creation",
                    "constants": [
                        "Titanium.UI.Android.TRANSITION_CHANGE_BOUNDS",
                        "Titanium.UI.Android.TRANSITION_CHANGE_CLIP_BOUNDS",
                        "Titanium.UI.Android.TRANSITION_CHANGE_TRANSFORM",
                        "Titanium.UI.Android.TRANSITION_CHANGE_IMAGE_TRANSFORM",
                        "Titanium.UI.Android.TRANSITION_NONE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "activitySharedElementReturnTransition",
                    "deprecated": false,
                    "description": "<p>The type of return transition used when animating shared elements between two activities.</p>",
                    "availability": "creation",
                    "constants": [
                        "Titanium.UI.Android.TRANSITION_CHANGE_BOUNDS",
                        "Titanium.UI.Android.TRANSITION_CHANGE_CLIP_BOUNDS",
                        "Titanium.UI.Android.TRANSITION_CHANGE_TRANSFORM",
                        "Titanium.UI.Android.TRANSITION_CHANGE_IMAGE_TRANSFORM",
                        "Titanium.UI.Android.TRANSITION_NONE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "activitySharedElementReenterTransition",
                    "deprecated": false,
                    "description": "<p>The type of reenter transition used when animating shared elements between two activities.</p>",
                    "availability": "creation",
                    "constants": [
                        "Titanium.UI.Android.TRANSITION_CHANGE_BOUNDS",
                        "Titanium.UI.Android.TRANSITION_CHANGE_CLIP_BOUNDS",
                        "Titanium.UI.Android.TRANSITION_CHANGE_TRANSFORM",
                        "Titanium.UI.Android.TRANSITION_CHANGE_IMAGE_TRANSFORM",
                        "Titanium.UI.Android.TRANSITION_NONE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "window",
                    "deprecated": false,
                    "description": "<p>Window to add to this navigation window.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>You create a <code>NavigationWindow</code> with the <a href=\"Titanium.UI.createNavigationWindow\">Titanium.UI.createNavigationWindow</a> factory method or\na <code>&lt;NavigationWindow&gt;</code> Alloy element.</p>\n<p>All <code>NavigationWindow</code> objects must have at least one root window that cannot be removed. When\ncreating a <code>NavigationWindow</code> with the factory method, you must set its <code>window</code> property to the\nroot level window. Equivalently, in an Alloy application, insert a <code>&lt;Window&gt;</code> element as a child of the\n<code>&lt;NavigationWindow&gt;</code> element. See examples below.</p>\n<p>This object is not meant to be added to other windows. However, it can be used within a <a href=\"Titanium.UI.iPad.SplitWindow\">Titanium.UI.iPad.SplitWindow</a>.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "8.0.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "8.0.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "8.0.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.Notification",
            "description": "<p>A toast notification.</p>",
            "deprecated": false,
            "events": [],
            "examples": [
                {
                    "title": "Simple Toast Notification",
                    "code": "<p>The simplest use case is also the most common.</p>\n<pre><code>var toast = Ti.UI.createNotification({\n    message:&quot;Please Stand By&quot;,\n    duration: Ti.UI.NOTIFICATION_DURATION_LONG\n});\ntoast.show();\n</code></pre>"
                },
                {
                    "title": "Alloy XML Markup",
                    "code": "<p>Previous example as an Alloy view.</p>\n<p>index.xml</p>\n<pre><code>&lt;Alloy&gt;\n    &lt;Window&gt;\n        &lt;Notification id=&quot;toast&quot; platform=&quot;android&quot; message=&quot;Please Stand By&quot; duration=&quot;Ti.UI.NOTIFICATION_DURATION_LONG&quot; /&gt;\n    &lt;/Window&gt;\n&lt;/Alloy&gt;\n</code></pre>\n<p>index.js</p>\n<pre><code>$.index.open();\n$.toast.show();\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "show",
                    "deprecated": false,
                    "description": "<p>Show the notification.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Notification.bubbleParent\">Titanium.UI.Notification.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Notification.bubbleParent\">Titanium.UI.Notification.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Notification.bubbleParent\">Titanium.UI.Notification.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Notification.bubbleParent\">Titanium.UI.Notification.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Notification.apiName\">Titanium.UI.Notification.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Notification.apiName\">Titanium.UI.Notification.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Notification.lifecycleContainer\">Titanium.UI.Notification.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Notification.lifecycleContainer\">Titanium.UI.Notification.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Notification.lifecycleContainer\">Titanium.UI.Notification.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Notification.lifecycleContainer\">Titanium.UI.Notification.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getMessage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Notification.message\">Titanium.UI.Notification.message</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Notification.message\">Titanium.UI.Notification.message</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setMessage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Notification.message\">Titanium.UI.Notification.message</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Notification.message\">Titanium.UI.Notification.message</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "message",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getDuration",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Notification.duration\">Titanium.UI.Notification.duration</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Notification.duration\">Titanium.UI.Notification.duration</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setDuration",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Notification.duration\">Titanium.UI.Notification.duration</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Notification.duration\">Titanium.UI.Notification.duration</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "duration",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getGravity",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Notification.gravity\">Titanium.UI.Notification.gravity</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Notification.gravity\">Titanium.UI.Notification.gravity</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setGravity",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Notification.gravity\">Titanium.UI.Notification.gravity</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Notification.gravity\">Titanium.UI.Notification.gravity</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "gravity",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getXOffset",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Notification.xOffset\">Titanium.UI.Notification.xOffset</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Notification.xOffset\">Titanium.UI.Notification.xOffset</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setXOffset",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Notification.xOffset\">Titanium.UI.Notification.xOffset</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Notification.xOffset\">Titanium.UI.Notification.xOffset</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "xOffset",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getYOffset",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Notification.yOffset\">Titanium.UI.Notification.yOffset</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Notification.yOffset\">Titanium.UI.Notification.yOffset</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setYOffset",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Notification.yOffset\">Titanium.UI.Notification.yOffset</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Notification.yOffset\">Titanium.UI.Notification.yOffset</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "yOffset",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getHorizontalMargin",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Notification.horizontalMargin\">Titanium.UI.Notification.horizontalMargin</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Notification.horizontalMargin\">Titanium.UI.Notification.horizontalMargin</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setHorizontalMargin",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Notification.horizontalMargin\">Titanium.UI.Notification.horizontalMargin</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Notification.horizontalMargin\">Titanium.UI.Notification.horizontalMargin</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "horizontalMargin",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getVerticalMargin",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Notification.verticalMargin\">Titanium.UI.Notification.verticalMargin</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Notification.verticalMargin\">Titanium.UI.Notification.verticalMargin</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setVerticalMargin",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Notification.verticalMargin\">Titanium.UI.Notification.verticalMargin</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Notification.verticalMargin\">Titanium.UI.Notification.verticalMargin</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "verticalMargin",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": true,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "message",
                    "deprecated": false,
                    "description": "<p>Notification text to display.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "duration",
                    "deprecated": false,
                    "description": "<p>Determines how long the notification stays on screen.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.NOTIFICATION_DURATION_LONG",
                        "Titanium.UI.NOTIFICATION_DURATION_SHORT"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "gravity",
                    "deprecated": false,
                    "description": "<p>Determines the location at which the notification should appear on the screen.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.Android.GRAVITY_AXIS_CLIP",
                        "Titanium.UI.Android.GRAVITY_AXIS_PULL_AFTER",
                        "Titanium.UI.Android.GRAVITY_AXIS_PULL_BEFORE",
                        "Titanium.UI.Android.GRAVITY_AXIS_SPECIFIED",
                        "Titanium.UI.Android.GRAVITY_AXIS_X_SHIFT",
                        "Titanium.UI.Android.GRAVITY_AXIS_Y_SHIFT",
                        "Titanium.UI.Android.GRAVITY_BOTTOM",
                        "Titanium.UI.Android.GRAVITY_CENTER",
                        "Titanium.UI.Android.GRAVITY_CENTER_HORIZONTAL",
                        "Titanium.UI.Android.GRAVITY_CENTER_VERTICAL",
                        "Titanium.UI.Android.GRAVITY_CLIP_HORIZONTAL",
                        "Titanium.UI.Android.GRAVITY_CLIP_VERTICAL",
                        "Titanium.UI.Android.GRAVITY_DISPLAY_CLIP_HORIZONTAL",
                        "Titanium.UI.Android.GRAVITY_DISPLAY_CLIP_VERTICAL",
                        "Titanium.UI.Android.GRAVITY_END",
                        "Titanium.UI.Android.GRAVITY_FILL",
                        "Titanium.UI.Android.GRAVITY_FILL_HORIZONTAL",
                        "Titanium.UI.Android.GRAVITY_FILL_VERTICAL",
                        "Titanium.UI.Android.GRAVITY_HORIZONTAL_GRAVITY_MASK",
                        "Titanium.UI.Android.GRAVITY_LEFT",
                        "Titanium.UI.Android.GRAVITY_NO_GRAVITY",
                        "Titanium.UI.Android.GRAVITY_RELATIVE_HORIZONTAL_GRAVITY_MASK",
                        "Titanium.UI.Android.GRAVITY_RELATIVE_LAYOUT_DIRECTION",
                        "Titanium.UI.Android.GRAVITY_RIGHT",
                        "Titanium.UI.Android.GRAVITY_START",
                        "Titanium.UI.Android.GRAVITY_TOP",
                        "Titanium.UI.Android.GRAVITY_VERTICAL_GRAVITY_MASK"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "xOffset",
                    "deprecated": false,
                    "description": "<p>X offset from the default position, in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "yOffset",
                    "deprecated": false,
                    "description": "<p>Y offset from the default position, in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "horizontalMargin",
                    "deprecated": false,
                    "description": "<p>Horizontal placement of the notification, <em>as a fraction of the screen width</em>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "verticalMargin",
                    "deprecated": false,
                    "description": "<p>Vertical placement of the notifcation, <em>as a fraction of the screen height</em>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>A toast notification is an unobtrusive, pop-up notification that does not\nblock the UI. Use the <a href=\"Titanium.UI.createNotification\">Titanium.UI.createNotification</a> method or <strong><code>&lt;Notification&gt;</code></strong> Alloy element\nto create a Toast notification.</p>\n<p>On Android, by default, a toast notification appears centered on the bottom half of the screen.\nOn Windows Phone, by default, a toast notification appears over the status bar on the top part\nof the screen.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                }
            ]
        },
        {
            "name": "Titanium.UI.OptionDialog",
            "description": "<p>An option dialog is a modal view that includes a message and one or more option items positioned\nin the middle of the display on Android and at the bottom edge on iOS. On Android, buttons may\nbe added below the options.</p>",
            "deprecated": false,
            "events": [
                {
                    "name": "click",
                    "deprecated": false,
                    "description": "<p>Fired when an option of this dialog is clicked or, under certain circumstances, when this\ndialog is dismissed.</p>",
                    "properties": [
                        {
                            "name": "index",
                            "constants": [],
                            "description": "<p>Index of the option that was pressed. See description for result of the dialog being\ndismissed in some other way.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "button",
                            "constants": [],
                            "description": "<p>Indicates whether the index returned by the <code>index</code> property relates to a button rather\nthan an option item.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancel",
                            "constants": [],
                            "description": "<p>Boolean type on Android; Number on iOS.</p>\n<p>On Android, indicates whether the cancel button was clicked, in which\ncase returns <code>true</code>.</p>\n<p>On iOS, the value of the <a href=\"Titanium.UI.OptionDialog.cancel\">cancel</a>\nproperty is returned, if defined, or <code>-1</code> otherwise.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "destructive",
                            "constants": [],
                            "description": "<p>Index of the destructive option if defined or <code>-1</code> otherwise.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                }
            ],
            "examples": [
                {
                    "title": "Dialog with 3 Options",
                    "code": "<pre><code>Ti.UI.setBackgroundColor('white');\nvar win = Ti.UI.createWindow({\ntitle: 'Click window to test',\nbackgroundColor: 'white'\n});\nvar opts = {\ncancel: 2,\noptions: ['Confirm', 'Help', 'Cancel'],\nselectedIndex: 2,\ndestructive: 0,\ntitle: 'Delete File?'\n};\nwin.addEventListener('click', function(e){\nvar dialog = Ti.UI.createOptionDialog(opts).show();\n});\nwin.open();</code></pre>"
                },
                {
                    "title": "Dialog with 2 Options and 1 Button on Android and 3 Options on iOS",
                    "code": "<pre><code>var win = Ti.UI.createWindow({\ntitle: 'Click window to test OptionDialog',\nbackgroundColor: 'white'\n});\nvar opts = {\ntitle: 'Delete File?'\n};\nvar isAndroid = Ti.Platform.osname === 'android';\nif (isAndroid) {\nopts.options = ['Confirm', 'Cancel'];\nopts.buttonNames = ['Help'];\n} else {\nopts.options = ['Confirm', 'Help', 'Cancel'];\n}\nvar dialog;\nwin.addEventListener('click', function() {\ndialog = Ti.UI.createOptionDialog(opts);\ndialog.addEventListener('click', onSelectDialog);\ndialog.addEventListener('cancel', function(e) {\nalert('Dialog canceled! e.cancel = ' + e.cancel + ', e.index = ' + e.index);\n})\ndialog.show();\n});\nfunction onSelectDialog(e) {\nif (isAndroid) {\nif (e.button === false &amp;&amp; e.index === 0) {\nalert('Confirm option selected! e.index = ' + e.index);\n}\nif (e.button === false &amp;&amp; eventeindex === 1) {\nalert('Cancel option selected! e.index = ' + e.index);\n}\nif (e.button === true &amp;&amp; e.index === 0) {\nalert('Help Button clicked! e.index = ' + e.index);\n}\n}\n}\nwin.open();</code></pre>"
                },
                {
                    "title": "Alloy XML Markup",
                    "code": "<p>Previous example as an Alloy view. You can set <a href=\"Titanium.UI.OptionDialog.cancel\">cancel</a>\nand <a href=\"Titanium.UI.OptionDialog.destructive\">destructive</a> on a <code>&lt;Option/&gt;</code> tag.</p>\n<p>optiondialog.xml:</p>\n<pre><code>&lt;Alloy&gt;\n    &lt;Window id=&quot;win&quot; onClick=&quot;showOptions&quot; title=&quot;Click window to test&quot;\n        fullscreen=&quot;false&quot; onExit=&quot;true&quot; backgroundColor=&quot;white&quot;&gt;\n\n        &lt;!--\n            The OptionDialog tag declares an option dialog,\n            which will need to be opened by the controller.\n        --&gt;\n        &lt;OptionDialog id=&quot;dialog&quot; title=&quot;Delete File?&quot;&gt;\n\n            &lt;!-- The Options tag sets the options property. --&gt;\n            &lt;Options&gt;\n                &lt;Option destructive=&quot;true&quot;&gt;Confirm&lt;/Option&gt;\n                &lt;Option platform=&quot;ios&quot;&gt;Help&lt;/Option&gt;\n                &lt;Option cancel=&quot;true&quot;&gt;Cancel&lt;/Option&gt;\n            &lt;/Options&gt;\n\n            &lt;!-- The ButtonNames tag sets the Android-only buttonNames property. --&gt;\n            &lt;ButtonNames&gt;\n                &lt;ButtonName&gt;Help&lt;/ButtonName&gt;\n            &lt;/ButtonNames&gt;\n\n            &lt;!-- Add a View for the androidView property here. --&gt;\n\n        &lt;/OptionDialog&gt;\n\n        &lt;!-- Add views here --&gt;\n\n    &lt;/Window&gt;\n&lt;/Alloy&gt;\n</code></pre>\n<p>optiondialog.js:</p>\n<pre><code>function showOptions(){\n    $.dialog.show();\n}\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "clearMotionEffects",
                    "deprecated": false,
                    "description": "<p>Removes all previously added motion effects.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "finishLayout",
                    "deprecated": true,
                    "description": "<p>Finishes a batch update of the View's layout properties and schedules a layout pass of the\nview tree.\n<strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hide",
                    "deprecated": false,
                    "description": "<p>Hides this dialog.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Argument containing parameters for this method. Only used on iOS.</p>",
                            "type": "hideParams",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "insertAt",
                    "deprecated": false,
                    "description": "<p>Inserts a view at the specified position in the <a href=\"Titanium.UI.View.children\">children</a> array.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Pass an object that specifies the view to insert and optionally at which position (defaults to end)</p>",
                            "type": "ViewPositionOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "show",
                    "deprecated": false,
                    "description": "<p>Shows this dialog.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Argument containing parameters for this method. Only used on iPad.</p>",
                            "type": "showParams",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "startLayout",
                    "deprecated": true,
                    "description": "<p>Starts a batch update of this view's layout properties. <strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">Titanium.Proxy.applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "updateLayout",
                    "deprecated": true,
                    "description": "<p>Performs a batch update of all supplied layout properties and schedules a layout pass after\nthey have been updated.\n<strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">Titanium.Proxy.applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Layout properties to be updated.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewById",
                    "deprecated": false,
                    "description": "<p>Returns the matching view of a given view ID.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "id",
                            "constants": [],
                            "description": "<p>The ID of the view that should be returned. Use the <code>id</code> property in your views to\nenable it for indexing in this method.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.View",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.OptionDialog.bubbleParent\">Titanium.UI.OptionDialog.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.OptionDialog.bubbleParent\">Titanium.UI.OptionDialog.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.OptionDialog.bubbleParent\">Titanium.UI.OptionDialog.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.OptionDialog.bubbleParent\">Titanium.UI.OptionDialog.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.OptionDialog.apiName\">Titanium.UI.OptionDialog.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.OptionDialog.apiName\">Titanium.UI.OptionDialog.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.OptionDialog.lifecycleContainer\">Titanium.UI.OptionDialog.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.OptionDialog.lifecycleContainer\">Titanium.UI.OptionDialog.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.OptionDialog.lifecycleContainer\">Titanium.UI.OptionDialog.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.OptionDialog.lifecycleContainer\">Titanium.UI.OptionDialog.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getElevation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.OptionDialog.elevation\">Titanium.UI.OptionDialog.elevation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.OptionDialog.elevation\">Titanium.UI.OptionDialog.elevation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setElevation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.OptionDialog.elevation\">Titanium.UI.OptionDialog.elevation</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.OptionDialog.elevation\">Titanium.UI.OptionDialog.elevation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "elevation",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getHiddenBehavior",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.OptionDialog.hiddenBehavior\">Titanium.UI.OptionDialog.hiddenBehavior</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.OptionDialog.hiddenBehavior\">Titanium.UI.OptionDialog.hiddenBehavior</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setHiddenBehavior",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.OptionDialog.hiddenBehavior\">Titanium.UI.OptionDialog.hiddenBehavior</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.OptionDialog.hiddenBehavior\">Titanium.UI.OptionDialog.hiddenBehavior</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "hiddenBehavior",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getHorizontalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.OptionDialog.horizontalMotionEffect\">Titanium.UI.OptionDialog.horizontalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.OptionDialog.horizontalMotionEffect\">Titanium.UI.OptionDialog.horizontalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "MinMaxOptions",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHorizontalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.OptionDialog.horizontalMotionEffect\">Titanium.UI.OptionDialog.horizontalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.OptionDialog.horizontalMotionEffect\">Titanium.UI.OptionDialog.horizontalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "horizontalMotionEffect",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "MinMaxOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPreviewContext",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.OptionDialog.previewContext\">Titanium.UI.OptionDialog.previewContext</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.OptionDialog.previewContext\">Titanium.UI.OptionDialog.previewContext</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.iOS.PreviewContext",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "setPreviewContext",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.OptionDialog.previewContext\">Titanium.UI.OptionDialog.previewContext</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.OptionDialog.previewContext\">Titanium.UI.OptionDialog.previewContext</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "previewContext",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.iOS.PreviewContext",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "getRotation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.OptionDialog.rotation\">Titanium.UI.OptionDialog.rotation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.OptionDialog.rotation\">Titanium.UI.OptionDialog.rotation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRotation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.OptionDialog.rotation\">Titanium.UI.OptionDialog.rotation</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.OptionDialog.rotation\">Titanium.UI.OptionDialog.rotation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rotation",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getRotationX",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.OptionDialog.rotationX\">Titanium.UI.OptionDialog.rotationX</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.OptionDialog.rotationX\">Titanium.UI.OptionDialog.rotationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRotationX",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.OptionDialog.rotationX\">Titanium.UI.OptionDialog.rotationX</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.OptionDialog.rotationX\">Titanium.UI.OptionDialog.rotationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rotationX",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getRotationY",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.OptionDialog.rotationY\">Titanium.UI.OptionDialog.rotationY</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.OptionDialog.rotationY\">Titanium.UI.OptionDialog.rotationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRotationY",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.OptionDialog.rotationY\">Titanium.UI.OptionDialog.rotationY</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.OptionDialog.rotationY\">Titanium.UI.OptionDialog.rotationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rotationY",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getScaleX",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.OptionDialog.scaleX\">Titanium.UI.OptionDialog.scaleX</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.OptionDialog.scaleX\">Titanium.UI.OptionDialog.scaleX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setScaleX",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.OptionDialog.scaleX\">Titanium.UI.OptionDialog.scaleX</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.OptionDialog.scaleX\">Titanium.UI.OptionDialog.scaleX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "scaleX",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getScaleY",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.OptionDialog.scaleY\">Titanium.UI.OptionDialog.scaleY</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.OptionDialog.scaleY\">Titanium.UI.OptionDialog.scaleY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setScaleY",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.OptionDialog.scaleY\">Titanium.UI.OptionDialog.scaleY</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.OptionDialog.scaleY\">Titanium.UI.OptionDialog.scaleY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "scaleY",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTintColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.OptionDialog.tintColor\">Titanium.UI.OptionDialog.tintColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.OptionDialog.tintColor\">Titanium.UI.OptionDialog.tintColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTintColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.OptionDialog.tintColor\">Titanium.UI.OptionDialog.tintColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.OptionDialog.tintColor\">Titanium.UI.OptionDialog.tintColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "tintColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTouchFeedback",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.OptionDialog.touchFeedback\">Titanium.UI.OptionDialog.touchFeedback</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.OptionDialog.touchFeedback\">Titanium.UI.OptionDialog.touchFeedback</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTouchFeedback",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.OptionDialog.touchFeedback\">Titanium.UI.OptionDialog.touchFeedback</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.OptionDialog.touchFeedback\">Titanium.UI.OptionDialog.touchFeedback</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchFeedback",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTouchFeedbackColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.OptionDialog.touchFeedbackColor\">Titanium.UI.OptionDialog.touchFeedbackColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.OptionDialog.touchFeedbackColor\">Titanium.UI.OptionDialog.touchFeedbackColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTouchFeedbackColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.OptionDialog.touchFeedbackColor\">Titanium.UI.OptionDialog.touchFeedbackColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.OptionDialog.touchFeedbackColor\">Titanium.UI.OptionDialog.touchFeedbackColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchFeedbackColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTranslationX",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.OptionDialog.translationX\">Titanium.UI.OptionDialog.translationX</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.OptionDialog.translationX\">Titanium.UI.OptionDialog.translationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTranslationX",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.OptionDialog.translationX\">Titanium.UI.OptionDialog.translationX</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.OptionDialog.translationX\">Titanium.UI.OptionDialog.translationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translationX",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTranslationY",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.OptionDialog.translationY\">Titanium.UI.OptionDialog.translationY</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.OptionDialog.translationY\">Titanium.UI.OptionDialog.translationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTranslationY",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.OptionDialog.translationY\">Titanium.UI.OptionDialog.translationY</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.OptionDialog.translationY\">Titanium.UI.OptionDialog.translationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translationY",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTranslationZ",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.OptionDialog.translationZ\">Titanium.UI.OptionDialog.translationZ</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.OptionDialog.translationZ\">Titanium.UI.OptionDialog.translationZ</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTranslationZ",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.OptionDialog.translationZ\">Titanium.UI.OptionDialog.translationZ</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.OptionDialog.translationZ\">Titanium.UI.OptionDialog.translationZ</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translationZ",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTransitionName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.OptionDialog.transitionName\">Titanium.UI.OptionDialog.transitionName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.OptionDialog.transitionName\">Titanium.UI.OptionDialog.transitionName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTransitionName",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.OptionDialog.transitionName\">Titanium.UI.OptionDialog.transitionName</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.OptionDialog.transitionName\">Titanium.UI.OptionDialog.transitionName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "transitionName",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getVerticalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.OptionDialog.verticalMotionEffect\">Titanium.UI.OptionDialog.verticalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.OptionDialog.verticalMotionEffect\">Titanium.UI.OptionDialog.verticalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "MinMaxOptions",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setVerticalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.OptionDialog.verticalMotionEffect\">Titanium.UI.OptionDialog.verticalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.OptionDialog.verticalMotionEffect\">Titanium.UI.OptionDialog.verticalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "verticalMotionEffect",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "MinMaxOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAndroidView",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.OptionDialog.androidView\">Titanium.UI.OptionDialog.androidView</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.OptionDialog.androidView\">Titanium.UI.OptionDialog.androidView</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.View",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setAndroidView",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.OptionDialog.androidView\">Titanium.UI.OptionDialog.androidView</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.OptionDialog.androidView\">Titanium.UI.OptionDialog.androidView</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "androidView",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getButtonNames",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.OptionDialog.buttonNames\">Titanium.UI.OptionDialog.buttonNames</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.OptionDialog.buttonNames\">Titanium.UI.OptionDialog.buttonNames</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setButtonNames",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.OptionDialog.buttonNames\">Titanium.UI.OptionDialog.buttonNames</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.OptionDialog.buttonNames\">Titanium.UI.OptionDialog.buttonNames</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "buttonNames",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getCancel",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.OptionDialog.cancel\">Titanium.UI.OptionDialog.cancel</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.OptionDialog.cancel\">Titanium.UI.OptionDialog.cancel</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setCancel",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.OptionDialog.cancel\">Titanium.UI.OptionDialog.cancel</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.OptionDialog.cancel\">Titanium.UI.OptionDialog.cancel</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "cancel",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getDestructive",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.OptionDialog.destructive\">Titanium.UI.OptionDialog.destructive</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.OptionDialog.destructive\">Titanium.UI.OptionDialog.destructive</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setDestructive",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.OptionDialog.destructive\">Titanium.UI.OptionDialog.destructive</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.OptionDialog.destructive\">Titanium.UI.OptionDialog.destructive</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "destructive",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getOptions",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.OptionDialog.options\">Titanium.UI.OptionDialog.options</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.OptionDialog.options\">Titanium.UI.OptionDialog.options</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setOptions",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.OptionDialog.options\">Titanium.UI.OptionDialog.options</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.OptionDialog.options\">Titanium.UI.OptionDialog.options</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getOpaquebackground",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.OptionDialog.opaquebackground\">Titanium.UI.OptionDialog.opaquebackground</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.OptionDialog.opaquebackground\">Titanium.UI.OptionDialog.opaquebackground</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setOpaquebackground",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.OptionDialog.opaquebackground\">Titanium.UI.OptionDialog.opaquebackground</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.OptionDialog.opaquebackground\">Titanium.UI.OptionDialog.opaquebackground</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "opaquebackground",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPersistent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.OptionDialog.persistent\">Titanium.UI.OptionDialog.persistent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.OptionDialog.persistent\">Titanium.UI.OptionDialog.persistent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setPersistent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.OptionDialog.persistent\">Titanium.UI.OptionDialog.persistent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.OptionDialog.persistent\">Titanium.UI.OptionDialog.persistent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "persistent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSelectedIndex",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.OptionDialog.selectedIndex\">Titanium.UI.OptionDialog.selectedIndex</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.OptionDialog.selectedIndex\">Titanium.UI.OptionDialog.selectedIndex</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setSelectedIndex",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.OptionDialog.selectedIndex\">Titanium.UI.OptionDialog.selectedIndex</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.OptionDialog.selectedIndex\">Titanium.UI.OptionDialog.selectedIndex</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "selectedIndex",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTitle",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.OptionDialog.title\">Titanium.UI.OptionDialog.title</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.OptionDialog.title\">Titanium.UI.OptionDialog.title</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTitle",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.OptionDialog.title\">Titanium.UI.OptionDialog.title</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.OptionDialog.title\">Titanium.UI.OptionDialog.title</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "title",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTitleid",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.OptionDialog.titleid\">Titanium.UI.OptionDialog.titleid</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.OptionDialog.titleid\">Titanium.UI.OptionDialog.titleid</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTitleid",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.OptionDialog.titleid\">Titanium.UI.OptionDialog.titleid</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.OptionDialog.titleid\">Titanium.UI.OptionDialog.titleid</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "titleid",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.UI.View",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "elevation",
                    "deprecated": false,
                    "description": "<p>Base elevation of the view relative to its parent in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "hiddenBehavior",
                    "deprecated": false,
                    "description": "<p>Sets the behavior when hiding an object to release or keep the free space</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.HIDDEN_BEHAVIOR_INVISIBLE",
                        "Titanium.UI.HIDDEN_BEHAVIOR_GONE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "horizontalMotionEffect",
                    "deprecated": false,
                    "description": "<p>Adds a horizontal parallax effect to the view</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "MinMaxOptions",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "id",
                    "deprecated": false,
                    "description": "<p>View's identifier.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "previewContext",
                    "deprecated": false,
                    "description": "<p>The preview context used in the 3D-Touch feature &quot;Peek and Pop&quot;.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Titanium.UI.iOS.PreviewContext",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "rotation",
                    "deprecated": false,
                    "description": "<p>Clockwise 2D rotation of the view in degrees.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "rotationX",
                    "deprecated": false,
                    "description": "<p>Clockwise rotation of the view in degrees (x-axis).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "rotationY",
                    "deprecated": false,
                    "description": "<p>Clockwise rotation of the view in degrees (y-axis).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "scaleX",
                    "deprecated": false,
                    "description": "<p>Scaling of the view in x-axis in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "scaleY",
                    "deprecated": false,
                    "description": "<p>Scaling of the view in y-axis in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "tintColor",
                    "deprecated": false,
                    "description": "<p>The view's tintColor</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "touchFeedback",
                    "deprecated": false,
                    "description": "<p>A material design visual construct that provides an instantaneous visual confirmation of touch point.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "touchFeedbackColor",
                    "deprecated": false,
                    "description": "<p>Optional touch feedback ripple color. This has no effect unless <code>touchFeedback</code> is true.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "translationX",
                    "deprecated": false,
                    "description": "<p>Horizontal location of the view relative to its left position in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "translationY",
                    "deprecated": false,
                    "description": "<p>Vertical location of the view relative to its top position in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "translationZ",
                    "deprecated": false,
                    "description": "<p>Depth of the view relative to its elevation in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "transitionName",
                    "deprecated": false,
                    "description": "<p>A name to identify this view in activity transition.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.2"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "verticalMotionEffect",
                    "deprecated": false,
                    "description": "<p>Adds a vertical parallax effect to the view</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "MinMaxOptions",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "androidView",
                    "deprecated": false,
                    "description": "<p>View to load inside the message area, to create a custom layout.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "type": "Titanium.UI.View",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "buttonNames",
                    "deprecated": false,
                    "description": "<p>List of button names.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "cancel",
                    "deprecated": false,
                    "description": "<p>Index to define the cancel option.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "destructive",
                    "deprecated": false,
                    "description": "<p>Index to define the destructive option, indicated by a visual cue when rendered.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "options",
                    "deprecated": false,
                    "description": "<p>List of option names to display in the dialog.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "opaquebackground",
                    "deprecated": false,
                    "description": "<p>Boolean value indicating if the option dialog should have an opaque background.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "persistent",
                    "deprecated": false,
                    "description": "<p>Boolean value indicating if the option dialog should only be cancelled by user gesture or by hide method.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "selectedIndex",
                    "deprecated": false,
                    "description": "<p>Defines the default selected option. Since <code>8.1.0</code>, if not defined or -1 it will show a normal list instead of radio buttons.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "title",
                    "deprecated": false,
                    "description": "<p>Title of the dialog.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "titleid",
                    "deprecated": false,
                    "description": "<p>Key identifying a string in the locale file to use for the title text.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<table id=\"platformComparison\">\n  <tbody>\n    <tr>\n      <td><img src=\"images/optiondialog/optiondialog_android.png\" height=\"75\" /></td>\n      <td><img src=\"images/optiondialog/optiondialog_iphone.png\" height=\"75\" /></td>\n      <td><img src=\"images/optiondialog/optiondialog_ipad.png\" height=\"75\" /></td>\n    </tr>\n  </tbody>\n  <tfoot>\n    <tr>\n      <th>Android</th>\n      <th>iPhone</th>\n      <th>iPad</th>\n    </tr>\n  </tfoot>\n</table>\n<p>An option dialog is created using <a href=\"Titanium.UI.createOptionDialog\">Titanium.UI.createOptionDialog</a> or Alloy <code>&lt;OptionDialog&gt;</code>\nelement. See Examples below for usage.</p>\n<p>This dialog is presented differently on each platform, as described below.</p>\n<h4>Android</h4>\n<p>On Android, the dialog is shown in the middle of the display (not touching the edges),\nwith the option items represented in a picker. The previously-selected, or default, item can be\nset on creation.</p>\n<p>You can assign a <a href=\"Titanium.UI.View\">View</a> to the <a href=\"Titanium.UI.OptionDialog.androidView\">Titanium.UI.OptionDialog.androidView</a> property\nto define a custom dialog UI and layout, or you can assign a set of options to the\n<a href=\"Titanium.UI.OptionDialog.options\">Titanium.UI.OptionDialog.options</a> property, but not both. If both of these properties are set, the custom view\nwill appear but the options will be hidden.</p>\n<p>Buttons below the picker may be optionally defined using the <code>buttonNames</code> property.\nThe <code>click</code> event returns a Boolean value to indicate whether either an option item or a button was clicked.</p>\n<h4>iOS</h4>\n<p>The <code>destructive</code> property may be set for an item, to give a visual cue that selecting it\nresults in an irreversible action. Option dialogs are automatically cancelled when the application is paused/suspended.</p>\n<h5>iPhone</h5>\n<p>On iPhone, this dialog is shown at the bottom edge of the display, with the option items\nrepresented as vertical buttons.</p>\n<h5>iPad</h5>\n<p>On iPad, this dialog is shown in the middle of the display, or as a popover-like dialog if\nanother view or control is specified via an argument passed to the <code>open()</code> method.</p>\n<p>Note that on iPad, the cancel button is not displayed -- users can cancel the dialog\nby clicking outside of the dialog.</p>\n<h4>Caveats</h4>\n<p>Care should be taken not to define any properties that are not documented, as this may produce\nunexpected results. For example, setting a <code>message</code> property will prevent the picker of option\nitems from being displayed on Android.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "hideParams",
            "description": "<p>Dictionary of options for the <a href=\"Titanium.UI.OptionDialog.hide\">Titanium.UI.OptionDialog.hide</a> method.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "animated",
                    "deprecated": false,
                    "description": "<p>Determines whether to animate the dialog as it is dismissed.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "2.0.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "HorizontalInsets",
            "description": "<p>Dictionary object of parameters for horizontal-only insets applied to <a href=\"Titanium.UI.TableView\">Table</a> and <a href=\"Titanium.UI.ListView\">List</a> views. Only <code>left</code> and <code>right</code> properties are used (see <a href=\"Padding\">Padding</a>).</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "left",
                    "deprecated": false,
                    "description": "<p>Left padding/inset</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "right",
                    "deprecated": false,
                    "description": "<p>Right padding/inset</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Padding",
            "description": "<p>Dictionary object of parameters for the padding/insets applied to all kinds of views.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "HorizontalInsets",
            "isInternal": false,
            "properties": [
                {
                    "name": "left",
                    "deprecated": false,
                    "description": "<p>Left padding/inset</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "right",
                    "deprecated": false,
                    "description": "<p>Right padding/inset</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "top",
                    "deprecated": false,
                    "description": "<p>Top padding/inset</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "bottom",
                    "deprecated": false,
                    "description": "<p>Bottom padding/inset</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.Picker",
            "description": "<p>A control used to select one or more fixed values.</p>",
            "deprecated": false,
            "events": [
                {
                    "name": "click",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a click against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "dblclick",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a double click against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "doubletap",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a double tap against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "focus",
                    "deprecated": false,
                    "description": "<p>Fired when the view element gains focus.</p>"
                },
                {
                    "name": "keypressed",
                    "deprecated": false,
                    "description": "<p>Fired when a hardware key is pressed in the view.</p>",
                    "properties": [
                        {
                            "name": "keyCode",
                            "constants": [],
                            "description": "<p>The code for the physical key that was pressed. For more details, see <a href=\"https://developer.android.com/reference/android/view/KeyEvent.html\">KeyEvent</a>. This API is experimental and subject to change.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "longclick",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a long click.</p>"
                },
                {
                    "name": "longpress",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a long press.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "pinch",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a pinch gesture.</p>",
                    "properties": [
                        {
                            "name": "scale",
                            "constants": [],
                            "description": "<p>The scale factor relative to the points of the two touches in screen coordinates.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "velocity",
                            "constants": [],
                            "description": "<p>The velocity of the pinch in scale factor per second.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "time",
                            "constants": [],
                            "description": "<p>The event time of the current event being processed.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timeDelta",
                            "constants": [],
                            "description": "<p>The time difference in milliseconds between the previous accepted scaling event and the\ncurrent scaling event.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "currentSpan",
                            "constants": [],
                            "description": "<p>The average distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "currentSpanX",
                            "constants": [],
                            "description": "<p>The average X distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "currentSpanY",
                            "constants": [],
                            "description": "<p>The average Y distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "previousSpan",
                            "constants": [],
                            "description": "<p>The previous average distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "previousSpanX",
                            "constants": [],
                            "description": "<p>The previous average X distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "previousSpanY",
                            "constants": [],
                            "description": "<p>The previous average Y distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "focusX",
                            "constants": [],
                            "description": "<p>The X coordinate of the current gesture's focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "focusY",
                            "constants": [],
                            "description": "<p>The Y coordinate of the current gesture's focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "inProgress",
                            "constants": [],
                            "description": "<p>Returns <code>true</code> if a scale gesture is in progress, <code>false</code> otherwise.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "postlayout",
                    "deprecated": false,
                    "description": "<p>Fired when a layout cycle is finished.</p>"
                },
                {
                    "name": "singletap",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a single tap against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "swipe",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a swipe gesture against the view.</p>",
                    "properties": [
                        {
                            "name": "direction",
                            "constants": [],
                            "description": "<p>Direction of the swipe--either 'left', 'right', 'up', or 'down'.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event's endpoint from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event's endpoint from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchcancel",
                    "deprecated": false,
                    "description": "<p>Fired when a touch event is interrupted by the device.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchend",
                    "deprecated": false,
                    "description": "<p>Fired when a touch event is completed.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Penciland are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchmove",
                    "deprecated": false,
                    "description": "<p>Fired as soon as the device detects movement of a touch.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchstart",
                    "deprecated": false,
                    "description": "<p>Fired as soon as the device detects a touch gesture.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "twofingertap",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a two-finger tap against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "change",
                    "deprecated": false,
                    "description": "<p>Fired when the value of any column's row is changed.</p>",
                    "properties": [
                        {
                            "name": "columnIndex",
                            "constants": [],
                            "description": "<p>Selected column index. On iOS, only applicable to <a href=\"Titanium.UI.PICKER_TYPE_PLAIN\">Titanium.UI.PICKER_TYPE_PLAIN</a>\npicker types.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "rowIndex",
                            "constants": [],
                            "description": "<p>Selected row index. On iOS, only applicable to <a href=\"Titanium.UI.PICKER_TYPE_PLAIN\">Titanium.UI.PICKER_TYPE_PLAIN</a>\npicker types.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "column",
                            "constants": [],
                            "description": "<p>The column object. On iOS, only applicable to <a href=\"Titanium.UI.PICKER_TYPE_PLAIN\">Titanium.UI.PICKER_TYPE_PLAIN</a>\npicker types.</p>",
                            "type": "Titanium.UI.PickerColumn",
                            "deprecated": false
                        },
                        {
                            "name": "countDownDuration",
                            "constants": [],
                            "description": "<p>The selected duration in milliseconds. Applicable to <a href=\"Titanium.UI.PICKER_TYPE_COUNT_DOWN_TIMER\">Titanium.UI.PICKER_TYPE_COUNT_DOWN_TIMER</a> picker types.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "value",
                            "constants": [],
                            "description": "<p>The selected value. Applicable to date/time pickers only. This property is read-only\non Android.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "row",
                            "constants": [],
                            "description": "<p>The row object. On iOS, only applicable to <a href=\"Titanium.UI.PICKER_TYPE_PLAIN\">Titanium.UI.PICKER_TYPE_PLAIN</a> picker types.</p>",
                            "type": "Titanium.UI.PickerRow",
                            "deprecated": false
                        },
                        {
                            "name": "selectedValue",
                            "constants": [],
                            "description": "<p>Array of selected values, one element per column in the picker. Applicable to\n<a href=\"Titanium.UI.PICKER_TYPE_PLAIN\">Titanium.UI.PICKER_TYPE_PLAIN</a> picker types.</p>",
                            "type": "Array",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                }
            ],
            "examples": [
                {
                    "title": "Multi-Column Picker using Alloy XML Markup",
                    "code": "<p>Creates a picker with two columns.  You can optionally use <code>Column</code> and <code>Row</code> as shorthand\nnotation for <code>PickerColumn</code> and <code>PickerRow</code>, respectively.</p>\n<p><code>app/views/index.xml</code>:</p>\n<pre><code>&lt;Alloy&gt;\n    &lt;Window id=&quot;win&quot; backgroundColor=&quot;white&quot; layout=&quot;vertical&quot; exitOnClose=&quot;true&quot;&gt;\n        &lt;Picker id=&quot;picker&quot; top=&quot;50&quot; selectionIndicator=&quot;true&quot; useSpinner=&quot;true&quot;&gt;\n            &lt;PickerColumn id=&quot;column1&quot;&gt;\n                &lt;PickerRow title=&quot;Bananas&quot;/&gt;\n                &lt;PickerRow title=&quot;Strawberries&quot;/&gt;\n                &lt;PickerRow title=&quot;Mangos&quot;/&gt;\n                &lt;PickerRow title=&quot;Grapes&quot;/&gt;\n            &lt;/PickerColumn&gt;\n            &lt;!-- Picker shorthand notation --&gt;\n            &lt;Column id=&quot;column2&quot;&gt;\n                &lt;Row title=&quot;red&quot;/&gt;\n                &lt;Row title=&quot;green&quot;/&gt;\n                &lt;Row title=&quot;blue&quot;/&gt;\n                &lt;Row title=&quot;orange&quot;/&gt;\n            &lt;/Column&gt;\n        &lt;/Picker&gt;\n    &lt;/Window&gt;\n&lt;/Alloy&gt;\n</code></pre>\n<p><code>app/controllers/index.js</code>:</p>\n<pre><code>$.win.open();\n</code></pre>"
                },
                {
                    "title": "Date Picker using Alloy XML Markup",
                    "code": "<p>Creates a date picker, then monitors the <code>change</code> event to see when the user updates the picker.</p>\n<p>For the date string, use string values accepted by the moment.js constructor in the XML and TSS files.\nIf you are defining dates in the controller code, use a JavaScript Date object.</p>\n<p><code>app/views/index.xml</code>:</p>\n<pre><code>&lt;Alloy&gt;\n    &lt;Window backgroundColor=&quot;blue&quot;&gt;\n        &lt;Picker id=&quot;picker&quot;\n          onChange=&quot;report&quot;\n          type=&quot;Ti.UI.PICKER_TYPE_DATE&quot;\n          minDate=&quot;2014,4,1&quot;\n          maxDate=&quot;May 1, 2014 12:00:00&quot;\n          value=&quot;2014-04-15T12:00:00&quot;&gt;\n        &lt;/Picker&gt;\n    &lt;/Window&gt;\n&lt;/Alloy&gt;\n</code></pre>\n<p><code>app/controllers/index.js</code>:</p>\n<pre><code>function report(e) {\n    Ti.API.info('User selected: ' + e.value);\n}\n\n$.index.open();\n</code></pre>"
                },
                {
                    "title": "Basic Single Column Picker",
                    "code": "<p>Create a one-column, platform-specific style, picker and automatically select a row.</p>\n<pre><code>Ti.UI.backgroundColor = 'white';\nvar win = Ti.UI.createWindow({\n  exitOnClose: true,\n  layout: 'vertical'\n});\n\nvar picker = Ti.UI.createPicker({\n  top:50\n});\n\nvar data = [];\ndata[0]=Ti.UI.createPickerRow({title:'Bananas'});\ndata[1]=Ti.UI.createPickerRow({title:'Strawberries'});\ndata[2]=Ti.UI.createPickerRow({title:'Mangos'});\ndata[3]=Ti.UI.createPickerRow({title:'Grapes'});\n\npicker.add(data);\npicker.selectionIndicator = true;\n\nwin.add(picker);\nwin.open();\n\n// must be after picker has been displayed\npicker.setSelectedRow(0, 2, false); // select Mangos\n</code></pre>"
                },
                {
                    "title": "Multi-Column Picker",
                    "code": "<p>Create a two-column, platform-specific style, picker and automatically select a row in\neach column.</p>\n<pre><code>Ti.UI.backgroundColor = 'white';\nvar win = Ti.UI.createWindow({\n  exitOnClose: true,\n  layout: 'vertical'\n});\n\nvar picker = Ti.UI.createPicker({\n  top:50,\n  useSpinner: true\n});\npicker.selectionIndicator = true;\n\nvar fruit = [ 'Bananas', 'Strawberries', 'Mangos', 'Grapes' ];\nvar color = [ 'red', 'green', 'blue', 'orange' ];\n\nvar column1 = Ti.UI.createPickerColumn();\n\nfor(var i=0, ilen=fruit.length; i&lt;ilen; i++){\n  var row = Ti.UI.createPickerRow({\n    title: fruit[i]\n  });\n  column1.addRow(row);\n}\n\nvar column2 = Ti.UI.createPickerColumn();\n\nfor(var i=0, ilen=color.length; i&lt;ilen; i++){\n  var row = Ti.UI.createPickerRow({ title: color[i] });\n  column2.addRow(row);\n}\n\npicker.add([column1,column2]);\n\nwin.add(picker);\n\nwin.open();\n\n// must be after picker has been displayed\npicker.setSelectedRow(0, 2, false); // select Mangos\npicker.setSelectedRow(1, 3, false); // select Orange\n</code></pre>"
                },
                {
                    "title": "Date Picker",
                    "code": "<p>Create a date picker and handle the subsequent user action.</p>\n<pre><code>Ti.UI.backgroundColor = 'white';\nvar win = Ti.UI.createWindow({\n  exitOnClose: true,\n  layout: 'vertical'\n});\n\nvar picker = Ti.UI.createPicker({\n  type:Ti.UI.PICKER_TYPE_DATE,\n  minDate:new Date(2009,0,1),\n  maxDate:new Date(2014,11,31),\n  value:new Date(2014,3,12),\n  top:50\n});\n\nwin.add(picker);\nwin.open();\n\npicker.addEventListener('change',function(e){\n  Ti.API.info(&quot;User selected date: &quot; + e.value.toLocaleString());\n});\n</code></pre>"
                },
                {
                    "title": "Date Picker using showDatePickerDialog() (Android only)",
                    "code": "<p>Create a date picker that is automatically displayed as a modal dialog and handle the\nsubsequent user action.</p>\n<pre><code>Ti.UI.backgroundColor = 'white';\n\nvar picker = Ti.UI.createPicker({\n  type:Ti.UI.PICKER_TYPE_DATE,\n  minDate:new Date(2009,0,1),\n  maxDate:new Date(2014,11,31),\n  value:new Date(2014,3,12)\n});\n\npicker.showDatePickerDialog({\n  value: new Date(2010,8,1),\n  callback: function(e) {\n    if (e.cancel) {\n      Ti.API.info('User canceled dialog');\n    } else {\n      Ti.API.info('User selected date: ' + e.value);\n    }\n  }\n});\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "add",
                    "deprecated": false,
                    "description": "<p>Adds rows or columns to the picker.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "data",
                            "constants": [],
                            "description": "<p>A row, set of rows, a column of rows or a set of columns of rows. When this method is\nused to add a row or set of rows, a single-column picker is created.</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "animate",
                    "deprecated": false,
                    "description": "<p>Animates this view.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "animation",
                            "constants": [],
                            "description": "<p>Either a dictionary of animation properties or an\n<a href=\"Titanium.UI.Animation\">Animation</a> object.</p>",
                            "type": "Titanium.UI.Animation",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Function to be invoked upon completion of the animation.</p>",
                            "type": "Function",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "clearMotionEffects",
                    "deprecated": false,
                    "description": "<p>Removes all previously added motion effects.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "finishLayout",
                    "deprecated": true,
                    "description": "<p>Finishes a batch update of the View's layout properties and schedules a layout pass of the\nview tree.\n<strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hide",
                    "deprecated": false,
                    "description": "<p>Hides this view.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Animation options for Android only. <strong>Since SDK 5.1.0 and used only on Android 5.0+</strong></p>\n<p>Determines whether to enable a circular reveal animation.\nNote that the default here is equivalent to passing in <code>{ animated: false }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "insertAt",
                    "deprecated": false,
                    "description": "<p>Inserts a view at the specified position in the <a href=\"Titanium.UI.View.children\">children</a> array.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Pass an object that specifies the view to insert and optionally at which position (defaults to end)</p>",
                            "type": "ViewPositionOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "show",
                    "deprecated": false,
                    "description": "<p>Makes this view visible.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Animation options for Android only. <strong>Since SDK 5.1.0 and only used on Android 5.0+</strong></p>\n<p>Determines whether to enable a circular reveal animation.\nNote that the default here is equivalent to passing in <code>{ animated: false }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "startLayout",
                    "deprecated": true,
                    "description": "<p>Starts a batch update of this view's layout properties. <strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">Titanium.Proxy.applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "toImage",
                    "deprecated": false,
                    "description": "<p>Returns an image of the rendered view, as a Blob.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Function to be invoked upon completion. If non-null, this method will be performed\nasynchronously. If null, it will be performed immediately.</p>",
                            "type": "Function",
                            "usage": "optional"
                        },
                        {
                            "name": "honorScaleFactor",
                            "constants": [],
                            "description": "<p>Determines whether the image is scaled based on scale factor of main screen. (iOS only)</p>\n<p>When set to true, image is scale factor is honored. When set to false, the image in the\nblob has the same dimensions for retina and non-retina devices.</p>",
                            "type": "Boolean",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Blob",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "updateLayout",
                    "deprecated": true,
                    "description": "<p>Performs a batch update of all supplied layout properties and schedules a layout pass after\nthey have been updated.\n<strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">Titanium.Proxy.applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Layout properties to be updated.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "convertPointToView",
                    "deprecated": false,
                    "description": "<p>Translates a point from this view's coordinate system to another view's coordinate system.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "point",
                            "constants": [],
                            "description": "<p>A point in this view's coordinate system.</p>\n<p>If this argument is missing an <code>x</code> or <code>y</code> property, or the properties can not be\nconverted into numbers, an exception will be raised.</p>",
                            "type": "Point",
                            "usage": "required"
                        },
                        {
                            "name": "destinationView",
                            "constants": [],
                            "description": "<p>View that specifies the destination coordinate system to convert to. If this argument\nis not a view, an exception will be raised.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewById",
                    "deprecated": false,
                    "description": "<p>Returns the matching view of a given view ID.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "id",
                            "constants": [],
                            "description": "<p>The ID of the view that should be returned. Use the <code>id</code> property in your views to\nenable it for indexing in this method.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.View",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSelectedRow",
                    "deprecated": false,
                    "description": "<p>Gets the selected row for a column, or <code>null</code> if none exists.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "index",
                            "constants": [],
                            "description": "<p>A column index.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.PickerRow",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "reloadColumn",
                    "deprecated": false,
                    "description": "<p>Repopulates values for a column.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "column",
                            "constants": [],
                            "description": "<p>Column to repopulate.</p>",
                            "type": "Titanium.UI.PickerColumn",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setSelectedRow",
                    "deprecated": false,
                    "description": "<p>Selects a column's row.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "column",
                            "constants": [],
                            "description": "<p>A column index.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "row",
                            "constants": [],
                            "description": "<p>A row index.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "animated",
                            "constants": [],
                            "description": "<p>Determines whether the selection should be animated. (iPhone, iPad-only)</p>",
                            "type": "Boolean",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setValue",
                    "deprecated": false,
                    "description": "<p>Sets the date and time value property for Date pickers.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "date",
                            "constants": [],
                            "description": "<p>A Javascript <code>Date</code> object.</p>",
                            "type": "Object",
                            "usage": "required"
                        },
                        {
                            "name": "suppressEvent",
                            "constants": [],
                            "description": "<p>Determines whether a <code>change</code> event is fired.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.PickerRow",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "showDatePickerDialog",
                    "deprecated": false,
                    "description": "<p>Shows Date picker as a modal dialog.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "dictObj",
                            "constants": [],
                            "description": "<p>Dictionary object with a subset of <code>Titanium.UI.Picker</code> properties\nand a callback defined. Acceptable object properties are\n<code>callback</code>, <code>okButtonTitle</code>, <code>title</code> and <code>value</code>.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "showTimePickerDialog",
                    "deprecated": false,
                    "description": "<p>Shows Time picker as a modal dialog.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "dictObj",
                            "constants": [],
                            "description": "<p>Dictionary object with a subset of <code>Titanium.UI.Picker</code> properties\nand a callback defined. Acceptable object properties are\n<code>callback</code>, <code>format24</code>, <code>okButtonTitle</code>, <code>title</code> and <code>value</code>.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Picker.bubbleParent\">Titanium.UI.Picker.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Picker.bubbleParent\">Titanium.UI.Picker.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Picker.bubbleParent\">Titanium.UI.Picker.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Picker.bubbleParent\">Titanium.UI.Picker.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Picker.apiName\">Titanium.UI.Picker.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Picker.apiName\">Titanium.UI.Picker.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Picker.lifecycleContainer\">Titanium.UI.Picker.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Picker.lifecycleContainer\">Titanium.UI.Picker.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Picker.lifecycleContainer\">Titanium.UI.Picker.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Picker.lifecycleContainer\">Titanium.UI.Picker.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityHidden",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Picker.accessibilityHidden\">Titanium.UI.Picker.accessibilityHidden</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Picker.accessibilityHidden\">Titanium.UI.Picker.accessibilityHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityHidden",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Picker.accessibilityHidden\">Titanium.UI.Picker.accessibilityHidden</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Picker.accessibilityHidden\">Titanium.UI.Picker.accessibilityHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityHidden",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityHint",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Picker.accessibilityHint\">Titanium.UI.Picker.accessibilityHint</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Picker.accessibilityHint\">Titanium.UI.Picker.accessibilityHint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityHint",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Picker.accessibilityHint\">Titanium.UI.Picker.accessibilityHint</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Picker.accessibilityHint\">Titanium.UI.Picker.accessibilityHint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityHint",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityLabel",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Picker.accessibilityLabel\">Titanium.UI.Picker.accessibilityLabel</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Picker.accessibilityLabel\">Titanium.UI.Picker.accessibilityLabel</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityLabel",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Picker.accessibilityLabel\">Titanium.UI.Picker.accessibilityLabel</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Picker.accessibilityLabel\">Titanium.UI.Picker.accessibilityLabel</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityLabel",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityValue",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Picker.accessibilityValue\">Titanium.UI.Picker.accessibilityValue</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Picker.accessibilityValue\">Titanium.UI.Picker.accessibilityValue</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityValue",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Picker.accessibilityValue\">Titanium.UI.Picker.accessibilityValue</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Picker.accessibilityValue\">Titanium.UI.Picker.accessibilityValue</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityValue",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAnimatedCenter",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Picker.animatedCenter\">Titanium.UI.Picker.animatedCenter</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Picker.animatedCenter\">Titanium.UI.Picker.animatedCenter</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Picker.backgroundColor\">Titanium.UI.Picker.backgroundColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Picker.backgroundColor\">Titanium.UI.Picker.backgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Picker.backgroundColor\">Titanium.UI.Picker.backgroundColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Picker.backgroundColor\">Titanium.UI.Picker.backgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Picker.borderColor\">Titanium.UI.Picker.borderColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Picker.borderColor\">Titanium.UI.Picker.borderColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Picker.borderColor\">Titanium.UI.Picker.borderColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Picker.borderColor\">Titanium.UI.Picker.borderColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderRadius",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Picker.borderRadius\">Titanium.UI.Picker.borderRadius</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Picker.borderRadius\">Titanium.UI.Picker.borderRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderRadius",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Picker.borderRadius\">Titanium.UI.Picker.borderRadius</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Picker.borderRadius\">Titanium.UI.Picker.borderRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderRadius",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderWidth",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Picker.borderWidth\">Titanium.UI.Picker.borderWidth</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Picker.borderWidth\">Titanium.UI.Picker.borderWidth</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderWidth",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Picker.borderWidth\">Titanium.UI.Picker.borderWidth</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Picker.borderWidth\">Titanium.UI.Picker.borderWidth</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderWidth",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBottom",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Picker.bottom\">Titanium.UI.Picker.bottom</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Picker.bottom\">Titanium.UI.Picker.bottom</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBottom",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Picker.bottom\">Titanium.UI.Picker.bottom</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Picker.bottom\">Titanium.UI.Picker.bottom</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bottom",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getClipMode",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Picker.clipMode\">Titanium.UI.Picker.clipMode</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Picker.clipMode\">Titanium.UI.Picker.clipMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setClipMode",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Picker.clipMode\">Titanium.UI.Picker.clipMode</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Picker.clipMode\">Titanium.UI.Picker.clipMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "clipMode",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getElevation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Picker.elevation\">Titanium.UI.Picker.elevation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Picker.elevation\">Titanium.UI.Picker.elevation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setElevation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Picker.elevation\">Titanium.UI.Picker.elevation</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Picker.elevation\">Titanium.UI.Picker.elevation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "elevation",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getFocusable",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Picker.focusable\">Titanium.UI.Picker.focusable</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Picker.focusable\">Titanium.UI.Picker.focusable</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setFocusable",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Picker.focusable\">Titanium.UI.Picker.focusable</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Picker.focusable\">Titanium.UI.Picker.focusable</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "focusable",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getHeight",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Picker.height\">Titanium.UI.Picker.height</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Picker.height\">Titanium.UI.Picker.height</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHeight",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Picker.height\">Titanium.UI.Picker.height</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Picker.height\">Titanium.UI.Picker.height</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "height",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHiddenBehavior",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Picker.hiddenBehavior\">Titanium.UI.Picker.hiddenBehavior</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Picker.hiddenBehavior\">Titanium.UI.Picker.hiddenBehavior</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setHiddenBehavior",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Picker.hiddenBehavior\">Titanium.UI.Picker.hiddenBehavior</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Picker.hiddenBehavior\">Titanium.UI.Picker.hiddenBehavior</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "hiddenBehavior",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getHorizontalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Picker.horizontalMotionEffect\">Titanium.UI.Picker.horizontalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Picker.horizontalMotionEffect\">Titanium.UI.Picker.horizontalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "MinMaxOptions",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHorizontalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Picker.horizontalMotionEffect\">Titanium.UI.Picker.horizontalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Picker.horizontalMotionEffect\">Titanium.UI.Picker.horizontalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "horizontalMotionEffect",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "MinMaxOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLeft",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Picker.left\">Titanium.UI.Picker.left</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Picker.left\">Titanium.UI.Picker.left</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLeft",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Picker.left\">Titanium.UI.Picker.left</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Picker.left\">Titanium.UI.Picker.left</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "left",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getOpacity",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Picker.opacity\">Titanium.UI.Picker.opacity</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Picker.opacity\">Titanium.UI.Picker.opacity</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setOpacity",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Picker.opacity\">Titanium.UI.Picker.opacity</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Picker.opacity\">Titanium.UI.Picker.opacity</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "opacity",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getOverrideCurrentAnimation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Picker.overrideCurrentAnimation\">Titanium.UI.Picker.overrideCurrentAnimation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Picker.overrideCurrentAnimation\">Titanium.UI.Picker.overrideCurrentAnimation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setOverrideCurrentAnimation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Picker.overrideCurrentAnimation\">Titanium.UI.Picker.overrideCurrentAnimation</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Picker.overrideCurrentAnimation\">Titanium.UI.Picker.overrideCurrentAnimation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "overrideCurrentAnimation",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getPullBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Picker.pullBackgroundColor\">Titanium.UI.Picker.pullBackgroundColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Picker.pullBackgroundColor\">Titanium.UI.Picker.pullBackgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setPullBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Picker.pullBackgroundColor\">Titanium.UI.Picker.pullBackgroundColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Picker.pullBackgroundColor\">Titanium.UI.Picker.pullBackgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "pullBackgroundColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPreviewContext",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Picker.previewContext\">Titanium.UI.Picker.previewContext</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Picker.previewContext\">Titanium.UI.Picker.previewContext</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.iOS.PreviewContext",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "setPreviewContext",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Picker.previewContext\">Titanium.UI.Picker.previewContext</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Picker.previewContext\">Titanium.UI.Picker.previewContext</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "previewContext",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.iOS.PreviewContext",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "getRight",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Picker.right\">Titanium.UI.Picker.right</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Picker.right\">Titanium.UI.Picker.right</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setRight",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Picker.right\">Titanium.UI.Picker.right</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Picker.right\">Titanium.UI.Picker.right</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "right",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Picker.rect\">Titanium.UI.Picker.rect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Picker.rect\">Titanium.UI.Picker.rect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "DimensionWithAbsolutes",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRotation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Picker.rotation\">Titanium.UI.Picker.rotation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Picker.rotation\">Titanium.UI.Picker.rotation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRotation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Picker.rotation\">Titanium.UI.Picker.rotation</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Picker.rotation\">Titanium.UI.Picker.rotation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rotation",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getRotationX",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Picker.rotationX\">Titanium.UI.Picker.rotationX</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Picker.rotationX\">Titanium.UI.Picker.rotationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRotationX",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Picker.rotationX\">Titanium.UI.Picker.rotationX</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Picker.rotationX\">Titanium.UI.Picker.rotationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rotationX",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getRotationY",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Picker.rotationY\">Titanium.UI.Picker.rotationY</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Picker.rotationY\">Titanium.UI.Picker.rotationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRotationY",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Picker.rotationY\">Titanium.UI.Picker.rotationY</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Picker.rotationY\">Titanium.UI.Picker.rotationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rotationY",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getScaleX",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Picker.scaleX\">Titanium.UI.Picker.scaleX</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Picker.scaleX\">Titanium.UI.Picker.scaleX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setScaleX",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Picker.scaleX\">Titanium.UI.Picker.scaleX</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Picker.scaleX\">Titanium.UI.Picker.scaleX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "scaleX",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getScaleY",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Picker.scaleY\">Titanium.UI.Picker.scaleY</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Picker.scaleY\">Titanium.UI.Picker.scaleY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setScaleY",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Picker.scaleY\">Titanium.UI.Picker.scaleY</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Picker.scaleY\">Titanium.UI.Picker.scaleY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "scaleY",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getSize",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Picker.size\">Titanium.UI.Picker.size</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Picker.size\">Titanium.UI.Picker.size</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Dimension",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSoftKeyboardOnFocus",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Picker.softKeyboardOnFocus\">Titanium.UI.Picker.softKeyboardOnFocus</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Picker.softKeyboardOnFocus\">Titanium.UI.Picker.softKeyboardOnFocus</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setSoftKeyboardOnFocus",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Picker.softKeyboardOnFocus\">Titanium.UI.Picker.softKeyboardOnFocus</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Picker.softKeyboardOnFocus\">Titanium.UI.Picker.softKeyboardOnFocus</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "softKeyboardOnFocus",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTop",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Picker.top\">Titanium.UI.Picker.top</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Picker.top\">Titanium.UI.Picker.top</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTop",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Picker.top\">Titanium.UI.Picker.top</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Picker.top\">Titanium.UI.Picker.top</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "top",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTouchEnabled",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Picker.touchEnabled\">Titanium.UI.Picker.touchEnabled</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Picker.touchEnabled\">Titanium.UI.Picker.touchEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTouchEnabled",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Picker.touchEnabled\">Titanium.UI.Picker.touchEnabled</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Picker.touchEnabled\">Titanium.UI.Picker.touchEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchEnabled",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTouchFeedback",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Picker.touchFeedback\">Titanium.UI.Picker.touchFeedback</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Picker.touchFeedback\">Titanium.UI.Picker.touchFeedback</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTouchFeedback",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Picker.touchFeedback\">Titanium.UI.Picker.touchFeedback</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Picker.touchFeedback\">Titanium.UI.Picker.touchFeedback</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchFeedback",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTouchFeedbackColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Picker.touchFeedbackColor\">Titanium.UI.Picker.touchFeedbackColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Picker.touchFeedbackColor\">Titanium.UI.Picker.touchFeedbackColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTouchFeedbackColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Picker.touchFeedbackColor\">Titanium.UI.Picker.touchFeedbackColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Picker.touchFeedbackColor\">Titanium.UI.Picker.touchFeedbackColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchFeedbackColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTransform",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Picker.transform\">Titanium.UI.Picker.transform</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Picker.transform\">Titanium.UI.Picker.transform</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Matrix2D",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTransform",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Picker.transform\">Titanium.UI.Picker.transform</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Picker.transform\">Titanium.UI.Picker.transform</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "transform",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Matrix2D",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTranslationX",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Picker.translationX\">Titanium.UI.Picker.translationX</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Picker.translationX\">Titanium.UI.Picker.translationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTranslationX",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Picker.translationX\">Titanium.UI.Picker.translationX</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Picker.translationX\">Titanium.UI.Picker.translationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translationX",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTranslationY",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Picker.translationY\">Titanium.UI.Picker.translationY</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Picker.translationY\">Titanium.UI.Picker.translationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTranslationY",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Picker.translationY\">Titanium.UI.Picker.translationY</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Picker.translationY\">Titanium.UI.Picker.translationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translationY",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTranslationZ",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Picker.translationZ\">Titanium.UI.Picker.translationZ</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Picker.translationZ\">Titanium.UI.Picker.translationZ</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTranslationZ",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Picker.translationZ\">Titanium.UI.Picker.translationZ</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Picker.translationZ\">Titanium.UI.Picker.translationZ</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translationZ",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTransitionName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Picker.transitionName\">Titanium.UI.Picker.transitionName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Picker.transitionName\">Titanium.UI.Picker.transitionName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTransitionName",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Picker.transitionName\">Titanium.UI.Picker.transitionName</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Picker.transitionName\">Titanium.UI.Picker.transitionName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "transitionName",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getVerticalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Picker.verticalMotionEffect\">Titanium.UI.Picker.verticalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Picker.verticalMotionEffect\">Titanium.UI.Picker.verticalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "MinMaxOptions",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setVerticalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Picker.verticalMotionEffect\">Titanium.UI.Picker.verticalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Picker.verticalMotionEffect\">Titanium.UI.Picker.verticalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "verticalMotionEffect",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "MinMaxOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowRadius",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Picker.viewShadowRadius\">Titanium.UI.Picker.viewShadowRadius</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Picker.viewShadowRadius\">Titanium.UI.Picker.viewShadowRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowRadius",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Picker.viewShadowRadius\">Titanium.UI.Picker.viewShadowRadius</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Picker.viewShadowRadius\">Titanium.UI.Picker.viewShadowRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowRadius",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Picker.viewShadowColor\">Titanium.UI.Picker.viewShadowColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Picker.viewShadowColor\">Titanium.UI.Picker.viewShadowColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Picker.viewShadowColor\">Titanium.UI.Picker.viewShadowColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Picker.viewShadowColor\">Titanium.UI.Picker.viewShadowColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowOffset",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Picker.viewShadowOffset\">Titanium.UI.Picker.viewShadowOffset</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Picker.viewShadowOffset\">Titanium.UI.Picker.viewShadowOffset</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowOffset",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Picker.viewShadowOffset\">Titanium.UI.Picker.viewShadowOffset</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Picker.viewShadowOffset\">Titanium.UI.Picker.viewShadowOffset</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowOffset",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getVisible",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Picker.visible\">Titanium.UI.Picker.visible</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Picker.visible\">Titanium.UI.Picker.visible</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setVisible",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Picker.visible\">Titanium.UI.Picker.visible</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Picker.visible\">Titanium.UI.Picker.visible</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "visible",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getWidth",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Picker.width\">Titanium.UI.Picker.width</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Picker.width\">Titanium.UI.Picker.width</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setWidth",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Picker.width\">Titanium.UI.Picker.width</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Picker.width\">Titanium.UI.Picker.width</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "width",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHorizontalWrap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Picker.horizontalWrap\">Titanium.UI.Picker.horizontalWrap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Picker.horizontalWrap\">Titanium.UI.Picker.horizontalWrap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHorizontalWrap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Picker.horizontalWrap\">Titanium.UI.Picker.horizontalWrap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Picker.horizontalWrap\">Titanium.UI.Picker.horizontalWrap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "horizontalWrap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getKeepScreenOn",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Picker.keepScreenOn\">Titanium.UI.Picker.keepScreenOn</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Picker.keepScreenOn\">Titanium.UI.Picker.keepScreenOn</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setKeepScreenOn",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Picker.keepScreenOn\">Titanium.UI.Picker.keepScreenOn</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Picker.keepScreenOn\">Titanium.UI.Picker.keepScreenOn</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "keepScreenOn",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getColumns",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Picker.columns\">Titanium.UI.Picker.columns</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Picker.columns\">Titanium.UI.Picker.columns</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setColumns",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Picker.columns\">Titanium.UI.Picker.columns</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Picker.columns\">Titanium.UI.Picker.columns</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "columns",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getCountDownDuration",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Picker.countDownDuration\">Titanium.UI.Picker.countDownDuration</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Picker.countDownDuration\">Titanium.UI.Picker.countDownDuration</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setCountDownDuration",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Picker.countDownDuration\">Titanium.UI.Picker.countDownDuration</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Picker.countDownDuration\">Titanium.UI.Picker.countDownDuration</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "countDownDuration",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getDateTimeColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Picker.dateTimeColor\">Titanium.UI.Picker.dateTimeColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Picker.dateTimeColor\">Titanium.UI.Picker.dateTimeColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setDateTimeColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Picker.dateTimeColor\">Titanium.UI.Picker.dateTimeColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Picker.dateTimeColor\">Titanium.UI.Picker.dateTimeColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "dateTimeColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getFormat24",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Picker.format24\">Titanium.UI.Picker.format24</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Picker.format24\">Titanium.UI.Picker.format24</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setFormat24",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Picker.format24\">Titanium.UI.Picker.format24</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Picker.format24\">Titanium.UI.Picker.format24</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "format24",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getLocale",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Picker.locale\">Titanium.UI.Picker.locale</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Picker.locale\">Titanium.UI.Picker.locale</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLocale",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Picker.locale\">Titanium.UI.Picker.locale</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Picker.locale\">Titanium.UI.Picker.locale</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "locale",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getMaxDate",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Picker.maxDate\">Titanium.UI.Picker.maxDate</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Picker.maxDate\">Titanium.UI.Picker.maxDate</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Date",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setMaxDate",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Picker.maxDate\">Titanium.UI.Picker.maxDate</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Picker.maxDate\">Titanium.UI.Picker.maxDate</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "maxDate",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Date",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getMinDate",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Picker.minDate\">Titanium.UI.Picker.minDate</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Picker.minDate\">Titanium.UI.Picker.minDate</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Date",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setMinDate",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Picker.minDate\">Titanium.UI.Picker.minDate</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Picker.minDate\">Titanium.UI.Picker.minDate</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "minDate",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Date",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getMinuteInterval",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Picker.minuteInterval\">Titanium.UI.Picker.minuteInterval</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Picker.minuteInterval\">Titanium.UI.Picker.minuteInterval</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setMinuteInterval",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Picker.minuteInterval\">Titanium.UI.Picker.minuteInterval</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Picker.minuteInterval\">Titanium.UI.Picker.minuteInterval</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "minuteInterval",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSelectionIndicator",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Picker.selectionIndicator\">Titanium.UI.Picker.selectionIndicator</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Picker.selectionIndicator\">Titanium.UI.Picker.selectionIndicator</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setSelectionIndicator",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Picker.selectionIndicator\">Titanium.UI.Picker.selectionIndicator</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Picker.selectionIndicator\">Titanium.UI.Picker.selectionIndicator</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "selectionIndicator",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSelectionOpens",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Picker.selectionOpens\">Titanium.UI.Picker.selectionOpens</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Picker.selectionOpens\">Titanium.UI.Picker.selectionOpens</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setSelectionOpens",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Picker.selectionOpens\">Titanium.UI.Picker.selectionOpens</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Picker.selectionOpens\">Titanium.UI.Picker.selectionOpens</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "selectionOpens",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getType",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Picker.type\">Titanium.UI.Picker.type</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Picker.type\">Titanium.UI.Picker.type</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setType",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Picker.type\">Titanium.UI.Picker.type</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Picker.type\">Titanium.UI.Picker.type</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getUseSpinner",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Picker.useSpinner\">Titanium.UI.Picker.useSpinner</a> property. <strong>Deprecated since 5.2.1. This property is deprecated. Please use the default native &quot;dropdown&quot; style.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setUseSpinner",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Picker.useSpinner\">Titanium.UI.Picker.useSpinner</a> property. <strong>Deprecated since 5.2.1. This property is deprecated. Please use the default native &quot;dropdown&quot; style.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "useSpinner",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getNativeSpinner",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Picker.nativeSpinner\">Titanium.UI.Picker.nativeSpinner</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Picker.nativeSpinner\">Titanium.UI.Picker.nativeSpinner</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setNativeSpinner",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Picker.nativeSpinner\">Titanium.UI.Picker.nativeSpinner</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Picker.nativeSpinner\">Titanium.UI.Picker.nativeSpinner</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "nativeSpinner",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getValue",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Picker.value\">Titanium.UI.Picker.value</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Picker.value\">Titanium.UI.Picker.value</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Date",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getVisibleItems",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Picker.visibleItems\">Titanium.UI.Picker.visibleItems</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Picker.visibleItems\">Titanium.UI.Picker.visibleItems</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setVisibleItems",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Picker.visibleItems\">Titanium.UI.Picker.visibleItems</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Picker.visibleItems\">Titanium.UI.Picker.visibleItems</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "visibleItems",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getCalendarViewShown",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Picker.calendarViewShown\">Titanium.UI.Picker.calendarViewShown</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Picker.calendarViewShown\">Titanium.UI.Picker.calendarViewShown</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setCalendarViewShown",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Picker.calendarViewShown\">Titanium.UI.Picker.calendarViewShown</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Picker.calendarViewShown\">Titanium.UI.Picker.calendarViewShown</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "calendarViewShown",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getFont",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Picker.font\">Titanium.UI.Picker.font</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Picker.font\">Titanium.UI.Picker.font</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Font",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setFont",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Picker.font\">Titanium.UI.Picker.font</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Picker.font\">Titanium.UI.Picker.font</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "font",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Font",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.UI.View",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "accessibilityHidden",
                    "deprecated": false,
                    "description": "<p>Whether the view should be &quot;hidden&quot; from (i.e., ignored by) the accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityHint",
                    "deprecated": false,
                    "description": "<p>Briefly describes what performing an action (such as a click) on the view will do.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityLabel",
                    "deprecated": false,
                    "description": "<p>A succint label identifying the view for the device's accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityValue",
                    "deprecated": false,
                    "description": "<p>A string describing the value (if any) of the view for the device's accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "animatedCenter",
                    "deprecated": false,
                    "description": "<p>Current position of the view during an animation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundColor",
                    "deprecated": false,
                    "description": "<p>Background color of the picker, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderColor",
                    "deprecated": false,
                    "description": "<p>Border color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderRadius",
                    "deprecated": false,
                    "description": "<p>Radius for the rounded corners of the view's border.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderWidth",
                    "deprecated": false,
                    "description": "<p>Border width of the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "bottom",
                    "deprecated": false,
                    "description": "<p>View's bottom position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "clipMode",
                    "deprecated": false,
                    "description": "<p>View's clipping behavior.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "elevation",
                    "deprecated": false,
                    "description": "<p>Base elevation of the view relative to its parent in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "focusable",
                    "deprecated": false,
                    "description": "<p>Whether view should be focusable while navigating with the trackball.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "height",
                    "deprecated": false,
                    "description": "<p>View height, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.FILL",
                        "Titanium.UI.SIZE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hiddenBehavior",
                    "deprecated": false,
                    "description": "<p>Sets the behavior when hiding an object to release or keep the free space</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.HIDDEN_BEHAVIOR_INVISIBLE",
                        "Titanium.UI.HIDDEN_BEHAVIOR_GONE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "horizontalMotionEffect",
                    "deprecated": false,
                    "description": "<p>Adds a horizontal parallax effect to the view</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "MinMaxOptions",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "id",
                    "deprecated": false,
                    "description": "<p>View's identifier.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "left",
                    "deprecated": false,
                    "description": "<p>View's left position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "opacity",
                    "deprecated": false,
                    "description": "<p>Opacity of this view, from 0.0 (transparent) to 1.0 (opaque). Defaults to 1.0 (opaque).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "overrideCurrentAnimation",
                    "deprecated": false,
                    "description": "<p>When on, animate call overrides current animation if applicable.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "pullBackgroundColor",
                    "deprecated": false,
                    "description": "<p>Background color of the wrapper view when this view is used as either <a href=\"Titanium.UI.ListView.pullView\">Titanium.UI.ListView.pullView</a> or <a href=\"Titanium.UI.TableView.headerPullView\">Titanium.UI.TableView.headerPullView</a>.</p>\n<p>Defaults to <code>undefined</code>. Results in a light grey background color on the wrapper view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "previewContext",
                    "deprecated": false,
                    "description": "<p>The preview context used in the 3D-Touch feature &quot;Peek and Pop&quot;.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Titanium.UI.iOS.PreviewContext",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "right",
                    "deprecated": false,
                    "description": "<p>View's right position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "rect",
                    "deprecated": false,
                    "description": "<p>The bounding box of the view relative to its parent, in system units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "type": "DimensionWithAbsolutes",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "rotation",
                    "deprecated": false,
                    "description": "<p>Clockwise 2D rotation of the view in degrees.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "rotationX",
                    "deprecated": false,
                    "description": "<p>Clockwise rotation of the view in degrees (x-axis).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "rotationY",
                    "deprecated": false,
                    "description": "<p>Clockwise rotation of the view in degrees (y-axis).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "scaleX",
                    "deprecated": false,
                    "description": "<p>Scaling of the view in x-axis in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "scaleY",
                    "deprecated": false,
                    "description": "<p>Scaling of the view in y-axis in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "size",
                    "deprecated": false,
                    "description": "<p>The size of the view in system units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Dimension",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "softKeyboardOnFocus",
                    "deprecated": false,
                    "description": "<p>Determines keyboard behavior when this view is focused. Defaults to <a href=\"Titanium.UI.Android.SOFT_KEYBOARD_DEFAULT_ON_FOCUS\">Titanium.UI.Android.SOFT_KEYBOARD_DEFAULT_ON_FOCUS</a>.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.Android.SOFT_KEYBOARD_DEFAULT_ON_FOCUS",
                        "Titanium.UI.Android.SOFT_KEYBOARD_HIDE_ON_FOCUS",
                        "Titanium.UI.Android.SOFT_KEYBOARD_SHOW_ON_FOCUS"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "top",
                    "deprecated": false,
                    "description": "<p>The view's top position.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "touchEnabled",
                    "deprecated": false,
                    "description": "<p>Determines whether view should receive touch events.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "touchFeedback",
                    "deprecated": false,
                    "description": "<p>A material design visual construct that provides an instantaneous visual confirmation of touch point.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "touchFeedbackColor",
                    "deprecated": false,
                    "description": "<p>Optional touch feedback ripple color. This has no effect unless <code>touchFeedback</code> is true.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "transform",
                    "deprecated": false,
                    "description": "<p>Transformation matrix to apply to the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Titanium.UI.Matrix2D",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "translationX",
                    "deprecated": false,
                    "description": "<p>Horizontal location of the view relative to its left position in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "translationY",
                    "deprecated": false,
                    "description": "<p>Vertical location of the view relative to its top position in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "translationZ",
                    "deprecated": false,
                    "description": "<p>Depth of the view relative to its elevation in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "transitionName",
                    "deprecated": false,
                    "description": "<p>A name to identify this view in activity transition.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.2"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "verticalMotionEffect",
                    "deprecated": false,
                    "description": "<p>Adds a vertical parallax effect to the view</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "MinMaxOptions",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowRadius",
                    "deprecated": false,
                    "description": "<p>Determines the blur radius used to create the shadow.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowColor",
                    "deprecated": false,
                    "description": "<p>Determines the color of the shadow.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowOffset",
                    "deprecated": false,
                    "description": "<p>Determines the offset for the shadow of the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "visible",
                    "deprecated": false,
                    "description": "<p>Determines whether the view is visible.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "width",
                    "deprecated": false,
                    "description": "<p>View's width, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.FILL",
                        "Titanium.UI.SIZE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "horizontalWrap",
                    "deprecated": false,
                    "description": "<p>Determines whether the layout has wrapping behavior.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "keepScreenOn",
                    "deprecated": false,
                    "description": "<p>Determines whether to keep the device screen on.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "columns",
                    "deprecated": false,
                    "description": "<p>Columns used for this picker, as an array of <a href=\"Titanium.UI.PickerColumn\">Titanium.UI.PickerColumn</a> objects.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "countDownDuration",
                    "deprecated": false,
                    "description": "<p>Duration in milliseconds used for a Countdown Timer picker.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "dateTimeColor",
                    "deprecated": false,
                    "description": "<p>Sets the text color of date- and time-pickers.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "format24",
                    "deprecated": false,
                    "description": "<p>Determines whether the Time pickers display in 24-hour or 12-hour clock format.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "locale",
                    "deprecated": false,
                    "description": "<p>Locale used when displaying Date and Time picker values.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "maxDate",
                    "deprecated": false,
                    "description": "<p>Maximum date displayed when a Date picker is in use.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Date",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "minDate",
                    "deprecated": false,
                    "description": "<p>Minimum date displayed when a Date picker is in use.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Date",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "minuteInterval",
                    "deprecated": false,
                    "description": "<p>Interval in minutes displayed when one of the Time types of pickers is in use.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "selectionIndicator",
                    "deprecated": false,
                    "description": "<p>Determines whether the visual selection indicator is shown.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "selectionOpens",
                    "deprecated": false,
                    "description": "<p>Determines whether calling the method <code>setSelectedRow</code> opens when called</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "type",
                    "deprecated": false,
                    "description": "<p>Determines the type of picker displayed</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.PICKER_TYPE_COUNT_DOWN_TIMER",
                        "Titanium.UI.PICKER_TYPE_DATE",
                        "Titanium.UI.PICKER_TYPE_DATE_AND_TIME",
                        "Titanium.UI.PICKER_TYPE_PLAIN",
                        "Titanium.UI.PICKER_TYPE_TIME"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "useSpinner",
                    "deprecated": true,
                    "description": "<p>Determines whether the non-native Android control, with a spinning wheel that looks and\nbehaves like the iOS picker, is invoked rather than the default native &quot;dropdown&quot; style.\n<strong>Deprecated since 5.2.1. This property is deprecated. Please use the default native &quot;dropdown&quot; style.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "nativeSpinner",
                    "deprecated": false,
                    "description": "<p>Creates a native Android control for creating a Time Spinner with Type <code>Ti.UI.PICKER_TYPE_TIME</code>.\nThis is invoked rather than the default native &quot;dropdown&quot; style.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "value",
                    "deprecated": false,
                    "description": "<p>Date and time value for Date and Time pickers.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Date",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "visibleItems",
                    "deprecated": false,
                    "description": "<p>Number of visible rows to display. This is only applicable to a plain picker and when the\n<code>useSpinner</code> is <code>true</code>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "calendarViewShown",
                    "deprecated": false,
                    "description": "<p>Determines whether the calenderView is visible.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "font",
                    "deprecated": false,
                    "description": "<p>Font to use for text.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "type": "Font",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "remarks": [
                "<table id=\"platformComparison\">\n  <tbody>\n    <tr>\n      <td><img src=\"images/picker/picker_android.png\" height=\"150\" /></td>\n      <td><img src=\"images/picker/picker_ios.png\" height=\"75\" /></td>\n      <td><img src=\"images/picker/picker_wp.gif\" height=\"150\" /></td>\n    </tr>\n  </tbody>\n  <tfoot>\n    <tr>\n      <th>Android</th>\n      <th>iOS</th>\n      <th>Windows Phone</th>\n    </tr>\n  </tfoot>\n</table>\n<p>Use the <a href=\"Titanium.UI.createPicker\">Titanium.UI.createPicker</a> method or Alloy <strong><code>&lt;Picker&gt;</code></strong> element to create a picker control.</p>\n<p>On Android, the <code>useSpinner</code> property must be enabled to support multiple columns.\nBy default, the spinner is automatically sized to fit its content and can overflow\nto additional spinner rows. The size of the picker can be adjusted with the <code>width</code>\nand <code>height</code> properties, but may omit picker columns or cut off picker rows\nif the size is set too small. This property is deprecated. Please use the default\nAndroid native &quot;dropdown&quot; style by not setting <code>useSpinner</code> to <code>true</code>.</p>\n<p>On iOS, the <code>height</code> property is only available in iOS 9 and later.\nBy default, the size of the picker, including its background, is fixed at the\nsame height as the iPhone keyboard to respect the\n<a href=\"https://developer.apple.com/ios/human-interface-guidelines/overview/themes/#//apple_ref/doc/uid/TP40006556-CH15-SW3\">iOS Human Interface Guidelines</a>.\nThe default <code>width</code> on iOS is 320px and the <code>height</code> is 228px.\nThe contents of the picker are sized to fit the picker, which may cut off text\nin the picker rows. Adding views to picker rows is also supported on iOS.</p>\n<p>On iPad, Apple recommends using a picker only in a popover.  Since the size of the picker\ncannot be adjusted, it is not suitable for the main screen.</p>\n<p><strong>Note:</strong> you can only set the <a href=\"Titanium.UI.Picker.columns\">columns</a> property for the plain picker.\nIf you set the <a href=\"Titanium.UI.Picker.type\">type</a> property to anything else except\n<code>Titanium.UI.PICKER_TYPE_PLAIN</code>, you cannot modify the picker's columns.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.PickerColumn",
            "description": "<p>A picker column, representing a selectable group of items in a <a href=\"Titanium.UI.Picker\">Titanium.UI.Picker</a>.</p>",
            "deprecated": false,
            "events": [
                {
                    "name": "focus",
                    "deprecated": false,
                    "description": "<p>Fired when the view element gains focus.</p>"
                },
                {
                    "name": "longclick",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a long click.</p>"
                },
                {
                    "name": "postlayout",
                    "deprecated": false,
                    "description": "<p>Fired when a layout cycle is finished.</p>"
                }
            ],
            "examples": [
                {
                    "title": "Multi-Column Picker",
                    "code": "<p>Create a two-column, platform-specific style, picker and automatically select a row in\neach column.</p>\n<pre><code>var win = Ti.UI.createWindow({\n  backgroundColor: 'white',\n  exitOnClose: true,\n  fullscreen: false,\n  title: 'Use picker to make selection'\n});\n\nvar fruit = [ 'Bananas', 'Grapes', 'Blueberries', 'Strawberries' ];\nvar color = [ 'blue', 'red', 'yellow', 'white' ];\n\nvar column1 = Ti.UI.createPickerColumn();\n\nfor(var i=0, ilen=fruit.length; i&lt;ilen; i++){\n  var row = Ti.UI.createPickerRow({\n    title: fruit[i]\n  });\n  column1.addRow(row);\n}\n\nvar column2 = Ti.UI.createPickerColumn();\n\nfor(var i=0, ilen=color.length; i&lt;ilen; i++){\n  var row = Ti.UI.createPickerRow({\n    title: color[i]\n  });\n  column2.addRow(row);\n}\n\nvar picker = Ti.UI.createPicker({\n  columns: [column1, column2],\n  selectionIndicator: true,\n  useSpinner: true, // required in order to use multi-column pickers with Android\n  top:50\n});\n\nfunction pickerDefaults(obj){\n  // on iOS, must be after picker has been rendered\n  picker.setSelectedRow(0, 2, false);\n  picker.setSelectedRow(1, 3, false);\n}\n\nwin.add(picker);\n\nvar isAndroid = Ti.Platform.osname === 'android';\n\nif(isAndroid){\n  pickerDefaults(picker);\n}\n\nwin.open();\n\nif(!isAndroid){\n  setTimeout(function(){\n    pickerDefaults(picker);\n  }, 1500);\n}\n</code></pre>"
                },
                {
                    "title": "Alloy XML Markup",
                    "code": "<p>Previous example as an Alloy view.</p>\n<p>multicolumnpicker.xml</p>\n<pre><code>&lt;Alloy&gt;\n    &lt;Window id=&quot;win&quot; backgroundColor=&quot;white&quot; exitOnClose=&quot;true&quot; fullscreen=&quot;false&quot;\n        title=&quot;Use picker to make selection&quot;&gt;\n\n        &lt;Picker id=&quot;picker&quot; top=&quot;50&quot; selectionIndicator=&quot;true&quot; useSpinner=&quot;true&quot;&gt;\n            &lt;PickerColumn id=&quot;column1&quot;&gt;\n                &lt;PickerRow title=&quot;Bananas&quot;/&gt;\n                &lt;PickerRow title=&quot;Grapes&quot;/&gt;\n                &lt;PickerRow title=&quot;Blueberries&quot;/&gt;\n                &lt;PickerRow title=&quot;Strawberries&quot;/&gt;\n            &lt;/PickerColumn&gt;\n            &lt;!-- Picker shorthand notation --&gt;\n            &lt;Column id=&quot;column2&quot;&gt;\n                &lt;Row title=&quot;blue&quot;/&gt;\n                &lt;Row title=&quot;red&quot;/&gt;\n                &lt;Row title=&quot;yellow&quot;/&gt;\n                &lt;Row title=&quot;white&quot;/&gt;\n            &lt;/Column&gt;\n        &lt;/Picker&gt;\n    &lt;/Window&gt;\n&lt;/Alloy&gt;\n</code></pre>\n<p>multicolumnpicker.js:</p>\n<pre><code>$.picker.setSelectedRow(0, 2, false);\n$.picker.setSelectedRow(1, 3, false);\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "addRow",
                    "deprecated": false,
                    "description": "<p>Adds a row to this column.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "row",
                            "constants": [],
                            "description": "<p>A row to add.</p>",
                            "type": "Titanium.UI.PickerRow",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeRow",
                    "deprecated": false,
                    "description": "<p>Removes a row from this column.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "row",
                            "constants": [],
                            "description": "<p>A row to remove.</p>",
                            "type": "Titanium.UI.PickerRow",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.PickerColumn.bubbleParent\">Titanium.UI.PickerColumn.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.PickerColumn.bubbleParent\">Titanium.UI.PickerColumn.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.PickerColumn.bubbleParent\">Titanium.UI.PickerColumn.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.PickerColumn.bubbleParent\">Titanium.UI.PickerColumn.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.PickerColumn.apiName\">Titanium.UI.PickerColumn.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.PickerColumn.apiName\">Titanium.UI.PickerColumn.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.PickerColumn.lifecycleContainer\">Titanium.UI.PickerColumn.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.PickerColumn.lifecycleContainer\">Titanium.UI.PickerColumn.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.PickerColumn.lifecycleContainer\">Titanium.UI.PickerColumn.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.PickerColumn.lifecycleContainer\">Titanium.UI.PickerColumn.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getRowCount",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.PickerColumn.rowCount\">Titanium.UI.PickerColumn.rowCount</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.PickerColumn.rowCount\">Titanium.UI.PickerColumn.rowCount</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRows",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.PickerColumn.rows\">Titanium.UI.PickerColumn.rows</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.PickerColumn.rows\">Titanium.UI.PickerColumn.rows</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getFont",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.PickerColumn.font\">Titanium.UI.PickerColumn.font</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.PickerColumn.font\">Titanium.UI.PickerColumn.font</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Font",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setFont",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.PickerColumn.font\">Titanium.UI.PickerColumn.font</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.PickerColumn.font\">Titanium.UI.PickerColumn.font</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "font",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Font",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.UI.View",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "id",
                    "deprecated": false,
                    "description": "<p>View's identifier.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "rowCount",
                    "deprecated": false,
                    "description": "<p>Number of rows in this column.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "rows",
                    "deprecated": false,
                    "description": "<p>Rows of this column.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "font",
                    "deprecated": false,
                    "description": "<p>Font to use for text.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "Font",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>Use the <a href=\"Titanium.UI.createPickerColumn\">Titanium.UI.createPickerColumn</a> method to create a picker column control. In an Alloy application,\nyou can use a <strong><code>&lt;PickerColumn&gt;</code></strong> element inside a <code>&lt;Picker&gt;</code> element. You can also use <code>&lt;Column&gt;</code>\nas a shorthand for <code>&lt;PickerColumn&gt;</code> (see Examples).</p>\n<p>On Android, the <code>useSpinner</code> property must be enabled to support multiple columns.</p>\n<p>See <a href=\"Titanium.UI.Picker\">Titanium.UI.Picker</a> for further examples of usage.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.9"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.9"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.9"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.PickerRow",
            "description": "<p>A picker row, representing a selectable item in a <a href=\"Titanium.UI.Picker\">Titanium.UI.Picker</a>.</p>",
            "deprecated": false,
            "events": [
                {
                    "name": "click",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a click against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "dblclick",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a double click against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "doubletap",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a double tap against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "focus",
                    "deprecated": false,
                    "description": "<p>Fired when the view element gains focus.</p>"
                },
                {
                    "name": "keypressed",
                    "deprecated": false,
                    "description": "<p>Fired when a hardware key is pressed in the view.</p>",
                    "properties": [
                        {
                            "name": "keyCode",
                            "constants": [],
                            "description": "<p>The code for the physical key that was pressed. For more details, see <a href=\"https://developer.android.com/reference/android/view/KeyEvent.html\">KeyEvent</a>. This API is experimental and subject to change.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "longclick",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a long click.</p>"
                },
                {
                    "name": "longpress",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a long press.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "pinch",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a pinch gesture.</p>",
                    "properties": [
                        {
                            "name": "scale",
                            "constants": [],
                            "description": "<p>The scale factor relative to the points of the two touches in screen coordinates.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "velocity",
                            "constants": [],
                            "description": "<p>The velocity of the pinch in scale factor per second.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "time",
                            "constants": [],
                            "description": "<p>The event time of the current event being processed.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timeDelta",
                            "constants": [],
                            "description": "<p>The time difference in milliseconds between the previous accepted scaling event and the\ncurrent scaling event.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "currentSpan",
                            "constants": [],
                            "description": "<p>The average distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "currentSpanX",
                            "constants": [],
                            "description": "<p>The average X distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "currentSpanY",
                            "constants": [],
                            "description": "<p>The average Y distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "previousSpan",
                            "constants": [],
                            "description": "<p>The previous average distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "previousSpanX",
                            "constants": [],
                            "description": "<p>The previous average X distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "previousSpanY",
                            "constants": [],
                            "description": "<p>The previous average Y distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "focusX",
                            "constants": [],
                            "description": "<p>The X coordinate of the current gesture's focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "focusY",
                            "constants": [],
                            "description": "<p>The Y coordinate of the current gesture's focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "inProgress",
                            "constants": [],
                            "description": "<p>Returns <code>true</code> if a scale gesture is in progress, <code>false</code> otherwise.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "postlayout",
                    "deprecated": false,
                    "description": "<p>Fired when a layout cycle is finished.</p>"
                },
                {
                    "name": "singletap",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a single tap against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "swipe",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a swipe gesture against the view.</p>",
                    "properties": [
                        {
                            "name": "direction",
                            "constants": [],
                            "description": "<p>Direction of the swipe--either 'left', 'right', 'up', or 'down'.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event's endpoint from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event's endpoint from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchcancel",
                    "deprecated": false,
                    "description": "<p>Fired when a touch event is interrupted by the device.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchend",
                    "deprecated": false,
                    "description": "<p>Fired when a touch event is completed.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Penciland are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchmove",
                    "deprecated": false,
                    "description": "<p>Fired as soon as the device detects movement of a touch.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchstart",
                    "deprecated": false,
                    "description": "<p>Fired as soon as the device detects a touch gesture.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "twofingertap",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a two-finger tap against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                }
            ],
            "examples": [
                {
                    "title": "Custom View for Row (iOS only)",
                    "code": "<p>Create a two-column picker, with the first column containing a child view, and automatically\nselect a row in each column.</p>\n<pre><code>Ti.UI.backgroundColor = 'white';\nvar win = Ti.UI.createWindow({\n  exitOnClose: true,\n  layout: 'vertical'\n});\n\nvar fruit = [ 'Bananas', 'Strawberries', 'Mangos', 'Grapes' ];\nvar color = [ 'red', 'green', 'blue', 'orange' ];\n\nvar column1 = Ti.UI.createPickerColumn();\n\nfor(var i=0, ilen=fruit.length; i&lt;ilen; i++){\n  var row = Ti.UI.createPickerRow();\n\n  var label = Ti.UI.createLabel({\n    color:'red',\n    font:{fontSize:20,fontWeight:'bold'},\n    text: fruit[i],\n    textAlign:'left',\n    width:'126'\n  });\n\n  row.add(label);\n  column1.addRow(row);\n}\n\nvar column2 = Ti.UI.createPickerColumn();\n\nfor(var i=0, ilen=color.length; i&lt;ilen; i++){\n  var row = Ti.UI.createPickerRow({\n    title: color[i],\n    font: {fontSize:30}\n  });\n  column2.addRow(row);\n}\n\nvar picker = Ti.UI.createPicker({\n  top:50,\n  columns: [column1, column2],\n  selectionIndicator: true\n});\n\nwin.add(picker);\n\nwin.open();\n\n// must be after picker has been displayed\npicker.setSelectedRow(0, 2, false); // select Mangos\npicker.setSelectedRow(1, 3, false); // select Orange\n</code></pre>"
                },
                {
                    "title": "Alloy XML Markup",
                    "code": "<p>Previous example as an Alloy view.</p>\n<p>pickerrowexample.xml</p>\n<pre><code>&lt;Alloy&gt;\n    &lt;Window id=&quot;win&quot; backgroundColor=&quot;white&quot; layout=&quot;vertical&quot; exitOnClose=&quot;true&quot;&gt;\n        &lt;Picker id=&quot;picker&quot; top=&quot;50&quot; selectionIndicator=&quot;true&quot;&gt;\n            &lt;PickerColumn id=&quot;column1&quot;&gt;\n\n                &lt;!-- On iOS, views can be added to picker rows --&gt;\n                &lt;PickerRow&gt;\n                    &lt;Label color=&quot;red&quot; textAlign=&quot;left&quot; width=&quot;126&quot;&gt;Bananas&lt;/Label&gt;\n                &lt;/PickerRow&gt;\n                &lt;PickerRow&gt;\n                    &lt;Label color=&quot;red&quot; textAlign=&quot;left&quot; width=&quot;126&quot;&gt;Strawberries&lt;/Label&gt;\n                &lt;/PickerRow&gt;\n                &lt;PickerRow&gt;\n                    &lt;Label color=&quot;red&quot; textAlign=&quot;left&quot; width=&quot;126&quot;&gt;Mangos&lt;/Label&gt;\n                &lt;/PickerRow&gt;\n                &lt;PickerRow&gt;\n                    &lt;Label color=&quot;red&quot; textAlign=&quot;left&quot; width=&quot;126&quot;&gt;Grapes&lt;/Label&gt;\n                &lt;/PickerRow&gt;\n            &lt;/PickerColumn&gt;\n\n            &lt;!-- Picker shorthand notation --&gt;\n            &lt;Column id=&quot;column2&quot;&gt;\n                &lt;Row title=&quot;red&quot;/&gt;\n                &lt;Row title=&quot;green&quot;/&gt;\n                &lt;Row title=&quot;blue&quot;/&gt;\n                &lt;Row title=&quot;orange&quot;/&gt;\n            &lt;/Column&gt;\n        &lt;/Picker&gt;\n    &lt;/Window&gt;\n&lt;/Alloy&gt;\n</code></pre>\n<p>pickerrowexample.js:</p>\n<pre><code>$.picker.setSelectedRow(0, 2, false);\n$.picker.setSelectedRow(1, 3, false);\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "add",
                    "deprecated": false,
                    "description": "<p>Adds a child view to this picker row, to provide a custom row.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "view",
                            "constants": [],
                            "description": "<p>A view object.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "animate",
                    "deprecated": false,
                    "description": "<p>Animates this view.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "animation",
                            "constants": [],
                            "description": "<p>Either a dictionary of animation properties or an\n<a href=\"Titanium.UI.Animation\">Animation</a> object.</p>",
                            "type": "Titanium.UI.Animation",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Function to be invoked upon completion of the animation.</p>",
                            "type": "Function",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "clearMotionEffects",
                    "deprecated": false,
                    "description": "<p>Removes all previously added motion effects.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "finishLayout",
                    "deprecated": true,
                    "description": "<p>Finishes a batch update of the View's layout properties and schedules a layout pass of the\nview tree.\n<strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hide",
                    "deprecated": false,
                    "description": "<p>Hides this view.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Animation options for Android only. <strong>Since SDK 5.1.0 and used only on Android 5.0+</strong></p>\n<p>Determines whether to enable a circular reveal animation.\nNote that the default here is equivalent to passing in <code>{ animated: false }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "insertAt",
                    "deprecated": false,
                    "description": "<p>Inserts a view at the specified position in the <a href=\"Titanium.UI.View.children\">children</a> array.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Pass an object that specifies the view to insert and optionally at which position (defaults to end)</p>",
                            "type": "ViewPositionOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "remove",
                    "deprecated": false,
                    "description": "<p>Removes a child view from this view's hierarchy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "view",
                            "constants": [],
                            "description": "<p>View to remove from this view's hierarchy.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeAllChildren",
                    "deprecated": false,
                    "description": "<p>Removes all child views from this view's hierarchy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "replaceAt",
                    "deprecated": false,
                    "description": "<p>Replaces a view at the specified position in the <a href=\"Titanium.UI.View.children\">children</a> array.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Pass an object with the view to insert and the position of the view to replace. In this case the <code>position</code> property is required.</p>",
                            "type": "ViewPositionOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "show",
                    "deprecated": false,
                    "description": "<p>Makes this view visible.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Animation options for Android only. <strong>Since SDK 5.1.0 and only used on Android 5.0+</strong></p>\n<p>Determines whether to enable a circular reveal animation.\nNote that the default here is equivalent to passing in <code>{ animated: false }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "startLayout",
                    "deprecated": true,
                    "description": "<p>Starts a batch update of this view's layout properties. <strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">Titanium.Proxy.applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "toImage",
                    "deprecated": false,
                    "description": "<p>Returns an image of the rendered view, as a Blob.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Function to be invoked upon completion. If non-null, this method will be performed\nasynchronously. If null, it will be performed immediately.</p>",
                            "type": "Function",
                            "usage": "optional"
                        },
                        {
                            "name": "honorScaleFactor",
                            "constants": [],
                            "description": "<p>Determines whether the image is scaled based on scale factor of main screen. (iOS only)</p>\n<p>When set to true, image is scale factor is honored. When set to false, the image in the\nblob has the same dimensions for retina and non-retina devices.</p>",
                            "type": "Boolean",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Blob",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "updateLayout",
                    "deprecated": true,
                    "description": "<p>Performs a batch update of all supplied layout properties and schedules a layout pass after\nthey have been updated.\n<strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">Titanium.Proxy.applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Layout properties to be updated.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "convertPointToView",
                    "deprecated": false,
                    "description": "<p>Translates a point from this view's coordinate system to another view's coordinate system.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "point",
                            "constants": [],
                            "description": "<p>A point in this view's coordinate system.</p>\n<p>If this argument is missing an <code>x</code> or <code>y</code> property, or the properties can not be\nconverted into numbers, an exception will be raised.</p>",
                            "type": "Point",
                            "usage": "required"
                        },
                        {
                            "name": "destinationView",
                            "constants": [],
                            "description": "<p>View that specifies the destination coordinate system to convert to. If this argument\nis not a view, an exception will be raised.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewById",
                    "deprecated": false,
                    "description": "<p>Returns the matching view of a given view ID.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "id",
                            "constants": [],
                            "description": "<p>The ID of the view that should be returned. Use the <code>id</code> property in your views to\nenable it for indexing in this method.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.View",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.PickerRow.bubbleParent\">Titanium.UI.PickerRow.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.PickerRow.bubbleParent\">Titanium.UI.PickerRow.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.PickerRow.bubbleParent\">Titanium.UI.PickerRow.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.PickerRow.bubbleParent\">Titanium.UI.PickerRow.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.PickerRow.apiName\">Titanium.UI.PickerRow.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.PickerRow.apiName\">Titanium.UI.PickerRow.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.PickerRow.lifecycleContainer\">Titanium.UI.PickerRow.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.PickerRow.lifecycleContainer\">Titanium.UI.PickerRow.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.PickerRow.lifecycleContainer\">Titanium.UI.PickerRow.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.PickerRow.lifecycleContainer\">Titanium.UI.PickerRow.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityHidden",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.PickerRow.accessibilityHidden\">Titanium.UI.PickerRow.accessibilityHidden</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.PickerRow.accessibilityHidden\">Titanium.UI.PickerRow.accessibilityHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityHidden",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.PickerRow.accessibilityHidden\">Titanium.UI.PickerRow.accessibilityHidden</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.PickerRow.accessibilityHidden\">Titanium.UI.PickerRow.accessibilityHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityHidden",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityHint",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.PickerRow.accessibilityHint\">Titanium.UI.PickerRow.accessibilityHint</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.PickerRow.accessibilityHint\">Titanium.UI.PickerRow.accessibilityHint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityHint",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.PickerRow.accessibilityHint\">Titanium.UI.PickerRow.accessibilityHint</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.PickerRow.accessibilityHint\">Titanium.UI.PickerRow.accessibilityHint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityHint",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityLabel",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.PickerRow.accessibilityLabel\">Titanium.UI.PickerRow.accessibilityLabel</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.PickerRow.accessibilityLabel\">Titanium.UI.PickerRow.accessibilityLabel</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityLabel",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.PickerRow.accessibilityLabel\">Titanium.UI.PickerRow.accessibilityLabel</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.PickerRow.accessibilityLabel\">Titanium.UI.PickerRow.accessibilityLabel</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityLabel",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityValue",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.PickerRow.accessibilityValue\">Titanium.UI.PickerRow.accessibilityValue</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.PickerRow.accessibilityValue\">Titanium.UI.PickerRow.accessibilityValue</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityValue",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.PickerRow.accessibilityValue\">Titanium.UI.PickerRow.accessibilityValue</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.PickerRow.accessibilityValue\">Titanium.UI.PickerRow.accessibilityValue</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityValue",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAnchorPoint",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.PickerRow.anchorPoint\">Titanium.UI.PickerRow.anchorPoint</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.PickerRow.anchorPoint\">Titanium.UI.PickerRow.anchorPoint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAnchorPoint",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.PickerRow.anchorPoint\">Titanium.UI.PickerRow.anchorPoint</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.PickerRow.anchorPoint\">Titanium.UI.PickerRow.anchorPoint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "anchorPoint",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAnimatedCenter",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.PickerRow.animatedCenter\">Titanium.UI.PickerRow.animatedCenter</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.PickerRow.animatedCenter\">Titanium.UI.PickerRow.animatedCenter</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.PickerRow.backgroundColor\">Titanium.UI.PickerRow.backgroundColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.PickerRow.backgroundColor\">Titanium.UI.PickerRow.backgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.PickerRow.backgroundColor\">Titanium.UI.PickerRow.backgroundColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.PickerRow.backgroundColor\">Titanium.UI.PickerRow.backgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundDisabledColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.PickerRow.backgroundDisabledColor\">Titanium.UI.PickerRow.backgroundDisabledColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.PickerRow.backgroundDisabledColor\">Titanium.UI.PickerRow.backgroundDisabledColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundDisabledColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.PickerRow.backgroundDisabledColor\">Titanium.UI.PickerRow.backgroundDisabledColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.PickerRow.backgroundDisabledColor\">Titanium.UI.PickerRow.backgroundDisabledColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundDisabledColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundDisabledImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.PickerRow.backgroundDisabledImage\">Titanium.UI.PickerRow.backgroundDisabledImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.PickerRow.backgroundDisabledImage\">Titanium.UI.PickerRow.backgroundDisabledImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundDisabledImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.PickerRow.backgroundDisabledImage\">Titanium.UI.PickerRow.backgroundDisabledImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.PickerRow.backgroundDisabledImage\">Titanium.UI.PickerRow.backgroundDisabledImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundDisabledImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundFocusedColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.PickerRow.backgroundFocusedColor\">Titanium.UI.PickerRow.backgroundFocusedColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.PickerRow.backgroundFocusedColor\">Titanium.UI.PickerRow.backgroundFocusedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundFocusedColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.PickerRow.backgroundFocusedColor\">Titanium.UI.PickerRow.backgroundFocusedColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.PickerRow.backgroundFocusedColor\">Titanium.UI.PickerRow.backgroundFocusedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundFocusedColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundFocusedImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.PickerRow.backgroundFocusedImage\">Titanium.UI.PickerRow.backgroundFocusedImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.PickerRow.backgroundFocusedImage\">Titanium.UI.PickerRow.backgroundFocusedImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundFocusedImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.PickerRow.backgroundFocusedImage\">Titanium.UI.PickerRow.backgroundFocusedImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.PickerRow.backgroundFocusedImage\">Titanium.UI.PickerRow.backgroundFocusedImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundFocusedImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundGradient",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.PickerRow.backgroundGradient\">Titanium.UI.PickerRow.backgroundGradient</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.PickerRow.backgroundGradient\">Titanium.UI.PickerRow.backgroundGradient</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Gradient",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundGradient",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.PickerRow.backgroundGradient\">Titanium.UI.PickerRow.backgroundGradient</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.PickerRow.backgroundGradient\">Titanium.UI.PickerRow.backgroundGradient</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundGradient",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Gradient",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.PickerRow.backgroundImage\">Titanium.UI.PickerRow.backgroundImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.PickerRow.backgroundImage\">Titanium.UI.PickerRow.backgroundImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.PickerRow.backgroundImage\">Titanium.UI.PickerRow.backgroundImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.PickerRow.backgroundImage\">Titanium.UI.PickerRow.backgroundImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundRepeat",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.PickerRow.backgroundRepeat\">Titanium.UI.PickerRow.backgroundRepeat</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.PickerRow.backgroundRepeat\">Titanium.UI.PickerRow.backgroundRepeat</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundRepeat",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.PickerRow.backgroundRepeat\">Titanium.UI.PickerRow.backgroundRepeat</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.PickerRow.backgroundRepeat\">Titanium.UI.PickerRow.backgroundRepeat</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundRepeat",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundLeftCap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.PickerRow.backgroundLeftCap\">Titanium.UI.PickerRow.backgroundLeftCap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.PickerRow.backgroundLeftCap\">Titanium.UI.PickerRow.backgroundLeftCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundLeftCap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.PickerRow.backgroundLeftCap\">Titanium.UI.PickerRow.backgroundLeftCap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.PickerRow.backgroundLeftCap\">Titanium.UI.PickerRow.backgroundLeftCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundLeftCap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundSelectedColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.PickerRow.backgroundSelectedColor\">Titanium.UI.PickerRow.backgroundSelectedColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.PickerRow.backgroundSelectedColor\">Titanium.UI.PickerRow.backgroundSelectedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundSelectedColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.PickerRow.backgroundSelectedColor\">Titanium.UI.PickerRow.backgroundSelectedColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.PickerRow.backgroundSelectedColor\">Titanium.UI.PickerRow.backgroundSelectedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundSelectedColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundSelectedImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.PickerRow.backgroundSelectedImage\">Titanium.UI.PickerRow.backgroundSelectedImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.PickerRow.backgroundSelectedImage\">Titanium.UI.PickerRow.backgroundSelectedImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundSelectedImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.PickerRow.backgroundSelectedImage\">Titanium.UI.PickerRow.backgroundSelectedImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.PickerRow.backgroundSelectedImage\">Titanium.UI.PickerRow.backgroundSelectedImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundSelectedImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundTopCap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.PickerRow.backgroundTopCap\">Titanium.UI.PickerRow.backgroundTopCap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.PickerRow.backgroundTopCap\">Titanium.UI.PickerRow.backgroundTopCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundTopCap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.PickerRow.backgroundTopCap\">Titanium.UI.PickerRow.backgroundTopCap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.PickerRow.backgroundTopCap\">Titanium.UI.PickerRow.backgroundTopCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundTopCap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.PickerRow.borderColor\">Titanium.UI.PickerRow.borderColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.PickerRow.borderColor\">Titanium.UI.PickerRow.borderColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.PickerRow.borderColor\">Titanium.UI.PickerRow.borderColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.PickerRow.borderColor\">Titanium.UI.PickerRow.borderColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderRadius",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.PickerRow.borderRadius\">Titanium.UI.PickerRow.borderRadius</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.PickerRow.borderRadius\">Titanium.UI.PickerRow.borderRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderRadius",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.PickerRow.borderRadius\">Titanium.UI.PickerRow.borderRadius</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.PickerRow.borderRadius\">Titanium.UI.PickerRow.borderRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderRadius",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderWidth",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.PickerRow.borderWidth\">Titanium.UI.PickerRow.borderWidth</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.PickerRow.borderWidth\">Titanium.UI.PickerRow.borderWidth</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderWidth",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.PickerRow.borderWidth\">Titanium.UI.PickerRow.borderWidth</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.PickerRow.borderWidth\">Titanium.UI.PickerRow.borderWidth</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderWidth",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBottom",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.PickerRow.bottom\">Titanium.UI.PickerRow.bottom</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.PickerRow.bottom\">Titanium.UI.PickerRow.bottom</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBottom",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.PickerRow.bottom\">Titanium.UI.PickerRow.bottom</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.PickerRow.bottom\">Titanium.UI.PickerRow.bottom</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bottom",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getCenter",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.PickerRow.center\">Titanium.UI.PickerRow.center</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.PickerRow.center\">Titanium.UI.PickerRow.center</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setCenter",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.PickerRow.center\">Titanium.UI.PickerRow.center</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.PickerRow.center\">Titanium.UI.PickerRow.center</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "center",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getChildren",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.PickerRow.children\">Titanium.UI.PickerRow.children</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.PickerRow.children\">Titanium.UI.PickerRow.children</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getClipMode",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.PickerRow.clipMode\">Titanium.UI.PickerRow.clipMode</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.PickerRow.clipMode\">Titanium.UI.PickerRow.clipMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setClipMode",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.PickerRow.clipMode\">Titanium.UI.PickerRow.clipMode</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.PickerRow.clipMode\">Titanium.UI.PickerRow.clipMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "clipMode",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getElevation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.PickerRow.elevation\">Titanium.UI.PickerRow.elevation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.PickerRow.elevation\">Titanium.UI.PickerRow.elevation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setElevation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.PickerRow.elevation\">Titanium.UI.PickerRow.elevation</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.PickerRow.elevation\">Titanium.UI.PickerRow.elevation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "elevation",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getFocusable",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.PickerRow.focusable\">Titanium.UI.PickerRow.focusable</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.PickerRow.focusable\">Titanium.UI.PickerRow.focusable</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setFocusable",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.PickerRow.focusable\">Titanium.UI.PickerRow.focusable</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.PickerRow.focusable\">Titanium.UI.PickerRow.focusable</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "focusable",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getHeight",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.PickerRow.height\">Titanium.UI.PickerRow.height</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.PickerRow.height\">Titanium.UI.PickerRow.height</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHeight",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.PickerRow.height\">Titanium.UI.PickerRow.height</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.PickerRow.height\">Titanium.UI.PickerRow.height</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "height",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHiddenBehavior",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.PickerRow.hiddenBehavior\">Titanium.UI.PickerRow.hiddenBehavior</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.PickerRow.hiddenBehavior\">Titanium.UI.PickerRow.hiddenBehavior</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setHiddenBehavior",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.PickerRow.hiddenBehavior\">Titanium.UI.PickerRow.hiddenBehavior</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.PickerRow.hiddenBehavior\">Titanium.UI.PickerRow.hiddenBehavior</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "hiddenBehavior",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getHorizontalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.PickerRow.horizontalMotionEffect\">Titanium.UI.PickerRow.horizontalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.PickerRow.horizontalMotionEffect\">Titanium.UI.PickerRow.horizontalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "MinMaxOptions",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHorizontalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.PickerRow.horizontalMotionEffect\">Titanium.UI.PickerRow.horizontalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.PickerRow.horizontalMotionEffect\">Titanium.UI.PickerRow.horizontalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "horizontalMotionEffect",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "MinMaxOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLeft",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.PickerRow.left\">Titanium.UI.PickerRow.left</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.PickerRow.left\">Titanium.UI.PickerRow.left</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLeft",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.PickerRow.left\">Titanium.UI.PickerRow.left</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.PickerRow.left\">Titanium.UI.PickerRow.left</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "left",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLayout",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.PickerRow.layout\">Titanium.UI.PickerRow.layout</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.PickerRow.layout\">Titanium.UI.PickerRow.layout</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLayout",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.PickerRow.layout\">Titanium.UI.PickerRow.layout</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.PickerRow.layout\">Titanium.UI.PickerRow.layout</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "layout",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getOpacity",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.PickerRow.opacity\">Titanium.UI.PickerRow.opacity</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.PickerRow.opacity\">Titanium.UI.PickerRow.opacity</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setOpacity",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.PickerRow.opacity\">Titanium.UI.PickerRow.opacity</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.PickerRow.opacity\">Titanium.UI.PickerRow.opacity</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "opacity",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getOverrideCurrentAnimation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.PickerRow.overrideCurrentAnimation\">Titanium.UI.PickerRow.overrideCurrentAnimation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.PickerRow.overrideCurrentAnimation\">Titanium.UI.PickerRow.overrideCurrentAnimation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setOverrideCurrentAnimation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.PickerRow.overrideCurrentAnimation\">Titanium.UI.PickerRow.overrideCurrentAnimation</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.PickerRow.overrideCurrentAnimation\">Titanium.UI.PickerRow.overrideCurrentAnimation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "overrideCurrentAnimation",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getPullBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.PickerRow.pullBackgroundColor\">Titanium.UI.PickerRow.pullBackgroundColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.PickerRow.pullBackgroundColor\">Titanium.UI.PickerRow.pullBackgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setPullBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.PickerRow.pullBackgroundColor\">Titanium.UI.PickerRow.pullBackgroundColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.PickerRow.pullBackgroundColor\">Titanium.UI.PickerRow.pullBackgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "pullBackgroundColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPreviewContext",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.PickerRow.previewContext\">Titanium.UI.PickerRow.previewContext</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.PickerRow.previewContext\">Titanium.UI.PickerRow.previewContext</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.iOS.PreviewContext",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "setPreviewContext",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.PickerRow.previewContext\">Titanium.UI.PickerRow.previewContext</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.PickerRow.previewContext\">Titanium.UI.PickerRow.previewContext</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "previewContext",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.iOS.PreviewContext",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "getRight",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.PickerRow.right\">Titanium.UI.PickerRow.right</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.PickerRow.right\">Titanium.UI.PickerRow.right</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setRight",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.PickerRow.right\">Titanium.UI.PickerRow.right</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.PickerRow.right\">Titanium.UI.PickerRow.right</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "right",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.PickerRow.rect\">Titanium.UI.PickerRow.rect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.PickerRow.rect\">Titanium.UI.PickerRow.rect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "DimensionWithAbsolutes",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRotation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.PickerRow.rotation\">Titanium.UI.PickerRow.rotation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.PickerRow.rotation\">Titanium.UI.PickerRow.rotation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRotation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.PickerRow.rotation\">Titanium.UI.PickerRow.rotation</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.PickerRow.rotation\">Titanium.UI.PickerRow.rotation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rotation",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getRotationX",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.PickerRow.rotationX\">Titanium.UI.PickerRow.rotationX</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.PickerRow.rotationX\">Titanium.UI.PickerRow.rotationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRotationX",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.PickerRow.rotationX\">Titanium.UI.PickerRow.rotationX</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.PickerRow.rotationX\">Titanium.UI.PickerRow.rotationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rotationX",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getRotationY",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.PickerRow.rotationY\">Titanium.UI.PickerRow.rotationY</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.PickerRow.rotationY\">Titanium.UI.PickerRow.rotationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRotationY",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.PickerRow.rotationY\">Titanium.UI.PickerRow.rotationY</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.PickerRow.rotationY\">Titanium.UI.PickerRow.rotationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rotationY",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getScaleX",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.PickerRow.scaleX\">Titanium.UI.PickerRow.scaleX</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.PickerRow.scaleX\">Titanium.UI.PickerRow.scaleX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setScaleX",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.PickerRow.scaleX\">Titanium.UI.PickerRow.scaleX</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.PickerRow.scaleX\">Titanium.UI.PickerRow.scaleX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "scaleX",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getScaleY",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.PickerRow.scaleY\">Titanium.UI.PickerRow.scaleY</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.PickerRow.scaleY\">Titanium.UI.PickerRow.scaleY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setScaleY",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.PickerRow.scaleY\">Titanium.UI.PickerRow.scaleY</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.PickerRow.scaleY\">Titanium.UI.PickerRow.scaleY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "scaleY",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getSize",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.PickerRow.size\">Titanium.UI.PickerRow.size</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.PickerRow.size\">Titanium.UI.PickerRow.size</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Dimension",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSoftKeyboardOnFocus",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.PickerRow.softKeyboardOnFocus\">Titanium.UI.PickerRow.softKeyboardOnFocus</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.PickerRow.softKeyboardOnFocus\">Titanium.UI.PickerRow.softKeyboardOnFocus</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setSoftKeyboardOnFocus",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.PickerRow.softKeyboardOnFocus\">Titanium.UI.PickerRow.softKeyboardOnFocus</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.PickerRow.softKeyboardOnFocus\">Titanium.UI.PickerRow.softKeyboardOnFocus</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "softKeyboardOnFocus",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTintColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.PickerRow.tintColor\">Titanium.UI.PickerRow.tintColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.PickerRow.tintColor\">Titanium.UI.PickerRow.tintColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTintColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.PickerRow.tintColor\">Titanium.UI.PickerRow.tintColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.PickerRow.tintColor\">Titanium.UI.PickerRow.tintColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "tintColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTop",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.PickerRow.top\">Titanium.UI.PickerRow.top</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.PickerRow.top\">Titanium.UI.PickerRow.top</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTop",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.PickerRow.top\">Titanium.UI.PickerRow.top</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.PickerRow.top\">Titanium.UI.PickerRow.top</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "top",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTouchEnabled",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.PickerRow.touchEnabled\">Titanium.UI.PickerRow.touchEnabled</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.PickerRow.touchEnabled\">Titanium.UI.PickerRow.touchEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTouchEnabled",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.PickerRow.touchEnabled\">Titanium.UI.PickerRow.touchEnabled</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.PickerRow.touchEnabled\">Titanium.UI.PickerRow.touchEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchEnabled",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTouchFeedback",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.PickerRow.touchFeedback\">Titanium.UI.PickerRow.touchFeedback</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.PickerRow.touchFeedback\">Titanium.UI.PickerRow.touchFeedback</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTouchFeedback",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.PickerRow.touchFeedback\">Titanium.UI.PickerRow.touchFeedback</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.PickerRow.touchFeedback\">Titanium.UI.PickerRow.touchFeedback</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchFeedback",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTouchFeedbackColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.PickerRow.touchFeedbackColor\">Titanium.UI.PickerRow.touchFeedbackColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.PickerRow.touchFeedbackColor\">Titanium.UI.PickerRow.touchFeedbackColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTouchFeedbackColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.PickerRow.touchFeedbackColor\">Titanium.UI.PickerRow.touchFeedbackColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.PickerRow.touchFeedbackColor\">Titanium.UI.PickerRow.touchFeedbackColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchFeedbackColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTransform",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.PickerRow.transform\">Titanium.UI.PickerRow.transform</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.PickerRow.transform\">Titanium.UI.PickerRow.transform</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Matrix2D",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTransform",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.PickerRow.transform\">Titanium.UI.PickerRow.transform</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.PickerRow.transform\">Titanium.UI.PickerRow.transform</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "transform",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Matrix2D",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTranslationX",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.PickerRow.translationX\">Titanium.UI.PickerRow.translationX</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.PickerRow.translationX\">Titanium.UI.PickerRow.translationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTranslationX",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.PickerRow.translationX\">Titanium.UI.PickerRow.translationX</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.PickerRow.translationX\">Titanium.UI.PickerRow.translationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translationX",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTranslationY",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.PickerRow.translationY\">Titanium.UI.PickerRow.translationY</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.PickerRow.translationY\">Titanium.UI.PickerRow.translationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTranslationY",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.PickerRow.translationY\">Titanium.UI.PickerRow.translationY</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.PickerRow.translationY\">Titanium.UI.PickerRow.translationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translationY",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTranslationZ",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.PickerRow.translationZ\">Titanium.UI.PickerRow.translationZ</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.PickerRow.translationZ\">Titanium.UI.PickerRow.translationZ</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTranslationZ",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.PickerRow.translationZ\">Titanium.UI.PickerRow.translationZ</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.PickerRow.translationZ\">Titanium.UI.PickerRow.translationZ</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translationZ",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTransitionName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.PickerRow.transitionName\">Titanium.UI.PickerRow.transitionName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.PickerRow.transitionName\">Titanium.UI.PickerRow.transitionName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTransitionName",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.PickerRow.transitionName\">Titanium.UI.PickerRow.transitionName</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.PickerRow.transitionName\">Titanium.UI.PickerRow.transitionName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "transitionName",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getVerticalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.PickerRow.verticalMotionEffect\">Titanium.UI.PickerRow.verticalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.PickerRow.verticalMotionEffect\">Titanium.UI.PickerRow.verticalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "MinMaxOptions",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setVerticalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.PickerRow.verticalMotionEffect\">Titanium.UI.PickerRow.verticalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.PickerRow.verticalMotionEffect\">Titanium.UI.PickerRow.verticalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "verticalMotionEffect",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "MinMaxOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowRadius",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.PickerRow.viewShadowRadius\">Titanium.UI.PickerRow.viewShadowRadius</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.PickerRow.viewShadowRadius\">Titanium.UI.PickerRow.viewShadowRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowRadius",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.PickerRow.viewShadowRadius\">Titanium.UI.PickerRow.viewShadowRadius</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.PickerRow.viewShadowRadius\">Titanium.UI.PickerRow.viewShadowRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowRadius",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.PickerRow.viewShadowColor\">Titanium.UI.PickerRow.viewShadowColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.PickerRow.viewShadowColor\">Titanium.UI.PickerRow.viewShadowColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.PickerRow.viewShadowColor\">Titanium.UI.PickerRow.viewShadowColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.PickerRow.viewShadowColor\">Titanium.UI.PickerRow.viewShadowColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowOffset",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.PickerRow.viewShadowOffset\">Titanium.UI.PickerRow.viewShadowOffset</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.PickerRow.viewShadowOffset\">Titanium.UI.PickerRow.viewShadowOffset</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowOffset",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.PickerRow.viewShadowOffset\">Titanium.UI.PickerRow.viewShadowOffset</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.PickerRow.viewShadowOffset\">Titanium.UI.PickerRow.viewShadowOffset</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowOffset",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getVisible",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.PickerRow.visible\">Titanium.UI.PickerRow.visible</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.PickerRow.visible\">Titanium.UI.PickerRow.visible</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setVisible",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.PickerRow.visible\">Titanium.UI.PickerRow.visible</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.PickerRow.visible\">Titanium.UI.PickerRow.visible</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "visible",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getWidth",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.PickerRow.width\">Titanium.UI.PickerRow.width</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.PickerRow.width\">Titanium.UI.PickerRow.width</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setWidth",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.PickerRow.width\">Titanium.UI.PickerRow.width</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.PickerRow.width\">Titanium.UI.PickerRow.width</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "width",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHorizontalWrap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.PickerRow.horizontalWrap\">Titanium.UI.PickerRow.horizontalWrap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.PickerRow.horizontalWrap\">Titanium.UI.PickerRow.horizontalWrap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHorizontalWrap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.PickerRow.horizontalWrap\">Titanium.UI.PickerRow.horizontalWrap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.PickerRow.horizontalWrap\">Titanium.UI.PickerRow.horizontalWrap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "horizontalWrap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getZIndex",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.PickerRow.zIndex\">Titanium.UI.PickerRow.zIndex</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.PickerRow.zIndex\">Titanium.UI.PickerRow.zIndex</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setZIndex",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.PickerRow.zIndex\">Titanium.UI.PickerRow.zIndex</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.PickerRow.zIndex\">Titanium.UI.PickerRow.zIndex</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "zIndex",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getKeepScreenOn",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.PickerRow.keepScreenOn\">Titanium.UI.PickerRow.keepScreenOn</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.PickerRow.keepScreenOn\">Titanium.UI.PickerRow.keepScreenOn</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setKeepScreenOn",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.PickerRow.keepScreenOn\">Titanium.UI.PickerRow.keepScreenOn</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.PickerRow.keepScreenOn\">Titanium.UI.PickerRow.keepScreenOn</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "keepScreenOn",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.PickerRow.color\">Titanium.UI.PickerRow.color</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.PickerRow.color\">Titanium.UI.PickerRow.color</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.PickerRow.color\">Titanium.UI.PickerRow.color</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.PickerRow.color\">Titanium.UI.PickerRow.color</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "color",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getFont",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.PickerRow.font\">Titanium.UI.PickerRow.font</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.PickerRow.font\">Titanium.UI.PickerRow.font</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Font",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setFont",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.PickerRow.font\">Titanium.UI.PickerRow.font</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.PickerRow.font\">Titanium.UI.PickerRow.font</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "font",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Font",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTitle",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.PickerRow.title\">Titanium.UI.PickerRow.title</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.PickerRow.title\">Titanium.UI.PickerRow.title</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTitle",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.PickerRow.title\">Titanium.UI.PickerRow.title</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.PickerRow.title\">Titanium.UI.PickerRow.title</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "title",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.UI.View",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "accessibilityHidden",
                    "deprecated": false,
                    "description": "<p>Whether the view should be &quot;hidden&quot; from (i.e., ignored by) the accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityHint",
                    "deprecated": false,
                    "description": "<p>Briefly describes what performing an action (such as a click) on the view will do.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityLabel",
                    "deprecated": false,
                    "description": "<p>A succint label identifying the view for the device's accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityValue",
                    "deprecated": false,
                    "description": "<p>A string describing the value (if any) of the view for the device's accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "anchorPoint",
                    "deprecated": false,
                    "description": "<p>Coordinate of the view about which to pivot an animation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "animatedCenter",
                    "deprecated": false,
                    "description": "<p>Current position of the view during an animation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundColor",
                    "deprecated": false,
                    "description": "<p>Background color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundDisabledColor",
                    "deprecated": false,
                    "description": "<p>Disabled background color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundDisabledImage",
                    "deprecated": false,
                    "description": "<p>Disabled background image for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundFocusedColor",
                    "deprecated": false,
                    "description": "<p>Focused background color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundFocusedImage",
                    "deprecated": false,
                    "description": "<p>Focused background image for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundGradient",
                    "deprecated": false,
                    "description": "<p>A background gradient for the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [
                        {
                            "title": "Linear and Radial Gradients",
                            "code": "<p>The following code excerpt creates two views, one with a linear gradient and one with\na radial gradient.</p>\n<pre><code>var win1 = Titanium.UI.createWindow({\n    title:'Tab 1',\n    backgroundColor:'#fff',\n    layout: 'vertical'\n});\n\nvar radialGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'radial',\n        startPoint: { x: 50, y: 50 },\n        endPoint: { x: 50, y: 50 },\n        colors: [ 'red', 'blue'],\n        startRadius: 50,\n        endRadius: 0,\n        backfillStart: true\n    }\n});\nvar linearGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'linear',\n        startPoint: { x: '0%', y: '50%' },\n        endPoint: { x: '100%', y: '50%' },\n        colors: [ { color: 'red', offset: 0.0}, { color: 'blue', offset: 0.25 }, { color: 'red', offset: 1.0 } ],\n    }\n});\nwin1.add(radialGradient);\nwin1.add(linearGradient);\nwin1.open();\n</code></pre>"
                        }
                    ],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Gradient",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundImage",
                    "deprecated": false,
                    "description": "<p>Background image for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundRepeat",
                    "deprecated": false,
                    "description": "<p>Determines whether to tile a background across a view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundLeftCap",
                    "deprecated": false,
                    "description": "<p>Size of the left end cap.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundSelectedColor",
                    "deprecated": false,
                    "description": "<p>Selected background color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundSelectedImage",
                    "deprecated": false,
                    "description": "<p>Selected background image url for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundTopCap",
                    "deprecated": false,
                    "description": "<p>Size of the top end cap.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderColor",
                    "deprecated": false,
                    "description": "<p>Border color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderRadius",
                    "deprecated": false,
                    "description": "<p>Radius for the rounded corners of the view's border.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderWidth",
                    "deprecated": false,
                    "description": "<p>Border width of the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "bottom",
                    "deprecated": false,
                    "description": "<p>View's bottom position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "center",
                    "deprecated": false,
                    "description": "<p>View's center position, in the parent view's coordinates.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "children",
                    "deprecated": false,
                    "description": "<p>Array of this view's child views.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "clipMode",
                    "deprecated": false,
                    "description": "<p>View's clipping behavior.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "elevation",
                    "deprecated": false,
                    "description": "<p>Base elevation of the view relative to its parent in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "focusable",
                    "deprecated": false,
                    "description": "<p>Whether view should be focusable while navigating with the trackball.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "height",
                    "deprecated": false,
                    "description": "<p>View height, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.FILL",
                        "Titanium.UI.SIZE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hiddenBehavior",
                    "deprecated": false,
                    "description": "<p>Sets the behavior when hiding an object to release or keep the free space</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.HIDDEN_BEHAVIOR_INVISIBLE",
                        "Titanium.UI.HIDDEN_BEHAVIOR_GONE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "horizontalMotionEffect",
                    "deprecated": false,
                    "description": "<p>Adds a horizontal parallax effect to the view</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "MinMaxOptions",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "id",
                    "deprecated": false,
                    "description": "<p>View's identifier.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "left",
                    "deprecated": false,
                    "description": "<p>View's left position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "layout",
                    "deprecated": false,
                    "description": "<p>Specifies how the view positions its children.\nOne of: 'composite', 'vertical', or 'horizontal'.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "opacity",
                    "deprecated": false,
                    "description": "<p>Opacity of this view, from 0.0 (transparent) to 1.0 (opaque). Defaults to 1.0 (opaque).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "overrideCurrentAnimation",
                    "deprecated": false,
                    "description": "<p>When on, animate call overrides current animation if applicable.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "pullBackgroundColor",
                    "deprecated": false,
                    "description": "<p>Background color of the wrapper view when this view is used as either <a href=\"Titanium.UI.ListView.pullView\">Titanium.UI.ListView.pullView</a> or <a href=\"Titanium.UI.TableView.headerPullView\">Titanium.UI.TableView.headerPullView</a>.</p>\n<p>Defaults to <code>undefined</code>. Results in a light grey background color on the wrapper view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "previewContext",
                    "deprecated": false,
                    "description": "<p>The preview context used in the 3D-Touch feature &quot;Peek and Pop&quot;.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Titanium.UI.iOS.PreviewContext",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "right",
                    "deprecated": false,
                    "description": "<p>View's right position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "rect",
                    "deprecated": false,
                    "description": "<p>The bounding box of the view relative to its parent, in system units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "type": "DimensionWithAbsolutes",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "rotation",
                    "deprecated": false,
                    "description": "<p>Clockwise 2D rotation of the view in degrees.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "rotationX",
                    "deprecated": false,
                    "description": "<p>Clockwise rotation of the view in degrees (x-axis).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "rotationY",
                    "deprecated": false,
                    "description": "<p>Clockwise rotation of the view in degrees (y-axis).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "scaleX",
                    "deprecated": false,
                    "description": "<p>Scaling of the view in x-axis in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "scaleY",
                    "deprecated": false,
                    "description": "<p>Scaling of the view in y-axis in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "size",
                    "deprecated": false,
                    "description": "<p>The size of the view in system units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Dimension",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "softKeyboardOnFocus",
                    "deprecated": false,
                    "description": "<p>Determines keyboard behavior when this view is focused. Defaults to <a href=\"Titanium.UI.Android.SOFT_KEYBOARD_DEFAULT_ON_FOCUS\">Titanium.UI.Android.SOFT_KEYBOARD_DEFAULT_ON_FOCUS</a>.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.Android.SOFT_KEYBOARD_DEFAULT_ON_FOCUS",
                        "Titanium.UI.Android.SOFT_KEYBOARD_HIDE_ON_FOCUS",
                        "Titanium.UI.Android.SOFT_KEYBOARD_SHOW_ON_FOCUS"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "tintColor",
                    "deprecated": false,
                    "description": "<p>The view's tintColor</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "top",
                    "deprecated": false,
                    "description": "<p>The view's top position.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "touchEnabled",
                    "deprecated": false,
                    "description": "<p>Determines whether view should receive touch events.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "touchFeedback",
                    "deprecated": false,
                    "description": "<p>A material design visual construct that provides an instantaneous visual confirmation of touch point.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "touchFeedbackColor",
                    "deprecated": false,
                    "description": "<p>Optional touch feedback ripple color. This has no effect unless <code>touchFeedback</code> is true.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "transform",
                    "deprecated": false,
                    "description": "<p>Transformation matrix to apply to the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Titanium.UI.Matrix2D",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "translationX",
                    "deprecated": false,
                    "description": "<p>Horizontal location of the view relative to its left position in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "translationY",
                    "deprecated": false,
                    "description": "<p>Vertical location of the view relative to its top position in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "translationZ",
                    "deprecated": false,
                    "description": "<p>Depth of the view relative to its elevation in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "transitionName",
                    "deprecated": false,
                    "description": "<p>A name to identify this view in activity transition.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.2"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "verticalMotionEffect",
                    "deprecated": false,
                    "description": "<p>Adds a vertical parallax effect to the view</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "MinMaxOptions",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowRadius",
                    "deprecated": false,
                    "description": "<p>Determines the blur radius used to create the shadow.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowColor",
                    "deprecated": false,
                    "description": "<p>Determines the color of the shadow.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowOffset",
                    "deprecated": false,
                    "description": "<p>Determines the offset for the shadow of the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "visible",
                    "deprecated": false,
                    "description": "<p>Determines whether the view is visible.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "width",
                    "deprecated": false,
                    "description": "<p>View's width, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.FILL",
                        "Titanium.UI.SIZE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "horizontalWrap",
                    "deprecated": false,
                    "description": "<p>Determines whether the layout has wrapping behavior.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "zIndex",
                    "deprecated": false,
                    "description": "<p>Z-index stack order position, relative to other sibling views.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "keepScreenOn",
                    "deprecated": false,
                    "description": "<p>Determines whether to keep the device screen on.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "color",
                    "deprecated": false,
                    "description": "<p>Color of the item text, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "font",
                    "deprecated": false,
                    "description": "<p>Font to use for the item text.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Font",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "title",
                    "deprecated": false,
                    "description": "<p>Item text.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>Use the <a href=\"Titanium.UI.createPickerRow\">Titanium.UI.createPickerRow</a> method to create a picker row control. In an Alloy application,\nyou can use a <strong><code>&lt;PickerRow&gt;</code></strong> element inside a <code>&lt;PickerColumn&gt;</code> element. You can also use <code>&lt;Row&gt;</code>\nas a shorthand for <code>&lt;PickerRow&gt;</code> (see Examples).</p>\n<p>Views added to picker rows is only supported on iOS.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.9"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.9"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.9"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.ProgressBar",
            "description": "<p>A progress bar.</p>",
            "deprecated": false,
            "events": [
                {
                    "name": "click",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a click against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "dblclick",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a double click against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "doubletap",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a double tap against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "focus",
                    "deprecated": false,
                    "description": "<p>Fired when the view element gains focus.</p>"
                },
                {
                    "name": "keypressed",
                    "deprecated": false,
                    "description": "<p>Fired when a hardware key is pressed in the view.</p>",
                    "properties": [
                        {
                            "name": "keyCode",
                            "constants": [],
                            "description": "<p>The code for the physical key that was pressed. For more details, see <a href=\"https://developer.android.com/reference/android/view/KeyEvent.html\">KeyEvent</a>. This API is experimental and subject to change.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "longclick",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a long click.</p>"
                },
                {
                    "name": "longpress",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a long press.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "pinch",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a pinch gesture.</p>",
                    "properties": [
                        {
                            "name": "scale",
                            "constants": [],
                            "description": "<p>The scale factor relative to the points of the two touches in screen coordinates.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "velocity",
                            "constants": [],
                            "description": "<p>The velocity of the pinch in scale factor per second.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "time",
                            "constants": [],
                            "description": "<p>The event time of the current event being processed.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timeDelta",
                            "constants": [],
                            "description": "<p>The time difference in milliseconds between the previous accepted scaling event and the\ncurrent scaling event.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "currentSpan",
                            "constants": [],
                            "description": "<p>The average distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "currentSpanX",
                            "constants": [],
                            "description": "<p>The average X distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "currentSpanY",
                            "constants": [],
                            "description": "<p>The average Y distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "previousSpan",
                            "constants": [],
                            "description": "<p>The previous average distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "previousSpanX",
                            "constants": [],
                            "description": "<p>The previous average X distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "previousSpanY",
                            "constants": [],
                            "description": "<p>The previous average Y distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "focusX",
                            "constants": [],
                            "description": "<p>The X coordinate of the current gesture's focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "focusY",
                            "constants": [],
                            "description": "<p>The Y coordinate of the current gesture's focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "inProgress",
                            "constants": [],
                            "description": "<p>Returns <code>true</code> if a scale gesture is in progress, <code>false</code> otherwise.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "postlayout",
                    "deprecated": false,
                    "description": "<p>Fired when a layout cycle is finished.</p>"
                },
                {
                    "name": "singletap",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a single tap against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "swipe",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a swipe gesture against the view.</p>",
                    "properties": [
                        {
                            "name": "direction",
                            "constants": [],
                            "description": "<p>Direction of the swipe--either 'left', 'right', 'up', or 'down'.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event's endpoint from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event's endpoint from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchcancel",
                    "deprecated": false,
                    "description": "<p>Fired when a touch event is interrupted by the device.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchend",
                    "deprecated": false,
                    "description": "<p>Fired when a touch event is completed.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Penciland are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchmove",
                    "deprecated": false,
                    "description": "<p>Fired as soon as the device detects movement of a touch.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchstart",
                    "deprecated": false,
                    "description": "<p>Fired as soon as the device detects a touch gesture.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "twofingertap",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a two-finger tap against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                }
            ],
            "examples": [
                {
                    "title": "Simple Progress Bar",
                    "code": "<p>In this example we create a progress bar with the min value of <code>0</code> and the max value\nof <code>10</code> and the current value of <code>0</code>. Changing the <code>value</code> property causes the\ndisplayed progress bar to update.</p>\n<pre><code>var pb = Ti.UI.createProgressBar({\n    top: 25,\n    width: 250,\n    min: 0,\n    max: 10,\n    value: 0,\n    color: 'blue',\n    message: 'Downloading 0 of 10',\n    font: {fontSize: 14, fontWeight: 'bold'},\n    style: Ti.UI.iOS.ProgressBarStyle.PLAIN,\n});\nvar win = Ti.UI.createWindow({backgroundColor: 'white'});\nwin.addEventListener('click', function(){\n    if (pb.value &lt; pb.max) {\n        pb.message = 'Downloading '+ ++pb.value + ' of 10';\n    }\n});\nwin.add(pb);\nwin.open();\n</code></pre>"
                },
                {
                    "title": "Alloy XML Markup",
                    "code": "<p>Previous example as an Alloy view.</p>\n<p>index.xml:</p>\n<pre><code>&lt;Alloy&gt;\n    &lt;Window id=&quot;win&quot; backgroundColor=&quot;white&quot; onClick=&quot;incPB&quot;&gt;\n        &lt;ProgressBar id=&quot;pb&quot; /&gt;\n    &lt;/Window&gt;\n&lt;/Alloy&gt;\n</code></pre>\n<p>index.js:</p>\n<pre><code>function incPB() {\n    if ($.pb.value &lt; $.pb.max) {\n        $.pb.message = 'Downloading '+ ++$.pb.value + ' of 10';\n    }\n}\n$.win.open();\n</code></pre>\n<p>index.tss:</p>\n<pre><code>&quot;#pb&quot;: {\n    top: 25,\n    width: 250,\n    min: 0,\n    max: 10,\n    value: 0,\n    color: 'blue',\n    message: 'Downloading 0 of 10',\n    font: {fontSize:14, fontWeight:'bold'},\n    style: Titanium.UI.iOS.ProgressBarStyle.PLAIN\n}\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "animate",
                    "deprecated": false,
                    "description": "<p>Animates this view.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "animation",
                            "constants": [],
                            "description": "<p>Either a dictionary of animation properties or an\n<a href=\"Titanium.UI.Animation\">Animation</a> object.</p>",
                            "type": "Titanium.UI.Animation",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Function to be invoked upon completion of the animation.</p>",
                            "type": "Function",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "clearMotionEffects",
                    "deprecated": false,
                    "description": "<p>Removes all previously added motion effects.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "finishLayout",
                    "deprecated": true,
                    "description": "<p>Finishes a batch update of the View's layout properties and schedules a layout pass of the\nview tree.\n<strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hide",
                    "deprecated": false,
                    "description": "<p>Hides this view.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Animation options for Android only. <strong>Since SDK 5.1.0 and used only on Android 5.0+</strong></p>\n<p>Determines whether to enable a circular reveal animation.\nNote that the default here is equivalent to passing in <code>{ animated: false }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "insertAt",
                    "deprecated": false,
                    "description": "<p>Inserts a view at the specified position in the <a href=\"Titanium.UI.View.children\">children</a> array.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Pass an object that specifies the view to insert and optionally at which position (defaults to end)</p>",
                            "type": "ViewPositionOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "show",
                    "deprecated": false,
                    "description": "<p>Makes this view visible.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Animation options for Android only. <strong>Since SDK 5.1.0 and only used on Android 5.0+</strong></p>\n<p>Determines whether to enable a circular reveal animation.\nNote that the default here is equivalent to passing in <code>{ animated: false }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "startLayout",
                    "deprecated": true,
                    "description": "<p>Starts a batch update of this view's layout properties. <strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">Titanium.Proxy.applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "toImage",
                    "deprecated": false,
                    "description": "<p>Returns an image of the rendered view, as a Blob.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Function to be invoked upon completion. If non-null, this method will be performed\nasynchronously. If null, it will be performed immediately.</p>",
                            "type": "Function",
                            "usage": "optional"
                        },
                        {
                            "name": "honorScaleFactor",
                            "constants": [],
                            "description": "<p>Determines whether the image is scaled based on scale factor of main screen. (iOS only)</p>\n<p>When set to true, image is scale factor is honored. When set to false, the image in the\nblob has the same dimensions for retina and non-retina devices.</p>",
                            "type": "Boolean",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Blob",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "updateLayout",
                    "deprecated": true,
                    "description": "<p>Performs a batch update of all supplied layout properties and schedules a layout pass after\nthey have been updated.\n<strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">Titanium.Proxy.applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Layout properties to be updated.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "convertPointToView",
                    "deprecated": false,
                    "description": "<p>Translates a point from this view's coordinate system to another view's coordinate system.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "point",
                            "constants": [],
                            "description": "<p>A point in this view's coordinate system.</p>\n<p>If this argument is missing an <code>x</code> or <code>y</code> property, or the properties can not be\nconverted into numbers, an exception will be raised.</p>",
                            "type": "Point",
                            "usage": "required"
                        },
                        {
                            "name": "destinationView",
                            "constants": [],
                            "description": "<p>View that specifies the destination coordinate system to convert to. If this argument\nis not a view, an exception will be raised.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewById",
                    "deprecated": false,
                    "description": "<p>Returns the matching view of a given view ID.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "id",
                            "constants": [],
                            "description": "<p>The ID of the view that should be returned. Use the <code>id</code> property in your views to\nenable it for indexing in this method.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.View",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ProgressBar.bubbleParent\">Titanium.UI.ProgressBar.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ProgressBar.bubbleParent\">Titanium.UI.ProgressBar.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ProgressBar.bubbleParent\">Titanium.UI.ProgressBar.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ProgressBar.bubbleParent\">Titanium.UI.ProgressBar.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ProgressBar.apiName\">Titanium.UI.ProgressBar.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ProgressBar.apiName\">Titanium.UI.ProgressBar.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ProgressBar.lifecycleContainer\">Titanium.UI.ProgressBar.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ProgressBar.lifecycleContainer\">Titanium.UI.ProgressBar.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ProgressBar.lifecycleContainer\">Titanium.UI.ProgressBar.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ProgressBar.lifecycleContainer\">Titanium.UI.ProgressBar.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityHidden",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ProgressBar.accessibilityHidden\">Titanium.UI.ProgressBar.accessibilityHidden</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ProgressBar.accessibilityHidden\">Titanium.UI.ProgressBar.accessibilityHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityHidden",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ProgressBar.accessibilityHidden\">Titanium.UI.ProgressBar.accessibilityHidden</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ProgressBar.accessibilityHidden\">Titanium.UI.ProgressBar.accessibilityHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityHidden",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityHint",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ProgressBar.accessibilityHint\">Titanium.UI.ProgressBar.accessibilityHint</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ProgressBar.accessibilityHint\">Titanium.UI.ProgressBar.accessibilityHint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityHint",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ProgressBar.accessibilityHint\">Titanium.UI.ProgressBar.accessibilityHint</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ProgressBar.accessibilityHint\">Titanium.UI.ProgressBar.accessibilityHint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityHint",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityLabel",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ProgressBar.accessibilityLabel\">Titanium.UI.ProgressBar.accessibilityLabel</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ProgressBar.accessibilityLabel\">Titanium.UI.ProgressBar.accessibilityLabel</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityLabel",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ProgressBar.accessibilityLabel\">Titanium.UI.ProgressBar.accessibilityLabel</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ProgressBar.accessibilityLabel\">Titanium.UI.ProgressBar.accessibilityLabel</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityLabel",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityValue",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ProgressBar.accessibilityValue\">Titanium.UI.ProgressBar.accessibilityValue</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ProgressBar.accessibilityValue\">Titanium.UI.ProgressBar.accessibilityValue</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityValue",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ProgressBar.accessibilityValue\">Titanium.UI.ProgressBar.accessibilityValue</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ProgressBar.accessibilityValue\">Titanium.UI.ProgressBar.accessibilityValue</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityValue",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAnchorPoint",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ProgressBar.anchorPoint\">Titanium.UI.ProgressBar.anchorPoint</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ProgressBar.anchorPoint\">Titanium.UI.ProgressBar.anchorPoint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAnchorPoint",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ProgressBar.anchorPoint\">Titanium.UI.ProgressBar.anchorPoint</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ProgressBar.anchorPoint\">Titanium.UI.ProgressBar.anchorPoint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "anchorPoint",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAnimatedCenter",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ProgressBar.animatedCenter\">Titanium.UI.ProgressBar.animatedCenter</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ProgressBar.animatedCenter\">Titanium.UI.ProgressBar.animatedCenter</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ProgressBar.backgroundColor\">Titanium.UI.ProgressBar.backgroundColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ProgressBar.backgroundColor\">Titanium.UI.ProgressBar.backgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ProgressBar.backgroundColor\">Titanium.UI.ProgressBar.backgroundColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ProgressBar.backgroundColor\">Titanium.UI.ProgressBar.backgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundDisabledColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ProgressBar.backgroundDisabledColor\">Titanium.UI.ProgressBar.backgroundDisabledColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ProgressBar.backgroundDisabledColor\">Titanium.UI.ProgressBar.backgroundDisabledColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundDisabledColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ProgressBar.backgroundDisabledColor\">Titanium.UI.ProgressBar.backgroundDisabledColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ProgressBar.backgroundDisabledColor\">Titanium.UI.ProgressBar.backgroundDisabledColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundDisabledColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundDisabledImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ProgressBar.backgroundDisabledImage\">Titanium.UI.ProgressBar.backgroundDisabledImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ProgressBar.backgroundDisabledImage\">Titanium.UI.ProgressBar.backgroundDisabledImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundDisabledImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ProgressBar.backgroundDisabledImage\">Titanium.UI.ProgressBar.backgroundDisabledImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ProgressBar.backgroundDisabledImage\">Titanium.UI.ProgressBar.backgroundDisabledImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundDisabledImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundFocusedColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ProgressBar.backgroundFocusedColor\">Titanium.UI.ProgressBar.backgroundFocusedColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ProgressBar.backgroundFocusedColor\">Titanium.UI.ProgressBar.backgroundFocusedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundFocusedColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ProgressBar.backgroundFocusedColor\">Titanium.UI.ProgressBar.backgroundFocusedColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ProgressBar.backgroundFocusedColor\">Titanium.UI.ProgressBar.backgroundFocusedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundFocusedColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundFocusedImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ProgressBar.backgroundFocusedImage\">Titanium.UI.ProgressBar.backgroundFocusedImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ProgressBar.backgroundFocusedImage\">Titanium.UI.ProgressBar.backgroundFocusedImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundFocusedImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ProgressBar.backgroundFocusedImage\">Titanium.UI.ProgressBar.backgroundFocusedImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ProgressBar.backgroundFocusedImage\">Titanium.UI.ProgressBar.backgroundFocusedImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundFocusedImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundGradient",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ProgressBar.backgroundGradient\">Titanium.UI.ProgressBar.backgroundGradient</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ProgressBar.backgroundGradient\">Titanium.UI.ProgressBar.backgroundGradient</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Gradient",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundGradient",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ProgressBar.backgroundGradient\">Titanium.UI.ProgressBar.backgroundGradient</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ProgressBar.backgroundGradient\">Titanium.UI.ProgressBar.backgroundGradient</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundGradient",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Gradient",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ProgressBar.backgroundImage\">Titanium.UI.ProgressBar.backgroundImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ProgressBar.backgroundImage\">Titanium.UI.ProgressBar.backgroundImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ProgressBar.backgroundImage\">Titanium.UI.ProgressBar.backgroundImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ProgressBar.backgroundImage\">Titanium.UI.ProgressBar.backgroundImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundRepeat",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ProgressBar.backgroundRepeat\">Titanium.UI.ProgressBar.backgroundRepeat</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ProgressBar.backgroundRepeat\">Titanium.UI.ProgressBar.backgroundRepeat</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundRepeat",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ProgressBar.backgroundRepeat\">Titanium.UI.ProgressBar.backgroundRepeat</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ProgressBar.backgroundRepeat\">Titanium.UI.ProgressBar.backgroundRepeat</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundRepeat",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundLeftCap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ProgressBar.backgroundLeftCap\">Titanium.UI.ProgressBar.backgroundLeftCap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ProgressBar.backgroundLeftCap\">Titanium.UI.ProgressBar.backgroundLeftCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundLeftCap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ProgressBar.backgroundLeftCap\">Titanium.UI.ProgressBar.backgroundLeftCap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ProgressBar.backgroundLeftCap\">Titanium.UI.ProgressBar.backgroundLeftCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundLeftCap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundSelectedColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ProgressBar.backgroundSelectedColor\">Titanium.UI.ProgressBar.backgroundSelectedColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ProgressBar.backgroundSelectedColor\">Titanium.UI.ProgressBar.backgroundSelectedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundSelectedColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ProgressBar.backgroundSelectedColor\">Titanium.UI.ProgressBar.backgroundSelectedColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ProgressBar.backgroundSelectedColor\">Titanium.UI.ProgressBar.backgroundSelectedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundSelectedColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundSelectedImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ProgressBar.backgroundSelectedImage\">Titanium.UI.ProgressBar.backgroundSelectedImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ProgressBar.backgroundSelectedImage\">Titanium.UI.ProgressBar.backgroundSelectedImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundSelectedImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ProgressBar.backgroundSelectedImage\">Titanium.UI.ProgressBar.backgroundSelectedImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ProgressBar.backgroundSelectedImage\">Titanium.UI.ProgressBar.backgroundSelectedImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundSelectedImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundTopCap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ProgressBar.backgroundTopCap\">Titanium.UI.ProgressBar.backgroundTopCap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ProgressBar.backgroundTopCap\">Titanium.UI.ProgressBar.backgroundTopCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundTopCap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ProgressBar.backgroundTopCap\">Titanium.UI.ProgressBar.backgroundTopCap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ProgressBar.backgroundTopCap\">Titanium.UI.ProgressBar.backgroundTopCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundTopCap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ProgressBar.borderColor\">Titanium.UI.ProgressBar.borderColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ProgressBar.borderColor\">Titanium.UI.ProgressBar.borderColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ProgressBar.borderColor\">Titanium.UI.ProgressBar.borderColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ProgressBar.borderColor\">Titanium.UI.ProgressBar.borderColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderRadius",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ProgressBar.borderRadius\">Titanium.UI.ProgressBar.borderRadius</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ProgressBar.borderRadius\">Titanium.UI.ProgressBar.borderRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderRadius",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ProgressBar.borderRadius\">Titanium.UI.ProgressBar.borderRadius</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ProgressBar.borderRadius\">Titanium.UI.ProgressBar.borderRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderRadius",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderWidth",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ProgressBar.borderWidth\">Titanium.UI.ProgressBar.borderWidth</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ProgressBar.borderWidth\">Titanium.UI.ProgressBar.borderWidth</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderWidth",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ProgressBar.borderWidth\">Titanium.UI.ProgressBar.borderWidth</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ProgressBar.borderWidth\">Titanium.UI.ProgressBar.borderWidth</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderWidth",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBottom",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ProgressBar.bottom\">Titanium.UI.ProgressBar.bottom</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ProgressBar.bottom\">Titanium.UI.ProgressBar.bottom</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBottom",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ProgressBar.bottom\">Titanium.UI.ProgressBar.bottom</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ProgressBar.bottom\">Titanium.UI.ProgressBar.bottom</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bottom",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getCenter",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ProgressBar.center\">Titanium.UI.ProgressBar.center</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ProgressBar.center\">Titanium.UI.ProgressBar.center</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setCenter",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ProgressBar.center\">Titanium.UI.ProgressBar.center</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ProgressBar.center\">Titanium.UI.ProgressBar.center</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "center",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getClipMode",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ProgressBar.clipMode\">Titanium.UI.ProgressBar.clipMode</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ProgressBar.clipMode\">Titanium.UI.ProgressBar.clipMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setClipMode",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ProgressBar.clipMode\">Titanium.UI.ProgressBar.clipMode</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ProgressBar.clipMode\">Titanium.UI.ProgressBar.clipMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "clipMode",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getElevation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ProgressBar.elevation\">Titanium.UI.ProgressBar.elevation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ProgressBar.elevation\">Titanium.UI.ProgressBar.elevation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setElevation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ProgressBar.elevation\">Titanium.UI.ProgressBar.elevation</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ProgressBar.elevation\">Titanium.UI.ProgressBar.elevation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "elevation",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getFocusable",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ProgressBar.focusable\">Titanium.UI.ProgressBar.focusable</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ProgressBar.focusable\">Titanium.UI.ProgressBar.focusable</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setFocusable",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ProgressBar.focusable\">Titanium.UI.ProgressBar.focusable</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ProgressBar.focusable\">Titanium.UI.ProgressBar.focusable</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "focusable",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getHeight",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ProgressBar.height\">Titanium.UI.ProgressBar.height</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ProgressBar.height\">Titanium.UI.ProgressBar.height</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHeight",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ProgressBar.height\">Titanium.UI.ProgressBar.height</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ProgressBar.height\">Titanium.UI.ProgressBar.height</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "height",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHiddenBehavior",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ProgressBar.hiddenBehavior\">Titanium.UI.ProgressBar.hiddenBehavior</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ProgressBar.hiddenBehavior\">Titanium.UI.ProgressBar.hiddenBehavior</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setHiddenBehavior",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ProgressBar.hiddenBehavior\">Titanium.UI.ProgressBar.hiddenBehavior</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ProgressBar.hiddenBehavior\">Titanium.UI.ProgressBar.hiddenBehavior</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "hiddenBehavior",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getHorizontalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ProgressBar.horizontalMotionEffect\">Titanium.UI.ProgressBar.horizontalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ProgressBar.horizontalMotionEffect\">Titanium.UI.ProgressBar.horizontalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "MinMaxOptions",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHorizontalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ProgressBar.horizontalMotionEffect\">Titanium.UI.ProgressBar.horizontalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ProgressBar.horizontalMotionEffect\">Titanium.UI.ProgressBar.horizontalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "horizontalMotionEffect",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "MinMaxOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLeft",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ProgressBar.left\">Titanium.UI.ProgressBar.left</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ProgressBar.left\">Titanium.UI.ProgressBar.left</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLeft",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ProgressBar.left\">Titanium.UI.ProgressBar.left</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ProgressBar.left\">Titanium.UI.ProgressBar.left</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "left",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLayout",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ProgressBar.layout\">Titanium.UI.ProgressBar.layout</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ProgressBar.layout\">Titanium.UI.ProgressBar.layout</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLayout",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ProgressBar.layout\">Titanium.UI.ProgressBar.layout</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ProgressBar.layout\">Titanium.UI.ProgressBar.layout</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "layout",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getOpacity",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ProgressBar.opacity\">Titanium.UI.ProgressBar.opacity</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ProgressBar.opacity\">Titanium.UI.ProgressBar.opacity</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setOpacity",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ProgressBar.opacity\">Titanium.UI.ProgressBar.opacity</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ProgressBar.opacity\">Titanium.UI.ProgressBar.opacity</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "opacity",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getOverrideCurrentAnimation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ProgressBar.overrideCurrentAnimation\">Titanium.UI.ProgressBar.overrideCurrentAnimation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ProgressBar.overrideCurrentAnimation\">Titanium.UI.ProgressBar.overrideCurrentAnimation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setOverrideCurrentAnimation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ProgressBar.overrideCurrentAnimation\">Titanium.UI.ProgressBar.overrideCurrentAnimation</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ProgressBar.overrideCurrentAnimation\">Titanium.UI.ProgressBar.overrideCurrentAnimation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "overrideCurrentAnimation",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getPullBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ProgressBar.pullBackgroundColor\">Titanium.UI.ProgressBar.pullBackgroundColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ProgressBar.pullBackgroundColor\">Titanium.UI.ProgressBar.pullBackgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setPullBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ProgressBar.pullBackgroundColor\">Titanium.UI.ProgressBar.pullBackgroundColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ProgressBar.pullBackgroundColor\">Titanium.UI.ProgressBar.pullBackgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "pullBackgroundColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPreviewContext",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ProgressBar.previewContext\">Titanium.UI.ProgressBar.previewContext</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ProgressBar.previewContext\">Titanium.UI.ProgressBar.previewContext</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.iOS.PreviewContext",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "setPreviewContext",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ProgressBar.previewContext\">Titanium.UI.ProgressBar.previewContext</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ProgressBar.previewContext\">Titanium.UI.ProgressBar.previewContext</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "previewContext",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.iOS.PreviewContext",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "getRight",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ProgressBar.right\">Titanium.UI.ProgressBar.right</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ProgressBar.right\">Titanium.UI.ProgressBar.right</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setRight",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ProgressBar.right\">Titanium.UI.ProgressBar.right</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ProgressBar.right\">Titanium.UI.ProgressBar.right</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "right",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ProgressBar.rect\">Titanium.UI.ProgressBar.rect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ProgressBar.rect\">Titanium.UI.ProgressBar.rect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "DimensionWithAbsolutes",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRotation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ProgressBar.rotation\">Titanium.UI.ProgressBar.rotation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ProgressBar.rotation\">Titanium.UI.ProgressBar.rotation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRotation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ProgressBar.rotation\">Titanium.UI.ProgressBar.rotation</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ProgressBar.rotation\">Titanium.UI.ProgressBar.rotation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rotation",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getRotationX",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ProgressBar.rotationX\">Titanium.UI.ProgressBar.rotationX</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ProgressBar.rotationX\">Titanium.UI.ProgressBar.rotationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRotationX",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ProgressBar.rotationX\">Titanium.UI.ProgressBar.rotationX</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ProgressBar.rotationX\">Titanium.UI.ProgressBar.rotationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rotationX",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getRotationY",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ProgressBar.rotationY\">Titanium.UI.ProgressBar.rotationY</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ProgressBar.rotationY\">Titanium.UI.ProgressBar.rotationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRotationY",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ProgressBar.rotationY\">Titanium.UI.ProgressBar.rotationY</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ProgressBar.rotationY\">Titanium.UI.ProgressBar.rotationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rotationY",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getScaleX",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ProgressBar.scaleX\">Titanium.UI.ProgressBar.scaleX</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ProgressBar.scaleX\">Titanium.UI.ProgressBar.scaleX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setScaleX",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ProgressBar.scaleX\">Titanium.UI.ProgressBar.scaleX</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ProgressBar.scaleX\">Titanium.UI.ProgressBar.scaleX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "scaleX",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getScaleY",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ProgressBar.scaleY\">Titanium.UI.ProgressBar.scaleY</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ProgressBar.scaleY\">Titanium.UI.ProgressBar.scaleY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setScaleY",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ProgressBar.scaleY\">Titanium.UI.ProgressBar.scaleY</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ProgressBar.scaleY\">Titanium.UI.ProgressBar.scaleY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "scaleY",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getSize",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ProgressBar.size\">Titanium.UI.ProgressBar.size</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ProgressBar.size\">Titanium.UI.ProgressBar.size</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Dimension",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSoftKeyboardOnFocus",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ProgressBar.softKeyboardOnFocus\">Titanium.UI.ProgressBar.softKeyboardOnFocus</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ProgressBar.softKeyboardOnFocus\">Titanium.UI.ProgressBar.softKeyboardOnFocus</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setSoftKeyboardOnFocus",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ProgressBar.softKeyboardOnFocus\">Titanium.UI.ProgressBar.softKeyboardOnFocus</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ProgressBar.softKeyboardOnFocus\">Titanium.UI.ProgressBar.softKeyboardOnFocus</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "softKeyboardOnFocus",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTintColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ProgressBar.tintColor\">Titanium.UI.ProgressBar.tintColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ProgressBar.tintColor\">Titanium.UI.ProgressBar.tintColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTintColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ProgressBar.tintColor\">Titanium.UI.ProgressBar.tintColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ProgressBar.tintColor\">Titanium.UI.ProgressBar.tintColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "tintColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTop",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ProgressBar.top\">Titanium.UI.ProgressBar.top</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ProgressBar.top\">Titanium.UI.ProgressBar.top</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTop",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ProgressBar.top\">Titanium.UI.ProgressBar.top</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ProgressBar.top\">Titanium.UI.ProgressBar.top</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "top",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTouchEnabled",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ProgressBar.touchEnabled\">Titanium.UI.ProgressBar.touchEnabled</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ProgressBar.touchEnabled\">Titanium.UI.ProgressBar.touchEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTouchEnabled",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ProgressBar.touchEnabled\">Titanium.UI.ProgressBar.touchEnabled</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ProgressBar.touchEnabled\">Titanium.UI.ProgressBar.touchEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchEnabled",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTouchFeedback",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ProgressBar.touchFeedback\">Titanium.UI.ProgressBar.touchFeedback</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ProgressBar.touchFeedback\">Titanium.UI.ProgressBar.touchFeedback</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTouchFeedback",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ProgressBar.touchFeedback\">Titanium.UI.ProgressBar.touchFeedback</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ProgressBar.touchFeedback\">Titanium.UI.ProgressBar.touchFeedback</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchFeedback",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTouchFeedbackColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ProgressBar.touchFeedbackColor\">Titanium.UI.ProgressBar.touchFeedbackColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ProgressBar.touchFeedbackColor\">Titanium.UI.ProgressBar.touchFeedbackColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTouchFeedbackColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ProgressBar.touchFeedbackColor\">Titanium.UI.ProgressBar.touchFeedbackColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ProgressBar.touchFeedbackColor\">Titanium.UI.ProgressBar.touchFeedbackColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchFeedbackColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTransform",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ProgressBar.transform\">Titanium.UI.ProgressBar.transform</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ProgressBar.transform\">Titanium.UI.ProgressBar.transform</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Matrix2D",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTransform",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ProgressBar.transform\">Titanium.UI.ProgressBar.transform</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ProgressBar.transform\">Titanium.UI.ProgressBar.transform</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "transform",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Matrix2D",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTranslationX",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ProgressBar.translationX\">Titanium.UI.ProgressBar.translationX</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ProgressBar.translationX\">Titanium.UI.ProgressBar.translationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTranslationX",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ProgressBar.translationX\">Titanium.UI.ProgressBar.translationX</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ProgressBar.translationX\">Titanium.UI.ProgressBar.translationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translationX",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTranslationY",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ProgressBar.translationY\">Titanium.UI.ProgressBar.translationY</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ProgressBar.translationY\">Titanium.UI.ProgressBar.translationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTranslationY",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ProgressBar.translationY\">Titanium.UI.ProgressBar.translationY</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ProgressBar.translationY\">Titanium.UI.ProgressBar.translationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translationY",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTranslationZ",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ProgressBar.translationZ\">Titanium.UI.ProgressBar.translationZ</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ProgressBar.translationZ\">Titanium.UI.ProgressBar.translationZ</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTranslationZ",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ProgressBar.translationZ\">Titanium.UI.ProgressBar.translationZ</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ProgressBar.translationZ\">Titanium.UI.ProgressBar.translationZ</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translationZ",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTransitionName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ProgressBar.transitionName\">Titanium.UI.ProgressBar.transitionName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ProgressBar.transitionName\">Titanium.UI.ProgressBar.transitionName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTransitionName",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ProgressBar.transitionName\">Titanium.UI.ProgressBar.transitionName</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ProgressBar.transitionName\">Titanium.UI.ProgressBar.transitionName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "transitionName",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getVerticalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ProgressBar.verticalMotionEffect\">Titanium.UI.ProgressBar.verticalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ProgressBar.verticalMotionEffect\">Titanium.UI.ProgressBar.verticalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "MinMaxOptions",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setVerticalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ProgressBar.verticalMotionEffect\">Titanium.UI.ProgressBar.verticalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ProgressBar.verticalMotionEffect\">Titanium.UI.ProgressBar.verticalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "verticalMotionEffect",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "MinMaxOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowRadius",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ProgressBar.viewShadowRadius\">Titanium.UI.ProgressBar.viewShadowRadius</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ProgressBar.viewShadowRadius\">Titanium.UI.ProgressBar.viewShadowRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowRadius",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ProgressBar.viewShadowRadius\">Titanium.UI.ProgressBar.viewShadowRadius</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ProgressBar.viewShadowRadius\">Titanium.UI.ProgressBar.viewShadowRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowRadius",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ProgressBar.viewShadowColor\">Titanium.UI.ProgressBar.viewShadowColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ProgressBar.viewShadowColor\">Titanium.UI.ProgressBar.viewShadowColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ProgressBar.viewShadowColor\">Titanium.UI.ProgressBar.viewShadowColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ProgressBar.viewShadowColor\">Titanium.UI.ProgressBar.viewShadowColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowOffset",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ProgressBar.viewShadowOffset\">Titanium.UI.ProgressBar.viewShadowOffset</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ProgressBar.viewShadowOffset\">Titanium.UI.ProgressBar.viewShadowOffset</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowOffset",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ProgressBar.viewShadowOffset\">Titanium.UI.ProgressBar.viewShadowOffset</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ProgressBar.viewShadowOffset\">Titanium.UI.ProgressBar.viewShadowOffset</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowOffset",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getVisible",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ProgressBar.visible\">Titanium.UI.ProgressBar.visible</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ProgressBar.visible\">Titanium.UI.ProgressBar.visible</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setVisible",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ProgressBar.visible\">Titanium.UI.ProgressBar.visible</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ProgressBar.visible\">Titanium.UI.ProgressBar.visible</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "visible",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getWidth",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ProgressBar.width\">Titanium.UI.ProgressBar.width</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ProgressBar.width\">Titanium.UI.ProgressBar.width</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setWidth",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ProgressBar.width\">Titanium.UI.ProgressBar.width</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ProgressBar.width\">Titanium.UI.ProgressBar.width</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "width",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHorizontalWrap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ProgressBar.horizontalWrap\">Titanium.UI.ProgressBar.horizontalWrap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ProgressBar.horizontalWrap\">Titanium.UI.ProgressBar.horizontalWrap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHorizontalWrap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ProgressBar.horizontalWrap\">Titanium.UI.ProgressBar.horizontalWrap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ProgressBar.horizontalWrap\">Titanium.UI.ProgressBar.horizontalWrap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "horizontalWrap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getZIndex",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ProgressBar.zIndex\">Titanium.UI.ProgressBar.zIndex</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ProgressBar.zIndex\">Titanium.UI.ProgressBar.zIndex</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setZIndex",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ProgressBar.zIndex\">Titanium.UI.ProgressBar.zIndex</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ProgressBar.zIndex\">Titanium.UI.ProgressBar.zIndex</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "zIndex",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getKeepScreenOn",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ProgressBar.keepScreenOn\">Titanium.UI.ProgressBar.keepScreenOn</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ProgressBar.keepScreenOn\">Titanium.UI.ProgressBar.keepScreenOn</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setKeepScreenOn",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ProgressBar.keepScreenOn\">Titanium.UI.ProgressBar.keepScreenOn</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ProgressBar.keepScreenOn\">Titanium.UI.ProgressBar.keepScreenOn</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "keepScreenOn",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ProgressBar.color\">Titanium.UI.ProgressBar.color</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ProgressBar.color\">Titanium.UI.ProgressBar.color</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ProgressBar.color\">Titanium.UI.ProgressBar.color</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ProgressBar.color\">Titanium.UI.ProgressBar.color</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "color",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getFont",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ProgressBar.font\">Titanium.UI.ProgressBar.font</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ProgressBar.font\">Titanium.UI.ProgressBar.font</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Font",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setFont",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ProgressBar.font\">Titanium.UI.ProgressBar.font</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ProgressBar.font\">Titanium.UI.ProgressBar.font</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "font",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Font",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getMax",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ProgressBar.max\">Titanium.UI.ProgressBar.max</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ProgressBar.max\">Titanium.UI.ProgressBar.max</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setMax",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ProgressBar.max\">Titanium.UI.ProgressBar.max</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ProgressBar.max\">Titanium.UI.ProgressBar.max</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "max",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getMessage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ProgressBar.message\">Titanium.UI.ProgressBar.message</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ProgressBar.message\">Titanium.UI.ProgressBar.message</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setMessage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ProgressBar.message\">Titanium.UI.ProgressBar.message</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ProgressBar.message\">Titanium.UI.ProgressBar.message</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "message",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTrackTintColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ProgressBar.trackTintColor\">Titanium.UI.ProgressBar.trackTintColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ProgressBar.trackTintColor\">Titanium.UI.ProgressBar.trackTintColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTrackTintColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ProgressBar.trackTintColor\">Titanium.UI.ProgressBar.trackTintColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ProgressBar.trackTintColor\">Titanium.UI.ProgressBar.trackTintColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "trackTintColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getMin",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ProgressBar.min\">Titanium.UI.ProgressBar.min</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ProgressBar.min\">Titanium.UI.ProgressBar.min</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setMin",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ProgressBar.min\">Titanium.UI.ProgressBar.min</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ProgressBar.min\">Titanium.UI.ProgressBar.min</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "min",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getStyle",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ProgressBar.style\">Titanium.UI.ProgressBar.style</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ProgressBar.style\">Titanium.UI.ProgressBar.style</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setStyle",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ProgressBar.style\">Titanium.UI.ProgressBar.style</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ProgressBar.style\">Titanium.UI.ProgressBar.style</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "style",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getValue",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ProgressBar.value\">Titanium.UI.ProgressBar.value</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ProgressBar.value\">Titanium.UI.ProgressBar.value</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setValue",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ProgressBar.value\">Titanium.UI.ProgressBar.value</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ProgressBar.value\">Titanium.UI.ProgressBar.value</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "value",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.UI.View",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "accessibilityHidden",
                    "deprecated": false,
                    "description": "<p>Whether the view should be &quot;hidden&quot; from (i.e., ignored by) the accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityHint",
                    "deprecated": false,
                    "description": "<p>Briefly describes what performing an action (such as a click) on the view will do.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityLabel",
                    "deprecated": false,
                    "description": "<p>A succint label identifying the view for the device's accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityValue",
                    "deprecated": false,
                    "description": "<p>A string describing the value (if any) of the view for the device's accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "anchorPoint",
                    "deprecated": false,
                    "description": "<p>Coordinate of the view about which to pivot an animation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "animatedCenter",
                    "deprecated": false,
                    "description": "<p>Current position of the view during an animation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundColor",
                    "deprecated": false,
                    "description": "<p>Background color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundDisabledColor",
                    "deprecated": false,
                    "description": "<p>Disabled background color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundDisabledImage",
                    "deprecated": false,
                    "description": "<p>Disabled background image for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundFocusedColor",
                    "deprecated": false,
                    "description": "<p>Focused background color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundFocusedImage",
                    "deprecated": false,
                    "description": "<p>Focused background image for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundGradient",
                    "deprecated": false,
                    "description": "<p>A background gradient for the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [
                        {
                            "title": "Linear and Radial Gradients",
                            "code": "<p>The following code excerpt creates two views, one with a linear gradient and one with\na radial gradient.</p>\n<pre><code>var win1 = Titanium.UI.createWindow({\n    title:'Tab 1',\n    backgroundColor:'#fff',\n    layout: 'vertical'\n});\n\nvar radialGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'radial',\n        startPoint: { x: 50, y: 50 },\n        endPoint: { x: 50, y: 50 },\n        colors: [ 'red', 'blue'],\n        startRadius: 50,\n        endRadius: 0,\n        backfillStart: true\n    }\n});\nvar linearGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'linear',\n        startPoint: { x: '0%', y: '50%' },\n        endPoint: { x: '100%', y: '50%' },\n        colors: [ { color: 'red', offset: 0.0}, { color: 'blue', offset: 0.25 }, { color: 'red', offset: 1.0 } ],\n    }\n});\nwin1.add(radialGradient);\nwin1.add(linearGradient);\nwin1.open();\n</code></pre>"
                        }
                    ],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Gradient",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundImage",
                    "deprecated": false,
                    "description": "<p>Background image for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundRepeat",
                    "deprecated": false,
                    "description": "<p>Determines whether to tile a background across a view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundLeftCap",
                    "deprecated": false,
                    "description": "<p>Size of the left end cap.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundSelectedColor",
                    "deprecated": false,
                    "description": "<p>Selected background color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundSelectedImage",
                    "deprecated": false,
                    "description": "<p>Selected background image url for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundTopCap",
                    "deprecated": false,
                    "description": "<p>Size of the top end cap.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderColor",
                    "deprecated": false,
                    "description": "<p>Border color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderRadius",
                    "deprecated": false,
                    "description": "<p>Radius for the rounded corners of the view's border.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderWidth",
                    "deprecated": false,
                    "description": "<p>Border width of the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "bottom",
                    "deprecated": false,
                    "description": "<p>View's bottom position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "center",
                    "deprecated": false,
                    "description": "<p>View's center position, in the parent view's coordinates.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "clipMode",
                    "deprecated": false,
                    "description": "<p>View's clipping behavior.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "elevation",
                    "deprecated": false,
                    "description": "<p>Base elevation of the view relative to its parent in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "focusable",
                    "deprecated": false,
                    "description": "<p>Whether view should be focusable while navigating with the trackball.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "height",
                    "deprecated": false,
                    "description": "<p>View height, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.FILL",
                        "Titanium.UI.SIZE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hiddenBehavior",
                    "deprecated": false,
                    "description": "<p>Sets the behavior when hiding an object to release or keep the free space</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.HIDDEN_BEHAVIOR_INVISIBLE",
                        "Titanium.UI.HIDDEN_BEHAVIOR_GONE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "horizontalMotionEffect",
                    "deprecated": false,
                    "description": "<p>Adds a horizontal parallax effect to the view</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "MinMaxOptions",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "id",
                    "deprecated": false,
                    "description": "<p>View's identifier.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "left",
                    "deprecated": false,
                    "description": "<p>View's left position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "layout",
                    "deprecated": false,
                    "description": "<p>Specifies how the view positions its children.\nOne of: 'composite', 'vertical', or 'horizontal'.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "opacity",
                    "deprecated": false,
                    "description": "<p>Opacity of this view, from 0.0 (transparent) to 1.0 (opaque). Defaults to 1.0 (opaque).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "overrideCurrentAnimation",
                    "deprecated": false,
                    "description": "<p>When on, animate call overrides current animation if applicable.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "pullBackgroundColor",
                    "deprecated": false,
                    "description": "<p>Background color of the wrapper view when this view is used as either <a href=\"Titanium.UI.ListView.pullView\">Titanium.UI.ListView.pullView</a> or <a href=\"Titanium.UI.TableView.headerPullView\">Titanium.UI.TableView.headerPullView</a>.</p>\n<p>Defaults to <code>undefined</code>. Results in a light grey background color on the wrapper view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "previewContext",
                    "deprecated": false,
                    "description": "<p>The preview context used in the 3D-Touch feature &quot;Peek and Pop&quot;.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Titanium.UI.iOS.PreviewContext",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "right",
                    "deprecated": false,
                    "description": "<p>View's right position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "rect",
                    "deprecated": false,
                    "description": "<p>The bounding box of the view relative to its parent, in system units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "type": "DimensionWithAbsolutes",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "rotation",
                    "deprecated": false,
                    "description": "<p>Clockwise 2D rotation of the view in degrees.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "rotationX",
                    "deprecated": false,
                    "description": "<p>Clockwise rotation of the view in degrees (x-axis).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "rotationY",
                    "deprecated": false,
                    "description": "<p>Clockwise rotation of the view in degrees (y-axis).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "scaleX",
                    "deprecated": false,
                    "description": "<p>Scaling of the view in x-axis in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "scaleY",
                    "deprecated": false,
                    "description": "<p>Scaling of the view in y-axis in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "size",
                    "deprecated": false,
                    "description": "<p>The size of the view in system units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Dimension",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "softKeyboardOnFocus",
                    "deprecated": false,
                    "description": "<p>Determines keyboard behavior when this view is focused. Defaults to <a href=\"Titanium.UI.Android.SOFT_KEYBOARD_DEFAULT_ON_FOCUS\">Titanium.UI.Android.SOFT_KEYBOARD_DEFAULT_ON_FOCUS</a>.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.Android.SOFT_KEYBOARD_DEFAULT_ON_FOCUS",
                        "Titanium.UI.Android.SOFT_KEYBOARD_HIDE_ON_FOCUS",
                        "Titanium.UI.Android.SOFT_KEYBOARD_SHOW_ON_FOCUS"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "tintColor",
                    "deprecated": false,
                    "description": "<p>The color shown for the portion of the progress bar that is filled.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "top",
                    "deprecated": false,
                    "description": "<p>The view's top position.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "touchEnabled",
                    "deprecated": false,
                    "description": "<p>Determines whether view should receive touch events.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "touchFeedback",
                    "deprecated": false,
                    "description": "<p>A material design visual construct that provides an instantaneous visual confirmation of touch point.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "touchFeedbackColor",
                    "deprecated": false,
                    "description": "<p>Optional touch feedback ripple color. This has no effect unless <code>touchFeedback</code> is true.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "transform",
                    "deprecated": false,
                    "description": "<p>Transformation matrix to apply to the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Titanium.UI.Matrix2D",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "translationX",
                    "deprecated": false,
                    "description": "<p>Horizontal location of the view relative to its left position in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "translationY",
                    "deprecated": false,
                    "description": "<p>Vertical location of the view relative to its top position in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "translationZ",
                    "deprecated": false,
                    "description": "<p>Depth of the view relative to its elevation in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "transitionName",
                    "deprecated": false,
                    "description": "<p>A name to identify this view in activity transition.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.2"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "verticalMotionEffect",
                    "deprecated": false,
                    "description": "<p>Adds a vertical parallax effect to the view</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "MinMaxOptions",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowRadius",
                    "deprecated": false,
                    "description": "<p>Determines the blur radius used to create the shadow.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowColor",
                    "deprecated": false,
                    "description": "<p>Determines the color of the shadow.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowOffset",
                    "deprecated": false,
                    "description": "<p>Determines the offset for the shadow of the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "visible",
                    "deprecated": false,
                    "description": "<p>Determines whether the view is visible.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "width",
                    "deprecated": false,
                    "description": "<p>View's width, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.FILL",
                        "Titanium.UI.SIZE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "horizontalWrap",
                    "deprecated": false,
                    "description": "<p>Determines whether the layout has wrapping behavior.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "zIndex",
                    "deprecated": false,
                    "description": "<p>Z-index stack order position, relative to other sibling views.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "keepScreenOn",
                    "deprecated": false,
                    "description": "<p>Determines whether to keep the device screen on.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "color",
                    "deprecated": false,
                    "description": "<p>Color of the progress bar message, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "font",
                    "deprecated": false,
                    "description": "<p>Font for the progress bar text.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Font",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "max",
                    "deprecated": false,
                    "description": "<p>Maximum value of the progress bar.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "message",
                    "deprecated": false,
                    "description": "<p>Progress bar text.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "trackTintColor",
                    "deprecated": false,
                    "description": "<p>The color shown for the portion of the progress bar that is not filled.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "min",
                    "deprecated": false,
                    "description": "<p>Minimum value of the progress bar.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "style",
                    "deprecated": false,
                    "description": "<p>Style of the progress bar.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "value",
                    "deprecated": false,
                    "description": "<p>Current value of the progress bar.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<table id=\"platformComparison\">\n  <tbody>\n    <tr>\n      <td><img src=\"images/progressbar/progressbar_android.png\" height=\"50\" /></td>\n      <td><img src=\"images/progressbar/progressbar_ios.png\" height=\"25\" /></td>\n      <td><img src=\"images/progressbar/progressbar_wp.png\" height=\"25\" /></td>\n    </tr>\n  </tbody>\n  <tfoot>\n    <tr>\n      <th>Android</th>\n      <th>iOS</th>\n      <th>Windows Phone</th>\n    </tr>\n  </tfoot>\n</table>\n<p>A progress bar is used for displaying an ongoing activity with a defined progression.\nFor an activity without a defined progression, you can use <a href=\"Titanium.UI.ActivityIndicator\">Titanium.UI.ActivityIndicator</a>.</p>\n<p>Unlike most views, progress bars are hidden by default, so you must explicitly\nshow the progress bar.</p>\n<p>Use the <a href=\"Titanium.UI.createProgressBar\">Titanium.UI.createProgressBar</a> method or <strong><code>&lt;ProgressBar&gt;</code></strong> Alloy element to create a progress bar.</p>\n<h4>Android Platform Notes</h4>\n<p>In SDK 3.0, use <a href=\"Titanium.UI.Android.ProgressIndicator\">Titanium.UI.Android.ProgressIndicator</a> to display a progress indicator\nin a modal dialog or window title bar. Use <code>ProgressBar</code> to display the progress bar inside\nanother view.</p>\n<h4>iOS Platform Notes</h4>\n<p>On iOS, to display the progress bar in the window title bar, assign the progress bar object\nto the window's <a href=\"Titanium.UI.Window.titleControl\">titleControl</a> property.\nMake sure the window is modal and not full screen, and that the navigation bar is not hidden.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.RefreshControl",
            "description": "<p>The RefreshControl is a representation of the native iOS\n<a href=\"https://developer.apple.com/documentation/uikit/uirefreshcontrol\">UIRefreshControl</a>\nand Android <a href=\"https://developer.android.com/reference/android/support/v4/widget/SwipeRefreshLayout.html\">SwipeRefreshLayout</a>.</p>",
            "deprecated": false,
            "events": [
                {
                    "name": "refreshstart",
                    "deprecated": false,
                    "description": "<p>Fired in response to a user initiated an action to refresh the contents of the\ntable view, list view or scroll view.</p>",
                    "properties": [
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>This is false. This event does not bubble</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "refreshend",
                    "deprecated": false,
                    "description": "<p>Fired in response to a user finished action to refresh the contents of the\ntable view, list view or scroll view.</p>",
                    "properties": [
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>This is false. This event does not bubble</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                }
            ],
            "examples": [
                {
                    "title": "Basic Pull To Refresh",
                    "code": "<p>A basic sample showing the usage of refreshstart event with endRefreshing functionality.</p>\n<pre><code>var win = Ti.UI.createWindow({\n    fullscreen:true\n});\nvar counter = 0;\nfunction genData()\n{\n    var data = [];\n    var i=1;\n    for (i=1;i&lt;=3;i++) {\n        data.push({properties:{title:'ROW '+(counter+i)}})\n    }\n    counter += 3;\n    return data;\n}\nvar section = Ti.UI.createListSection();\nsection.setItems(genData());\nvar control = Ti.UI.createRefreshControl({\n    tintColor:'red'\n})\nvar listView = Ti.UI.createListView({\n    sections:[section],\n    refreshControl:control\n});\ncontrol.addEventListener('refreshstart',function(e){\n    Ti.API.info('refreshstart');\n    setTimeout(function(){\n        Ti.API.debug('Timeout');\n        section.appendItems(genData());\n        control.endRefreshing();\n    }, 2000);\n})\nwin.add(listView);\nwin.open();\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "beginRefreshing",
                    "deprecated": false,
                    "description": "<p>Tells the control that a refresh operation was started programmatically.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "endRefreshing",
                    "deprecated": false,
                    "description": "<p>Tells the control that a refresh operation has ended.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.RefreshControl.bubbleParent\">Titanium.UI.RefreshControl.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.RefreshControl.bubbleParent\">Titanium.UI.RefreshControl.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.RefreshControl.bubbleParent\">Titanium.UI.RefreshControl.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.RefreshControl.bubbleParent\">Titanium.UI.RefreshControl.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.RefreshControl.apiName\">Titanium.UI.RefreshControl.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.RefreshControl.apiName\">Titanium.UI.RefreshControl.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.RefreshControl.lifecycleContainer\">Titanium.UI.RefreshControl.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.RefreshControl.lifecycleContainer\">Titanium.UI.RefreshControl.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.RefreshControl.lifecycleContainer\">Titanium.UI.RefreshControl.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.RefreshControl.lifecycleContainer\">Titanium.UI.RefreshControl.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTitle",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.RefreshControl.title\">Titanium.UI.RefreshControl.title</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.RefreshControl.title\">Titanium.UI.RefreshControl.title</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.AttributedString",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTitle",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.RefreshControl.title\">Titanium.UI.RefreshControl.title</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.RefreshControl.title\">Titanium.UI.RefreshControl.title</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "title",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.AttributedString",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTintColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.RefreshControl.tintColor\">Titanium.UI.RefreshControl.tintColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.RefreshControl.tintColor\">Titanium.UI.RefreshControl.tintColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTintColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.RefreshControl.tintColor\">Titanium.UI.RefreshControl.tintColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.RefreshControl.tintColor\">Titanium.UI.RefreshControl.tintColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "tintColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": true,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "title",
                    "deprecated": false,
                    "description": "<p>The attributed title of the control.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "Titanium.UI.AttributedString",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "tintColor",
                    "deprecated": false,
                    "description": "<p>The tint color for the refresh control, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>You use a <code>RefreshControl</code> with a <a href=\"Titanium.UI.TableView\">Titanium.UI.TableView</a>, <a href=\"Titanium.UI.ListView\">Titanium.UI.ListView</a> or <a href=\"Titanium.UI.ScrollView\">Titanium.UI.ScrollView</a> object.\nIt provides an alternate method to implement <strong>pull to refresh</strong> functionality provided by\n<a href=\"Titanium.UI.TableView.headerPullView\">Titanium.UI.TableView.headerPullView</a> and <a href=\"Titanium.UI.ListView.pullView\">Titanium.UI.ListView.pullView</a> properties.</p>\n<p>Use the <a href=\"Titanium.UI.createRefreshControl\">Titanium.UI.createRefreshControl</a> method to create a RefreshControl.</p>\n<p><strong>Important iOS 10+ Note</strong>: If you use the RefreshControl inside a <a href=\"Titanium.UI.Window\">Titanium.UI.Window</a> that has the <code>largeTitleEnabled</code> property\nset to <code>true</code>, you also need to set the <code>extendEdges</code> property to either <code>[Ti.UI.EXTEND_EDGE_TOP]</code> or <code>[Ti.UI.EXTEND_EDGE_ALL]</code>\nin order to prevent a flickering of the refresh spinner. In Titanium SDK 8+, the <code>extendEdges</code> property will be set to <code>[Ti.UI.EXTEND_EDGE_ALL]</code>\nby default to match the native behavior.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "6.2.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "3.2.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "3.2.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.ScrollView",
            "description": "<p>A view that contains a horizontally and/or vertically-scrollable region of content.</p>",
            "deprecated": false,
            "events": [
                {
                    "name": "click",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a click against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "dblclick",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a double click against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "doubletap",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a double tap against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "focus",
                    "deprecated": false,
                    "description": "<p>Fired when the view element gains focus.</p>"
                },
                {
                    "name": "keypressed",
                    "deprecated": false,
                    "description": "<p>Fired when a hardware key is pressed in the view.</p>",
                    "properties": [
                        {
                            "name": "keyCode",
                            "constants": [],
                            "description": "<p>The code for the physical key that was pressed. For more details, see <a href=\"https://developer.android.com/reference/android/view/KeyEvent.html\">KeyEvent</a>. This API is experimental and subject to change.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "longclick",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a long click.</p>"
                },
                {
                    "name": "longpress",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a long press.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "pinch",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a pinch gesture.</p>",
                    "properties": [
                        {
                            "name": "scale",
                            "constants": [],
                            "description": "<p>The scale factor relative to the points of the two touches in screen coordinates.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "velocity",
                            "constants": [],
                            "description": "<p>The velocity of the pinch in scale factor per second.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "time",
                            "constants": [],
                            "description": "<p>The event time of the current event being processed.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timeDelta",
                            "constants": [],
                            "description": "<p>The time difference in milliseconds between the previous accepted scaling event and the\ncurrent scaling event.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "currentSpan",
                            "constants": [],
                            "description": "<p>The average distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "currentSpanX",
                            "constants": [],
                            "description": "<p>The average X distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "currentSpanY",
                            "constants": [],
                            "description": "<p>The average Y distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "previousSpan",
                            "constants": [],
                            "description": "<p>The previous average distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "previousSpanX",
                            "constants": [],
                            "description": "<p>The previous average X distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "previousSpanY",
                            "constants": [],
                            "description": "<p>The previous average Y distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "focusX",
                            "constants": [],
                            "description": "<p>The X coordinate of the current gesture's focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "focusY",
                            "constants": [],
                            "description": "<p>The Y coordinate of the current gesture's focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "inProgress",
                            "constants": [],
                            "description": "<p>Returns <code>true</code> if a scale gesture is in progress, <code>false</code> otherwise.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "postlayout",
                    "deprecated": false,
                    "description": "<p>Fired when a layout cycle is finished.</p>"
                },
                {
                    "name": "singletap",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a single tap against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "swipe",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a swipe gesture against the view.</p>",
                    "properties": [
                        {
                            "name": "direction",
                            "constants": [],
                            "description": "<p>Direction of the swipe--either 'left', 'right', 'up', or 'down'.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event's endpoint from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event's endpoint from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchcancel",
                    "deprecated": false,
                    "description": "<p>Fired when a touch event is interrupted by the device.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchend",
                    "deprecated": false,
                    "description": "<p>Fired when a touch event is completed.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Penciland are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchmove",
                    "deprecated": false,
                    "description": "<p>Fired as soon as the device detects movement of a touch.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchstart",
                    "deprecated": false,
                    "description": "<p>Fired as soon as the device detects a touch gesture.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "twofingertap",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a two-finger tap against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "scale",
                    "deprecated": false,
                    "description": "<p>Fired when the zoom scale factor changes.</p>",
                    "properties": [
                        {
                            "name": "scale",
                            "constants": [],
                            "description": "<p>New scaling factor as a float.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "scroll",
                    "deprecated": false,
                    "description": "<p>Fired when the scrollable region is scrolled.</p>",
                    "properties": [
                        {
                            "name": "contentSize",
                            "constants": [],
                            "description": "<p>The current content size of the scroll view defined by its <code>width</code> and <code>height</code> properties.</p>",
                            "type": "Size",
                            "deprecated": false
                        },
                        {
                            "name": "decelerating",
                            "constants": [],
                            "description": "<p>Indicates whether the scroll is decelerating.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "dragging",
                            "constants": [],
                            "description": "<p>Indicates whether the event was fired during a dragging gesture, where the touch\nremained in contact with the display to physically drag the view, as opposed to it being\nthe result of scrolling momentum.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "zooming",
                            "constants": [],
                            "description": "<p>Indicates whether the event was fired during a zooming operation. This is only available\nfrom Release 3.2.3 of the Titanium Mobile SDK.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "curZoomScale",
                            "constants": [],
                            "description": "<p>The current scaling factor of the scroll view content. This might not be equal to\nthe <code>zoomScale</code> property or be within the range specified by <code>minZoomScale</code> and <code>maxZoomScale</code>.\nThis is only available from Release 3.2.3 of the Titanium Mobile SDK.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "dragStart",
                    "deprecated": false,
                    "description": "<p>Fired when the scrollable region starts being dragged.</p>"
                },
                {
                    "name": "dragEnd",
                    "deprecated": false,
                    "description": "<p>Fired when the scrollable region stops being dragged.</p>",
                    "properties": [
                        {
                            "name": "decelerate",
                            "constants": [],
                            "description": "<p>Indicates whether scrolling will continue but decelerate, now that the drag gesture has\nbeen released by the touch. If <code>false</code>, scrolling will stop immediately.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "dragstart",
                    "deprecated": false,
                    "description": "<p>Fired when the scrollable region starts being dragged.</p>"
                },
                {
                    "name": "dragend",
                    "deprecated": false,
                    "description": "<p>Fired when the scrollable region stops being dragged.</p>",
                    "properties": [
                        {
                            "name": "decelerate",
                            "constants": [],
                            "description": "<p>Indicates whether scrolling will continue but decelerate, now that the drag gesture has\nbeen released by the touch. If <code>false</code>, scrolling will stop immediately.\nIs always <code>true</code> on Android.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                }
            ],
            "examples": [
                {
                    "title": "Simple Scroll View",
                    "code": "<p>Create a scroll view with content.</p>\n<pre><code>var win = Ti.UI.createWindow({\n  backgroundColor: 'white',\n  exitOnClose: true,\n  fullscreen: false,\n  title: 'ScrollView Demo'\n});\n\nvar scrollView = Ti.UI.createScrollView({\n  showVerticalScrollIndicator: true,\n  showHorizontalScrollIndicator: true,\n  height: '80%',\n  width: '80%'\n});\nvar view = Ti.UI.createView({\n  backgroundColor:'#336699',\n  borderRadius: 10,\n  top: 10,\n  height: 2000,\n  width: 1000\n});\nscrollView.add(view);\nwin.add(scrollView);\nwin.open();\n</code></pre>"
                },
                {
                    "title": "Scroll View as a Table View",
                    "code": "<p>Create a scroll view that contains a set of views in a layout to resemble a table view with\nrows. This approach can mitigate the native Android issue described in the &quot;TextFields in\nTables with SOFT_INPUT_ADJUST_PAN&quot; section of <a href=\"Titanium.UI.TableView\">Titanium.UI.TableView</a>.</p>\n<pre><code>var win = Ti.UI.createWindow({\n  backgroundColor:'white'\n});\n\nif (Ti.UI.Android){\n  win.windowSoftInputMode = Ti.UI.Android.SOFT_INPUT_ADJUST_PAN;\n}\n\nfunction createRow(i) {\n  var row = Ti.UI.createView({\n    backgroundColor: 'white',\n    borderColor: '#bbb',\n    borderWidth: 1,\n    width:'100%', height: 70,\n    top: 0, left: 0\n  });\n  var inputTextField = Ti.UI.createTextField({\n    hintText: 'Enter value ' + i,\n    keyboardType: Ti.UI.KEYBOARD_NUMBERS_PUNCTUATION,\n    top: 10, left: '10%',\n    width: '80%', height: 60\n  });\n  row.add(inputTextField);\n  return row;\n}\n\nvar scrollView = Ti.UI.createScrollView({\n  bottom:120,\n  layout: 'vertical'\n});\n\nfor(var i = 0; i &lt;= 20; i++){\nvar row = createRow(i);\n  scrollView.add(row);\n}\nwin.add(scrollView);\n\nvar label = Ti.UI.createLabel({\n  backgroundColor:'darkgray',\n  text: 'Your advert here',\n  textAlign: 'center',\n  bottom:0,\n  width: Titanium.UI.FILL,\n  height:100\n});\nwin.add(label);\nwin.open();\n</code></pre>"
                },
                {
                    "title": "Alloy XML Markup",
                    "code": "<p>Previous simple scroll view example as an Alloy view.</p>\n<pre><code>&lt;Alloy&gt;\n    &lt;Window id=&quot;win&quot; backgroundColor=&quot;white&quot; exitOnClose=&quot;true&quot; fullscreen=&quot;false&quot; title=&quot;ScrollView Demo&quot;&gt;\n        &lt;ScrollView id=&quot;scrollView&quot; showVerticalScrollIndicator=&quot;true&quot; showHorizontalScrollIndicator=&quot;true&quot; height=&quot;80%&quot; width=&quot;80%&quot;&gt;\n            &lt;View id=&quot;view&quot; backgroundColor=&quot;#336699&quot; borderRadius=&quot;10&quot; top=&quot;10&quot; height=&quot;2000&quot; width=&quot;1000&quot; /&gt;\n        &lt;/ScrollView&gt;\n    &lt;/Window&gt;\n&lt;/Alloy&gt;\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "add",
                    "deprecated": false,
                    "description": "<p>Adds a child to this view's hierarchy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "view",
                            "constants": [],
                            "description": "<p>View to add to this view's hierarchy.</p>\n<p>You may pass an array of views, e.g. <code>view.add([subview1, subview2]</code>.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "animate",
                    "deprecated": false,
                    "description": "<p>Animates this view.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "animation",
                            "constants": [],
                            "description": "<p>Either a dictionary of animation properties or an\n<a href=\"Titanium.UI.Animation\">Animation</a> object.</p>",
                            "type": "Titanium.UI.Animation",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Function to be invoked upon completion of the animation.</p>",
                            "type": "Function",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "clearMotionEffects",
                    "deprecated": false,
                    "description": "<p>Removes all previously added motion effects.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "finishLayout",
                    "deprecated": true,
                    "description": "<p>Finishes a batch update of the View's layout properties and schedules a layout pass of the\nview tree.\n<strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hide",
                    "deprecated": false,
                    "description": "<p>Hides this view.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Animation options for Android only. <strong>Since SDK 5.1.0 and used only on Android 5.0+</strong></p>\n<p>Determines whether to enable a circular reveal animation.\nNote that the default here is equivalent to passing in <code>{ animated: false }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "insertAt",
                    "deprecated": false,
                    "description": "<p>Inserts a view at the specified position in the <a href=\"Titanium.UI.View.children\">children</a> array.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Pass an object that specifies the view to insert and optionally at which position (defaults to end)</p>",
                            "type": "ViewPositionOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "remove",
                    "deprecated": false,
                    "description": "<p>Removes a child view from this view's hierarchy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "view",
                            "constants": [],
                            "description": "<p>View to remove from this view's hierarchy.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeAllChildren",
                    "deprecated": false,
                    "description": "<p>Removes all child views from this view's hierarchy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "replaceAt",
                    "deprecated": false,
                    "description": "<p>Replaces a view at the specified position in the <a href=\"Titanium.UI.View.children\">children</a> array.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Pass an object with the view to insert and the position of the view to replace. In this case the <code>position</code> property is required.</p>",
                            "type": "ViewPositionOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "show",
                    "deprecated": false,
                    "description": "<p>Makes this view visible.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Animation options for Android only. <strong>Since SDK 5.1.0 and only used on Android 5.0+</strong></p>\n<p>Determines whether to enable a circular reveal animation.\nNote that the default here is equivalent to passing in <code>{ animated: false }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "startLayout",
                    "deprecated": true,
                    "description": "<p>Starts a batch update of this view's layout properties. <strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">Titanium.Proxy.applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "toImage",
                    "deprecated": false,
                    "description": "<p>Returns an image of the rendered view, as a Blob.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Function to be invoked upon completion. If non-null, this method will be performed\nasynchronously. If null, it will be performed immediately.</p>",
                            "type": "Function",
                            "usage": "optional"
                        },
                        {
                            "name": "honorScaleFactor",
                            "constants": [],
                            "description": "<p>Determines whether the image is scaled based on scale factor of main screen. (iOS only)</p>\n<p>When set to true, image is scale factor is honored. When set to false, the image in the\nblob has the same dimensions for retina and non-retina devices.</p>",
                            "type": "Boolean",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Blob",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "updateLayout",
                    "deprecated": true,
                    "description": "<p>Performs a batch update of all supplied layout properties and schedules a layout pass after\nthey have been updated.\n<strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">Titanium.Proxy.applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Layout properties to be updated.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "convertPointToView",
                    "deprecated": false,
                    "description": "<p>Translates a point from this view's coordinate system to another view's coordinate system.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "point",
                            "constants": [],
                            "description": "<p>A point in this view's coordinate system.</p>\n<p>If this argument is missing an <code>x</code> or <code>y</code> property, or the properties can not be\nconverted into numbers, an exception will be raised.</p>",
                            "type": "Point",
                            "usage": "required"
                        },
                        {
                            "name": "destinationView",
                            "constants": [],
                            "description": "<p>View that specifies the destination coordinate system to convert to. If this argument\nis not a view, an exception will be raised.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewById",
                    "deprecated": false,
                    "description": "<p>Returns the matching view of a given view ID.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "id",
                            "constants": [],
                            "description": "<p>The ID of the view that should be returned. Use the <code>id</code> property in your views to\nenable it for indexing in this method.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.View",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "scrollTo",
                    "deprecated": false,
                    "description": "<p>Moves the specified coordinate of the scrollable region into the viewable area.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate from the scrollable region's coordinate system.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate from the scrollable region's coordinate system.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>A simple object for specifying the animation properties when scrolling the view (since SDK 6.1.0).\nWhen set to <code>{ animated: true }</code> it will scroll smoothly to the destination.</p>\n<p>Note that the default here is equivalent to passing in <code>{ animated: true }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setContentOffset",
                    "deprecated": false,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollView.contentOffset\">contentOffset</a> property.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "contentOffsetXY",
                            "constants": [],
                            "description": "<p>X and Y coordinates to which to reposition the top-left point of the scrollable region.</p>",
                            "type": "Point",
                            "usage": "required"
                        },
                        {
                            "name": "animated",
                            "constants": [],
                            "description": "<p>A JS object with an <code>animated</code> property which determines whether the scrollable region reposition should be animated.</p>\n<p>Note that the default here is equivalent to passing in <code>{ animated: true }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setZoomScale",
                    "deprecated": false,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollView.zoomScale\">zoomScale</a> property.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "zoomScale",
                            "constants": [],
                            "description": "<p>Scaling factor of the scroll view's content.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>A JS object with an <code>animated</code> property which determines whether the scrollable region reposition should be animated</p>\n<p>Note that the default here is equivalent to passing in <code>{ animated: false }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "scrollToBottom",
                    "deprecated": false,
                    "description": "<p>Moves the end of the scrollable region into the viewable area.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "scrollToTop",
                    "deprecated": false,
                    "description": "<p>Moves the top of the scrollable region into the viewable area.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollView.bubbleParent\">Titanium.UI.ScrollView.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollView.bubbleParent\">Titanium.UI.ScrollView.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollView.bubbleParent\">Titanium.UI.ScrollView.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollView.bubbleParent\">Titanium.UI.ScrollView.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollView.apiName\">Titanium.UI.ScrollView.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollView.apiName\">Titanium.UI.ScrollView.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollView.lifecycleContainer\">Titanium.UI.ScrollView.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollView.lifecycleContainer\">Titanium.UI.ScrollView.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollView.lifecycleContainer\">Titanium.UI.ScrollView.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollView.lifecycleContainer\">Titanium.UI.ScrollView.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityHidden",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollView.accessibilityHidden\">Titanium.UI.ScrollView.accessibilityHidden</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollView.accessibilityHidden\">Titanium.UI.ScrollView.accessibilityHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityHidden",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollView.accessibilityHidden\">Titanium.UI.ScrollView.accessibilityHidden</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollView.accessibilityHidden\">Titanium.UI.ScrollView.accessibilityHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityHidden",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityHint",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollView.accessibilityHint\">Titanium.UI.ScrollView.accessibilityHint</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollView.accessibilityHint\">Titanium.UI.ScrollView.accessibilityHint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityHint",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollView.accessibilityHint\">Titanium.UI.ScrollView.accessibilityHint</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollView.accessibilityHint\">Titanium.UI.ScrollView.accessibilityHint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityHint",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityLabel",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollView.accessibilityLabel\">Titanium.UI.ScrollView.accessibilityLabel</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollView.accessibilityLabel\">Titanium.UI.ScrollView.accessibilityLabel</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityLabel",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollView.accessibilityLabel\">Titanium.UI.ScrollView.accessibilityLabel</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollView.accessibilityLabel\">Titanium.UI.ScrollView.accessibilityLabel</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityLabel",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityValue",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollView.accessibilityValue\">Titanium.UI.ScrollView.accessibilityValue</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollView.accessibilityValue\">Titanium.UI.ScrollView.accessibilityValue</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityValue",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollView.accessibilityValue\">Titanium.UI.ScrollView.accessibilityValue</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollView.accessibilityValue\">Titanium.UI.ScrollView.accessibilityValue</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityValue",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAnchorPoint",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollView.anchorPoint\">Titanium.UI.ScrollView.anchorPoint</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollView.anchorPoint\">Titanium.UI.ScrollView.anchorPoint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAnchorPoint",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollView.anchorPoint\">Titanium.UI.ScrollView.anchorPoint</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollView.anchorPoint\">Titanium.UI.ScrollView.anchorPoint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "anchorPoint",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAnimatedCenter",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollView.animatedCenter\">Titanium.UI.ScrollView.animatedCenter</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollView.animatedCenter\">Titanium.UI.ScrollView.animatedCenter</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollView.backgroundColor\">Titanium.UI.ScrollView.backgroundColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollView.backgroundColor\">Titanium.UI.ScrollView.backgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollView.backgroundColor\">Titanium.UI.ScrollView.backgroundColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollView.backgroundColor\">Titanium.UI.ScrollView.backgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundDisabledColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollView.backgroundDisabledColor\">Titanium.UI.ScrollView.backgroundDisabledColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollView.backgroundDisabledColor\">Titanium.UI.ScrollView.backgroundDisabledColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundDisabledColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollView.backgroundDisabledColor\">Titanium.UI.ScrollView.backgroundDisabledColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollView.backgroundDisabledColor\">Titanium.UI.ScrollView.backgroundDisabledColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundDisabledColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundDisabledImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollView.backgroundDisabledImage\">Titanium.UI.ScrollView.backgroundDisabledImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollView.backgroundDisabledImage\">Titanium.UI.ScrollView.backgroundDisabledImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundDisabledImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollView.backgroundDisabledImage\">Titanium.UI.ScrollView.backgroundDisabledImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollView.backgroundDisabledImage\">Titanium.UI.ScrollView.backgroundDisabledImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundDisabledImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundFocusedColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollView.backgroundFocusedColor\">Titanium.UI.ScrollView.backgroundFocusedColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollView.backgroundFocusedColor\">Titanium.UI.ScrollView.backgroundFocusedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundFocusedColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollView.backgroundFocusedColor\">Titanium.UI.ScrollView.backgroundFocusedColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollView.backgroundFocusedColor\">Titanium.UI.ScrollView.backgroundFocusedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundFocusedColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundFocusedImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollView.backgroundFocusedImage\">Titanium.UI.ScrollView.backgroundFocusedImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollView.backgroundFocusedImage\">Titanium.UI.ScrollView.backgroundFocusedImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundFocusedImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollView.backgroundFocusedImage\">Titanium.UI.ScrollView.backgroundFocusedImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollView.backgroundFocusedImage\">Titanium.UI.ScrollView.backgroundFocusedImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundFocusedImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundGradient",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollView.backgroundGradient\">Titanium.UI.ScrollView.backgroundGradient</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollView.backgroundGradient\">Titanium.UI.ScrollView.backgroundGradient</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Gradient",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundGradient",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollView.backgroundGradient\">Titanium.UI.ScrollView.backgroundGradient</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollView.backgroundGradient\">Titanium.UI.ScrollView.backgroundGradient</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundGradient",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Gradient",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollView.backgroundImage\">Titanium.UI.ScrollView.backgroundImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollView.backgroundImage\">Titanium.UI.ScrollView.backgroundImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollView.backgroundImage\">Titanium.UI.ScrollView.backgroundImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollView.backgroundImage\">Titanium.UI.ScrollView.backgroundImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundRepeat",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollView.backgroundRepeat\">Titanium.UI.ScrollView.backgroundRepeat</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollView.backgroundRepeat\">Titanium.UI.ScrollView.backgroundRepeat</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundRepeat",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollView.backgroundRepeat\">Titanium.UI.ScrollView.backgroundRepeat</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollView.backgroundRepeat\">Titanium.UI.ScrollView.backgroundRepeat</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundRepeat",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundLeftCap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollView.backgroundLeftCap\">Titanium.UI.ScrollView.backgroundLeftCap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollView.backgroundLeftCap\">Titanium.UI.ScrollView.backgroundLeftCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundLeftCap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollView.backgroundLeftCap\">Titanium.UI.ScrollView.backgroundLeftCap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollView.backgroundLeftCap\">Titanium.UI.ScrollView.backgroundLeftCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundLeftCap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundSelectedColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollView.backgroundSelectedColor\">Titanium.UI.ScrollView.backgroundSelectedColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollView.backgroundSelectedColor\">Titanium.UI.ScrollView.backgroundSelectedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundSelectedColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollView.backgroundSelectedColor\">Titanium.UI.ScrollView.backgroundSelectedColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollView.backgroundSelectedColor\">Titanium.UI.ScrollView.backgroundSelectedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundSelectedColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundSelectedImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollView.backgroundSelectedImage\">Titanium.UI.ScrollView.backgroundSelectedImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollView.backgroundSelectedImage\">Titanium.UI.ScrollView.backgroundSelectedImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundSelectedImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollView.backgroundSelectedImage\">Titanium.UI.ScrollView.backgroundSelectedImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollView.backgroundSelectedImage\">Titanium.UI.ScrollView.backgroundSelectedImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundSelectedImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundTopCap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollView.backgroundTopCap\">Titanium.UI.ScrollView.backgroundTopCap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollView.backgroundTopCap\">Titanium.UI.ScrollView.backgroundTopCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundTopCap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollView.backgroundTopCap\">Titanium.UI.ScrollView.backgroundTopCap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollView.backgroundTopCap\">Titanium.UI.ScrollView.backgroundTopCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundTopCap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollView.borderColor\">Titanium.UI.ScrollView.borderColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollView.borderColor\">Titanium.UI.ScrollView.borderColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollView.borderColor\">Titanium.UI.ScrollView.borderColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollView.borderColor\">Titanium.UI.ScrollView.borderColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderRadius",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollView.borderRadius\">Titanium.UI.ScrollView.borderRadius</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollView.borderRadius\">Titanium.UI.ScrollView.borderRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderRadius",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollView.borderRadius\">Titanium.UI.ScrollView.borderRadius</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollView.borderRadius\">Titanium.UI.ScrollView.borderRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderRadius",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderWidth",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollView.borderWidth\">Titanium.UI.ScrollView.borderWidth</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollView.borderWidth\">Titanium.UI.ScrollView.borderWidth</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderWidth",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollView.borderWidth\">Titanium.UI.ScrollView.borderWidth</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollView.borderWidth\">Titanium.UI.ScrollView.borderWidth</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderWidth",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBottom",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollView.bottom\">Titanium.UI.ScrollView.bottom</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollView.bottom\">Titanium.UI.ScrollView.bottom</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBottom",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollView.bottom\">Titanium.UI.ScrollView.bottom</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollView.bottom\">Titanium.UI.ScrollView.bottom</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bottom",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getCenter",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollView.center\">Titanium.UI.ScrollView.center</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollView.center\">Titanium.UI.ScrollView.center</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setCenter",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollView.center\">Titanium.UI.ScrollView.center</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollView.center\">Titanium.UI.ScrollView.center</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "center",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getChildren",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollView.children\">Titanium.UI.ScrollView.children</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollView.children\">Titanium.UI.ScrollView.children</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getClipMode",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollView.clipMode\">Titanium.UI.ScrollView.clipMode</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollView.clipMode\">Titanium.UI.ScrollView.clipMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setClipMode",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollView.clipMode\">Titanium.UI.ScrollView.clipMode</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollView.clipMode\">Titanium.UI.ScrollView.clipMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "clipMode",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getElevation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollView.elevation\">Titanium.UI.ScrollView.elevation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollView.elevation\">Titanium.UI.ScrollView.elevation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setElevation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollView.elevation\">Titanium.UI.ScrollView.elevation</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollView.elevation\">Titanium.UI.ScrollView.elevation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "elevation",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getFocusable",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollView.focusable\">Titanium.UI.ScrollView.focusable</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollView.focusable\">Titanium.UI.ScrollView.focusable</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setFocusable",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollView.focusable\">Titanium.UI.ScrollView.focusable</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollView.focusable\">Titanium.UI.ScrollView.focusable</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "focusable",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getHeight",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollView.height\">Titanium.UI.ScrollView.height</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollView.height\">Titanium.UI.ScrollView.height</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHeight",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollView.height\">Titanium.UI.ScrollView.height</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollView.height\">Titanium.UI.ScrollView.height</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "height",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHiddenBehavior",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollView.hiddenBehavior\">Titanium.UI.ScrollView.hiddenBehavior</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollView.hiddenBehavior\">Titanium.UI.ScrollView.hiddenBehavior</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setHiddenBehavior",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollView.hiddenBehavior\">Titanium.UI.ScrollView.hiddenBehavior</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollView.hiddenBehavior\">Titanium.UI.ScrollView.hiddenBehavior</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "hiddenBehavior",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getHorizontalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollView.horizontalMotionEffect\">Titanium.UI.ScrollView.horizontalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollView.horizontalMotionEffect\">Titanium.UI.ScrollView.horizontalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "MinMaxOptions",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHorizontalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollView.horizontalMotionEffect\">Titanium.UI.ScrollView.horizontalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollView.horizontalMotionEffect\">Titanium.UI.ScrollView.horizontalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "horizontalMotionEffect",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "MinMaxOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLeft",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollView.left\">Titanium.UI.ScrollView.left</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollView.left\">Titanium.UI.ScrollView.left</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLeft",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollView.left\">Titanium.UI.ScrollView.left</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollView.left\">Titanium.UI.ScrollView.left</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "left",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLayout",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollView.layout\">Titanium.UI.ScrollView.layout</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollView.layout\">Titanium.UI.ScrollView.layout</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLayout",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollView.layout\">Titanium.UI.ScrollView.layout</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollView.layout\">Titanium.UI.ScrollView.layout</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "layout",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getOpacity",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollView.opacity\">Titanium.UI.ScrollView.opacity</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollView.opacity\">Titanium.UI.ScrollView.opacity</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setOpacity",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollView.opacity\">Titanium.UI.ScrollView.opacity</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollView.opacity\">Titanium.UI.ScrollView.opacity</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "opacity",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getOverrideCurrentAnimation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollView.overrideCurrentAnimation\">Titanium.UI.ScrollView.overrideCurrentAnimation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollView.overrideCurrentAnimation\">Titanium.UI.ScrollView.overrideCurrentAnimation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setOverrideCurrentAnimation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollView.overrideCurrentAnimation\">Titanium.UI.ScrollView.overrideCurrentAnimation</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollView.overrideCurrentAnimation\">Titanium.UI.ScrollView.overrideCurrentAnimation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "overrideCurrentAnimation",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getPullBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollView.pullBackgroundColor\">Titanium.UI.ScrollView.pullBackgroundColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollView.pullBackgroundColor\">Titanium.UI.ScrollView.pullBackgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setPullBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollView.pullBackgroundColor\">Titanium.UI.ScrollView.pullBackgroundColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollView.pullBackgroundColor\">Titanium.UI.ScrollView.pullBackgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "pullBackgroundColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPreviewContext",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollView.previewContext\">Titanium.UI.ScrollView.previewContext</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollView.previewContext\">Titanium.UI.ScrollView.previewContext</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.iOS.PreviewContext",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "setPreviewContext",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollView.previewContext\">Titanium.UI.ScrollView.previewContext</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollView.previewContext\">Titanium.UI.ScrollView.previewContext</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "previewContext",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.iOS.PreviewContext",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "getRight",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollView.right\">Titanium.UI.ScrollView.right</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollView.right\">Titanium.UI.ScrollView.right</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setRight",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollView.right\">Titanium.UI.ScrollView.right</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollView.right\">Titanium.UI.ScrollView.right</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "right",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollView.rect\">Titanium.UI.ScrollView.rect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollView.rect\">Titanium.UI.ScrollView.rect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "DimensionWithAbsolutes",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRotation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollView.rotation\">Titanium.UI.ScrollView.rotation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollView.rotation\">Titanium.UI.ScrollView.rotation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRotation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollView.rotation\">Titanium.UI.ScrollView.rotation</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollView.rotation\">Titanium.UI.ScrollView.rotation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rotation",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getRotationX",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollView.rotationX\">Titanium.UI.ScrollView.rotationX</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollView.rotationX\">Titanium.UI.ScrollView.rotationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRotationX",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollView.rotationX\">Titanium.UI.ScrollView.rotationX</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollView.rotationX\">Titanium.UI.ScrollView.rotationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rotationX",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getRotationY",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollView.rotationY\">Titanium.UI.ScrollView.rotationY</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollView.rotationY\">Titanium.UI.ScrollView.rotationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRotationY",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollView.rotationY\">Titanium.UI.ScrollView.rotationY</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollView.rotationY\">Titanium.UI.ScrollView.rotationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rotationY",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getScaleX",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollView.scaleX\">Titanium.UI.ScrollView.scaleX</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollView.scaleX\">Titanium.UI.ScrollView.scaleX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setScaleX",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollView.scaleX\">Titanium.UI.ScrollView.scaleX</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollView.scaleX\">Titanium.UI.ScrollView.scaleX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "scaleX",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getScaleY",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollView.scaleY\">Titanium.UI.ScrollView.scaleY</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollView.scaleY\">Titanium.UI.ScrollView.scaleY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setScaleY",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollView.scaleY\">Titanium.UI.ScrollView.scaleY</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollView.scaleY\">Titanium.UI.ScrollView.scaleY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "scaleY",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getSize",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollView.size\">Titanium.UI.ScrollView.size</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollView.size\">Titanium.UI.ScrollView.size</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Dimension",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSoftKeyboardOnFocus",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollView.softKeyboardOnFocus\">Titanium.UI.ScrollView.softKeyboardOnFocus</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollView.softKeyboardOnFocus\">Titanium.UI.ScrollView.softKeyboardOnFocus</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setSoftKeyboardOnFocus",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollView.softKeyboardOnFocus\">Titanium.UI.ScrollView.softKeyboardOnFocus</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollView.softKeyboardOnFocus\">Titanium.UI.ScrollView.softKeyboardOnFocus</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "softKeyboardOnFocus",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTintColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollView.tintColor\">Titanium.UI.ScrollView.tintColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollView.tintColor\">Titanium.UI.ScrollView.tintColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTintColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollView.tintColor\">Titanium.UI.ScrollView.tintColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollView.tintColor\">Titanium.UI.ScrollView.tintColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "tintColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTop",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollView.top\">Titanium.UI.ScrollView.top</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollView.top\">Titanium.UI.ScrollView.top</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTop",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollView.top\">Titanium.UI.ScrollView.top</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollView.top\">Titanium.UI.ScrollView.top</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "top",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTouchEnabled",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollView.touchEnabled\">Titanium.UI.ScrollView.touchEnabled</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollView.touchEnabled\">Titanium.UI.ScrollView.touchEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTouchEnabled",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollView.touchEnabled\">Titanium.UI.ScrollView.touchEnabled</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollView.touchEnabled\">Titanium.UI.ScrollView.touchEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchEnabled",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTouchFeedback",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollView.touchFeedback\">Titanium.UI.ScrollView.touchFeedback</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollView.touchFeedback\">Titanium.UI.ScrollView.touchFeedback</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTouchFeedback",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollView.touchFeedback\">Titanium.UI.ScrollView.touchFeedback</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollView.touchFeedback\">Titanium.UI.ScrollView.touchFeedback</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchFeedback",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTouchFeedbackColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollView.touchFeedbackColor\">Titanium.UI.ScrollView.touchFeedbackColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollView.touchFeedbackColor\">Titanium.UI.ScrollView.touchFeedbackColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTouchFeedbackColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollView.touchFeedbackColor\">Titanium.UI.ScrollView.touchFeedbackColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollView.touchFeedbackColor\">Titanium.UI.ScrollView.touchFeedbackColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchFeedbackColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTransform",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollView.transform\">Titanium.UI.ScrollView.transform</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollView.transform\">Titanium.UI.ScrollView.transform</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Matrix2D",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTransform",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollView.transform\">Titanium.UI.ScrollView.transform</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollView.transform\">Titanium.UI.ScrollView.transform</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "transform",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Matrix2D",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTranslationX",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollView.translationX\">Titanium.UI.ScrollView.translationX</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollView.translationX\">Titanium.UI.ScrollView.translationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTranslationX",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollView.translationX\">Titanium.UI.ScrollView.translationX</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollView.translationX\">Titanium.UI.ScrollView.translationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translationX",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTranslationY",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollView.translationY\">Titanium.UI.ScrollView.translationY</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollView.translationY\">Titanium.UI.ScrollView.translationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTranslationY",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollView.translationY\">Titanium.UI.ScrollView.translationY</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollView.translationY\">Titanium.UI.ScrollView.translationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translationY",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTranslationZ",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollView.translationZ\">Titanium.UI.ScrollView.translationZ</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollView.translationZ\">Titanium.UI.ScrollView.translationZ</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTranslationZ",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollView.translationZ\">Titanium.UI.ScrollView.translationZ</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollView.translationZ\">Titanium.UI.ScrollView.translationZ</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translationZ",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTransitionName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollView.transitionName\">Titanium.UI.ScrollView.transitionName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollView.transitionName\">Titanium.UI.ScrollView.transitionName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTransitionName",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollView.transitionName\">Titanium.UI.ScrollView.transitionName</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollView.transitionName\">Titanium.UI.ScrollView.transitionName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "transitionName",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getVerticalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollView.verticalMotionEffect\">Titanium.UI.ScrollView.verticalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollView.verticalMotionEffect\">Titanium.UI.ScrollView.verticalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "MinMaxOptions",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setVerticalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollView.verticalMotionEffect\">Titanium.UI.ScrollView.verticalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollView.verticalMotionEffect\">Titanium.UI.ScrollView.verticalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "verticalMotionEffect",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "MinMaxOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowRadius",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollView.viewShadowRadius\">Titanium.UI.ScrollView.viewShadowRadius</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollView.viewShadowRadius\">Titanium.UI.ScrollView.viewShadowRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowRadius",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollView.viewShadowRadius\">Titanium.UI.ScrollView.viewShadowRadius</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollView.viewShadowRadius\">Titanium.UI.ScrollView.viewShadowRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowRadius",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollView.viewShadowColor\">Titanium.UI.ScrollView.viewShadowColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollView.viewShadowColor\">Titanium.UI.ScrollView.viewShadowColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollView.viewShadowColor\">Titanium.UI.ScrollView.viewShadowColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollView.viewShadowColor\">Titanium.UI.ScrollView.viewShadowColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowOffset",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollView.viewShadowOffset\">Titanium.UI.ScrollView.viewShadowOffset</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollView.viewShadowOffset\">Titanium.UI.ScrollView.viewShadowOffset</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowOffset",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollView.viewShadowOffset\">Titanium.UI.ScrollView.viewShadowOffset</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollView.viewShadowOffset\">Titanium.UI.ScrollView.viewShadowOffset</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowOffset",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getVisible",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollView.visible\">Titanium.UI.ScrollView.visible</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollView.visible\">Titanium.UI.ScrollView.visible</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setVisible",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollView.visible\">Titanium.UI.ScrollView.visible</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollView.visible\">Titanium.UI.ScrollView.visible</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "visible",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getWidth",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollView.width\">Titanium.UI.ScrollView.width</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollView.width\">Titanium.UI.ScrollView.width</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setWidth",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollView.width\">Titanium.UI.ScrollView.width</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollView.width\">Titanium.UI.ScrollView.width</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "width",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHorizontalWrap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollView.horizontalWrap\">Titanium.UI.ScrollView.horizontalWrap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollView.horizontalWrap\">Titanium.UI.ScrollView.horizontalWrap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHorizontalWrap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollView.horizontalWrap\">Titanium.UI.ScrollView.horizontalWrap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollView.horizontalWrap\">Titanium.UI.ScrollView.horizontalWrap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "horizontalWrap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getZIndex",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollView.zIndex\">Titanium.UI.ScrollView.zIndex</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollView.zIndex\">Titanium.UI.ScrollView.zIndex</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setZIndex",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollView.zIndex\">Titanium.UI.ScrollView.zIndex</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollView.zIndex\">Titanium.UI.ScrollView.zIndex</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "zIndex",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getKeepScreenOn",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollView.keepScreenOn\">Titanium.UI.ScrollView.keepScreenOn</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollView.keepScreenOn\">Titanium.UI.ScrollView.keepScreenOn</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setKeepScreenOn",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollView.keepScreenOn\">Titanium.UI.ScrollView.keepScreenOn</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollView.keepScreenOn\">Titanium.UI.ScrollView.keepScreenOn</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "keepScreenOn",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getCanCancelEvents",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollView.canCancelEvents\">Titanium.UI.ScrollView.canCancelEvents</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollView.canCancelEvents\">Titanium.UI.ScrollView.canCancelEvents</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setCanCancelEvents",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollView.canCancelEvents\">Titanium.UI.ScrollView.canCancelEvents</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollView.canCancelEvents\">Titanium.UI.ScrollView.canCancelEvents</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "canCancelEvents",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getContentHeight",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollView.contentHeight\">Titanium.UI.ScrollView.contentHeight</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollView.contentHeight\">Titanium.UI.ScrollView.contentHeight</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setContentHeight",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollView.contentHeight\">Titanium.UI.ScrollView.contentHeight</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollView.contentHeight\">Titanium.UI.ScrollView.contentHeight</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "contentHeight",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getContentOffset",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollView.contentOffset\">Titanium.UI.ScrollView.contentOffset</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollView.contentOffset\">Titanium.UI.ScrollView.contentOffset</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getContentWidth",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollView.contentWidth\">Titanium.UI.ScrollView.contentWidth</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollView.contentWidth\">Titanium.UI.ScrollView.contentWidth</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setContentWidth",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollView.contentWidth\">Titanium.UI.ScrollView.contentWidth</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollView.contentWidth\">Titanium.UI.ScrollView.contentWidth</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "contentWidth",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getDecelerationRate",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollView.decelerationRate\">Titanium.UI.ScrollView.decelerationRate</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollView.decelerationRate\">Titanium.UI.ScrollView.decelerationRate</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setDecelerationRate",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollView.decelerationRate\">Titanium.UI.ScrollView.decelerationRate</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollView.decelerationRate\">Titanium.UI.ScrollView.decelerationRate</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "decelerationRate",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getDisableBounce",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollView.disableBounce\">Titanium.UI.ScrollView.disableBounce</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollView.disableBounce\">Titanium.UI.ScrollView.disableBounce</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setDisableBounce",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollView.disableBounce\">Titanium.UI.ScrollView.disableBounce</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollView.disableBounce\">Titanium.UI.ScrollView.disableBounce</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "disableBounce",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHorizontalBounce",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollView.horizontalBounce\">Titanium.UI.ScrollView.horizontalBounce</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollView.horizontalBounce\">Titanium.UI.ScrollView.horizontalBounce</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHorizontalBounce",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollView.horizontalBounce\">Titanium.UI.ScrollView.horizontalBounce</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollView.horizontalBounce\">Titanium.UI.ScrollView.horizontalBounce</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "horizontalBounce",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getKeyboardDismissMode",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollView.keyboardDismissMode\">Titanium.UI.ScrollView.keyboardDismissMode</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollView.keyboardDismissMode\">Titanium.UI.ScrollView.keyboardDismissMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setKeyboardDismissMode",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollView.keyboardDismissMode\">Titanium.UI.ScrollView.keyboardDismissMode</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollView.keyboardDismissMode\">Titanium.UI.ScrollView.keyboardDismissMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "keyboardDismissMode",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getMaxZoomScale",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollView.maxZoomScale\">Titanium.UI.ScrollView.maxZoomScale</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollView.maxZoomScale\">Titanium.UI.ScrollView.maxZoomScale</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setMaxZoomScale",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollView.maxZoomScale\">Titanium.UI.ScrollView.maxZoomScale</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollView.maxZoomScale\">Titanium.UI.ScrollView.maxZoomScale</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "maxZoomScale",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getMinZoomScale",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollView.minZoomScale\">Titanium.UI.ScrollView.minZoomScale</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollView.minZoomScale\">Titanium.UI.ScrollView.minZoomScale</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setMinZoomScale",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollView.minZoomScale\">Titanium.UI.ScrollView.minZoomScale</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollView.minZoomScale\">Titanium.UI.ScrollView.minZoomScale</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "minZoomScale",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getOverScrollMode",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollView.overScrollMode\">Titanium.UI.ScrollView.overScrollMode</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollView.overScrollMode\">Titanium.UI.ScrollView.overScrollMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setOverScrollMode",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollView.overScrollMode\">Titanium.UI.ScrollView.overScrollMode</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollView.overScrollMode\">Titanium.UI.ScrollView.overScrollMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "overScrollMode",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getRefreshControl",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollView.refreshControl\">Titanium.UI.ScrollView.refreshControl</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollView.refreshControl\">Titanium.UI.ScrollView.refreshControl</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.RefreshControl",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setRefreshControl",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollView.refreshControl\">Titanium.UI.ScrollView.refreshControl</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollView.refreshControl\">Titanium.UI.ScrollView.refreshControl</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "refreshControl",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.RefreshControl",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getScrollsToTop",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollView.scrollsToTop\">Titanium.UI.ScrollView.scrollsToTop</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollView.scrollsToTop\">Titanium.UI.ScrollView.scrollsToTop</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setScrollsToTop",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollView.scrollsToTop\">Titanium.UI.ScrollView.scrollsToTop</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollView.scrollsToTop\">Titanium.UI.ScrollView.scrollsToTop</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "scrollsToTop",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getScrollIndicatorStyle",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollView.scrollIndicatorStyle\">Titanium.UI.ScrollView.scrollIndicatorStyle</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollView.scrollIndicatorStyle\">Titanium.UI.ScrollView.scrollIndicatorStyle</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setScrollIndicatorStyle",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollView.scrollIndicatorStyle\">Titanium.UI.ScrollView.scrollIndicatorStyle</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollView.scrollIndicatorStyle\">Titanium.UI.ScrollView.scrollIndicatorStyle</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "scrollIndicatorStyle",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getScrollType",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollView.scrollType\">Titanium.UI.ScrollView.scrollType</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollView.scrollType\">Titanium.UI.ScrollView.scrollType</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setScrollType",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollView.scrollType\">Titanium.UI.ScrollView.scrollType</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollView.scrollType\">Titanium.UI.ScrollView.scrollType</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "scrollType",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getScrollingEnabled",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollView.scrollingEnabled\">Titanium.UI.ScrollView.scrollingEnabled</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollView.scrollingEnabled\">Titanium.UI.ScrollView.scrollingEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setScrollingEnabled",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollView.scrollingEnabled\">Titanium.UI.ScrollView.scrollingEnabled</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollView.scrollingEnabled\">Titanium.UI.ScrollView.scrollingEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "scrollingEnabled",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getShowHorizontalScrollIndicator",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollView.showHorizontalScrollIndicator\">Titanium.UI.ScrollView.showHorizontalScrollIndicator</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollView.showHorizontalScrollIndicator\">Titanium.UI.ScrollView.showHorizontalScrollIndicator</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setShowHorizontalScrollIndicator",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollView.showHorizontalScrollIndicator\">Titanium.UI.ScrollView.showHorizontalScrollIndicator</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollView.showHorizontalScrollIndicator\">Titanium.UI.ScrollView.showHorizontalScrollIndicator</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "showHorizontalScrollIndicator",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getShowVerticalScrollIndicator",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollView.showVerticalScrollIndicator\">Titanium.UI.ScrollView.showVerticalScrollIndicator</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollView.showVerticalScrollIndicator\">Titanium.UI.ScrollView.showVerticalScrollIndicator</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setShowVerticalScrollIndicator",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollView.showVerticalScrollIndicator\">Titanium.UI.ScrollView.showVerticalScrollIndicator</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollView.showVerticalScrollIndicator\">Titanium.UI.ScrollView.showVerticalScrollIndicator</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "showVerticalScrollIndicator",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getVerticalBounce",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollView.verticalBounce\">Titanium.UI.ScrollView.verticalBounce</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollView.verticalBounce\">Titanium.UI.ScrollView.verticalBounce</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setVerticalBounce",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollView.verticalBounce\">Titanium.UI.ScrollView.verticalBounce</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollView.verticalBounce\">Titanium.UI.ScrollView.verticalBounce</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "verticalBounce",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getZoomScale",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollView.zoomScale\">Titanium.UI.ScrollView.zoomScale</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollView.zoomScale\">Titanium.UI.ScrollView.zoomScale</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.UI.View",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "accessibilityHidden",
                    "deprecated": false,
                    "description": "<p>Whether the view should be &quot;hidden&quot; from (i.e., ignored by) the accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityHint",
                    "deprecated": false,
                    "description": "<p>Briefly describes what performing an action (such as a click) on the view will do.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityLabel",
                    "deprecated": false,
                    "description": "<p>A succint label identifying the view for the device's accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityValue",
                    "deprecated": false,
                    "description": "<p>A string describing the value (if any) of the view for the device's accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "anchorPoint",
                    "deprecated": false,
                    "description": "<p>Coordinate of the view about which to pivot an animation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "animatedCenter",
                    "deprecated": false,
                    "description": "<p>Current position of the view during an animation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundColor",
                    "deprecated": false,
                    "description": "<p>Background color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundDisabledColor",
                    "deprecated": false,
                    "description": "<p>Disabled background color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundDisabledImage",
                    "deprecated": false,
                    "description": "<p>Disabled background image for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundFocusedColor",
                    "deprecated": false,
                    "description": "<p>Focused background color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundFocusedImage",
                    "deprecated": false,
                    "description": "<p>Focused background image for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundGradient",
                    "deprecated": false,
                    "description": "<p>A background gradient for the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [
                        {
                            "title": "Linear and Radial Gradients",
                            "code": "<p>The following code excerpt creates two views, one with a linear gradient and one with\na radial gradient.</p>\n<pre><code>var win1 = Titanium.UI.createWindow({\n    title:'Tab 1',\n    backgroundColor:'#fff',\n    layout: 'vertical'\n});\n\nvar radialGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'radial',\n        startPoint: { x: 50, y: 50 },\n        endPoint: { x: 50, y: 50 },\n        colors: [ 'red', 'blue'],\n        startRadius: 50,\n        endRadius: 0,\n        backfillStart: true\n    }\n});\nvar linearGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'linear',\n        startPoint: { x: '0%', y: '50%' },\n        endPoint: { x: '100%', y: '50%' },\n        colors: [ { color: 'red', offset: 0.0}, { color: 'blue', offset: 0.25 }, { color: 'red', offset: 1.0 } ],\n    }\n});\nwin1.add(radialGradient);\nwin1.add(linearGradient);\nwin1.open();\n</code></pre>"
                        }
                    ],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Gradient",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundImage",
                    "deprecated": false,
                    "description": "<p>Background image for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundRepeat",
                    "deprecated": false,
                    "description": "<p>Determines whether to tile a background across a view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundLeftCap",
                    "deprecated": false,
                    "description": "<p>Size of the left end cap.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundSelectedColor",
                    "deprecated": false,
                    "description": "<p>Selected background color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundSelectedImage",
                    "deprecated": false,
                    "description": "<p>Selected background image url for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundTopCap",
                    "deprecated": false,
                    "description": "<p>Size of the top end cap.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderColor",
                    "deprecated": false,
                    "description": "<p>Border color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderRadius",
                    "deprecated": false,
                    "description": "<p>Radius for the rounded corners of the view's border.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderWidth",
                    "deprecated": false,
                    "description": "<p>Border width of the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "bottom",
                    "deprecated": false,
                    "description": "<p>View's bottom position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "center",
                    "deprecated": false,
                    "description": "<p>View's center position, in the parent view's coordinates.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "children",
                    "deprecated": false,
                    "description": "<p>Array of this view's child views.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "clipMode",
                    "deprecated": false,
                    "description": "<p>View's clipping behavior.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "elevation",
                    "deprecated": false,
                    "description": "<p>Base elevation of the view relative to its parent in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "focusable",
                    "deprecated": false,
                    "description": "<p>Whether view should be focusable while navigating with the trackball.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "height",
                    "deprecated": false,
                    "description": "<p>View height, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.FILL",
                        "Titanium.UI.SIZE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hiddenBehavior",
                    "deprecated": false,
                    "description": "<p>Sets the behavior when hiding an object to release or keep the free space</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.HIDDEN_BEHAVIOR_INVISIBLE",
                        "Titanium.UI.HIDDEN_BEHAVIOR_GONE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "horizontalMotionEffect",
                    "deprecated": false,
                    "description": "<p>Adds a horizontal parallax effect to the view</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "MinMaxOptions",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "id",
                    "deprecated": false,
                    "description": "<p>View's identifier.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "left",
                    "deprecated": false,
                    "description": "<p>View's left position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "layout",
                    "deprecated": false,
                    "description": "<p>Specifies how the view positions its children.\nOne of: 'composite', 'vertical', or 'horizontal'.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "opacity",
                    "deprecated": false,
                    "description": "<p>Opacity of this view, from 0.0 (transparent) to 1.0 (opaque). Defaults to 1.0 (opaque).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "overrideCurrentAnimation",
                    "deprecated": false,
                    "description": "<p>When on, animate call overrides current animation if applicable.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "pullBackgroundColor",
                    "deprecated": false,
                    "description": "<p>Background color of the wrapper view when this view is used as either <a href=\"Titanium.UI.ListView.pullView\">Titanium.UI.ListView.pullView</a> or <a href=\"Titanium.UI.TableView.headerPullView\">Titanium.UI.TableView.headerPullView</a>.</p>\n<p>Defaults to <code>undefined</code>. Results in a light grey background color on the wrapper view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "previewContext",
                    "deprecated": false,
                    "description": "<p>The preview context used in the 3D-Touch feature &quot;Peek and Pop&quot;.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Titanium.UI.iOS.PreviewContext",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "right",
                    "deprecated": false,
                    "description": "<p>View's right position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "rect",
                    "deprecated": false,
                    "description": "<p>The bounding box of the view relative to its parent, in system units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "type": "DimensionWithAbsolutes",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "rotation",
                    "deprecated": false,
                    "description": "<p>Clockwise 2D rotation of the view in degrees.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "rotationX",
                    "deprecated": false,
                    "description": "<p>Clockwise rotation of the view in degrees (x-axis).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "rotationY",
                    "deprecated": false,
                    "description": "<p>Clockwise rotation of the view in degrees (y-axis).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "scaleX",
                    "deprecated": false,
                    "description": "<p>Scaling of the view in x-axis in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "scaleY",
                    "deprecated": false,
                    "description": "<p>Scaling of the view in y-axis in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "size",
                    "deprecated": false,
                    "description": "<p>The size of the view in system units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Dimension",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "softKeyboardOnFocus",
                    "deprecated": false,
                    "description": "<p>Determines keyboard behavior when this view is focused. Defaults to <a href=\"Titanium.UI.Android.SOFT_KEYBOARD_DEFAULT_ON_FOCUS\">Titanium.UI.Android.SOFT_KEYBOARD_DEFAULT_ON_FOCUS</a>.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.Android.SOFT_KEYBOARD_DEFAULT_ON_FOCUS",
                        "Titanium.UI.Android.SOFT_KEYBOARD_HIDE_ON_FOCUS",
                        "Titanium.UI.Android.SOFT_KEYBOARD_SHOW_ON_FOCUS"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "tintColor",
                    "deprecated": false,
                    "description": "<p>The view's tintColor</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "top",
                    "deprecated": false,
                    "description": "<p>The view's top position.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "touchEnabled",
                    "deprecated": false,
                    "description": "<p>Determines whether view should receive touch events.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "touchFeedback",
                    "deprecated": false,
                    "description": "<p>A material design visual construct that provides an instantaneous visual confirmation of touch point.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "touchFeedbackColor",
                    "deprecated": false,
                    "description": "<p>Optional touch feedback ripple color. This has no effect unless <code>touchFeedback</code> is true.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "transform",
                    "deprecated": false,
                    "description": "<p>Transformation matrix to apply to the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Titanium.UI.Matrix2D",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "translationX",
                    "deprecated": false,
                    "description": "<p>Horizontal location of the view relative to its left position in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "translationY",
                    "deprecated": false,
                    "description": "<p>Vertical location of the view relative to its top position in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "translationZ",
                    "deprecated": false,
                    "description": "<p>Depth of the view relative to its elevation in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "transitionName",
                    "deprecated": false,
                    "description": "<p>A name to identify this view in activity transition.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.2"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "verticalMotionEffect",
                    "deprecated": false,
                    "description": "<p>Adds a vertical parallax effect to the view</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "MinMaxOptions",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowRadius",
                    "deprecated": false,
                    "description": "<p>Determines the blur radius used to create the shadow.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowColor",
                    "deprecated": false,
                    "description": "<p>Determines the color of the shadow.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowOffset",
                    "deprecated": false,
                    "description": "<p>Determines the offset for the shadow of the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "visible",
                    "deprecated": false,
                    "description": "<p>Determines whether the view is visible.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "width",
                    "deprecated": false,
                    "description": "<p>View's width, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.FILL",
                        "Titanium.UI.SIZE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "horizontalWrap",
                    "deprecated": false,
                    "description": "<p>Determines whether the layout has wrapping behavior.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "zIndex",
                    "deprecated": false,
                    "description": "<p>Z-index stack order position, relative to other sibling views.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "keepScreenOn",
                    "deprecated": false,
                    "description": "<p>Determines whether to keep the device screen on.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "canCancelEvents",
                    "deprecated": false,
                    "description": "<p>Determines whether this scroll view can cancel subview touches in order to scroll instead.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "contentHeight",
                    "deprecated": false,
                    "description": "<p>Height of the scrollable region.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "contentOffset",
                    "deprecated": false,
                    "description": "<p>X and Y coordinates to which to reposition the top-left point of the scrollable region.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "contentWidth",
                    "deprecated": false,
                    "description": "<p>Width of the scrollable region.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "decelerationRate",
                    "deprecated": false,
                    "description": "<p>The deceleration rate of the ScrollView.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.iOS.SCROLL_DECELERATION_RATE_FAST",
                        "Titanium.UI.iOS.SCROLL_DECELERATION_RATE_NORMAL"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.3"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "disableBounce",
                    "deprecated": false,
                    "description": "<p>Determines whether scroll bounce of the scrollable region is enabled.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "horizontalBounce",
                    "deprecated": false,
                    "description": "<p>Determines whether horizontal scroll bounce of the scrollable region is enabled.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "keyboardDismissMode",
                    "deprecated": false,
                    "description": "<p>The manner in which the keyboard is dismissed when a drag begins in the scroll view.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.iOS.KEYBOARD_DISMISS_MODE_NONE",
                        "Titanium.UI.iOS.KEYBOARD_DISMISS_MODE_ON_DRAG",
                        "Titanium.UI.iOS.KEYBOARD_DISMISS_MODE_INTERACTIVE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "maxZoomScale",
                    "deprecated": false,
                    "description": "<p>Maximum scaling factor of the scrollable region and its content.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "minZoomScale",
                    "deprecated": false,
                    "description": "<p>Minimum scaling factor of the scrollable region and its content.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "overScrollMode",
                    "deprecated": false,
                    "description": "<p>Determines the behavior when the user overscolls the view.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.Android.OVER_SCROLL_ALWAYS",
                        "Titanium.UI.Android.OVER_SCROLL_IF_CONTENT_SCROLLS",
                        "Titanium.UI.Android.OVER_SCROLL_NEVER"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "refreshControl",
                    "deprecated": false,
                    "description": "<p>View positioned above the first row that is only revealed when the user drags the scroll view contents down.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "type": "Titanium.UI.RefreshControl",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "scrollsToTop",
                    "deprecated": false,
                    "description": "<p>Controls whether the scroll-to-top gesture is effective.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "scrollIndicatorStyle",
                    "deprecated": false,
                    "description": "<p>Style of the scrollbar.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.iOS.ScrollIndicatorStyle.BLACK",
                        "Titanium.UI.iOS.ScrollIndicatorStyle.DEFAULT",
                        "Titanium.UI.iOS.ScrollIndicatorStyle.WHITE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "scrollType",
                    "deprecated": false,
                    "description": "<p>Limits the direction of the scrollable region, overriding the deduced setting. Set to\n<code>horizontal</code> or <code>vertical</code>.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "scrollingEnabled",
                    "deprecated": false,
                    "description": "<p>Determines whether scrolling is enabled for the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "showHorizontalScrollIndicator",
                    "deprecated": false,
                    "description": "<p>Determines whether the horizontal scroll indicator is visible.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "showVerticalScrollIndicator",
                    "deprecated": false,
                    "description": "<p>Determines whether the vertical scroll indicator is visible.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "verticalBounce",
                    "deprecated": false,
                    "description": "<p>Determines whether vertical scroll bounce of the scrollable region is enabled.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "zoomScale",
                    "deprecated": false,
                    "description": "<p>Scaling factor of the scroll view's content.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>Use the <a href=\"Titanium.UI.createScrollView\">Titanium.UI.createScrollView</a> method or <strong><code>&lt;ScrollView&gt;</code></strong> Alloy element to create a scroll view.</p>\n<p>Views added to the scroll view will be scrolled based on the size of the scrollable region of\ncontent. If a scrollable region fits within the size of its scroll view, the view will not\nscroll.</p>\n<h4>Android Platform Notes</h4>\n<p>On Android, a scroll view can only scroll in one direction, either vertically or horizontally,\nand not both at the same time. The <a href=\"Titanium.UI.ScrollView.scrollType\">Titanium.UI.ScrollView.scrollType</a> property sets the scroll\ndirection explicitly. If the <code>scrollType</code> property is not assigned a value, the scroll view\nattempts to determine the scroll direction based on some the following rules:</p>\n<ul>\n<li>\n<p>If <a href=\"Titanium.UI.ScrollView.contentWidth\">Titanium.UI.ScrollView.contentWidth</a> and <a href=\"Titanium.UI.ScrollView.width\">Titanium.UI.ScrollView.width</a> are both\nset and are equal to each other, or if they are both set\n<em>and</em> <code>showVerticalScrollIndicator</code> is set to <code>true</code>, then the scroll direction is set to\n&quot;vertical&quot;.</p>\n</li>\n<li>\n<p>If <a href=\"Titanium.UI.ScrollView.contentHeight\">Titanium.UI.ScrollView.contentHeight</a> and <a href=\"Titanium.UI.ScrollView.height\">Titanium.UI.ScrollView.height</a> are\nboth set and are equal, or if they are both set and <a href=\"Titanium.UI.ScrollView.showHorizontalScrollIndicator\">Titanium.UI.ScrollView.showHorizontalScrollIndicator</a> is set to\n<code>true</code>, then the scroll direction is set to &quot;horizontal&quot;.</p>\n</li>\n</ul>\n<p>Pinching a <code>ScrollableView</code> to zoom in and out of content is not supported on Android. On iOS, this action\nis natively supported by the UIScrollView class, but on Android, the native ScrollView class does\nnot support this action.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.9"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.9"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.9"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.ScrollableView",
            "description": "<p>A view that encapsulates a horizontally-scrolling set of child views, known as pages, navigable\nusing its built-in horizontal swipe gestures.</p>",
            "deprecated": false,
            "events": [
                {
                    "name": "dblclick",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a double click against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "doubletap",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a double tap against this page.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "focus",
                    "deprecated": false,
                    "description": "<p>Fired when the view element gains focus.</p>"
                },
                {
                    "name": "keypressed",
                    "deprecated": false,
                    "description": "<p>Fired when a hardware key is pressed in the view.</p>",
                    "properties": [
                        {
                            "name": "keyCode",
                            "constants": [],
                            "description": "<p>The code for the physical key that was pressed. For more details, see <a href=\"https://developer.android.com/reference/android/view/KeyEvent.html\">KeyEvent</a>. This API is experimental and subject to change.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "longpress",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a long press against this view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "postlayout",
                    "deprecated": false,
                    "description": "<p>Fired when a layout cycle is finished.</p>"
                },
                {
                    "name": "singletap",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a single tap against this view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchcancel",
                    "deprecated": false,
                    "description": "<p>Fired when a touch gesture is interrupted by the device.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchstart",
                    "deprecated": false,
                    "description": "<p>Fired as soon as the device detects a touch gesture against this view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "twofingertap",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a two-finger tap against the view.</p>",
                    "properties": [
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "scroll",
                    "deprecated": false,
                    "description": "<p>Fired repeatedly as the view is being scrolled.</p>",
                    "properties": [
                        {
                            "name": "currentPage",
                            "constants": [],
                            "description": "<p>Index of the currently visible view of <a href=\"Titanium.UI.ScrollableView.views\">Titanium.UI.ScrollableView.views</a>.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "currentPageAsFloat",
                            "constants": [],
                            "description": "<p>Current page index that the view is scrolled to as a float. For\nexample, if the user is holding the <code>ScrollableView</code> in between\nthe first and second page, this will have a value of 0.5.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "view",
                            "constants": [],
                            "description": "<p>The currently visible view.</p>",
                            "type": "Titanium.UI.View",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "scrollend",
                    "deprecated": false,
                    "description": "<p>Fired when the view has stopped moving completely.</p>",
                    "properties": [
                        {
                            "name": "currentPage",
                            "constants": [],
                            "description": "<p>Index of the currently visible view of <a href=\"Titanium.UI.ScrollableView.views\">Titanium.UI.ScrollableView.views</a>.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "view",
                            "constants": [],
                            "description": "<p>The currently visible view.</p>",
                            "type": "Titanium.UI.View",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "dragend",
                    "deprecated": false,
                    "description": "<p>Fired when the scrolling drag gesture on the view has been completed.</p>",
                    "properties": [
                        {
                            "name": "currentPage",
                            "constants": [],
                            "description": "<p>Index of the currently visible view of <a href=\"Titanium.UI.ScrollableView.views\">Titanium.UI.ScrollableView.views</a>.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "view",
                            "constants": [],
                            "description": "<p>The currently visible view.</p>",
                            "type": "Titanium.UI.View",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                }
            ],
            "examples": [
                {
                    "title": "Simple Scrollable View with 3 Views",
                    "code": "<p>Create three views and assign them as pages to a scrollable view.</p>\n<pre><code>var win = Ti.UI.createWindow();\n\nvar view1 = Ti.UI.createView({ backgroundColor:'#123' });\nvar view2 = Ti.UI.createView({ backgroundColor:'#246' });\nvar view3 = Ti.UI.createView({ backgroundColor:'#48b' });\n\nvar scrollableView = Ti.UI.createScrollableView({\n  views:[view1,view2,view3],\n  showPagingControl:true\n});\n\nwin.add(scrollableView);\nwin.open();\n</code></pre>"
                },
                {
                    "title": "Simple Scrollable View with 2 Zoomable Images",
                    "code": "<p>Create two scroll views, each containing an image view, and assign them as pages to a\nscrollable view.</p>\n<pre><code>var img1 = Ti.UI.createImageView({\n    image:'http://upload.wikimedia.org/wikipedia/commons/thumb/e/ec/' +\n    'Mona_Lisa%2C_by_Leonardo_da_Vinci%2C_from_C2RMF_retouched.jpg/' +\n    '402px-Mona_Lisa%2C_by_Leonardo_da_Vinci%2C_from_C2RMF_retouched.jpg'\n});\nvar img1Wrapper = Ti.UI.createScrollView({\n    maxZoomScale:4.0,\n});\nimg1Wrapper.add(img1);\n\nvar img2 = Ti.UI.createImageView({\n    image:'http://www.nasa.gov/images/content/' +\n    '616903main_rover_comparison1600_1600-1200.jpg'\n});\nvar img2Wrapper = Ti.UI.createScrollView({\n    maxZoomScale:4.0,\n});\nimg2Wrapper.add(img2);\nvar photosView = Ti.UI.createScrollableView({\n    showPagingControl:true,\n    views:[img1Wrapper, img2Wrapper]\n});\nwin.add(photosView);\n</code></pre>"
                },
                {
                    "title": "Alloy XML Markup",
                    "code": "<p>First example as an Alloy view.</p>\n<pre><code>&lt;Alloy&gt;\n    &lt;Window id=&quot;win&quot;&gt;\n        &lt;ScrollableView id=&quot;scrollableView&quot; showPagingControl=&quot;true&quot;&gt;\n            &lt;View id=&quot;view1&quot; backgroundColor=&quot;#123&quot;&gt;\n               &lt;Label&gt;View 1&lt;/Label&gt;\n            &lt;/View&gt;\n            &lt;View id=&quot;view2&quot; backgroundColor=&quot;#246&quot;&gt;\n             &lt;Label&gt;View 2&lt;/Label&gt;\n             &lt;/View&gt;\n            &lt;View id=&quot;view3&quot; backgroundColor=&quot;#48b&quot;&gt;\n             &lt;Label&gt;View 3&lt;/Label&gt;\n             &lt;/View&gt;\n        &lt;/ScrollableView&gt;\n    &lt;/Window&gt;\n &lt;/Alloy&gt;\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "animate",
                    "deprecated": false,
                    "description": "<p>Animates this view.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "animation",
                            "constants": [],
                            "description": "<p>Either a dictionary of animation properties or an\n<a href=\"Titanium.UI.Animation\">Animation</a> object.</p>",
                            "type": "Titanium.UI.Animation",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Function to be invoked upon completion of the animation.</p>",
                            "type": "Function",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "clearMotionEffects",
                    "deprecated": false,
                    "description": "<p>Removes all previously added motion effects.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "finishLayout",
                    "deprecated": true,
                    "description": "<p>Finishes a batch update of the View's layout properties and schedules a layout pass of the\nview tree.\n<strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hide",
                    "deprecated": false,
                    "description": "<p>Hides this view.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Animation options for Android only. <strong>Since SDK 5.1.0 and used only on Android 5.0+</strong></p>\n<p>Determines whether to enable a circular reveal animation.\nNote that the default here is equivalent to passing in <code>{ animated: false }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "insertAt",
                    "deprecated": false,
                    "description": "<p>Inserts a view at the specified position in the <a href=\"Titanium.UI.View.children\">children</a> array.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Pass an object that specifies the view to insert and optionally at which position (defaults to end)</p>",
                            "type": "ViewPositionOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "show",
                    "deprecated": false,
                    "description": "<p>Makes this view visible.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Animation options for Android only. <strong>Since SDK 5.1.0 and only used on Android 5.0+</strong></p>\n<p>Determines whether to enable a circular reveal animation.\nNote that the default here is equivalent to passing in <code>{ animated: false }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "startLayout",
                    "deprecated": true,
                    "description": "<p>Starts a batch update of this view's layout properties. <strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">Titanium.Proxy.applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "toImage",
                    "deprecated": false,
                    "description": "<p>Returns an image of the rendered view, as a Blob.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Function to be invoked upon completion. If non-null, this method will be performed\nasynchronously. If null, it will be performed immediately.</p>",
                            "type": "Function",
                            "usage": "optional"
                        },
                        {
                            "name": "honorScaleFactor",
                            "constants": [],
                            "description": "<p>Determines whether the image is scaled based on scale factor of main screen. (iOS only)</p>\n<p>When set to true, image is scale factor is honored. When set to false, the image in the\nblob has the same dimensions for retina and non-retina devices.</p>",
                            "type": "Boolean",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Blob",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "updateLayout",
                    "deprecated": true,
                    "description": "<p>Performs a batch update of all supplied layout properties and schedules a layout pass after\nthey have been updated.\n<strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">Titanium.Proxy.applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Layout properties to be updated.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "convertPointToView",
                    "deprecated": false,
                    "description": "<p>Translates a point from this view's coordinate system to another view's coordinate system.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "point",
                            "constants": [],
                            "description": "<p>A point in this view's coordinate system.</p>\n<p>If this argument is missing an <code>x</code> or <code>y</code> property, or the properties can not be\nconverted into numbers, an exception will be raised.</p>",
                            "type": "Point",
                            "usage": "required"
                        },
                        {
                            "name": "destinationView",
                            "constants": [],
                            "description": "<p>View that specifies the destination coordinate system to convert to. If this argument\nis not a view, an exception will be raised.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewById",
                    "deprecated": false,
                    "description": "<p>Returns the matching view of a given view ID.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "id",
                            "constants": [],
                            "description": "<p>The ID of the view that should be returned. Use the <code>id</code> property in your views to\nenable it for indexing in this method.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.View",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "insertViewsAt",
                    "deprecated": false,
                    "description": "<p>Inserts views at the specified position in the <a href=\"Titanium.UI.ScrollableView.views\">views</a> array.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "position",
                            "constants": [],
                            "description": "<p>Position(index) in the <a href=\"Titanium.UI.ScrollableView.views\">views</a> array to insert the view</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "views",
                            "constants": [],
                            "description": "<p>Views to insert.</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "addView",
                    "deprecated": false,
                    "description": "<p>Adds a new page to this Scrollable View.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "view",
                            "constants": [],
                            "description": "<p>The page to add.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "moveNext",
                    "deprecated": false,
                    "description": "<p>Sets the current page to the next consecutive page in <a href=\"Titanium.UI.ScrollableView.views\">Titanium.UI.ScrollableView.views</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "movePrevious",
                    "deprecated": false,
                    "description": "<p>Sets the current page to the previous consecutive page in <a href=\"Titanium.UI.ScrollableView.views\">Titanium.UI.ScrollableView.views</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeView",
                    "deprecated": false,
                    "description": "<p>Removes an existing page from this Scrollable View.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "view",
                            "constants": [],
                            "description": "<p>A <a href=\"Titanium.UI.View\">Titanium.UI.View</a> object (all platforms) or integer index (Android and iOS only) of\nthe page to remove.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "scrollToView",
                    "deprecated": false,
                    "description": "<p>Scrolls to the specified page in <a href=\"Titanium.UI.ScrollableView.views\">Titanium.UI.ScrollableView.views</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "view",
                            "constants": [],
                            "description": "<p>An integer index or <a href=\"Titanium.UI.View\">Titanium.UI.View</a> object to set as the current page.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollableView.bubbleParent\">Titanium.UI.ScrollableView.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollableView.bubbleParent\">Titanium.UI.ScrollableView.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollableView.bubbleParent\">Titanium.UI.ScrollableView.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollableView.bubbleParent\">Titanium.UI.ScrollableView.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollableView.apiName\">Titanium.UI.ScrollableView.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollableView.apiName\">Titanium.UI.ScrollableView.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollableView.lifecycleContainer\">Titanium.UI.ScrollableView.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollableView.lifecycleContainer\">Titanium.UI.ScrollableView.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollableView.lifecycleContainer\">Titanium.UI.ScrollableView.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollableView.lifecycleContainer\">Titanium.UI.ScrollableView.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityHidden",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollableView.accessibilityHidden\">Titanium.UI.ScrollableView.accessibilityHidden</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollableView.accessibilityHidden\">Titanium.UI.ScrollableView.accessibilityHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityHidden",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollableView.accessibilityHidden\">Titanium.UI.ScrollableView.accessibilityHidden</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollableView.accessibilityHidden\">Titanium.UI.ScrollableView.accessibilityHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityHidden",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityHint",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollableView.accessibilityHint\">Titanium.UI.ScrollableView.accessibilityHint</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollableView.accessibilityHint\">Titanium.UI.ScrollableView.accessibilityHint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityHint",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollableView.accessibilityHint\">Titanium.UI.ScrollableView.accessibilityHint</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollableView.accessibilityHint\">Titanium.UI.ScrollableView.accessibilityHint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityHint",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityLabel",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollableView.accessibilityLabel\">Titanium.UI.ScrollableView.accessibilityLabel</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollableView.accessibilityLabel\">Titanium.UI.ScrollableView.accessibilityLabel</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityLabel",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollableView.accessibilityLabel\">Titanium.UI.ScrollableView.accessibilityLabel</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollableView.accessibilityLabel\">Titanium.UI.ScrollableView.accessibilityLabel</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityLabel",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityValue",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollableView.accessibilityValue\">Titanium.UI.ScrollableView.accessibilityValue</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollableView.accessibilityValue\">Titanium.UI.ScrollableView.accessibilityValue</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityValue",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollableView.accessibilityValue\">Titanium.UI.ScrollableView.accessibilityValue</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollableView.accessibilityValue\">Titanium.UI.ScrollableView.accessibilityValue</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityValue",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAnchorPoint",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollableView.anchorPoint\">Titanium.UI.ScrollableView.anchorPoint</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollableView.anchorPoint\">Titanium.UI.ScrollableView.anchorPoint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAnchorPoint",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollableView.anchorPoint\">Titanium.UI.ScrollableView.anchorPoint</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollableView.anchorPoint\">Titanium.UI.ScrollableView.anchorPoint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "anchorPoint",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAnimatedCenter",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollableView.animatedCenter\">Titanium.UI.ScrollableView.animatedCenter</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollableView.animatedCenter\">Titanium.UI.ScrollableView.animatedCenter</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollableView.backgroundColor\">Titanium.UI.ScrollableView.backgroundColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollableView.backgroundColor\">Titanium.UI.ScrollableView.backgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollableView.backgroundColor\">Titanium.UI.ScrollableView.backgroundColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollableView.backgroundColor\">Titanium.UI.ScrollableView.backgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundDisabledColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollableView.backgroundDisabledColor\">Titanium.UI.ScrollableView.backgroundDisabledColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollableView.backgroundDisabledColor\">Titanium.UI.ScrollableView.backgroundDisabledColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundDisabledColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollableView.backgroundDisabledColor\">Titanium.UI.ScrollableView.backgroundDisabledColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollableView.backgroundDisabledColor\">Titanium.UI.ScrollableView.backgroundDisabledColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundDisabledColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundDisabledImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollableView.backgroundDisabledImage\">Titanium.UI.ScrollableView.backgroundDisabledImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollableView.backgroundDisabledImage\">Titanium.UI.ScrollableView.backgroundDisabledImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundDisabledImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollableView.backgroundDisabledImage\">Titanium.UI.ScrollableView.backgroundDisabledImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollableView.backgroundDisabledImage\">Titanium.UI.ScrollableView.backgroundDisabledImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundDisabledImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundFocusedColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollableView.backgroundFocusedColor\">Titanium.UI.ScrollableView.backgroundFocusedColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollableView.backgroundFocusedColor\">Titanium.UI.ScrollableView.backgroundFocusedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundFocusedColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollableView.backgroundFocusedColor\">Titanium.UI.ScrollableView.backgroundFocusedColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollableView.backgroundFocusedColor\">Titanium.UI.ScrollableView.backgroundFocusedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundFocusedColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundFocusedImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollableView.backgroundFocusedImage\">Titanium.UI.ScrollableView.backgroundFocusedImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollableView.backgroundFocusedImage\">Titanium.UI.ScrollableView.backgroundFocusedImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundFocusedImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollableView.backgroundFocusedImage\">Titanium.UI.ScrollableView.backgroundFocusedImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollableView.backgroundFocusedImage\">Titanium.UI.ScrollableView.backgroundFocusedImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundFocusedImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundGradient",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollableView.backgroundGradient\">Titanium.UI.ScrollableView.backgroundGradient</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollableView.backgroundGradient\">Titanium.UI.ScrollableView.backgroundGradient</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Gradient",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundGradient",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollableView.backgroundGradient\">Titanium.UI.ScrollableView.backgroundGradient</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollableView.backgroundGradient\">Titanium.UI.ScrollableView.backgroundGradient</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundGradient",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Gradient",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollableView.backgroundImage\">Titanium.UI.ScrollableView.backgroundImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollableView.backgroundImage\">Titanium.UI.ScrollableView.backgroundImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollableView.backgroundImage\">Titanium.UI.ScrollableView.backgroundImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollableView.backgroundImage\">Titanium.UI.ScrollableView.backgroundImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundRepeat",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollableView.backgroundRepeat\">Titanium.UI.ScrollableView.backgroundRepeat</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollableView.backgroundRepeat\">Titanium.UI.ScrollableView.backgroundRepeat</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundRepeat",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollableView.backgroundRepeat\">Titanium.UI.ScrollableView.backgroundRepeat</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollableView.backgroundRepeat\">Titanium.UI.ScrollableView.backgroundRepeat</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundRepeat",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundLeftCap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollableView.backgroundLeftCap\">Titanium.UI.ScrollableView.backgroundLeftCap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollableView.backgroundLeftCap\">Titanium.UI.ScrollableView.backgroundLeftCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundLeftCap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollableView.backgroundLeftCap\">Titanium.UI.ScrollableView.backgroundLeftCap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollableView.backgroundLeftCap\">Titanium.UI.ScrollableView.backgroundLeftCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundLeftCap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundSelectedColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollableView.backgroundSelectedColor\">Titanium.UI.ScrollableView.backgroundSelectedColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollableView.backgroundSelectedColor\">Titanium.UI.ScrollableView.backgroundSelectedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundSelectedColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollableView.backgroundSelectedColor\">Titanium.UI.ScrollableView.backgroundSelectedColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollableView.backgroundSelectedColor\">Titanium.UI.ScrollableView.backgroundSelectedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundSelectedColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundSelectedImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollableView.backgroundSelectedImage\">Titanium.UI.ScrollableView.backgroundSelectedImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollableView.backgroundSelectedImage\">Titanium.UI.ScrollableView.backgroundSelectedImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundSelectedImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollableView.backgroundSelectedImage\">Titanium.UI.ScrollableView.backgroundSelectedImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollableView.backgroundSelectedImage\">Titanium.UI.ScrollableView.backgroundSelectedImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundSelectedImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundTopCap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollableView.backgroundTopCap\">Titanium.UI.ScrollableView.backgroundTopCap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollableView.backgroundTopCap\">Titanium.UI.ScrollableView.backgroundTopCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundTopCap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollableView.backgroundTopCap\">Titanium.UI.ScrollableView.backgroundTopCap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollableView.backgroundTopCap\">Titanium.UI.ScrollableView.backgroundTopCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundTopCap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollableView.borderColor\">Titanium.UI.ScrollableView.borderColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollableView.borderColor\">Titanium.UI.ScrollableView.borderColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollableView.borderColor\">Titanium.UI.ScrollableView.borderColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollableView.borderColor\">Titanium.UI.ScrollableView.borderColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderRadius",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollableView.borderRadius\">Titanium.UI.ScrollableView.borderRadius</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollableView.borderRadius\">Titanium.UI.ScrollableView.borderRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderRadius",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollableView.borderRadius\">Titanium.UI.ScrollableView.borderRadius</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollableView.borderRadius\">Titanium.UI.ScrollableView.borderRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderRadius",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderWidth",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollableView.borderWidth\">Titanium.UI.ScrollableView.borderWidth</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollableView.borderWidth\">Titanium.UI.ScrollableView.borderWidth</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderWidth",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollableView.borderWidth\">Titanium.UI.ScrollableView.borderWidth</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollableView.borderWidth\">Titanium.UI.ScrollableView.borderWidth</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderWidth",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBottom",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollableView.bottom\">Titanium.UI.ScrollableView.bottom</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollableView.bottom\">Titanium.UI.ScrollableView.bottom</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBottom",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollableView.bottom\">Titanium.UI.ScrollableView.bottom</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollableView.bottom\">Titanium.UI.ScrollableView.bottom</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bottom",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getCenter",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollableView.center\">Titanium.UI.ScrollableView.center</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollableView.center\">Titanium.UI.ScrollableView.center</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setCenter",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollableView.center\">Titanium.UI.ScrollableView.center</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollableView.center\">Titanium.UI.ScrollableView.center</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "center",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getClipMode",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollableView.clipMode\">Titanium.UI.ScrollableView.clipMode</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollableView.clipMode\">Titanium.UI.ScrollableView.clipMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setClipMode",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollableView.clipMode\">Titanium.UI.ScrollableView.clipMode</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollableView.clipMode\">Titanium.UI.ScrollableView.clipMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "clipMode",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getElevation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollableView.elevation\">Titanium.UI.ScrollableView.elevation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollableView.elevation\">Titanium.UI.ScrollableView.elevation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setElevation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollableView.elevation\">Titanium.UI.ScrollableView.elevation</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollableView.elevation\">Titanium.UI.ScrollableView.elevation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "elevation",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getFocusable",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollableView.focusable\">Titanium.UI.ScrollableView.focusable</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollableView.focusable\">Titanium.UI.ScrollableView.focusable</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setFocusable",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollableView.focusable\">Titanium.UI.ScrollableView.focusable</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollableView.focusable\">Titanium.UI.ScrollableView.focusable</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "focusable",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getHeight",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollableView.height\">Titanium.UI.ScrollableView.height</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollableView.height\">Titanium.UI.ScrollableView.height</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHeight",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollableView.height\">Titanium.UI.ScrollableView.height</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollableView.height\">Titanium.UI.ScrollableView.height</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "height",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHiddenBehavior",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollableView.hiddenBehavior\">Titanium.UI.ScrollableView.hiddenBehavior</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollableView.hiddenBehavior\">Titanium.UI.ScrollableView.hiddenBehavior</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setHiddenBehavior",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollableView.hiddenBehavior\">Titanium.UI.ScrollableView.hiddenBehavior</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollableView.hiddenBehavior\">Titanium.UI.ScrollableView.hiddenBehavior</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "hiddenBehavior",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getHorizontalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollableView.horizontalMotionEffect\">Titanium.UI.ScrollableView.horizontalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollableView.horizontalMotionEffect\">Titanium.UI.ScrollableView.horizontalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "MinMaxOptions",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHorizontalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollableView.horizontalMotionEffect\">Titanium.UI.ScrollableView.horizontalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollableView.horizontalMotionEffect\">Titanium.UI.ScrollableView.horizontalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "horizontalMotionEffect",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "MinMaxOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLeft",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollableView.left\">Titanium.UI.ScrollableView.left</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollableView.left\">Titanium.UI.ScrollableView.left</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLeft",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollableView.left\">Titanium.UI.ScrollableView.left</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollableView.left\">Titanium.UI.ScrollableView.left</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "left",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLayout",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollableView.layout\">Titanium.UI.ScrollableView.layout</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollableView.layout\">Titanium.UI.ScrollableView.layout</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLayout",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollableView.layout\">Titanium.UI.ScrollableView.layout</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollableView.layout\">Titanium.UI.ScrollableView.layout</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "layout",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getOpacity",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollableView.opacity\">Titanium.UI.ScrollableView.opacity</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollableView.opacity\">Titanium.UI.ScrollableView.opacity</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setOpacity",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollableView.opacity\">Titanium.UI.ScrollableView.opacity</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollableView.opacity\">Titanium.UI.ScrollableView.opacity</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "opacity",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getOverrideCurrentAnimation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollableView.overrideCurrentAnimation\">Titanium.UI.ScrollableView.overrideCurrentAnimation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollableView.overrideCurrentAnimation\">Titanium.UI.ScrollableView.overrideCurrentAnimation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setOverrideCurrentAnimation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollableView.overrideCurrentAnimation\">Titanium.UI.ScrollableView.overrideCurrentAnimation</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollableView.overrideCurrentAnimation\">Titanium.UI.ScrollableView.overrideCurrentAnimation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "overrideCurrentAnimation",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getPullBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollableView.pullBackgroundColor\">Titanium.UI.ScrollableView.pullBackgroundColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollableView.pullBackgroundColor\">Titanium.UI.ScrollableView.pullBackgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setPullBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollableView.pullBackgroundColor\">Titanium.UI.ScrollableView.pullBackgroundColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollableView.pullBackgroundColor\">Titanium.UI.ScrollableView.pullBackgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "pullBackgroundColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPreviewContext",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollableView.previewContext\">Titanium.UI.ScrollableView.previewContext</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollableView.previewContext\">Titanium.UI.ScrollableView.previewContext</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.iOS.PreviewContext",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "setPreviewContext",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollableView.previewContext\">Titanium.UI.ScrollableView.previewContext</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollableView.previewContext\">Titanium.UI.ScrollableView.previewContext</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "previewContext",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.iOS.PreviewContext",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "getRight",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollableView.right\">Titanium.UI.ScrollableView.right</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollableView.right\">Titanium.UI.ScrollableView.right</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setRight",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollableView.right\">Titanium.UI.ScrollableView.right</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollableView.right\">Titanium.UI.ScrollableView.right</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "right",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollableView.rect\">Titanium.UI.ScrollableView.rect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollableView.rect\">Titanium.UI.ScrollableView.rect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "DimensionWithAbsolutes",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRotation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollableView.rotation\">Titanium.UI.ScrollableView.rotation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollableView.rotation\">Titanium.UI.ScrollableView.rotation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRotation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollableView.rotation\">Titanium.UI.ScrollableView.rotation</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollableView.rotation\">Titanium.UI.ScrollableView.rotation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rotation",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getRotationX",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollableView.rotationX\">Titanium.UI.ScrollableView.rotationX</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollableView.rotationX\">Titanium.UI.ScrollableView.rotationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRotationX",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollableView.rotationX\">Titanium.UI.ScrollableView.rotationX</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollableView.rotationX\">Titanium.UI.ScrollableView.rotationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rotationX",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getRotationY",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollableView.rotationY\">Titanium.UI.ScrollableView.rotationY</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollableView.rotationY\">Titanium.UI.ScrollableView.rotationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRotationY",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollableView.rotationY\">Titanium.UI.ScrollableView.rotationY</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollableView.rotationY\">Titanium.UI.ScrollableView.rotationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rotationY",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getScaleX",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollableView.scaleX\">Titanium.UI.ScrollableView.scaleX</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollableView.scaleX\">Titanium.UI.ScrollableView.scaleX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setScaleX",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollableView.scaleX\">Titanium.UI.ScrollableView.scaleX</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollableView.scaleX\">Titanium.UI.ScrollableView.scaleX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "scaleX",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getScaleY",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollableView.scaleY\">Titanium.UI.ScrollableView.scaleY</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollableView.scaleY\">Titanium.UI.ScrollableView.scaleY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setScaleY",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollableView.scaleY\">Titanium.UI.ScrollableView.scaleY</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollableView.scaleY\">Titanium.UI.ScrollableView.scaleY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "scaleY",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getSize",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollableView.size\">Titanium.UI.ScrollableView.size</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollableView.size\">Titanium.UI.ScrollableView.size</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Dimension",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSoftKeyboardOnFocus",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollableView.softKeyboardOnFocus\">Titanium.UI.ScrollableView.softKeyboardOnFocus</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollableView.softKeyboardOnFocus\">Titanium.UI.ScrollableView.softKeyboardOnFocus</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setSoftKeyboardOnFocus",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollableView.softKeyboardOnFocus\">Titanium.UI.ScrollableView.softKeyboardOnFocus</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollableView.softKeyboardOnFocus\">Titanium.UI.ScrollableView.softKeyboardOnFocus</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "softKeyboardOnFocus",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTintColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollableView.tintColor\">Titanium.UI.ScrollableView.tintColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollableView.tintColor\">Titanium.UI.ScrollableView.tintColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTintColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollableView.tintColor\">Titanium.UI.ScrollableView.tintColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollableView.tintColor\">Titanium.UI.ScrollableView.tintColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "tintColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTop",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollableView.top\">Titanium.UI.ScrollableView.top</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollableView.top\">Titanium.UI.ScrollableView.top</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTop",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollableView.top\">Titanium.UI.ScrollableView.top</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollableView.top\">Titanium.UI.ScrollableView.top</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "top",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTouchEnabled",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollableView.touchEnabled\">Titanium.UI.ScrollableView.touchEnabled</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollableView.touchEnabled\">Titanium.UI.ScrollableView.touchEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTouchEnabled",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollableView.touchEnabled\">Titanium.UI.ScrollableView.touchEnabled</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollableView.touchEnabled\">Titanium.UI.ScrollableView.touchEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchEnabled",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTouchFeedback",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollableView.touchFeedback\">Titanium.UI.ScrollableView.touchFeedback</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollableView.touchFeedback\">Titanium.UI.ScrollableView.touchFeedback</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTouchFeedback",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollableView.touchFeedback\">Titanium.UI.ScrollableView.touchFeedback</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollableView.touchFeedback\">Titanium.UI.ScrollableView.touchFeedback</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchFeedback",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTouchFeedbackColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollableView.touchFeedbackColor\">Titanium.UI.ScrollableView.touchFeedbackColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollableView.touchFeedbackColor\">Titanium.UI.ScrollableView.touchFeedbackColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTouchFeedbackColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollableView.touchFeedbackColor\">Titanium.UI.ScrollableView.touchFeedbackColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollableView.touchFeedbackColor\">Titanium.UI.ScrollableView.touchFeedbackColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchFeedbackColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTransform",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollableView.transform\">Titanium.UI.ScrollableView.transform</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollableView.transform\">Titanium.UI.ScrollableView.transform</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Matrix2D",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTransform",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollableView.transform\">Titanium.UI.ScrollableView.transform</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollableView.transform\">Titanium.UI.ScrollableView.transform</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "transform",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Matrix2D",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTranslationX",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollableView.translationX\">Titanium.UI.ScrollableView.translationX</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollableView.translationX\">Titanium.UI.ScrollableView.translationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTranslationX",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollableView.translationX\">Titanium.UI.ScrollableView.translationX</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollableView.translationX\">Titanium.UI.ScrollableView.translationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translationX",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTranslationY",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollableView.translationY\">Titanium.UI.ScrollableView.translationY</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollableView.translationY\">Titanium.UI.ScrollableView.translationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTranslationY",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollableView.translationY\">Titanium.UI.ScrollableView.translationY</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollableView.translationY\">Titanium.UI.ScrollableView.translationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translationY",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTranslationZ",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollableView.translationZ\">Titanium.UI.ScrollableView.translationZ</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollableView.translationZ\">Titanium.UI.ScrollableView.translationZ</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTranslationZ",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollableView.translationZ\">Titanium.UI.ScrollableView.translationZ</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollableView.translationZ\">Titanium.UI.ScrollableView.translationZ</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translationZ",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTransitionName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollableView.transitionName\">Titanium.UI.ScrollableView.transitionName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollableView.transitionName\">Titanium.UI.ScrollableView.transitionName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTransitionName",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollableView.transitionName\">Titanium.UI.ScrollableView.transitionName</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollableView.transitionName\">Titanium.UI.ScrollableView.transitionName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "transitionName",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getVerticalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollableView.verticalMotionEffect\">Titanium.UI.ScrollableView.verticalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollableView.verticalMotionEffect\">Titanium.UI.ScrollableView.verticalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "MinMaxOptions",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setVerticalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollableView.verticalMotionEffect\">Titanium.UI.ScrollableView.verticalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollableView.verticalMotionEffect\">Titanium.UI.ScrollableView.verticalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "verticalMotionEffect",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "MinMaxOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowRadius",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollableView.viewShadowRadius\">Titanium.UI.ScrollableView.viewShadowRadius</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollableView.viewShadowRadius\">Titanium.UI.ScrollableView.viewShadowRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowRadius",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollableView.viewShadowRadius\">Titanium.UI.ScrollableView.viewShadowRadius</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollableView.viewShadowRadius\">Titanium.UI.ScrollableView.viewShadowRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowRadius",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollableView.viewShadowColor\">Titanium.UI.ScrollableView.viewShadowColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollableView.viewShadowColor\">Titanium.UI.ScrollableView.viewShadowColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollableView.viewShadowColor\">Titanium.UI.ScrollableView.viewShadowColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollableView.viewShadowColor\">Titanium.UI.ScrollableView.viewShadowColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowOffset",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollableView.viewShadowOffset\">Titanium.UI.ScrollableView.viewShadowOffset</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollableView.viewShadowOffset\">Titanium.UI.ScrollableView.viewShadowOffset</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowOffset",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollableView.viewShadowOffset\">Titanium.UI.ScrollableView.viewShadowOffset</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollableView.viewShadowOffset\">Titanium.UI.ScrollableView.viewShadowOffset</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowOffset",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getVisible",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollableView.visible\">Titanium.UI.ScrollableView.visible</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollableView.visible\">Titanium.UI.ScrollableView.visible</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setVisible",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollableView.visible\">Titanium.UI.ScrollableView.visible</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollableView.visible\">Titanium.UI.ScrollableView.visible</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "visible",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getWidth",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollableView.width\">Titanium.UI.ScrollableView.width</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollableView.width\">Titanium.UI.ScrollableView.width</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setWidth",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollableView.width\">Titanium.UI.ScrollableView.width</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollableView.width\">Titanium.UI.ScrollableView.width</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "width",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHorizontalWrap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollableView.horizontalWrap\">Titanium.UI.ScrollableView.horizontalWrap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollableView.horizontalWrap\">Titanium.UI.ScrollableView.horizontalWrap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHorizontalWrap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollableView.horizontalWrap\">Titanium.UI.ScrollableView.horizontalWrap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollableView.horizontalWrap\">Titanium.UI.ScrollableView.horizontalWrap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "horizontalWrap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getZIndex",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollableView.zIndex\">Titanium.UI.ScrollableView.zIndex</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollableView.zIndex\">Titanium.UI.ScrollableView.zIndex</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setZIndex",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollableView.zIndex\">Titanium.UI.ScrollableView.zIndex</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollableView.zIndex\">Titanium.UI.ScrollableView.zIndex</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "zIndex",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getKeepScreenOn",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollableView.keepScreenOn\">Titanium.UI.ScrollableView.keepScreenOn</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollableView.keepScreenOn\">Titanium.UI.ScrollableView.keepScreenOn</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setKeepScreenOn",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollableView.keepScreenOn\">Titanium.UI.ScrollableView.keepScreenOn</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollableView.keepScreenOn\">Titanium.UI.ScrollableView.keepScreenOn</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "keepScreenOn",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getCacheSize",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollableView.cacheSize\">Titanium.UI.ScrollableView.cacheSize</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollableView.cacheSize\">Titanium.UI.ScrollableView.cacheSize</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "4.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setCacheSize",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollableView.cacheSize\">Titanium.UI.ScrollableView.cacheSize</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollableView.cacheSize\">Titanium.UI.ScrollableView.cacheSize</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "cacheSize",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "4.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getCurrentPage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollableView.currentPage\">Titanium.UI.ScrollableView.currentPage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollableView.currentPage\">Titanium.UI.ScrollableView.currentPage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setCurrentPage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollableView.currentPage\">Titanium.UI.ScrollableView.currentPage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollableView.currentPage\">Titanium.UI.ScrollableView.currentPage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "currentPage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getCurrentPageIndicatorColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollableView.currentPageIndicatorColor\">Titanium.UI.ScrollableView.currentPageIndicatorColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollableView.currentPageIndicatorColor\">Titanium.UI.ScrollableView.currentPageIndicatorColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setCurrentPageIndicatorColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollableView.currentPageIndicatorColor\">Titanium.UI.ScrollableView.currentPageIndicatorColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollableView.currentPageIndicatorColor\">Titanium.UI.ScrollableView.currentPageIndicatorColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "currentPageIndicatorColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getDisableBounce",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollableView.disableBounce\">Titanium.UI.ScrollableView.disableBounce</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollableView.disableBounce\">Titanium.UI.ScrollableView.disableBounce</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setDisableBounce",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollableView.disableBounce\">Titanium.UI.ScrollableView.disableBounce</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollableView.disableBounce\">Titanium.UI.ScrollableView.disableBounce</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "disableBounce",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getOverScrollMode",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollableView.overScrollMode\">Titanium.UI.ScrollableView.overScrollMode</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollableView.overScrollMode\">Titanium.UI.ScrollableView.overScrollMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setOverScrollMode",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollableView.overScrollMode\">Titanium.UI.ScrollableView.overScrollMode</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollableView.overScrollMode\">Titanium.UI.ScrollableView.overScrollMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "overScrollMode",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getPagingControlColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollableView.pagingControlColor\">Titanium.UI.ScrollableView.pagingControlColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollableView.pagingControlColor\">Titanium.UI.ScrollableView.pagingControlColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setPagingControlColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollableView.pagingControlColor\">Titanium.UI.ScrollableView.pagingControlColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollableView.pagingControlColor\">Titanium.UI.ScrollableView.pagingControlColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "pagingControlColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPagingControlHeight",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollableView.pagingControlHeight\">Titanium.UI.ScrollableView.pagingControlHeight</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollableView.pagingControlHeight\">Titanium.UI.ScrollableView.pagingControlHeight</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setPagingControlHeight",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollableView.pagingControlHeight\">Titanium.UI.ScrollableView.pagingControlHeight</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollableView.pagingControlHeight\">Titanium.UI.ScrollableView.pagingControlHeight</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "pagingControlHeight",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPageIndicatorColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollableView.pageIndicatorColor\">Titanium.UI.ScrollableView.pageIndicatorColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollableView.pageIndicatorColor\">Titanium.UI.ScrollableView.pageIndicatorColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setPageIndicatorColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollableView.pageIndicatorColor\">Titanium.UI.ScrollableView.pageIndicatorColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollableView.pageIndicatorColor\">Titanium.UI.ScrollableView.pageIndicatorColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "pageIndicatorColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getShowPagingControl",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollableView.showPagingControl\">Titanium.UI.ScrollableView.showPagingControl</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollableView.showPagingControl\">Titanium.UI.ScrollableView.showPagingControl</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setShowPagingControl",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollableView.showPagingControl\">Titanium.UI.ScrollableView.showPagingControl</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollableView.showPagingControl\">Titanium.UI.ScrollableView.showPagingControl</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "showPagingControl",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPagingControlTimeout",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollableView.pagingControlTimeout\">Titanium.UI.ScrollableView.pagingControlTimeout</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollableView.pagingControlTimeout\">Titanium.UI.ScrollableView.pagingControlTimeout</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setPagingControlTimeout",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollableView.pagingControlTimeout\">Titanium.UI.ScrollableView.pagingControlTimeout</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollableView.pagingControlTimeout\">Titanium.UI.ScrollableView.pagingControlTimeout</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "pagingControlTimeout",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getPagingControlAlpha",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollableView.pagingControlAlpha\">Titanium.UI.ScrollableView.pagingControlAlpha</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollableView.pagingControlAlpha\">Titanium.UI.ScrollableView.pagingControlAlpha</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setPagingControlAlpha",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollableView.pagingControlAlpha\">Titanium.UI.ScrollableView.pagingControlAlpha</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollableView.pagingControlAlpha\">Titanium.UI.ScrollableView.pagingControlAlpha</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "pagingControlAlpha",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPagingControlOnTop",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollableView.pagingControlOnTop\">Titanium.UI.ScrollableView.pagingControlOnTop</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollableView.pagingControlOnTop\">Titanium.UI.ScrollableView.pagingControlOnTop</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setPagingControlOnTop",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollableView.pagingControlOnTop\">Titanium.UI.ScrollableView.pagingControlOnTop</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollableView.pagingControlOnTop\">Titanium.UI.ScrollableView.pagingControlOnTop</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "pagingControlOnTop",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getOverlayEnabled",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollableView.overlayEnabled\">Titanium.UI.ScrollableView.overlayEnabled</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollableView.overlayEnabled\">Titanium.UI.ScrollableView.overlayEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setOverlayEnabled",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollableView.overlayEnabled\">Titanium.UI.ScrollableView.overlayEnabled</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollableView.overlayEnabled\">Titanium.UI.ScrollableView.overlayEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "overlayEnabled",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getScrollingEnabled",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollableView.scrollingEnabled\">Titanium.UI.ScrollableView.scrollingEnabled</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollableView.scrollingEnabled\">Titanium.UI.ScrollableView.scrollingEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setScrollingEnabled",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollableView.scrollingEnabled\">Titanium.UI.ScrollableView.scrollingEnabled</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollableView.scrollingEnabled\">Titanium.UI.ScrollableView.scrollingEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "scrollingEnabled",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViews",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollableView.views\">Titanium.UI.ScrollableView.views</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollableView.views\">Titanium.UI.ScrollableView.views</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViews",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollableView.views\">Titanium.UI.ScrollableView.views</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollableView.views\">Titanium.UI.ScrollableView.views</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "views",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getClipViews",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollableView.clipViews\">Titanium.UI.ScrollableView.clipViews</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollableView.clipViews\">Titanium.UI.ScrollableView.clipViews</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": 0.9
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": 0.9
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setClipViews",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollableView.clipViews\">Titanium.UI.ScrollableView.clipViews</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollableView.clipViews\">Titanium.UI.ScrollableView.clipViews</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "clipViews",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": 0.9
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": 0.9
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHitRect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollableView.hitRect\">Titanium.UI.ScrollableView.hitRect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollableView.hitRect\">Titanium.UI.ScrollableView.hitRect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Dimension",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHitRect",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollableView.hitRect\">Titanium.UI.ScrollableView.hitRect</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollableView.hitRect\">Titanium.UI.ScrollableView.hitRect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "hitRect",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Dimension",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPadding",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ScrollableView.padding\">Titanium.UI.ScrollableView.padding</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ScrollableView.padding\">Titanium.UI.ScrollableView.padding</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Padding",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setPadding",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ScrollableView.padding\">Titanium.UI.ScrollableView.padding</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ScrollableView.padding\">Titanium.UI.ScrollableView.padding</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "padding",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Padding",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.UI.View",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "accessibilityHidden",
                    "deprecated": false,
                    "description": "<p>Whether the view should be &quot;hidden&quot; from (i.e., ignored by) the accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityHint",
                    "deprecated": false,
                    "description": "<p>Briefly describes what performing an action (such as a click) on the view will do.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityLabel",
                    "deprecated": false,
                    "description": "<p>A succint label identifying the view for the device's accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityValue",
                    "deprecated": false,
                    "description": "<p>A string describing the value (if any) of the view for the device's accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "anchorPoint",
                    "deprecated": false,
                    "description": "<p>Coordinate of the view about which to pivot an animation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "animatedCenter",
                    "deprecated": false,
                    "description": "<p>Current position of the view during an animation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundColor",
                    "deprecated": false,
                    "description": "<p>Background color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundDisabledColor",
                    "deprecated": false,
                    "description": "<p>Disabled background color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundDisabledImage",
                    "deprecated": false,
                    "description": "<p>Disabled background image for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundFocusedColor",
                    "deprecated": false,
                    "description": "<p>Focused background color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundFocusedImage",
                    "deprecated": false,
                    "description": "<p>Focused background image for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundGradient",
                    "deprecated": false,
                    "description": "<p>A background gradient for the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [
                        {
                            "title": "Linear and Radial Gradients",
                            "code": "<p>The following code excerpt creates two views, one with a linear gradient and one with\na radial gradient.</p>\n<pre><code>var win1 = Titanium.UI.createWindow({\n    title:'Tab 1',\n    backgroundColor:'#fff',\n    layout: 'vertical'\n});\n\nvar radialGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'radial',\n        startPoint: { x: 50, y: 50 },\n        endPoint: { x: 50, y: 50 },\n        colors: [ 'red', 'blue'],\n        startRadius: 50,\n        endRadius: 0,\n        backfillStart: true\n    }\n});\nvar linearGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'linear',\n        startPoint: { x: '0%', y: '50%' },\n        endPoint: { x: '100%', y: '50%' },\n        colors: [ { color: 'red', offset: 0.0}, { color: 'blue', offset: 0.25 }, { color: 'red', offset: 1.0 } ],\n    }\n});\nwin1.add(radialGradient);\nwin1.add(linearGradient);\nwin1.open();\n</code></pre>"
                        }
                    ],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Gradient",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundImage",
                    "deprecated": false,
                    "description": "<p>Background image for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundRepeat",
                    "deprecated": false,
                    "description": "<p>Determines whether to tile a background across a view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundLeftCap",
                    "deprecated": false,
                    "description": "<p>Size of the left end cap.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundSelectedColor",
                    "deprecated": false,
                    "description": "<p>Selected background color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundSelectedImage",
                    "deprecated": false,
                    "description": "<p>Selected background image url for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundTopCap",
                    "deprecated": false,
                    "description": "<p>Size of the top end cap.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderColor",
                    "deprecated": false,
                    "description": "<p>Border color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderRadius",
                    "deprecated": false,
                    "description": "<p>Radius for the rounded corners of the view's border.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderWidth",
                    "deprecated": false,
                    "description": "<p>Border width of the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "bottom",
                    "deprecated": false,
                    "description": "<p>View's bottom position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "center",
                    "deprecated": false,
                    "description": "<p>View's center position, in the parent view's coordinates.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "clipMode",
                    "deprecated": false,
                    "description": "<p>View's clipping behavior.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "elevation",
                    "deprecated": false,
                    "description": "<p>Base elevation of the view relative to its parent in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "focusable",
                    "deprecated": false,
                    "description": "<p>Whether view should be focusable while navigating with the trackball.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "height",
                    "deprecated": false,
                    "description": "<p>View height, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.FILL",
                        "Titanium.UI.SIZE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hiddenBehavior",
                    "deprecated": false,
                    "description": "<p>Sets the behavior when hiding an object to release or keep the free space</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.HIDDEN_BEHAVIOR_INVISIBLE",
                        "Titanium.UI.HIDDEN_BEHAVIOR_GONE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "horizontalMotionEffect",
                    "deprecated": false,
                    "description": "<p>Adds a horizontal parallax effect to the view</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "MinMaxOptions",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "id",
                    "deprecated": false,
                    "description": "<p>View's identifier.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "left",
                    "deprecated": false,
                    "description": "<p>View's left position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "layout",
                    "deprecated": false,
                    "description": "<p>Specifies how the view positions its children.\nOne of: 'composite', 'vertical', or 'horizontal'.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "opacity",
                    "deprecated": false,
                    "description": "<p>Opacity of this view, from 0.0 (transparent) to 1.0 (opaque). Defaults to 1.0 (opaque).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "overrideCurrentAnimation",
                    "deprecated": false,
                    "description": "<p>When on, animate call overrides current animation if applicable.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "pullBackgroundColor",
                    "deprecated": false,
                    "description": "<p>Background color of the wrapper view when this view is used as either <a href=\"Titanium.UI.ListView.pullView\">Titanium.UI.ListView.pullView</a> or <a href=\"Titanium.UI.TableView.headerPullView\">Titanium.UI.TableView.headerPullView</a>.</p>\n<p>Defaults to <code>undefined</code>. Results in a light grey background color on the wrapper view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "previewContext",
                    "deprecated": false,
                    "description": "<p>The preview context used in the 3D-Touch feature &quot;Peek and Pop&quot;.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Titanium.UI.iOS.PreviewContext",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "right",
                    "deprecated": false,
                    "description": "<p>View's right position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "rect",
                    "deprecated": false,
                    "description": "<p>The bounding box of the view relative to its parent, in system units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "type": "DimensionWithAbsolutes",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "rotation",
                    "deprecated": false,
                    "description": "<p>Clockwise 2D rotation of the view in degrees.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "rotationX",
                    "deprecated": false,
                    "description": "<p>Clockwise rotation of the view in degrees (x-axis).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "rotationY",
                    "deprecated": false,
                    "description": "<p>Clockwise rotation of the view in degrees (y-axis).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "scaleX",
                    "deprecated": false,
                    "description": "<p>Scaling of the view in x-axis in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "scaleY",
                    "deprecated": false,
                    "description": "<p>Scaling of the view in y-axis in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "size",
                    "deprecated": false,
                    "description": "<p>The size of the view in system units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Dimension",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "softKeyboardOnFocus",
                    "deprecated": false,
                    "description": "<p>Determines keyboard behavior when this view is focused. Defaults to <a href=\"Titanium.UI.Android.SOFT_KEYBOARD_DEFAULT_ON_FOCUS\">Titanium.UI.Android.SOFT_KEYBOARD_DEFAULT_ON_FOCUS</a>.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.Android.SOFT_KEYBOARD_DEFAULT_ON_FOCUS",
                        "Titanium.UI.Android.SOFT_KEYBOARD_HIDE_ON_FOCUS",
                        "Titanium.UI.Android.SOFT_KEYBOARD_SHOW_ON_FOCUS"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "tintColor",
                    "deprecated": false,
                    "description": "<p>The view's tintColor</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "top",
                    "deprecated": false,
                    "description": "<p>The view's top position.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "touchEnabled",
                    "deprecated": false,
                    "description": "<p>Determines whether view should receive touch events.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "touchFeedback",
                    "deprecated": false,
                    "description": "<p>A material design visual construct that provides an instantaneous visual confirmation of touch point.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "touchFeedbackColor",
                    "deprecated": false,
                    "description": "<p>Optional touch feedback ripple color. This has no effect unless <code>touchFeedback</code> is true.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "transform",
                    "deprecated": false,
                    "description": "<p>Transformation matrix to apply to the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Titanium.UI.Matrix2D",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "translationX",
                    "deprecated": false,
                    "description": "<p>Horizontal location of the view relative to its left position in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "translationY",
                    "deprecated": false,
                    "description": "<p>Vertical location of the view relative to its top position in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "translationZ",
                    "deprecated": false,
                    "description": "<p>Depth of the view relative to its elevation in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "transitionName",
                    "deprecated": false,
                    "description": "<p>A name to identify this view in activity transition.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.2"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "verticalMotionEffect",
                    "deprecated": false,
                    "description": "<p>Adds a vertical parallax effect to the view</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "MinMaxOptions",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowRadius",
                    "deprecated": false,
                    "description": "<p>Determines the blur radius used to create the shadow.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowColor",
                    "deprecated": false,
                    "description": "<p>Determines the color of the shadow.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowOffset",
                    "deprecated": false,
                    "description": "<p>Determines the offset for the shadow of the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "visible",
                    "deprecated": false,
                    "description": "<p>Determines whether the view is visible.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "width",
                    "deprecated": false,
                    "description": "<p>View's width, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.FILL",
                        "Titanium.UI.SIZE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "horizontalWrap",
                    "deprecated": false,
                    "description": "<p>Determines whether the layout has wrapping behavior.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "zIndex",
                    "deprecated": false,
                    "description": "<p>Z-index stack order position, relative to other sibling views.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "keepScreenOn",
                    "deprecated": false,
                    "description": "<p>Determines whether to keep the device screen on.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "cacheSize",
                    "deprecated": false,
                    "description": "<p>Number of pages to cache (pre-render).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "4.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "currentPage",
                    "deprecated": false,
                    "description": "<p>Index of the active page.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "currentPageIndicatorColor",
                    "deprecated": false,
                    "description": "<p>Color for the current page of the paging control, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "disableBounce",
                    "deprecated": false,
                    "description": "<p>Determines whether page bouncing effect is disabled.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "overScrollMode",
                    "deprecated": false,
                    "description": "<p>Determines the behavior when the user overscolls the view.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.Android.OVER_SCROLL_ALWAYS",
                        "Titanium.UI.Android.OVER_SCROLL_IF_CONTENT_SCROLLS",
                        "Titanium.UI.Android.OVER_SCROLL_NEVER"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "pagingControlColor",
                    "deprecated": false,
                    "description": "<p>Color of the paging control, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "pagingControlHeight",
                    "deprecated": false,
                    "description": "<p>Height of the paging control, in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "pageIndicatorColor",
                    "deprecated": false,
                    "description": "<p>Color of the paging control, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "showPagingControl",
                    "deprecated": false,
                    "description": "<p>Determines whether the paging control is visible.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "pagingControlTimeout",
                    "deprecated": false,
                    "description": "<p>Number of milliseconds to wait before hiding the paging control.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "pagingControlAlpha",
                    "deprecated": false,
                    "description": "<p>Alpha value of the paging control.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "pagingControlOnTop",
                    "deprecated": false,
                    "description": "<p>Determines whether the paging control is displayed at the top or bottom of the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "overlayEnabled",
                    "deprecated": false,
                    "description": "<p>Determines whether the paging control is added as an overlay to the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "scrollingEnabled",
                    "deprecated": false,
                    "description": "<p>Determines whether scrolling is enabled for the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "views",
                    "deprecated": false,
                    "description": "<p>Sets the pages within this Scrollable View.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "clipViews",
                    "deprecated": false,
                    "description": "<p>Determines whether the previous and next pages are clipped, so that they are not visible\nadjacent to the current page.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": 0.9
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": 0.9
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hitRect",
                    "deprecated": false,
                    "description": "<p>Sets the region where this view responds to gestures.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1"
                        }
                    ],
                    "type": "Dimension",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "padding",
                    "deprecated": false,
                    "description": "<p>The padding applied to the scrollable view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        }
                    ],
                    "type": "Padding",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>Use the <a href=\"Titanium.UI.createScrollableView\">Titanium.UI.createScrollableView</a> method or <strong><code>&lt;ScrollableView&gt;</code></strong> Alloy element to create\na scrollable view.</p>\n<p>The <code>ScrollableView</code> supports an on-screen paging control to indicate whether a previous or next\npage exists. When the paging control is enabled on iOS, by default it appears as\nsmall dots on the bottom of the screen, whereas Android displays arrows on the left and\nright-hand sides.</p>\n<p>Use the <code>cacheSize</code> property to cache views inside the scrollable view. This can be required when\nusing complex view structures in the scrollable view (e.g. map views) and the app might crash if no\nproper cache size is specified. See the <a href=\"Titanium.UI.ScrollableView.cacheSize\">Titanium.UI.ScrollableView.cacheSize</a> documentation for more\ninfos regarding view caching.</p>\n<p>Only the <code>scroll</code> event exists for the <code>ScrollableView</code> on Android. To support others, child\nviews may be added to pages, and event listeners added to these views instead of the pages\nthemselves.</p>\n<p>In a previous Titanium version for iOS, the <code>maxZoomScale</code> and <code>minZoomScale</code> properties were\nremoved for performance and parity reasons. As they still remain in <a href=\"Titanium.UI.ScrollView\">Titanium.UI.ScrollView</a>,\nthe equivalent functionality may be obtained by adding a <code>ScrollView</code> to <code>ScrollableView</code>. See\nthe &quot;Simple Scrollable View with 2 Zoomable Images&quot; example for a demonstration.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.SearchBar",
            "description": "<p>A specialized text field for entering search text.</p>",
            "deprecated": false,
            "events": [
                {
                    "name": "click",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a click against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "dblclick",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a double click against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "doubletap",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a double tap against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "focus",
                    "deprecated": false,
                    "description": "<p>Fired when the search bar gains focus.</p>",
                    "properties": [
                        {
                            "name": "value",
                            "constants": [],
                            "description": "<p>Value of the search bar.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "keypressed",
                    "deprecated": false,
                    "description": "<p>Fired when a hardware key is pressed in the view.</p>",
                    "properties": [
                        {
                            "name": "keyCode",
                            "constants": [],
                            "description": "<p>The code for the physical key that was pressed. For more details, see <a href=\"https://developer.android.com/reference/android/view/KeyEvent.html\">KeyEvent</a>. This API is experimental and subject to change.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "longclick",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a long click.</p>"
                },
                {
                    "name": "longpress",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a long press.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "pinch",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a pinch gesture.</p>",
                    "properties": [
                        {
                            "name": "scale",
                            "constants": [],
                            "description": "<p>The scale factor relative to the points of the two touches in screen coordinates.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "velocity",
                            "constants": [],
                            "description": "<p>The velocity of the pinch in scale factor per second.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "time",
                            "constants": [],
                            "description": "<p>The event time of the current event being processed.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timeDelta",
                            "constants": [],
                            "description": "<p>The time difference in milliseconds between the previous accepted scaling event and the\ncurrent scaling event.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "currentSpan",
                            "constants": [],
                            "description": "<p>The average distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "currentSpanX",
                            "constants": [],
                            "description": "<p>The average X distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "currentSpanY",
                            "constants": [],
                            "description": "<p>The average Y distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "previousSpan",
                            "constants": [],
                            "description": "<p>The previous average distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "previousSpanX",
                            "constants": [],
                            "description": "<p>The previous average X distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "previousSpanY",
                            "constants": [],
                            "description": "<p>The previous average Y distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "focusX",
                            "constants": [],
                            "description": "<p>The X coordinate of the current gesture's focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "focusY",
                            "constants": [],
                            "description": "<p>The Y coordinate of the current gesture's focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "inProgress",
                            "constants": [],
                            "description": "<p>Returns <code>true</code> if a scale gesture is in progress, <code>false</code> otherwise.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "postlayout",
                    "deprecated": false,
                    "description": "<p>Fired when a layout cycle is finished.</p>"
                },
                {
                    "name": "singletap",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a single tap against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "swipe",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a swipe gesture against the view.</p>",
                    "properties": [
                        {
                            "name": "direction",
                            "constants": [],
                            "description": "<p>Direction of the swipe--either 'left', 'right', 'up', or 'down'.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event's endpoint from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event's endpoint from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchcancel",
                    "deprecated": false,
                    "description": "<p>Fired when a touch event is interrupted by the device.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchend",
                    "deprecated": false,
                    "description": "<p>Fired when a touch event is completed.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Penciland are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchmove",
                    "deprecated": false,
                    "description": "<p>Fired as soon as the device detects movement of a touch.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchstart",
                    "deprecated": false,
                    "description": "<p>Fired as soon as the device detects a touch gesture.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "twofingertap",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a two-finger tap against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "blur",
                    "deprecated": false,
                    "description": "<p>Fired when the search bar loses focus.</p>",
                    "properties": [
                        {
                            "name": "value",
                            "constants": [],
                            "description": "<p>Value of the search bar.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "bookmark",
                    "deprecated": false,
                    "description": "<p>Fired when the bookmark button is pressed.</p>",
                    "properties": [
                        {
                            "name": "value",
                            "constants": [],
                            "description": "<p>Value of the search bar.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "cancel",
                    "deprecated": false,
                    "description": "<p>Fired when the cancel button is pressed.</p>",
                    "properties": [
                        {
                            "name": "value",
                            "constants": [],
                            "description": "<p>Value of the search bar.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "change",
                    "deprecated": false,
                    "description": "<p>Fired when the value of the search bar changes.</p>",
                    "properties": [
                        {
                            "name": "value",
                            "constants": [],
                            "description": "<p>Value of the search bar.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "return",
                    "deprecated": false,
                    "description": "<p>Fired when keyboard search button is pressed.</p>",
                    "properties": [
                        {
                            "name": "value",
                            "constants": [],
                            "description": "<p>Value of the search bar.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                }
            ],
            "examples": [
                {
                    "title": "Simple Search Bar",
                    "code": "<pre><code>var search = Titanium.UI.createSearchBar({\nbarColor:'#000',\nshowCancel:true,\nheight:43,\ntop:0,\n});</code></pre>"
                },
                {
                    "title": "Alloy XML Markup",
                    "code": "<p>Previous example as an Alloy view.</p>\n<pre><code>&lt;Alloy&gt;\n    &lt;SearchBar id=&quot;search&quot; barColor=&quot;#000&quot; showCancel=&quot;true&quot; height=&quot;43&quot; top=&quot;0&quot; /&gt;\n&lt;/Alloy&gt;\n</code></pre>"
                },
                {
                    "title": "Search Bar with TableView",
                    "code": "<pre><code>var search = Ti.UI.createSearchBar({\nshowCancel: true\n});\nvar tableview = Ti.UI.createTableView({\nsearch: search\n});</code></pre>"
                },
                {
                    "title": "Alloy XML Markup",
                    "code": "<p>Previous example as an Alloy view.</p>\n<pre><code>&lt;Alloy&gt;\n    &lt;TableView id=&quot;tableview&quot;&gt;\n        &lt;SearchBar id=&quot;search&quot; showCancel=&quot;true&quot; /&gt;\n    &lt;/TableView&gt;\n&lt;/Alloy&gt;\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "animate",
                    "deprecated": false,
                    "description": "<p>Animates this view.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "animation",
                            "constants": [],
                            "description": "<p>Either a dictionary of animation properties or an\n<a href=\"Titanium.UI.Animation\">Animation</a> object.</p>",
                            "type": "Titanium.UI.Animation",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Function to be invoked upon completion of the animation.</p>",
                            "type": "Function",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "clearMotionEffects",
                    "deprecated": false,
                    "description": "<p>Removes all previously added motion effects.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "finishLayout",
                    "deprecated": true,
                    "description": "<p>Finishes a batch update of the View's layout properties and schedules a layout pass of the\nview tree.\n<strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hide",
                    "deprecated": false,
                    "description": "<p>Hides this view.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Animation options for Android only. <strong>Since SDK 5.1.0 and used only on Android 5.0+</strong></p>\n<p>Determines whether to enable a circular reveal animation.\nNote that the default here is equivalent to passing in <code>{ animated: false }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "insertAt",
                    "deprecated": false,
                    "description": "<p>Inserts a view at the specified position in the <a href=\"Titanium.UI.View.children\">children</a> array.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Pass an object that specifies the view to insert and optionally at which position (defaults to end)</p>",
                            "type": "ViewPositionOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "show",
                    "deprecated": false,
                    "description": "<p>Makes this view visible.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Animation options for Android only. <strong>Since SDK 5.1.0 and only used on Android 5.0+</strong></p>\n<p>Determines whether to enable a circular reveal animation.\nNote that the default here is equivalent to passing in <code>{ animated: false }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "startLayout",
                    "deprecated": true,
                    "description": "<p>Starts a batch update of this view's layout properties. <strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">Titanium.Proxy.applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "toImage",
                    "deprecated": false,
                    "description": "<p>Returns an image of the rendered view, as a Blob.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Function to be invoked upon completion. If non-null, this method will be performed\nasynchronously. If null, it will be performed immediately.</p>",
                            "type": "Function",
                            "usage": "optional"
                        },
                        {
                            "name": "honorScaleFactor",
                            "constants": [],
                            "description": "<p>Determines whether the image is scaled based on scale factor of main screen. (iOS only)</p>\n<p>When set to true, image is scale factor is honored. When set to false, the image in the\nblob has the same dimensions for retina and non-retina devices.</p>",
                            "type": "Boolean",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Blob",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "updateLayout",
                    "deprecated": true,
                    "description": "<p>Performs a batch update of all supplied layout properties and schedules a layout pass after\nthey have been updated.\n<strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">Titanium.Proxy.applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Layout properties to be updated.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "convertPointToView",
                    "deprecated": false,
                    "description": "<p>Translates a point from this view's coordinate system to another view's coordinate system.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "point",
                            "constants": [],
                            "description": "<p>A point in this view's coordinate system.</p>\n<p>If this argument is missing an <code>x</code> or <code>y</code> property, or the properties can not be\nconverted into numbers, an exception will be raised.</p>",
                            "type": "Point",
                            "usage": "required"
                        },
                        {
                            "name": "destinationView",
                            "constants": [],
                            "description": "<p>View that specifies the destination coordinate system to convert to. If this argument\nis not a view, an exception will be raised.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewById",
                    "deprecated": false,
                    "description": "<p>Returns the matching view of a given view ID.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "id",
                            "constants": [],
                            "description": "<p>The ID of the view that should be returned. Use the <code>id</code> property in your views to\nenable it for indexing in this method.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.View",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "blur",
                    "deprecated": false,
                    "description": "<p>Causes the search bar to lose focus.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "focus",
                    "deprecated": false,
                    "description": "<p>Causes the search bar to gain focus.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setShowCancel",
                    "deprecated": false,
                    "description": "<p>Shows or hides the cancel button.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "showCancel",
                            "constants": [],
                            "description": "<p>New value for <a href=\"Titanium.UI.SearchBar.showCancel\">showCancel</a>.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        },
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Dictionary of animation properties. Currently only a\nsingle boolean property, <code>animated</code> is supported. Only used on iOS.</p>\n<p>Note that the default here is equivalent to passing in <code>{ animated: false }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.SearchBar.bubbleParent\">Titanium.UI.SearchBar.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.SearchBar.bubbleParent\">Titanium.UI.SearchBar.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.SearchBar.bubbleParent\">Titanium.UI.SearchBar.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.SearchBar.bubbleParent\">Titanium.UI.SearchBar.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.SearchBar.apiName\">Titanium.UI.SearchBar.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.SearchBar.apiName\">Titanium.UI.SearchBar.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.SearchBar.lifecycleContainer\">Titanium.UI.SearchBar.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.SearchBar.lifecycleContainer\">Titanium.UI.SearchBar.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.SearchBar.lifecycleContainer\">Titanium.UI.SearchBar.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.SearchBar.lifecycleContainer\">Titanium.UI.SearchBar.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityHidden",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.SearchBar.accessibilityHidden\">Titanium.UI.SearchBar.accessibilityHidden</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.SearchBar.accessibilityHidden\">Titanium.UI.SearchBar.accessibilityHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityHidden",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.SearchBar.accessibilityHidden\">Titanium.UI.SearchBar.accessibilityHidden</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.SearchBar.accessibilityHidden\">Titanium.UI.SearchBar.accessibilityHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityHidden",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityHint",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.SearchBar.accessibilityHint\">Titanium.UI.SearchBar.accessibilityHint</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.SearchBar.accessibilityHint\">Titanium.UI.SearchBar.accessibilityHint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityHint",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.SearchBar.accessibilityHint\">Titanium.UI.SearchBar.accessibilityHint</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.SearchBar.accessibilityHint\">Titanium.UI.SearchBar.accessibilityHint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityHint",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityLabel",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.SearchBar.accessibilityLabel\">Titanium.UI.SearchBar.accessibilityLabel</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.SearchBar.accessibilityLabel\">Titanium.UI.SearchBar.accessibilityLabel</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityLabel",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.SearchBar.accessibilityLabel\">Titanium.UI.SearchBar.accessibilityLabel</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.SearchBar.accessibilityLabel\">Titanium.UI.SearchBar.accessibilityLabel</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityLabel",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityValue",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.SearchBar.accessibilityValue\">Titanium.UI.SearchBar.accessibilityValue</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.SearchBar.accessibilityValue\">Titanium.UI.SearchBar.accessibilityValue</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityValue",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.SearchBar.accessibilityValue\">Titanium.UI.SearchBar.accessibilityValue</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.SearchBar.accessibilityValue\">Titanium.UI.SearchBar.accessibilityValue</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityValue",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAnchorPoint",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.SearchBar.anchorPoint\">Titanium.UI.SearchBar.anchorPoint</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.SearchBar.anchorPoint\">Titanium.UI.SearchBar.anchorPoint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAnchorPoint",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.SearchBar.anchorPoint\">Titanium.UI.SearchBar.anchorPoint</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.SearchBar.anchorPoint\">Titanium.UI.SearchBar.anchorPoint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "anchorPoint",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAnimatedCenter",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.SearchBar.animatedCenter\">Titanium.UI.SearchBar.animatedCenter</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.SearchBar.animatedCenter\">Titanium.UI.SearchBar.animatedCenter</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.SearchBar.backgroundColor\">Titanium.UI.SearchBar.backgroundColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.SearchBar.backgroundColor\">Titanium.UI.SearchBar.backgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.SearchBar.backgroundColor\">Titanium.UI.SearchBar.backgroundColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.SearchBar.backgroundColor\">Titanium.UI.SearchBar.backgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundDisabledColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.SearchBar.backgroundDisabledColor\">Titanium.UI.SearchBar.backgroundDisabledColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.SearchBar.backgroundDisabledColor\">Titanium.UI.SearchBar.backgroundDisabledColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundDisabledColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.SearchBar.backgroundDisabledColor\">Titanium.UI.SearchBar.backgroundDisabledColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.SearchBar.backgroundDisabledColor\">Titanium.UI.SearchBar.backgroundDisabledColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundDisabledColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundDisabledImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.SearchBar.backgroundDisabledImage\">Titanium.UI.SearchBar.backgroundDisabledImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.SearchBar.backgroundDisabledImage\">Titanium.UI.SearchBar.backgroundDisabledImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundDisabledImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.SearchBar.backgroundDisabledImage\">Titanium.UI.SearchBar.backgroundDisabledImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.SearchBar.backgroundDisabledImage\">Titanium.UI.SearchBar.backgroundDisabledImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundDisabledImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundFocusedColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.SearchBar.backgroundFocusedColor\">Titanium.UI.SearchBar.backgroundFocusedColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.SearchBar.backgroundFocusedColor\">Titanium.UI.SearchBar.backgroundFocusedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundFocusedColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.SearchBar.backgroundFocusedColor\">Titanium.UI.SearchBar.backgroundFocusedColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.SearchBar.backgroundFocusedColor\">Titanium.UI.SearchBar.backgroundFocusedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundFocusedColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundFocusedImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.SearchBar.backgroundFocusedImage\">Titanium.UI.SearchBar.backgroundFocusedImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.SearchBar.backgroundFocusedImage\">Titanium.UI.SearchBar.backgroundFocusedImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundFocusedImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.SearchBar.backgroundFocusedImage\">Titanium.UI.SearchBar.backgroundFocusedImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.SearchBar.backgroundFocusedImage\">Titanium.UI.SearchBar.backgroundFocusedImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundFocusedImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundGradient",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.SearchBar.backgroundGradient\">Titanium.UI.SearchBar.backgroundGradient</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.SearchBar.backgroundGradient\">Titanium.UI.SearchBar.backgroundGradient</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Gradient",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundGradient",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.SearchBar.backgroundGradient\">Titanium.UI.SearchBar.backgroundGradient</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.SearchBar.backgroundGradient\">Titanium.UI.SearchBar.backgroundGradient</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundGradient",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Gradient",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.SearchBar.backgroundImage\">Titanium.UI.SearchBar.backgroundImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.SearchBar.backgroundImage\">Titanium.UI.SearchBar.backgroundImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.SearchBar.backgroundImage\">Titanium.UI.SearchBar.backgroundImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.SearchBar.backgroundImage\">Titanium.UI.SearchBar.backgroundImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundRepeat",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.SearchBar.backgroundRepeat\">Titanium.UI.SearchBar.backgroundRepeat</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.SearchBar.backgroundRepeat\">Titanium.UI.SearchBar.backgroundRepeat</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundRepeat",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.SearchBar.backgroundRepeat\">Titanium.UI.SearchBar.backgroundRepeat</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.SearchBar.backgroundRepeat\">Titanium.UI.SearchBar.backgroundRepeat</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundRepeat",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundLeftCap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.SearchBar.backgroundLeftCap\">Titanium.UI.SearchBar.backgroundLeftCap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.SearchBar.backgroundLeftCap\">Titanium.UI.SearchBar.backgroundLeftCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundLeftCap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.SearchBar.backgroundLeftCap\">Titanium.UI.SearchBar.backgroundLeftCap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.SearchBar.backgroundLeftCap\">Titanium.UI.SearchBar.backgroundLeftCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundLeftCap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundSelectedColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.SearchBar.backgroundSelectedColor\">Titanium.UI.SearchBar.backgroundSelectedColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.SearchBar.backgroundSelectedColor\">Titanium.UI.SearchBar.backgroundSelectedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundSelectedColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.SearchBar.backgroundSelectedColor\">Titanium.UI.SearchBar.backgroundSelectedColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.SearchBar.backgroundSelectedColor\">Titanium.UI.SearchBar.backgroundSelectedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundSelectedColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundSelectedImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.SearchBar.backgroundSelectedImage\">Titanium.UI.SearchBar.backgroundSelectedImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.SearchBar.backgroundSelectedImage\">Titanium.UI.SearchBar.backgroundSelectedImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundSelectedImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.SearchBar.backgroundSelectedImage\">Titanium.UI.SearchBar.backgroundSelectedImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.SearchBar.backgroundSelectedImage\">Titanium.UI.SearchBar.backgroundSelectedImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundSelectedImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundTopCap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.SearchBar.backgroundTopCap\">Titanium.UI.SearchBar.backgroundTopCap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.SearchBar.backgroundTopCap\">Titanium.UI.SearchBar.backgroundTopCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundTopCap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.SearchBar.backgroundTopCap\">Titanium.UI.SearchBar.backgroundTopCap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.SearchBar.backgroundTopCap\">Titanium.UI.SearchBar.backgroundTopCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundTopCap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.SearchBar.borderColor\">Titanium.UI.SearchBar.borderColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.SearchBar.borderColor\">Titanium.UI.SearchBar.borderColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.SearchBar.borderColor\">Titanium.UI.SearchBar.borderColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.SearchBar.borderColor\">Titanium.UI.SearchBar.borderColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderRadius",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.SearchBar.borderRadius\">Titanium.UI.SearchBar.borderRadius</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.SearchBar.borderRadius\">Titanium.UI.SearchBar.borderRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderRadius",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.SearchBar.borderRadius\">Titanium.UI.SearchBar.borderRadius</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.SearchBar.borderRadius\">Titanium.UI.SearchBar.borderRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderRadius",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderWidth",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.SearchBar.borderWidth\">Titanium.UI.SearchBar.borderWidth</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.SearchBar.borderWidth\">Titanium.UI.SearchBar.borderWidth</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderWidth",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.SearchBar.borderWidth\">Titanium.UI.SearchBar.borderWidth</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.SearchBar.borderWidth\">Titanium.UI.SearchBar.borderWidth</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderWidth",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBottom",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.SearchBar.bottom\">Titanium.UI.SearchBar.bottom</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.SearchBar.bottom\">Titanium.UI.SearchBar.bottom</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBottom",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.SearchBar.bottom\">Titanium.UI.SearchBar.bottom</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.SearchBar.bottom\">Titanium.UI.SearchBar.bottom</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bottom",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getCenter",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.SearchBar.center\">Titanium.UI.SearchBar.center</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.SearchBar.center\">Titanium.UI.SearchBar.center</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setCenter",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.SearchBar.center\">Titanium.UI.SearchBar.center</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.SearchBar.center\">Titanium.UI.SearchBar.center</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "center",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getChildren",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.SearchBar.children\">Titanium.UI.SearchBar.children</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.SearchBar.children\">Titanium.UI.SearchBar.children</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getClipMode",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.SearchBar.clipMode\">Titanium.UI.SearchBar.clipMode</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.SearchBar.clipMode\">Titanium.UI.SearchBar.clipMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setClipMode",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.SearchBar.clipMode\">Titanium.UI.SearchBar.clipMode</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.SearchBar.clipMode\">Titanium.UI.SearchBar.clipMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "clipMode",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getElevation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.SearchBar.elevation\">Titanium.UI.SearchBar.elevation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.SearchBar.elevation\">Titanium.UI.SearchBar.elevation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setElevation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.SearchBar.elevation\">Titanium.UI.SearchBar.elevation</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.SearchBar.elevation\">Titanium.UI.SearchBar.elevation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "elevation",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getFocusable",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.SearchBar.focusable\">Titanium.UI.SearchBar.focusable</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.SearchBar.focusable\">Titanium.UI.SearchBar.focusable</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setFocusable",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.SearchBar.focusable\">Titanium.UI.SearchBar.focusable</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.SearchBar.focusable\">Titanium.UI.SearchBar.focusable</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "focusable",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getHeight",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.SearchBar.height\">Titanium.UI.SearchBar.height</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.SearchBar.height\">Titanium.UI.SearchBar.height</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHeight",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.SearchBar.height\">Titanium.UI.SearchBar.height</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.SearchBar.height\">Titanium.UI.SearchBar.height</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "height",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHiddenBehavior",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.SearchBar.hiddenBehavior\">Titanium.UI.SearchBar.hiddenBehavior</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.SearchBar.hiddenBehavior\">Titanium.UI.SearchBar.hiddenBehavior</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setHiddenBehavior",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.SearchBar.hiddenBehavior\">Titanium.UI.SearchBar.hiddenBehavior</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.SearchBar.hiddenBehavior\">Titanium.UI.SearchBar.hiddenBehavior</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "hiddenBehavior",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getHorizontalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.SearchBar.horizontalMotionEffect\">Titanium.UI.SearchBar.horizontalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.SearchBar.horizontalMotionEffect\">Titanium.UI.SearchBar.horizontalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "MinMaxOptions",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHorizontalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.SearchBar.horizontalMotionEffect\">Titanium.UI.SearchBar.horizontalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.SearchBar.horizontalMotionEffect\">Titanium.UI.SearchBar.horizontalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "horizontalMotionEffect",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "MinMaxOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLeft",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.SearchBar.left\">Titanium.UI.SearchBar.left</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.SearchBar.left\">Titanium.UI.SearchBar.left</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLeft",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.SearchBar.left\">Titanium.UI.SearchBar.left</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.SearchBar.left\">Titanium.UI.SearchBar.left</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "left",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLayout",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.SearchBar.layout\">Titanium.UI.SearchBar.layout</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.SearchBar.layout\">Titanium.UI.SearchBar.layout</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLayout",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.SearchBar.layout\">Titanium.UI.SearchBar.layout</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.SearchBar.layout\">Titanium.UI.SearchBar.layout</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "layout",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getOpacity",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.SearchBar.opacity\">Titanium.UI.SearchBar.opacity</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.SearchBar.opacity\">Titanium.UI.SearchBar.opacity</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setOpacity",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.SearchBar.opacity\">Titanium.UI.SearchBar.opacity</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.SearchBar.opacity\">Titanium.UI.SearchBar.opacity</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "opacity",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getOverrideCurrentAnimation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.SearchBar.overrideCurrentAnimation\">Titanium.UI.SearchBar.overrideCurrentAnimation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.SearchBar.overrideCurrentAnimation\">Titanium.UI.SearchBar.overrideCurrentAnimation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setOverrideCurrentAnimation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.SearchBar.overrideCurrentAnimation\">Titanium.UI.SearchBar.overrideCurrentAnimation</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.SearchBar.overrideCurrentAnimation\">Titanium.UI.SearchBar.overrideCurrentAnimation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "overrideCurrentAnimation",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getPullBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.SearchBar.pullBackgroundColor\">Titanium.UI.SearchBar.pullBackgroundColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.SearchBar.pullBackgroundColor\">Titanium.UI.SearchBar.pullBackgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setPullBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.SearchBar.pullBackgroundColor\">Titanium.UI.SearchBar.pullBackgroundColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.SearchBar.pullBackgroundColor\">Titanium.UI.SearchBar.pullBackgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "pullBackgroundColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPreviewContext",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.SearchBar.previewContext\">Titanium.UI.SearchBar.previewContext</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.SearchBar.previewContext\">Titanium.UI.SearchBar.previewContext</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.iOS.PreviewContext",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "setPreviewContext",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.SearchBar.previewContext\">Titanium.UI.SearchBar.previewContext</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.SearchBar.previewContext\">Titanium.UI.SearchBar.previewContext</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "previewContext",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.iOS.PreviewContext",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "getRight",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.SearchBar.right\">Titanium.UI.SearchBar.right</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.SearchBar.right\">Titanium.UI.SearchBar.right</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setRight",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.SearchBar.right\">Titanium.UI.SearchBar.right</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.SearchBar.right\">Titanium.UI.SearchBar.right</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "right",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.SearchBar.rect\">Titanium.UI.SearchBar.rect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.SearchBar.rect\">Titanium.UI.SearchBar.rect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "DimensionWithAbsolutes",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRotation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.SearchBar.rotation\">Titanium.UI.SearchBar.rotation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.SearchBar.rotation\">Titanium.UI.SearchBar.rotation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRotation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.SearchBar.rotation\">Titanium.UI.SearchBar.rotation</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.SearchBar.rotation\">Titanium.UI.SearchBar.rotation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rotation",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getRotationX",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.SearchBar.rotationX\">Titanium.UI.SearchBar.rotationX</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.SearchBar.rotationX\">Titanium.UI.SearchBar.rotationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRotationX",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.SearchBar.rotationX\">Titanium.UI.SearchBar.rotationX</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.SearchBar.rotationX\">Titanium.UI.SearchBar.rotationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rotationX",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getRotationY",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.SearchBar.rotationY\">Titanium.UI.SearchBar.rotationY</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.SearchBar.rotationY\">Titanium.UI.SearchBar.rotationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRotationY",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.SearchBar.rotationY\">Titanium.UI.SearchBar.rotationY</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.SearchBar.rotationY\">Titanium.UI.SearchBar.rotationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rotationY",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getScaleX",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.SearchBar.scaleX\">Titanium.UI.SearchBar.scaleX</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.SearchBar.scaleX\">Titanium.UI.SearchBar.scaleX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setScaleX",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.SearchBar.scaleX\">Titanium.UI.SearchBar.scaleX</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.SearchBar.scaleX\">Titanium.UI.SearchBar.scaleX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "scaleX",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getScaleY",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.SearchBar.scaleY\">Titanium.UI.SearchBar.scaleY</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.SearchBar.scaleY\">Titanium.UI.SearchBar.scaleY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setScaleY",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.SearchBar.scaleY\">Titanium.UI.SearchBar.scaleY</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.SearchBar.scaleY\">Titanium.UI.SearchBar.scaleY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "scaleY",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getSize",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.SearchBar.size\">Titanium.UI.SearchBar.size</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.SearchBar.size\">Titanium.UI.SearchBar.size</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Dimension",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSoftKeyboardOnFocus",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.SearchBar.softKeyboardOnFocus\">Titanium.UI.SearchBar.softKeyboardOnFocus</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.SearchBar.softKeyboardOnFocus\">Titanium.UI.SearchBar.softKeyboardOnFocus</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setSoftKeyboardOnFocus",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.SearchBar.softKeyboardOnFocus\">Titanium.UI.SearchBar.softKeyboardOnFocus</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.SearchBar.softKeyboardOnFocus\">Titanium.UI.SearchBar.softKeyboardOnFocus</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "softKeyboardOnFocus",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTintColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.SearchBar.tintColor\">Titanium.UI.SearchBar.tintColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.SearchBar.tintColor\">Titanium.UI.SearchBar.tintColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTintColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.SearchBar.tintColor\">Titanium.UI.SearchBar.tintColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.SearchBar.tintColor\">Titanium.UI.SearchBar.tintColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "tintColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTop",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.SearchBar.top\">Titanium.UI.SearchBar.top</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.SearchBar.top\">Titanium.UI.SearchBar.top</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTop",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.SearchBar.top\">Titanium.UI.SearchBar.top</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.SearchBar.top\">Titanium.UI.SearchBar.top</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "top",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTouchEnabled",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.SearchBar.touchEnabled\">Titanium.UI.SearchBar.touchEnabled</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.SearchBar.touchEnabled\">Titanium.UI.SearchBar.touchEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTouchEnabled",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.SearchBar.touchEnabled\">Titanium.UI.SearchBar.touchEnabled</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.SearchBar.touchEnabled\">Titanium.UI.SearchBar.touchEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchEnabled",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTouchFeedback",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.SearchBar.touchFeedback\">Titanium.UI.SearchBar.touchFeedback</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.SearchBar.touchFeedback\">Titanium.UI.SearchBar.touchFeedback</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTouchFeedback",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.SearchBar.touchFeedback\">Titanium.UI.SearchBar.touchFeedback</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.SearchBar.touchFeedback\">Titanium.UI.SearchBar.touchFeedback</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchFeedback",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTouchFeedbackColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.SearchBar.touchFeedbackColor\">Titanium.UI.SearchBar.touchFeedbackColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.SearchBar.touchFeedbackColor\">Titanium.UI.SearchBar.touchFeedbackColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTouchFeedbackColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.SearchBar.touchFeedbackColor\">Titanium.UI.SearchBar.touchFeedbackColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.SearchBar.touchFeedbackColor\">Titanium.UI.SearchBar.touchFeedbackColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchFeedbackColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTransform",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.SearchBar.transform\">Titanium.UI.SearchBar.transform</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.SearchBar.transform\">Titanium.UI.SearchBar.transform</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Matrix2D",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTransform",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.SearchBar.transform\">Titanium.UI.SearchBar.transform</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.SearchBar.transform\">Titanium.UI.SearchBar.transform</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "transform",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Matrix2D",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTranslationX",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.SearchBar.translationX\">Titanium.UI.SearchBar.translationX</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.SearchBar.translationX\">Titanium.UI.SearchBar.translationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTranslationX",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.SearchBar.translationX\">Titanium.UI.SearchBar.translationX</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.SearchBar.translationX\">Titanium.UI.SearchBar.translationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translationX",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTranslationY",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.SearchBar.translationY\">Titanium.UI.SearchBar.translationY</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.SearchBar.translationY\">Titanium.UI.SearchBar.translationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTranslationY",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.SearchBar.translationY\">Titanium.UI.SearchBar.translationY</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.SearchBar.translationY\">Titanium.UI.SearchBar.translationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translationY",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTranslationZ",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.SearchBar.translationZ\">Titanium.UI.SearchBar.translationZ</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.SearchBar.translationZ\">Titanium.UI.SearchBar.translationZ</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTranslationZ",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.SearchBar.translationZ\">Titanium.UI.SearchBar.translationZ</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.SearchBar.translationZ\">Titanium.UI.SearchBar.translationZ</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translationZ",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTransitionName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.SearchBar.transitionName\">Titanium.UI.SearchBar.transitionName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.SearchBar.transitionName\">Titanium.UI.SearchBar.transitionName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTransitionName",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.SearchBar.transitionName\">Titanium.UI.SearchBar.transitionName</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.SearchBar.transitionName\">Titanium.UI.SearchBar.transitionName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "transitionName",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getVerticalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.SearchBar.verticalMotionEffect\">Titanium.UI.SearchBar.verticalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.SearchBar.verticalMotionEffect\">Titanium.UI.SearchBar.verticalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "MinMaxOptions",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setVerticalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.SearchBar.verticalMotionEffect\">Titanium.UI.SearchBar.verticalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.SearchBar.verticalMotionEffect\">Titanium.UI.SearchBar.verticalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "verticalMotionEffect",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "MinMaxOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowRadius",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.SearchBar.viewShadowRadius\">Titanium.UI.SearchBar.viewShadowRadius</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.SearchBar.viewShadowRadius\">Titanium.UI.SearchBar.viewShadowRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowRadius",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.SearchBar.viewShadowRadius\">Titanium.UI.SearchBar.viewShadowRadius</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.SearchBar.viewShadowRadius\">Titanium.UI.SearchBar.viewShadowRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowRadius",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.SearchBar.viewShadowColor\">Titanium.UI.SearchBar.viewShadowColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.SearchBar.viewShadowColor\">Titanium.UI.SearchBar.viewShadowColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.SearchBar.viewShadowColor\">Titanium.UI.SearchBar.viewShadowColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.SearchBar.viewShadowColor\">Titanium.UI.SearchBar.viewShadowColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowOffset",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.SearchBar.viewShadowOffset\">Titanium.UI.SearchBar.viewShadowOffset</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.SearchBar.viewShadowOffset\">Titanium.UI.SearchBar.viewShadowOffset</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowOffset",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.SearchBar.viewShadowOffset\">Titanium.UI.SearchBar.viewShadowOffset</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.SearchBar.viewShadowOffset\">Titanium.UI.SearchBar.viewShadowOffset</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowOffset",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getVisible",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.SearchBar.visible\">Titanium.UI.SearchBar.visible</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.SearchBar.visible\">Titanium.UI.SearchBar.visible</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setVisible",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.SearchBar.visible\">Titanium.UI.SearchBar.visible</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.SearchBar.visible\">Titanium.UI.SearchBar.visible</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "visible",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getWidth",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.SearchBar.width\">Titanium.UI.SearchBar.width</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.SearchBar.width\">Titanium.UI.SearchBar.width</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setWidth",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.SearchBar.width\">Titanium.UI.SearchBar.width</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.SearchBar.width\">Titanium.UI.SearchBar.width</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "width",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHorizontalWrap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.SearchBar.horizontalWrap\">Titanium.UI.SearchBar.horizontalWrap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.SearchBar.horizontalWrap\">Titanium.UI.SearchBar.horizontalWrap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHorizontalWrap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.SearchBar.horizontalWrap\">Titanium.UI.SearchBar.horizontalWrap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.SearchBar.horizontalWrap\">Titanium.UI.SearchBar.horizontalWrap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "horizontalWrap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getZIndex",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.SearchBar.zIndex\">Titanium.UI.SearchBar.zIndex</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.SearchBar.zIndex\">Titanium.UI.SearchBar.zIndex</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setZIndex",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.SearchBar.zIndex\">Titanium.UI.SearchBar.zIndex</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.SearchBar.zIndex\">Titanium.UI.SearchBar.zIndex</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "zIndex",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getKeepScreenOn",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.SearchBar.keepScreenOn\">Titanium.UI.SearchBar.keepScreenOn</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.SearchBar.keepScreenOn\">Titanium.UI.SearchBar.keepScreenOn</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setKeepScreenOn",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.SearchBar.keepScreenOn\">Titanium.UI.SearchBar.keepScreenOn</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.SearchBar.keepScreenOn\">Titanium.UI.SearchBar.keepScreenOn</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "keepScreenOn",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getAutocapitalization",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.SearchBar.autocapitalization\">Titanium.UI.SearchBar.autocapitalization</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.SearchBar.autocapitalization\">Titanium.UI.SearchBar.autocapitalization</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAutocapitalization",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.SearchBar.autocapitalization\">Titanium.UI.SearchBar.autocapitalization</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.SearchBar.autocapitalization\">Titanium.UI.SearchBar.autocapitalization</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "autocapitalization",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAutocorrect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.SearchBar.autocorrect\">Titanium.UI.SearchBar.autocorrect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.SearchBar.autocorrect\">Titanium.UI.SearchBar.autocorrect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAutocorrect",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.SearchBar.autocorrect\">Titanium.UI.SearchBar.autocorrect</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.SearchBar.autocorrect\">Titanium.UI.SearchBar.autocorrect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "autocorrect",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBarColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.SearchBar.barColor\">Titanium.UI.SearchBar.barColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.SearchBar.barColor\">Titanium.UI.SearchBar.barColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBarColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.SearchBar.barColor\">Titanium.UI.SearchBar.barColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.SearchBar.barColor\">Titanium.UI.SearchBar.barColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "barColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getCancelButtonTitle",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.SearchBar.cancelButtonTitle\">Titanium.UI.SearchBar.cancelButtonTitle</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.SearchBar.cancelButtonTitle\">Titanium.UI.SearchBar.cancelButtonTitle</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setCancelButtonTitle",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.SearchBar.cancelButtonTitle\">Titanium.UI.SearchBar.cancelButtonTitle</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.SearchBar.cancelButtonTitle\">Titanium.UI.SearchBar.cancelButtonTitle</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "cancelButtonTitle",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.SearchBar.color\">Titanium.UI.SearchBar.color</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.SearchBar.color\">Titanium.UI.SearchBar.color</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.SearchBar.color\">Titanium.UI.SearchBar.color</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.SearchBar.color\">Titanium.UI.SearchBar.color</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "color",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getFieldBackgroundImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.SearchBar.fieldBackgroundImage\">Titanium.UI.SearchBar.fieldBackgroundImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.SearchBar.fieldBackgroundImage\">Titanium.UI.SearchBar.fieldBackgroundImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.5.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setFieldBackgroundImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.SearchBar.fieldBackgroundImage\">Titanium.UI.SearchBar.fieldBackgroundImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.SearchBar.fieldBackgroundImage\">Titanium.UI.SearchBar.fieldBackgroundImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "fieldBackgroundImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.5.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getFieldBackgroundDisabledImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.SearchBar.fieldBackgroundDisabledImage\">Titanium.UI.SearchBar.fieldBackgroundDisabledImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.SearchBar.fieldBackgroundDisabledImage\">Titanium.UI.SearchBar.fieldBackgroundDisabledImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.5.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setFieldBackgroundDisabledImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.SearchBar.fieldBackgroundDisabledImage\">Titanium.UI.SearchBar.fieldBackgroundDisabledImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.SearchBar.fieldBackgroundDisabledImage\">Titanium.UI.SearchBar.fieldBackgroundDisabledImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "fieldBackgroundDisabledImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.5.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHintText",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.SearchBar.hintText\">Titanium.UI.SearchBar.hintText</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.SearchBar.hintText\">Titanium.UI.SearchBar.hintText</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHintText",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.SearchBar.hintText\">Titanium.UI.SearchBar.hintText</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.SearchBar.hintText\">Titanium.UI.SearchBar.hintText</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "hintText",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHintTextColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.SearchBar.hintTextColor\">Titanium.UI.SearchBar.hintTextColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.SearchBar.hintTextColor\">Titanium.UI.SearchBar.hintTextColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHintTextColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.SearchBar.hintTextColor\">Titanium.UI.SearchBar.hintTextColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.SearchBar.hintTextColor\">Titanium.UI.SearchBar.hintTextColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "hintTextColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHinttextid",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.SearchBar.hinttextid\">Titanium.UI.SearchBar.hinttextid</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.SearchBar.hinttextid\">Titanium.UI.SearchBar.hinttextid</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHinttextid",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.SearchBar.hinttextid\">Titanium.UI.SearchBar.hinttextid</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.SearchBar.hinttextid\">Titanium.UI.SearchBar.hinttextid</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "hinttextid",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getKeyboardType",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.SearchBar.keyboardType\">Titanium.UI.SearchBar.keyboardType</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.SearchBar.keyboardType\">Titanium.UI.SearchBar.keyboardType</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setKeyboardType",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.SearchBar.keyboardType\">Titanium.UI.SearchBar.keyboardType</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.SearchBar.keyboardType\">Titanium.UI.SearchBar.keyboardType</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "keyboardType",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getKeyboardAppearance",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.SearchBar.keyboardAppearance\">Titanium.UI.SearchBar.keyboardAppearance</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.SearchBar.keyboardAppearance\">Titanium.UI.SearchBar.keyboardAppearance</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setKeyboardAppearance",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.SearchBar.keyboardAppearance\">Titanium.UI.SearchBar.keyboardAppearance</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.SearchBar.keyboardAppearance\">Titanium.UI.SearchBar.keyboardAppearance</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "keyboardAppearance",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPrompt",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.SearchBar.prompt\">Titanium.UI.SearchBar.prompt</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.SearchBar.prompt\">Titanium.UI.SearchBar.prompt</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setPrompt",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.SearchBar.prompt\">Titanium.UI.SearchBar.prompt</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.SearchBar.prompt\">Titanium.UI.SearchBar.prompt</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "prompt",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPromptid",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.SearchBar.promptid\">Titanium.UI.SearchBar.promptid</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.SearchBar.promptid\">Titanium.UI.SearchBar.promptid</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setPromptid",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.SearchBar.promptid\">Titanium.UI.SearchBar.promptid</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.SearchBar.promptid\">Titanium.UI.SearchBar.promptid</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "promptid",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getShowBookmark",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.SearchBar.showBookmark\">Titanium.UI.SearchBar.showBookmark</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.SearchBar.showBookmark\">Titanium.UI.SearchBar.showBookmark</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setShowBookmark",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.SearchBar.showBookmark\">Titanium.UI.SearchBar.showBookmark</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.SearchBar.showBookmark\">Titanium.UI.SearchBar.showBookmark</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "showBookmark",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getShowCancel",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.SearchBar.showCancel\">Titanium.UI.SearchBar.showCancel</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.SearchBar.showCancel\">Titanium.UI.SearchBar.showCancel</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getStyle",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.SearchBar.style\">Titanium.UI.SearchBar.style</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.SearchBar.style\">Titanium.UI.SearchBar.style</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setStyle",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.SearchBar.style\">Titanium.UI.SearchBar.style</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.SearchBar.style\">Titanium.UI.SearchBar.style</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "style",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getValue",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.SearchBar.value\">Titanium.UI.SearchBar.value</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.SearchBar.value\">Titanium.UI.SearchBar.value</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setValue",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.SearchBar.value\">Titanium.UI.SearchBar.value</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.SearchBar.value\">Titanium.UI.SearchBar.value</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "value",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.UI.View",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "accessibilityHidden",
                    "deprecated": false,
                    "description": "<p>Whether the view should be &quot;hidden&quot; from (i.e., ignored by) the accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityHint",
                    "deprecated": false,
                    "description": "<p>Briefly describes what performing an action (such as a click) on the view will do.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityLabel",
                    "deprecated": false,
                    "description": "<p>A succint label identifying the view for the device's accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityValue",
                    "deprecated": false,
                    "description": "<p>A string describing the value (if any) of the view for the device's accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "anchorPoint",
                    "deprecated": false,
                    "description": "<p>Coordinate of the view about which to pivot an animation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "animatedCenter",
                    "deprecated": false,
                    "description": "<p>Current position of the view during an animation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundColor",
                    "deprecated": false,
                    "description": "<p>Background color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundDisabledColor",
                    "deprecated": false,
                    "description": "<p>Disabled background color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundDisabledImage",
                    "deprecated": false,
                    "description": "<p>Disabled background image for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundFocusedColor",
                    "deprecated": false,
                    "description": "<p>Focused background color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundFocusedImage",
                    "deprecated": false,
                    "description": "<p>Focused background image for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundGradient",
                    "deprecated": false,
                    "description": "<p>A background gradient for the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [
                        {
                            "title": "Linear and Radial Gradients",
                            "code": "<p>The following code excerpt creates two views, one with a linear gradient and one with\na radial gradient.</p>\n<pre><code>var win1 = Titanium.UI.createWindow({\n    title:'Tab 1',\n    backgroundColor:'#fff',\n    layout: 'vertical'\n});\n\nvar radialGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'radial',\n        startPoint: { x: 50, y: 50 },\n        endPoint: { x: 50, y: 50 },\n        colors: [ 'red', 'blue'],\n        startRadius: 50,\n        endRadius: 0,\n        backfillStart: true\n    }\n});\nvar linearGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'linear',\n        startPoint: { x: '0%', y: '50%' },\n        endPoint: { x: '100%', y: '50%' },\n        colors: [ { color: 'red', offset: 0.0}, { color: 'blue', offset: 0.25 }, { color: 'red', offset: 1.0 } ],\n    }\n});\nwin1.add(radialGradient);\nwin1.add(linearGradient);\nwin1.open();\n</code></pre>"
                        }
                    ],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Gradient",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundImage",
                    "deprecated": false,
                    "description": "<p>Background image for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundRepeat",
                    "deprecated": false,
                    "description": "<p>Determines whether to tile a background across a view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundLeftCap",
                    "deprecated": false,
                    "description": "<p>Size of the left end cap.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundSelectedColor",
                    "deprecated": false,
                    "description": "<p>Selected background color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundSelectedImage",
                    "deprecated": false,
                    "description": "<p>Selected background image url for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundTopCap",
                    "deprecated": false,
                    "description": "<p>Size of the top end cap.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderColor",
                    "deprecated": false,
                    "description": "<p>Border color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderRadius",
                    "deprecated": false,
                    "description": "<p>Radius for the rounded corners of the view's border.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderWidth",
                    "deprecated": false,
                    "description": "<p>Border width of the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "bottom",
                    "deprecated": false,
                    "description": "<p>View's bottom position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "center",
                    "deprecated": false,
                    "description": "<p>View's center position, in the parent view's coordinates.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "children",
                    "deprecated": false,
                    "description": "<p>Array of this view's child views.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "clipMode",
                    "deprecated": false,
                    "description": "<p>View's clipping behavior.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "elevation",
                    "deprecated": false,
                    "description": "<p>Base elevation of the view relative to its parent in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "focusable",
                    "deprecated": false,
                    "description": "<p>Whether view should be focusable while navigating with the trackball.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "height",
                    "deprecated": false,
                    "description": "<p>View height, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.FILL",
                        "Titanium.UI.SIZE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hiddenBehavior",
                    "deprecated": false,
                    "description": "<p>Sets the behavior when hiding an object to release or keep the free space</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.HIDDEN_BEHAVIOR_INVISIBLE",
                        "Titanium.UI.HIDDEN_BEHAVIOR_GONE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "horizontalMotionEffect",
                    "deprecated": false,
                    "description": "<p>Adds a horizontal parallax effect to the view</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "MinMaxOptions",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "id",
                    "deprecated": false,
                    "description": "<p>View's identifier.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "left",
                    "deprecated": false,
                    "description": "<p>View's left position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "layout",
                    "deprecated": false,
                    "description": "<p>Specifies how the view positions its children.\nOne of: 'composite', 'vertical', or 'horizontal'.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "opacity",
                    "deprecated": false,
                    "description": "<p>Opacity of this view, from 0.0 (transparent) to 1.0 (opaque). Defaults to 1.0 (opaque).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "overrideCurrentAnimation",
                    "deprecated": false,
                    "description": "<p>When on, animate call overrides current animation if applicable.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "pullBackgroundColor",
                    "deprecated": false,
                    "description": "<p>Background color of the wrapper view when this view is used as either <a href=\"Titanium.UI.ListView.pullView\">Titanium.UI.ListView.pullView</a> or <a href=\"Titanium.UI.TableView.headerPullView\">Titanium.UI.TableView.headerPullView</a>.</p>\n<p>Defaults to <code>undefined</code>. Results in a light grey background color on the wrapper view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "previewContext",
                    "deprecated": false,
                    "description": "<p>The preview context used in the 3D-Touch feature &quot;Peek and Pop&quot;.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Titanium.UI.iOS.PreviewContext",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "right",
                    "deprecated": false,
                    "description": "<p>View's right position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "rect",
                    "deprecated": false,
                    "description": "<p>The bounding box of the view relative to its parent, in system units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "type": "DimensionWithAbsolutes",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "rotation",
                    "deprecated": false,
                    "description": "<p>Clockwise 2D rotation of the view in degrees.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "rotationX",
                    "deprecated": false,
                    "description": "<p>Clockwise rotation of the view in degrees (x-axis).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "rotationY",
                    "deprecated": false,
                    "description": "<p>Clockwise rotation of the view in degrees (y-axis).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "scaleX",
                    "deprecated": false,
                    "description": "<p>Scaling of the view in x-axis in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "scaleY",
                    "deprecated": false,
                    "description": "<p>Scaling of the view in y-axis in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "size",
                    "deprecated": false,
                    "description": "<p>The size of the view in system units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Dimension",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "softKeyboardOnFocus",
                    "deprecated": false,
                    "description": "<p>Determines keyboard behavior when this view is focused. Defaults to <a href=\"Titanium.UI.Android.SOFT_KEYBOARD_DEFAULT_ON_FOCUS\">Titanium.UI.Android.SOFT_KEYBOARD_DEFAULT_ON_FOCUS</a>.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.Android.SOFT_KEYBOARD_DEFAULT_ON_FOCUS",
                        "Titanium.UI.Android.SOFT_KEYBOARD_HIDE_ON_FOCUS",
                        "Titanium.UI.Android.SOFT_KEYBOARD_SHOW_ON_FOCUS"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "tintColor",
                    "deprecated": false,
                    "description": "<p>The view's tintColor</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "top",
                    "deprecated": false,
                    "description": "<p>The view's top position.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "touchEnabled",
                    "deprecated": false,
                    "description": "<p>Determines whether view should receive touch events.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "touchFeedback",
                    "deprecated": false,
                    "description": "<p>A material design visual construct that provides an instantaneous visual confirmation of touch point.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "touchFeedbackColor",
                    "deprecated": false,
                    "description": "<p>Optional touch feedback ripple color. This has no effect unless <code>touchFeedback</code> is true.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "transform",
                    "deprecated": false,
                    "description": "<p>Transformation matrix to apply to the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Titanium.UI.Matrix2D",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "translationX",
                    "deprecated": false,
                    "description": "<p>Horizontal location of the view relative to its left position in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "translationY",
                    "deprecated": false,
                    "description": "<p>Vertical location of the view relative to its top position in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "translationZ",
                    "deprecated": false,
                    "description": "<p>Depth of the view relative to its elevation in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "transitionName",
                    "deprecated": false,
                    "description": "<p>A name to identify this view in activity transition.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.2"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "verticalMotionEffect",
                    "deprecated": false,
                    "description": "<p>Adds a vertical parallax effect to the view</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "MinMaxOptions",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowRadius",
                    "deprecated": false,
                    "description": "<p>Determines the blur radius used to create the shadow.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowColor",
                    "deprecated": false,
                    "description": "<p>Determines the color of the shadow.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowOffset",
                    "deprecated": false,
                    "description": "<p>Determines the offset for the shadow of the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "visible",
                    "deprecated": false,
                    "description": "<p>Determines whether the view is visible.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "width",
                    "deprecated": false,
                    "description": "<p>View's width, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.FILL",
                        "Titanium.UI.SIZE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "horizontalWrap",
                    "deprecated": false,
                    "description": "<p>Determines whether the layout has wrapping behavior.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "zIndex",
                    "deprecated": false,
                    "description": "<p>Z-index stack order position, relative to other sibling views.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "keepScreenOn",
                    "deprecated": false,
                    "description": "<p>Determines whether to keep the device screen on.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "autocapitalization",
                    "deprecated": false,
                    "description": "<p>Determines how text is capitalized during typing.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.TEXT_AUTOCAPITALIZATION_ALL",
                        "Titanium.UI.TEXT_AUTOCAPITALIZATION_NONE",
                        "Titanium.UI.TEXT_AUTOCAPITALIZATION_SENTENCES",
                        "Titanium.UI.TEXT_AUTOCAPITALIZATION_WORDS"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "autocorrect",
                    "deprecated": false,
                    "description": "<p>Determines whether the text in the search bar is autocorrected during typing.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "barColor",
                    "deprecated": false,
                    "description": "<p>Bar color of the search bar view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "cancelButtonTitle",
                    "deprecated": false,
                    "description": "<p>The title of the cancel button when the search bar field is focused.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "color",
                    "deprecated": false,
                    "description": "<p>Color of the text in this text field, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fieldBackgroundImage",
                    "deprecated": false,
                    "description": "<p>Background image of the text field, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.5.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fieldBackgroundDisabledImage",
                    "deprecated": false,
                    "description": "<p>Background image of the text field in disabled state, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.5.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hintText",
                    "deprecated": false,
                    "description": "<p>Text to show when the search bar field is not focused.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hintTextColor",
                    "deprecated": false,
                    "description": "<p>Hint text color to display when the field is empty.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hinttextid",
                    "deprecated": false,
                    "description": "<p>Key identifying a string from the locale file to use for the\n<a href=\"Titanium.UI.SearchBar.hintText\">hintText</a> property.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "keyboardType",
                    "deprecated": false,
                    "description": "<p>Keyboard type constant to use when the field is focused.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.KEYBOARD_TYPE_DECIMAL_PAD",
                        "Titanium.UI.KEYBOARD_TYPE_ASCII",
                        "Titanium.UI.KEYBOARD_TYPE_DEFAULT",
                        "Titanium.UI.KEYBOARD_TYPE_EMAIL",
                        "Titanium.UI.KEYBOARD_TYPE_NAMEPHONE_PAD",
                        "Titanium.UI.KEYBOARD_TYPE_NUMBERS_PUNCTUATION",
                        "Titanium.UI.KEYBOARD_TYPE_NUMBER_PAD",
                        "Titanium.UI.KEYBOARD_TYPE_PHONE_PAD",
                        "Titanium.UI.KEYBOARD_TYPE_WEBSEARCH",
                        "Titanium.UI.KEYBOARD_TYPE_TWITTER",
                        "Titanium.UI.KEYBOARD_TYPE_URL"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "keyboardAppearance",
                    "deprecated": false,
                    "description": "<p>Determines the appearance of the keyboard to be displayed the field is focused.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.KEYBOARD_APPEARANCE_ALERT",
                        "Titanium.UI.KEYBOARD_APPEARANCE_DEFAULT",
                        "Titanium.UI.KEYBOARD_APPEARANCE_DARK",
                        "Titanium.UI.KEYBOARD_APPEARANCE_LIGHT"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "prompt",
                    "deprecated": false,
                    "description": "<p>Single line of text displayed at the top of the search bar.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "promptid",
                    "deprecated": false,
                    "description": "<p>Key identifying a string from the locale file to use for the\n<a href=\"Titanium.UI.SearchBar.prompt\">prompt</a> property.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "showBookmark",
                    "deprecated": false,
                    "description": "<p>Determines whether the bookmark button is displayed.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "showCancel",
                    "deprecated": false,
                    "description": "<p>Determines whether the cancel button is displayed.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "style",
                    "deprecated": false,
                    "description": "<p>Determines the style of the search bar.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.iOS.SEARCH_BAR_STYLE_PROMINENT",
                        "Titanium.UI.iOS.SEARCH_BAR_STYLE_MINIMAL"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "value",
                    "deprecated": false,
                    "description": "<p>Value of the search bar.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<table id=\"platformComparison\">\n  <tbody>\n    <tr>\n      <td><img src=\"images/searchbar/searchbar_android.png\" height=\"25\" /></td>\n      <td><img src=\"images/searchbar/searchbar_ios.png\" height=\"25\" /></td>\n      <td><img src=\"images/searchbar/searchbar_windows.png\" height=\"25\" /></td>\n    </tr>\n  </tbody>\n  <tfoot>\n    <tr>\n      <th>Android</th>\n      <th>iOS</th>\n      <th>Windows</th>\n    </tr>\n  </tfoot>\n</table>\n<p>The <code>SearchBar</code> object is closely modeled on an iOS native search bar.\nAs such, not all features are supported on other platforms. For Android applications,\nconsider using a <a href=\"Titanium.UI.Android.SearchView\">Titanium.UI.Android.SearchView</a> object instead.</p>\n<p>Search bars are most commonly used for filtering the rows in a <a href=\"Titanium.UI.TableView\">TableView</a>.\nYou can add a search bar to a table view by setting the table view's <a href=\"Titanium.UI.TableView.search\">search</a> property.\nA search bar can also be used without a table view.</p>\n<p>You can also use a <code>SearchView</code> object as the <a href=\"Titanium.UI.ListView.searchView\">Titanium.UI.ListView.searchView</a>\nproperty of a <a href=\"Titanium.UI.ListView\">ListView</a> object.</p>\n<p>Use the <a href=\"Titanium.UI.createSearchBar\">Titanium.UI.createSearchBar</a> method or Alloy <strong><code>&lt;SearchBar&gt;</code></strong> element to create a search bar.</p>\n<h4>Android Platform Implementation Notes</h4>\n<p>On Android, there are several issues with the current implementation:</p>\n<ul>\n<li>\n<p>The cancel button does not work. It does not clear the search bar text or\nclose the onscreen keyboard.</p>\n</li>\n<li>\n<p>Calling the <code>blur</code> method on the search bar closes the onscreen keyboard,\nbut the search bar retains its focused appearance.</p>\n</li>\n<li>\n<p>The search bar does not lose focus when the user clicks on a row in the search\nresults.</p>\n</li>\n<li>\n<p>The <code>value</code> property cannot be specified in the <code>createSearchBar</code> method.</p>\n</li>\n</ul>\n<p>To use a search bar on Android, you may need to explicitly control the focus and\nclearing of the search bar, depending on your desired behavior. For example, to clear\nthe search bar and dismiss the onscreen keyboard when the user selects a row, you\ncould add code like this to the <code>click</code> event handler on your table view:</p>\n<pre><code>myTableView.addEventListener('click', function(e) {\n    if (Ti.Platform.name === 'android') {\n        // Clear search bar\n        mySearchBar.value =&quot;&quot;;\n        // hiding and showing the search bar forces it back to its non-focused appearance.\n        mySearchBar.hide();\n        mySearchBar.show();\n    }\n    // standard click event handling here\n</code></pre>\n<p><strong>Note</strong>: Due to native limitations, the SearchBar's positional properties may not work properly\nwhen nested within a TableView or ListView (properties such as left, right, width and so on).</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.ShortcutItem",
            "description": "<p>An application shortcut.</p>",
            "deprecated": false,
            "events": [],
            "examples": [
                {
                    "title": "Simple ShortcutItem Example",
                    "code": "<p>Create a shortcut item and detect its click with the <code>shortcutitemclick</code> event.</p>\n<pre><code>var win = Ti.UI.createWindow({ backgroundColor: 'grey' }),\n    btn = Ti.UI.createButton({ title: 'TOGGLE SHORTCUT' }),\n    shortcut = Ti.UI.createShortcutItem({\n        id: 'test_shortcut',\n        title: 'TEST',\n        description: 'DESCRIPTION'\n    });\n\nTi.App.addEventListener('shortcutitemclick', function () {\n    win.backgroundColor = 'blue';\n});\n\nbtn.addEventListener('click', function () {\n    if (shortcut.visible) {\n        win.backgroundColor = 'red';\n        shortcut.hide();\n    } else {\n        win.backgroundColor = 'green';\n        shortcut.show();\n    }\n});\n\nwin.add(btn);\nwin.open();\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "show",
                    "deprecated": false,
                    "description": "<p>Allow the shortcut to show.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "hide",
                    "deprecated": false,
                    "description": "<p>Hide the shortcut.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "pin",
                    "deprecated": false,
                    "description": "<p>Pin shortcut to launcher.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ShortcutItem.bubbleParent\">Titanium.UI.ShortcutItem.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ShortcutItem.bubbleParent\">Titanium.UI.ShortcutItem.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ShortcutItem.bubbleParent\">Titanium.UI.ShortcutItem.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ShortcutItem.bubbleParent\">Titanium.UI.ShortcutItem.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ShortcutItem.apiName\">Titanium.UI.ShortcutItem.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ShortcutItem.apiName\">Titanium.UI.ShortcutItem.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ShortcutItem.lifecycleContainer\">Titanium.UI.ShortcutItem.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ShortcutItem.lifecycleContainer\">Titanium.UI.ShortcutItem.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ShortcutItem.lifecycleContainer\">Titanium.UI.ShortcutItem.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ShortcutItem.lifecycleContainer\">Titanium.UI.ShortcutItem.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getId",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ShortcutItem.id\">Titanium.UI.ShortcutItem.id</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ShortcutItem.id\">Titanium.UI.ShortcutItem.id</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setId",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ShortcutItem.id\">Titanium.UI.ShortcutItem.id</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ShortcutItem.id\">Titanium.UI.ShortcutItem.id</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "id",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTitle",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ShortcutItem.title\">Titanium.UI.ShortcutItem.title</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ShortcutItem.title\">Titanium.UI.ShortcutItem.title</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTitle",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ShortcutItem.title\">Titanium.UI.ShortcutItem.title</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ShortcutItem.title\">Titanium.UI.ShortcutItem.title</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "title",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getDescription",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ShortcutItem.description\">Titanium.UI.ShortcutItem.description</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ShortcutItem.description\">Titanium.UI.ShortcutItem.description</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setDescription",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ShortcutItem.description\">Titanium.UI.ShortcutItem.description</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ShortcutItem.description\">Titanium.UI.ShortcutItem.description</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "description",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getIcon",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.ShortcutItem.icon\">Titanium.UI.ShortcutItem.icon</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.ShortcutItem.icon\">Titanium.UI.ShortcutItem.icon</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setIcon",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.ShortcutItem.icon\">Titanium.UI.ShortcutItem.icon</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.ShortcutItem.icon\">Titanium.UI.ShortcutItem.icon</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "icon",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": true,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "id",
                    "deprecated": false,
                    "description": "<p>Determines shortcut id.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "title",
                    "deprecated": false,
                    "description": "<p>Title of the shortcut.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "description",
                    "deprecated": false,
                    "description": "<p>Description of the shortcut.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "icon",
                    "deprecated": false,
                    "description": "<p>Shortcut icon.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>Allows the creation of application shortcuts, which can be detected using\nthe <code>shortcutitemclick</code> event from <a href=\"Titanium.App\">Titanium.App</a>.</p>\n<p>Use the <a href=\"Titanium.UI.createShortcutItem\">Titanium.UI.createShortcutItem</a> method to create a shortcut.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "7.5.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                }
            ]
        },
        {
            "name": "Size",
            "description": "<p>A simple object consisting of size measurements.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "height",
                    "deprecated": false,
                    "description": "<p>The height measurement.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "width",
                    "deprecated": false,
                    "description": "<p>The width measurement.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>The <a href=\"Titanium.UI.View.size\">size</a> property returns a dimension object with <code>x</code> and <code>y</code> both set\nto 0.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "2.0.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "2.0.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "2.0.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.Slider",
            "description": "<p>A slider component with a draggable thumb.</p>",
            "deprecated": false,
            "events": [
                {
                    "name": "click",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a click against the view.</p>",
                    "properties": [
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "dblclick",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a double click against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "doubletap",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a double tap against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "focus",
                    "deprecated": false,
                    "description": "<p>Fired when the view element gains focus.</p>"
                },
                {
                    "name": "keypressed",
                    "deprecated": false,
                    "description": "<p>Fired when a hardware key is pressed in the view.</p>",
                    "properties": [
                        {
                            "name": "keyCode",
                            "constants": [],
                            "description": "<p>The code for the physical key that was pressed. For more details, see <a href=\"https://developer.android.com/reference/android/view/KeyEvent.html\">KeyEvent</a>. This API is experimental and subject to change.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "longclick",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a long click.</p>"
                },
                {
                    "name": "longpress",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a long press.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "postlayout",
                    "deprecated": false,
                    "description": "<p>Fired when a layout cycle is finished.</p>"
                },
                {
                    "name": "singletap",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a single tap against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "swipe",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a swipe gesture against the view.</p>",
                    "properties": [
                        {
                            "name": "direction",
                            "constants": [],
                            "description": "<p>Direction of the swipe--either 'left', 'right', 'up', or 'down'.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event's endpoint from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event's endpoint from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchcancel",
                    "deprecated": false,
                    "description": "<p>Fired when a touch event is interrupted by the device.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchend",
                    "deprecated": false,
                    "description": "<p>Fired when a touch event is completed.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Penciland are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchmove",
                    "deprecated": false,
                    "description": "<p>Fired as soon as the device detects movement of a touch.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchstart",
                    "deprecated": false,
                    "description": "<p>Fired as soon as the device detects a touch gesture.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "twofingertap",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a two-finger tap against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "change",
                    "deprecated": false,
                    "description": "<p>Fired when the value of the slider changes.</p>",
                    "properties": [
                        {
                            "name": "value",
                            "constants": [],
                            "description": "<p>New value of the slider.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "thumbSize",
                            "constants": [],
                            "description": "<p>Dictionary with properties <code>width</code> and <code>height</code> of the size of the thumb.\nAvailable with custom thumb image.</p>",
                            "type": "Size",
                            "deprecated": false
                        },
                        {
                            "name": "thumbOffset",
                            "constants": [],
                            "description": "<p>Dictionary with properties <code>x</code> and <code>y</code> of the thumb's left-top corner in\nthe control. Available with custom thumb image.</p>",
                            "type": "Point",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "start",
                    "deprecated": false,
                    "description": "<p>Fired when the user starts tracking the slider.</p>",
                    "properties": [
                        {
                            "name": "value",
                            "constants": [],
                            "description": "<p>Current value of the slider.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>False. This event does not bubble.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "stop",
                    "deprecated": false,
                    "description": "<p>Fired when the user stops tracking the slider.</p>",
                    "properties": [
                        {
                            "name": "value",
                            "constants": [],
                            "description": "<p>Current value of the slider.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>False. This event does not bubble.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                }
            ],
            "examples": [
                {
                    "title": "Simple Slider",
                    "code": "<p>The following sample demonstrates creating a slider and adding a listener to\nhandle the change events.</p>\n<pre><code>var slider = Titanium.UI.createSlider({\n    top: 50,\n    min: 0,\n    max: 100,\n    width: Ti.UI.FILL,\n    value: 50\n    });\n\nvar label = Ti.UI.createLabel({\n    text: slider.value,\n    width: Ti.UI.FILL,\n    top: 30,\n    left: 0,\n    textAlign: Ti.UI.TEXT_ALIGNMENT_CENTER\n});\n\nslider.addEventListener('change', function(e) {\n    label.text = String.format('%3.1f', e.value);\n});\n</code></pre>"
                },
                {
                    "title": "Alloy XML Markup",
                    "code": "<p>Previous example as an Alloy view.</p>\n<p>Implement the <code>updateLabel</code> callback in the controller to update the label value\nand set the initial <code>text</code> value for the label in the TSS file or controller.</p>\n<p>index.xml:</p>\n<pre><code>&lt;Alloy&gt;\n    &lt;Window id=&quot;window&quot; backgroundColor=&quot;white&quot;&gt;\n        &lt;Slider id=&quot;slider&quot; top=&quot;50&quot; min=&quot;0&quot; max=&quot;100&quot; width=&quot;Ti.UI.FILL&quot; value=&quot;50&quot; onChange=&quot;updateLabel&quot;/&gt;\n        &lt;Label id=&quot;label&quot; width=&quot;Ti.UI.FILL&quot; top=&quot;30&quot; left=&quot;0&quot; /&gt;\n    &lt;/Window&gt;\n&lt;/Alloy&gt;\n</code></pre>\n<p>index.js:</p>\n<pre><code>$.slider.text = $.slider.value;\nfunction updateLabel(e) {\n    $.label.text = String.format('%3.1f', e.value);\n}\n$.window.open();\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "animate",
                    "deprecated": false,
                    "description": "<p>Animates this view.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "animation",
                            "constants": [],
                            "description": "<p>Either a dictionary of animation properties or an\n<a href=\"Titanium.UI.Animation\">Animation</a> object.</p>",
                            "type": "Titanium.UI.Animation",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Function to be invoked upon completion of the animation.</p>",
                            "type": "Function",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "clearMotionEffects",
                    "deprecated": false,
                    "description": "<p>Removes all previously added motion effects.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "finishLayout",
                    "deprecated": true,
                    "description": "<p>Finishes a batch update of the View's layout properties and schedules a layout pass of the\nview tree.\n<strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hide",
                    "deprecated": false,
                    "description": "<p>Hides this view.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Animation options for Android only. <strong>Since SDK 5.1.0 and used only on Android 5.0+</strong></p>\n<p>Determines whether to enable a circular reveal animation.\nNote that the default here is equivalent to passing in <code>{ animated: false }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "insertAt",
                    "deprecated": false,
                    "description": "<p>Inserts a view at the specified position in the <a href=\"Titanium.UI.View.children\">children</a> array.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Pass an object that specifies the view to insert and optionally at which position (defaults to end)</p>",
                            "type": "ViewPositionOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "show",
                    "deprecated": false,
                    "description": "<p>Makes this view visible.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Animation options for Android only. <strong>Since SDK 5.1.0 and only used on Android 5.0+</strong></p>\n<p>Determines whether to enable a circular reveal animation.\nNote that the default here is equivalent to passing in <code>{ animated: false }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "startLayout",
                    "deprecated": true,
                    "description": "<p>Starts a batch update of this view's layout properties. <strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">Titanium.Proxy.applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "toImage",
                    "deprecated": false,
                    "description": "<p>Returns an image of the rendered view, as a Blob.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Function to be invoked upon completion. If non-null, this method will be performed\nasynchronously. If null, it will be performed immediately.</p>",
                            "type": "Function",
                            "usage": "optional"
                        },
                        {
                            "name": "honorScaleFactor",
                            "constants": [],
                            "description": "<p>Determines whether the image is scaled based on scale factor of main screen. (iOS only)</p>\n<p>When set to true, image is scale factor is honored. When set to false, the image in the\nblob has the same dimensions for retina and non-retina devices.</p>",
                            "type": "Boolean",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Blob",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "updateLayout",
                    "deprecated": true,
                    "description": "<p>Performs a batch update of all supplied layout properties and schedules a layout pass after\nthey have been updated.\n<strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">Titanium.Proxy.applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Layout properties to be updated.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "convertPointToView",
                    "deprecated": false,
                    "description": "<p>Translates a point from this view's coordinate system to another view's coordinate system.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "point",
                            "constants": [],
                            "description": "<p>A point in this view's coordinate system.</p>\n<p>If this argument is missing an <code>x</code> or <code>y</code> property, or the properties can not be\nconverted into numbers, an exception will be raised.</p>",
                            "type": "Point",
                            "usage": "required"
                        },
                        {
                            "name": "destinationView",
                            "constants": [],
                            "description": "<p>View that specifies the destination coordinate system to convert to. If this argument\nis not a view, an exception will be raised.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewById",
                    "deprecated": false,
                    "description": "<p>Returns the matching view of a given view ID.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "id",
                            "constants": [],
                            "description": "<p>The ID of the view that should be returned. Use the <code>id</code> property in your views to\nenable it for indexing in this method.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.View",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setValue",
                    "deprecated": false,
                    "description": "<p>Sets the <a href=\"Titanium.UI.Slider.value\">value</a> property.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "value",
                            "constants": [],
                            "description": "<p>New value for the <a href=\"Titanium.UI.Slider.value\">value</a> property.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Specifies animation options. The only supported property\nfor this dictionary is the <code>animated</code> flag, which specifies whether\nthe value change should be animated. <code>animated</code> is false by default. Only used\non iOS.</p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Slider.bubbleParent\">Titanium.UI.Slider.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Slider.bubbleParent\">Titanium.UI.Slider.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Slider.bubbleParent\">Titanium.UI.Slider.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Slider.bubbleParent\">Titanium.UI.Slider.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Slider.apiName\">Titanium.UI.Slider.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Slider.apiName\">Titanium.UI.Slider.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Slider.lifecycleContainer\">Titanium.UI.Slider.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Slider.lifecycleContainer\">Titanium.UI.Slider.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Slider.lifecycleContainer\">Titanium.UI.Slider.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Slider.lifecycleContainer\">Titanium.UI.Slider.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityHidden",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Slider.accessibilityHidden\">Titanium.UI.Slider.accessibilityHidden</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Slider.accessibilityHidden\">Titanium.UI.Slider.accessibilityHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityHidden",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Slider.accessibilityHidden\">Titanium.UI.Slider.accessibilityHidden</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Slider.accessibilityHidden\">Titanium.UI.Slider.accessibilityHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityHidden",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityHint",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Slider.accessibilityHint\">Titanium.UI.Slider.accessibilityHint</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Slider.accessibilityHint\">Titanium.UI.Slider.accessibilityHint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityHint",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Slider.accessibilityHint\">Titanium.UI.Slider.accessibilityHint</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Slider.accessibilityHint\">Titanium.UI.Slider.accessibilityHint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityHint",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityLabel",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Slider.accessibilityLabel\">Titanium.UI.Slider.accessibilityLabel</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Slider.accessibilityLabel\">Titanium.UI.Slider.accessibilityLabel</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityLabel",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Slider.accessibilityLabel\">Titanium.UI.Slider.accessibilityLabel</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Slider.accessibilityLabel\">Titanium.UI.Slider.accessibilityLabel</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityLabel",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityValue",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Slider.accessibilityValue\">Titanium.UI.Slider.accessibilityValue</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Slider.accessibilityValue\">Titanium.UI.Slider.accessibilityValue</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityValue",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Slider.accessibilityValue\">Titanium.UI.Slider.accessibilityValue</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Slider.accessibilityValue\">Titanium.UI.Slider.accessibilityValue</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityValue",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAnchorPoint",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Slider.anchorPoint\">Titanium.UI.Slider.anchorPoint</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Slider.anchorPoint\">Titanium.UI.Slider.anchorPoint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAnchorPoint",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Slider.anchorPoint\">Titanium.UI.Slider.anchorPoint</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Slider.anchorPoint\">Titanium.UI.Slider.anchorPoint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "anchorPoint",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAnimatedCenter",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Slider.animatedCenter\">Titanium.UI.Slider.animatedCenter</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Slider.animatedCenter\">Titanium.UI.Slider.animatedCenter</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Slider.backgroundColor\">Titanium.UI.Slider.backgroundColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Slider.backgroundColor\">Titanium.UI.Slider.backgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Slider.backgroundColor\">Titanium.UI.Slider.backgroundColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Slider.backgroundColor\">Titanium.UI.Slider.backgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundDisabledColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Slider.backgroundDisabledColor\">Titanium.UI.Slider.backgroundDisabledColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Slider.backgroundDisabledColor\">Titanium.UI.Slider.backgroundDisabledColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundDisabledColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Slider.backgroundDisabledColor\">Titanium.UI.Slider.backgroundDisabledColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Slider.backgroundDisabledColor\">Titanium.UI.Slider.backgroundDisabledColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundDisabledColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundDisabledImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Slider.backgroundDisabledImage\">Titanium.UI.Slider.backgroundDisabledImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Slider.backgroundDisabledImage\">Titanium.UI.Slider.backgroundDisabledImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundDisabledImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Slider.backgroundDisabledImage\">Titanium.UI.Slider.backgroundDisabledImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Slider.backgroundDisabledImage\">Titanium.UI.Slider.backgroundDisabledImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundDisabledImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundFocusedColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Slider.backgroundFocusedColor\">Titanium.UI.Slider.backgroundFocusedColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Slider.backgroundFocusedColor\">Titanium.UI.Slider.backgroundFocusedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundFocusedColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Slider.backgroundFocusedColor\">Titanium.UI.Slider.backgroundFocusedColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Slider.backgroundFocusedColor\">Titanium.UI.Slider.backgroundFocusedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundFocusedColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundFocusedImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Slider.backgroundFocusedImage\">Titanium.UI.Slider.backgroundFocusedImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Slider.backgroundFocusedImage\">Titanium.UI.Slider.backgroundFocusedImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundFocusedImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Slider.backgroundFocusedImage\">Titanium.UI.Slider.backgroundFocusedImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Slider.backgroundFocusedImage\">Titanium.UI.Slider.backgroundFocusedImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundFocusedImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundGradient",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Slider.backgroundGradient\">Titanium.UI.Slider.backgroundGradient</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Slider.backgroundGradient\">Titanium.UI.Slider.backgroundGradient</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Gradient",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundGradient",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Slider.backgroundGradient\">Titanium.UI.Slider.backgroundGradient</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Slider.backgroundGradient\">Titanium.UI.Slider.backgroundGradient</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundGradient",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Gradient",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Slider.backgroundImage\">Titanium.UI.Slider.backgroundImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Slider.backgroundImage\">Titanium.UI.Slider.backgroundImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Slider.backgroundImage\">Titanium.UI.Slider.backgroundImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Slider.backgroundImage\">Titanium.UI.Slider.backgroundImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundRepeat",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Slider.backgroundRepeat\">Titanium.UI.Slider.backgroundRepeat</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Slider.backgroundRepeat\">Titanium.UI.Slider.backgroundRepeat</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundRepeat",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Slider.backgroundRepeat\">Titanium.UI.Slider.backgroundRepeat</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Slider.backgroundRepeat\">Titanium.UI.Slider.backgroundRepeat</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundRepeat",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundLeftCap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Slider.backgroundLeftCap\">Titanium.UI.Slider.backgroundLeftCap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Slider.backgroundLeftCap\">Titanium.UI.Slider.backgroundLeftCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundLeftCap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Slider.backgroundLeftCap\">Titanium.UI.Slider.backgroundLeftCap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Slider.backgroundLeftCap\">Titanium.UI.Slider.backgroundLeftCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundLeftCap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundSelectedColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Slider.backgroundSelectedColor\">Titanium.UI.Slider.backgroundSelectedColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Slider.backgroundSelectedColor\">Titanium.UI.Slider.backgroundSelectedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundSelectedColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Slider.backgroundSelectedColor\">Titanium.UI.Slider.backgroundSelectedColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Slider.backgroundSelectedColor\">Titanium.UI.Slider.backgroundSelectedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundSelectedColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundSelectedImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Slider.backgroundSelectedImage\">Titanium.UI.Slider.backgroundSelectedImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Slider.backgroundSelectedImage\">Titanium.UI.Slider.backgroundSelectedImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundSelectedImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Slider.backgroundSelectedImage\">Titanium.UI.Slider.backgroundSelectedImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Slider.backgroundSelectedImage\">Titanium.UI.Slider.backgroundSelectedImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundSelectedImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundTopCap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Slider.backgroundTopCap\">Titanium.UI.Slider.backgroundTopCap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Slider.backgroundTopCap\">Titanium.UI.Slider.backgroundTopCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundTopCap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Slider.backgroundTopCap\">Titanium.UI.Slider.backgroundTopCap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Slider.backgroundTopCap\">Titanium.UI.Slider.backgroundTopCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundTopCap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Slider.borderColor\">Titanium.UI.Slider.borderColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Slider.borderColor\">Titanium.UI.Slider.borderColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Slider.borderColor\">Titanium.UI.Slider.borderColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Slider.borderColor\">Titanium.UI.Slider.borderColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderRadius",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Slider.borderRadius\">Titanium.UI.Slider.borderRadius</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Slider.borderRadius\">Titanium.UI.Slider.borderRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderRadius",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Slider.borderRadius\">Titanium.UI.Slider.borderRadius</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Slider.borderRadius\">Titanium.UI.Slider.borderRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderRadius",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderWidth",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Slider.borderWidth\">Titanium.UI.Slider.borderWidth</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Slider.borderWidth\">Titanium.UI.Slider.borderWidth</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderWidth",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Slider.borderWidth\">Titanium.UI.Slider.borderWidth</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Slider.borderWidth\">Titanium.UI.Slider.borderWidth</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderWidth",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBottom",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Slider.bottom\">Titanium.UI.Slider.bottom</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Slider.bottom\">Titanium.UI.Slider.bottom</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBottom",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Slider.bottom\">Titanium.UI.Slider.bottom</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Slider.bottom\">Titanium.UI.Slider.bottom</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bottom",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getCenter",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Slider.center\">Titanium.UI.Slider.center</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Slider.center\">Titanium.UI.Slider.center</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setCenter",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Slider.center\">Titanium.UI.Slider.center</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Slider.center\">Titanium.UI.Slider.center</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "center",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getClipMode",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Slider.clipMode\">Titanium.UI.Slider.clipMode</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Slider.clipMode\">Titanium.UI.Slider.clipMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setClipMode",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Slider.clipMode\">Titanium.UI.Slider.clipMode</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Slider.clipMode\">Titanium.UI.Slider.clipMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "clipMode",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getElevation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Slider.elevation\">Titanium.UI.Slider.elevation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Slider.elevation\">Titanium.UI.Slider.elevation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setElevation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Slider.elevation\">Titanium.UI.Slider.elevation</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Slider.elevation\">Titanium.UI.Slider.elevation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "elevation",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getFocusable",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Slider.focusable\">Titanium.UI.Slider.focusable</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Slider.focusable\">Titanium.UI.Slider.focusable</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setFocusable",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Slider.focusable\">Titanium.UI.Slider.focusable</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Slider.focusable\">Titanium.UI.Slider.focusable</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "focusable",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getHiddenBehavior",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Slider.hiddenBehavior\">Titanium.UI.Slider.hiddenBehavior</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Slider.hiddenBehavior\">Titanium.UI.Slider.hiddenBehavior</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setHiddenBehavior",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Slider.hiddenBehavior\">Titanium.UI.Slider.hiddenBehavior</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Slider.hiddenBehavior\">Titanium.UI.Slider.hiddenBehavior</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "hiddenBehavior",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getHorizontalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Slider.horizontalMotionEffect\">Titanium.UI.Slider.horizontalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Slider.horizontalMotionEffect\">Titanium.UI.Slider.horizontalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "MinMaxOptions",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHorizontalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Slider.horizontalMotionEffect\">Titanium.UI.Slider.horizontalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Slider.horizontalMotionEffect\">Titanium.UI.Slider.horizontalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "horizontalMotionEffect",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "MinMaxOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLeft",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Slider.left\">Titanium.UI.Slider.left</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Slider.left\">Titanium.UI.Slider.left</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLeft",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Slider.left\">Titanium.UI.Slider.left</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Slider.left\">Titanium.UI.Slider.left</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "left",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLayout",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Slider.layout\">Titanium.UI.Slider.layout</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Slider.layout\">Titanium.UI.Slider.layout</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLayout",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Slider.layout\">Titanium.UI.Slider.layout</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Slider.layout\">Titanium.UI.Slider.layout</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "layout",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getOpacity",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Slider.opacity\">Titanium.UI.Slider.opacity</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Slider.opacity\">Titanium.UI.Slider.opacity</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setOpacity",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Slider.opacity\">Titanium.UI.Slider.opacity</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Slider.opacity\">Titanium.UI.Slider.opacity</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "opacity",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getOverrideCurrentAnimation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Slider.overrideCurrentAnimation\">Titanium.UI.Slider.overrideCurrentAnimation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Slider.overrideCurrentAnimation\">Titanium.UI.Slider.overrideCurrentAnimation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setOverrideCurrentAnimation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Slider.overrideCurrentAnimation\">Titanium.UI.Slider.overrideCurrentAnimation</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Slider.overrideCurrentAnimation\">Titanium.UI.Slider.overrideCurrentAnimation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "overrideCurrentAnimation",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getPullBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Slider.pullBackgroundColor\">Titanium.UI.Slider.pullBackgroundColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Slider.pullBackgroundColor\">Titanium.UI.Slider.pullBackgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setPullBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Slider.pullBackgroundColor\">Titanium.UI.Slider.pullBackgroundColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Slider.pullBackgroundColor\">Titanium.UI.Slider.pullBackgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "pullBackgroundColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPreviewContext",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Slider.previewContext\">Titanium.UI.Slider.previewContext</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Slider.previewContext\">Titanium.UI.Slider.previewContext</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.iOS.PreviewContext",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "setPreviewContext",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Slider.previewContext\">Titanium.UI.Slider.previewContext</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Slider.previewContext\">Titanium.UI.Slider.previewContext</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "previewContext",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.iOS.PreviewContext",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "getRight",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Slider.right\">Titanium.UI.Slider.right</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Slider.right\">Titanium.UI.Slider.right</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setRight",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Slider.right\">Titanium.UI.Slider.right</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Slider.right\">Titanium.UI.Slider.right</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "right",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Slider.rect\">Titanium.UI.Slider.rect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Slider.rect\">Titanium.UI.Slider.rect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "DimensionWithAbsolutes",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRotation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Slider.rotation\">Titanium.UI.Slider.rotation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Slider.rotation\">Titanium.UI.Slider.rotation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRotation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Slider.rotation\">Titanium.UI.Slider.rotation</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Slider.rotation\">Titanium.UI.Slider.rotation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rotation",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getRotationX",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Slider.rotationX\">Titanium.UI.Slider.rotationX</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Slider.rotationX\">Titanium.UI.Slider.rotationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRotationX",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Slider.rotationX\">Titanium.UI.Slider.rotationX</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Slider.rotationX\">Titanium.UI.Slider.rotationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rotationX",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getRotationY",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Slider.rotationY\">Titanium.UI.Slider.rotationY</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Slider.rotationY\">Titanium.UI.Slider.rotationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRotationY",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Slider.rotationY\">Titanium.UI.Slider.rotationY</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Slider.rotationY\">Titanium.UI.Slider.rotationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rotationY",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getScaleX",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Slider.scaleX\">Titanium.UI.Slider.scaleX</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Slider.scaleX\">Titanium.UI.Slider.scaleX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setScaleX",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Slider.scaleX\">Titanium.UI.Slider.scaleX</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Slider.scaleX\">Titanium.UI.Slider.scaleX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "scaleX",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getScaleY",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Slider.scaleY\">Titanium.UI.Slider.scaleY</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Slider.scaleY\">Titanium.UI.Slider.scaleY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setScaleY",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Slider.scaleY\">Titanium.UI.Slider.scaleY</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Slider.scaleY\">Titanium.UI.Slider.scaleY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "scaleY",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getSize",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Slider.size\">Titanium.UI.Slider.size</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Slider.size\">Titanium.UI.Slider.size</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Dimension",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSoftKeyboardOnFocus",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Slider.softKeyboardOnFocus\">Titanium.UI.Slider.softKeyboardOnFocus</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Slider.softKeyboardOnFocus\">Titanium.UI.Slider.softKeyboardOnFocus</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setSoftKeyboardOnFocus",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Slider.softKeyboardOnFocus\">Titanium.UI.Slider.softKeyboardOnFocus</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Slider.softKeyboardOnFocus\">Titanium.UI.Slider.softKeyboardOnFocus</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "softKeyboardOnFocus",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTintColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Slider.tintColor\">Titanium.UI.Slider.tintColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Slider.tintColor\">Titanium.UI.Slider.tintColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTintColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Slider.tintColor\">Titanium.UI.Slider.tintColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Slider.tintColor\">Titanium.UI.Slider.tintColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "tintColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTop",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Slider.top\">Titanium.UI.Slider.top</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Slider.top\">Titanium.UI.Slider.top</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTop",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Slider.top\">Titanium.UI.Slider.top</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Slider.top\">Titanium.UI.Slider.top</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "top",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTouchEnabled",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Slider.touchEnabled\">Titanium.UI.Slider.touchEnabled</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Slider.touchEnabled\">Titanium.UI.Slider.touchEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTouchEnabled",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Slider.touchEnabled\">Titanium.UI.Slider.touchEnabled</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Slider.touchEnabled\">Titanium.UI.Slider.touchEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchEnabled",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTouchFeedback",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Slider.touchFeedback\">Titanium.UI.Slider.touchFeedback</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Slider.touchFeedback\">Titanium.UI.Slider.touchFeedback</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTouchFeedback",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Slider.touchFeedback\">Titanium.UI.Slider.touchFeedback</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Slider.touchFeedback\">Titanium.UI.Slider.touchFeedback</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchFeedback",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTouchFeedbackColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Slider.touchFeedbackColor\">Titanium.UI.Slider.touchFeedbackColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Slider.touchFeedbackColor\">Titanium.UI.Slider.touchFeedbackColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTouchFeedbackColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Slider.touchFeedbackColor\">Titanium.UI.Slider.touchFeedbackColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Slider.touchFeedbackColor\">Titanium.UI.Slider.touchFeedbackColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchFeedbackColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTransform",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Slider.transform\">Titanium.UI.Slider.transform</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Slider.transform\">Titanium.UI.Slider.transform</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Matrix2D",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTransform",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Slider.transform\">Titanium.UI.Slider.transform</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Slider.transform\">Titanium.UI.Slider.transform</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "transform",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Matrix2D",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTranslationX",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Slider.translationX\">Titanium.UI.Slider.translationX</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Slider.translationX\">Titanium.UI.Slider.translationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTranslationX",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Slider.translationX\">Titanium.UI.Slider.translationX</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Slider.translationX\">Titanium.UI.Slider.translationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translationX",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTranslationY",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Slider.translationY\">Titanium.UI.Slider.translationY</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Slider.translationY\">Titanium.UI.Slider.translationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTranslationY",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Slider.translationY\">Titanium.UI.Slider.translationY</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Slider.translationY\">Titanium.UI.Slider.translationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translationY",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTranslationZ",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Slider.translationZ\">Titanium.UI.Slider.translationZ</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Slider.translationZ\">Titanium.UI.Slider.translationZ</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTranslationZ",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Slider.translationZ\">Titanium.UI.Slider.translationZ</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Slider.translationZ\">Titanium.UI.Slider.translationZ</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translationZ",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTransitionName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Slider.transitionName\">Titanium.UI.Slider.transitionName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Slider.transitionName\">Titanium.UI.Slider.transitionName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTransitionName",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Slider.transitionName\">Titanium.UI.Slider.transitionName</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Slider.transitionName\">Titanium.UI.Slider.transitionName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "transitionName",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getVerticalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Slider.verticalMotionEffect\">Titanium.UI.Slider.verticalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Slider.verticalMotionEffect\">Titanium.UI.Slider.verticalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "MinMaxOptions",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setVerticalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Slider.verticalMotionEffect\">Titanium.UI.Slider.verticalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Slider.verticalMotionEffect\">Titanium.UI.Slider.verticalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "verticalMotionEffect",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "MinMaxOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowRadius",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Slider.viewShadowRadius\">Titanium.UI.Slider.viewShadowRadius</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Slider.viewShadowRadius\">Titanium.UI.Slider.viewShadowRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowRadius",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Slider.viewShadowRadius\">Titanium.UI.Slider.viewShadowRadius</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Slider.viewShadowRadius\">Titanium.UI.Slider.viewShadowRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowRadius",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Slider.viewShadowColor\">Titanium.UI.Slider.viewShadowColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Slider.viewShadowColor\">Titanium.UI.Slider.viewShadowColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Slider.viewShadowColor\">Titanium.UI.Slider.viewShadowColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Slider.viewShadowColor\">Titanium.UI.Slider.viewShadowColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowOffset",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Slider.viewShadowOffset\">Titanium.UI.Slider.viewShadowOffset</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Slider.viewShadowOffset\">Titanium.UI.Slider.viewShadowOffset</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowOffset",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Slider.viewShadowOffset\">Titanium.UI.Slider.viewShadowOffset</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Slider.viewShadowOffset\">Titanium.UI.Slider.viewShadowOffset</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowOffset",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getVisible",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Slider.visible\">Titanium.UI.Slider.visible</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Slider.visible\">Titanium.UI.Slider.visible</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setVisible",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Slider.visible\">Titanium.UI.Slider.visible</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Slider.visible\">Titanium.UI.Slider.visible</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "visible",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getWidth",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Slider.width\">Titanium.UI.Slider.width</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Slider.width\">Titanium.UI.Slider.width</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setWidth",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Slider.width\">Titanium.UI.Slider.width</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Slider.width\">Titanium.UI.Slider.width</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "width",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHorizontalWrap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Slider.horizontalWrap\">Titanium.UI.Slider.horizontalWrap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Slider.horizontalWrap\">Titanium.UI.Slider.horizontalWrap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHorizontalWrap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Slider.horizontalWrap\">Titanium.UI.Slider.horizontalWrap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Slider.horizontalWrap\">Titanium.UI.Slider.horizontalWrap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "horizontalWrap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getZIndex",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Slider.zIndex\">Titanium.UI.Slider.zIndex</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Slider.zIndex\">Titanium.UI.Slider.zIndex</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setZIndex",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Slider.zIndex\">Titanium.UI.Slider.zIndex</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Slider.zIndex\">Titanium.UI.Slider.zIndex</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "zIndex",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getKeepScreenOn",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Slider.keepScreenOn\">Titanium.UI.Slider.keepScreenOn</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Slider.keepScreenOn\">Titanium.UI.Slider.keepScreenOn</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setKeepScreenOn",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Slider.keepScreenOn\">Titanium.UI.Slider.keepScreenOn</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Slider.keepScreenOn\">Titanium.UI.Slider.keepScreenOn</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "keepScreenOn",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getDisabledLeftTrackImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Slider.disabledLeftTrackImage\">Titanium.UI.Slider.disabledLeftTrackImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Slider.disabledLeftTrackImage\">Titanium.UI.Slider.disabledLeftTrackImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setDisabledLeftTrackImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Slider.disabledLeftTrackImage\">Titanium.UI.Slider.disabledLeftTrackImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Slider.disabledLeftTrackImage\">Titanium.UI.Slider.disabledLeftTrackImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "disabledLeftTrackImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getDisabledRightTrackImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Slider.disabledRightTrackImage\">Titanium.UI.Slider.disabledRightTrackImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Slider.disabledRightTrackImage\">Titanium.UI.Slider.disabledRightTrackImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setDisabledRightTrackImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Slider.disabledRightTrackImage\">Titanium.UI.Slider.disabledRightTrackImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Slider.disabledRightTrackImage\">Titanium.UI.Slider.disabledRightTrackImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "disabledRightTrackImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getDisabledThumbImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Slider.disabledThumbImage\">Titanium.UI.Slider.disabledThumbImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Slider.disabledThumbImage\">Titanium.UI.Slider.disabledThumbImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setDisabledThumbImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Slider.disabledThumbImage\">Titanium.UI.Slider.disabledThumbImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Slider.disabledThumbImage\">Titanium.UI.Slider.disabledThumbImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "disabledThumbImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getEnabled",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Slider.enabled\">Titanium.UI.Slider.enabled</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Slider.enabled\">Titanium.UI.Slider.enabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setEnabled",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Slider.enabled\">Titanium.UI.Slider.enabled</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Slider.enabled\">Titanium.UI.Slider.enabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "enabled",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHighlightedLeftTrackImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Slider.highlightedLeftTrackImage\">Titanium.UI.Slider.highlightedLeftTrackImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Slider.highlightedLeftTrackImage\">Titanium.UI.Slider.highlightedLeftTrackImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHighlightedLeftTrackImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Slider.highlightedLeftTrackImage\">Titanium.UI.Slider.highlightedLeftTrackImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Slider.highlightedLeftTrackImage\">Titanium.UI.Slider.highlightedLeftTrackImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "highlightedLeftTrackImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHighlightedRightTrackImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Slider.highlightedRightTrackImage\">Titanium.UI.Slider.highlightedRightTrackImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Slider.highlightedRightTrackImage\">Titanium.UI.Slider.highlightedRightTrackImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHighlightedRightTrackImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Slider.highlightedRightTrackImage\">Titanium.UI.Slider.highlightedRightTrackImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Slider.highlightedRightTrackImage\">Titanium.UI.Slider.highlightedRightTrackImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "highlightedRightTrackImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHighlightedThumbImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Slider.highlightedThumbImage\">Titanium.UI.Slider.highlightedThumbImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Slider.highlightedThumbImage\">Titanium.UI.Slider.highlightedThumbImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHighlightedThumbImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Slider.highlightedThumbImage\">Titanium.UI.Slider.highlightedThumbImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Slider.highlightedThumbImage\">Titanium.UI.Slider.highlightedThumbImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "highlightedThumbImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLeftTrackImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Slider.leftTrackImage\">Titanium.UI.Slider.leftTrackImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Slider.leftTrackImage\">Titanium.UI.Slider.leftTrackImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLeftTrackImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Slider.leftTrackImage\">Titanium.UI.Slider.leftTrackImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Slider.leftTrackImage\">Titanium.UI.Slider.leftTrackImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "leftTrackImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLeftTrackLeftCap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Slider.leftTrackLeftCap\">Titanium.UI.Slider.leftTrackLeftCap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Slider.leftTrackLeftCap\">Titanium.UI.Slider.leftTrackLeftCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLeftTrackLeftCap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Slider.leftTrackLeftCap\">Titanium.UI.Slider.leftTrackLeftCap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Slider.leftTrackLeftCap\">Titanium.UI.Slider.leftTrackLeftCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "leftTrackLeftCap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLeftTrackTopCap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Slider.leftTrackTopCap\">Titanium.UI.Slider.leftTrackTopCap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Slider.leftTrackTopCap\">Titanium.UI.Slider.leftTrackTopCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLeftTrackTopCap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Slider.leftTrackTopCap\">Titanium.UI.Slider.leftTrackTopCap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Slider.leftTrackTopCap\">Titanium.UI.Slider.leftTrackTopCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "leftTrackTopCap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getMax",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Slider.max\">Titanium.UI.Slider.max</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Slider.max\">Titanium.UI.Slider.max</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setMax",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Slider.max\">Titanium.UI.Slider.max</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Slider.max\">Titanium.UI.Slider.max</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "max",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getMaxRange",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Slider.maxRange\">Titanium.UI.Slider.maxRange</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Slider.maxRange\">Titanium.UI.Slider.maxRange</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setMaxRange",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Slider.maxRange\">Titanium.UI.Slider.maxRange</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Slider.maxRange\">Titanium.UI.Slider.maxRange</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "maxRange",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getMin",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Slider.min\">Titanium.UI.Slider.min</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Slider.min\">Titanium.UI.Slider.min</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setMin",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Slider.min\">Titanium.UI.Slider.min</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Slider.min\">Titanium.UI.Slider.min</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "min",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getMinRange",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Slider.minRange\">Titanium.UI.Slider.minRange</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Slider.minRange\">Titanium.UI.Slider.minRange</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setMinRange",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Slider.minRange\">Titanium.UI.Slider.minRange</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Slider.minRange\">Titanium.UI.Slider.minRange</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "minRange",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getRightTrackImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Slider.rightTrackImage\">Titanium.UI.Slider.rightTrackImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Slider.rightTrackImage\">Titanium.UI.Slider.rightTrackImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setRightTrackImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Slider.rightTrackImage\">Titanium.UI.Slider.rightTrackImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Slider.rightTrackImage\">Titanium.UI.Slider.rightTrackImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rightTrackImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRightTrackLeftCap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Slider.rightTrackLeftCap\">Titanium.UI.Slider.rightTrackLeftCap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Slider.rightTrackLeftCap\">Titanium.UI.Slider.rightTrackLeftCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setRightTrackLeftCap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Slider.rightTrackLeftCap\">Titanium.UI.Slider.rightTrackLeftCap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Slider.rightTrackLeftCap\">Titanium.UI.Slider.rightTrackLeftCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rightTrackLeftCap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRightTrackTopCap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Slider.rightTrackTopCap\">Titanium.UI.Slider.rightTrackTopCap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Slider.rightTrackTopCap\">Titanium.UI.Slider.rightTrackTopCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setRightTrackTopCap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Slider.rightTrackTopCap\">Titanium.UI.Slider.rightTrackTopCap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Slider.rightTrackTopCap\">Titanium.UI.Slider.rightTrackTopCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rightTrackTopCap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSelectedLeftTrackImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Slider.selectedLeftTrackImage\">Titanium.UI.Slider.selectedLeftTrackImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Slider.selectedLeftTrackImage\">Titanium.UI.Slider.selectedLeftTrackImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setSelectedLeftTrackImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Slider.selectedLeftTrackImage\">Titanium.UI.Slider.selectedLeftTrackImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Slider.selectedLeftTrackImage\">Titanium.UI.Slider.selectedLeftTrackImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "selectedLeftTrackImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSelectedRightTrackImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Slider.selectedRightTrackImage\">Titanium.UI.Slider.selectedRightTrackImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Slider.selectedRightTrackImage\">Titanium.UI.Slider.selectedRightTrackImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setSelectedRightTrackImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Slider.selectedRightTrackImage\">Titanium.UI.Slider.selectedRightTrackImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Slider.selectedRightTrackImage\">Titanium.UI.Slider.selectedRightTrackImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "selectedRightTrackImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSelectedThumbImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Slider.selectedThumbImage\">Titanium.UI.Slider.selectedThumbImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Slider.selectedThumbImage\">Titanium.UI.Slider.selectedThumbImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setSelectedThumbImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Slider.selectedThumbImage\">Titanium.UI.Slider.selectedThumbImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Slider.selectedThumbImage\">Titanium.UI.Slider.selectedThumbImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "selectedThumbImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSplitTrack",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Slider.splitTrack\">Titanium.UI.Slider.splitTrack</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Slider.splitTrack\">Titanium.UI.Slider.splitTrack</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setSplitTrack",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Slider.splitTrack\">Titanium.UI.Slider.splitTrack</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Slider.splitTrack\">Titanium.UI.Slider.splitTrack</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "splitTrack",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getThumbImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Slider.thumbImage\">Titanium.UI.Slider.thumbImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Slider.thumbImage\">Titanium.UI.Slider.thumbImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setThumbImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Slider.thumbImage\">Titanium.UI.Slider.thumbImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Slider.thumbImage\">Titanium.UI.Slider.thumbImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "thumbImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTrackTintColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Slider.trackTintColor\">Titanium.UI.Slider.trackTintColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Slider.trackTintColor\">Titanium.UI.Slider.trackTintColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTrackTintColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Slider.trackTintColor\">Titanium.UI.Slider.trackTintColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Slider.trackTintColor\">Titanium.UI.Slider.trackTintColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "trackTintColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getValue",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Slider.value\">Titanium.UI.Slider.value</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Slider.value\">Titanium.UI.Slider.value</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.UI.View",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "accessibilityHidden",
                    "deprecated": false,
                    "description": "<p>Whether the view should be &quot;hidden&quot; from (i.e., ignored by) the accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityHint",
                    "deprecated": false,
                    "description": "<p>Briefly describes what performing an action (such as a click) on the view will do.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityLabel",
                    "deprecated": false,
                    "description": "<p>A succint label identifying the view for the device's accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityValue",
                    "deprecated": false,
                    "description": "<p>A string describing the value (if any) of the view for the device's accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "anchorPoint",
                    "deprecated": false,
                    "description": "<p>Coordinate of the view about which to pivot an animation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "animatedCenter",
                    "deprecated": false,
                    "description": "<p>Current position of the view during an animation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundColor",
                    "deprecated": false,
                    "description": "<p>Background color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundDisabledColor",
                    "deprecated": false,
                    "description": "<p>Disabled background color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundDisabledImage",
                    "deprecated": false,
                    "description": "<p>Disabled background image for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundFocusedColor",
                    "deprecated": false,
                    "description": "<p>Focused background color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundFocusedImage",
                    "deprecated": false,
                    "description": "<p>Focused background image for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundGradient",
                    "deprecated": false,
                    "description": "<p>A background gradient for the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [
                        {
                            "title": "Linear and Radial Gradients",
                            "code": "<p>The following code excerpt creates two views, one with a linear gradient and one with\na radial gradient.</p>\n<pre><code>var win1 = Titanium.UI.createWindow({\n    title:'Tab 1',\n    backgroundColor:'#fff',\n    layout: 'vertical'\n});\n\nvar radialGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'radial',\n        startPoint: { x: 50, y: 50 },\n        endPoint: { x: 50, y: 50 },\n        colors: [ 'red', 'blue'],\n        startRadius: 50,\n        endRadius: 0,\n        backfillStart: true\n    }\n});\nvar linearGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'linear',\n        startPoint: { x: '0%', y: '50%' },\n        endPoint: { x: '100%', y: '50%' },\n        colors: [ { color: 'red', offset: 0.0}, { color: 'blue', offset: 0.25 }, { color: 'red', offset: 1.0 } ],\n    }\n});\nwin1.add(radialGradient);\nwin1.add(linearGradient);\nwin1.open();\n</code></pre>"
                        }
                    ],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Gradient",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundImage",
                    "deprecated": false,
                    "description": "<p>Background image for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundRepeat",
                    "deprecated": false,
                    "description": "<p>Determines whether to tile a background across a view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundLeftCap",
                    "deprecated": false,
                    "description": "<p>Size of the left end cap.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundSelectedColor",
                    "deprecated": false,
                    "description": "<p>Selected background color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundSelectedImage",
                    "deprecated": false,
                    "description": "<p>Selected background image url for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundTopCap",
                    "deprecated": false,
                    "description": "<p>Size of the top end cap.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderColor",
                    "deprecated": false,
                    "description": "<p>Border color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderRadius",
                    "deprecated": false,
                    "description": "<p>Radius for the rounded corners of the view's border.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderWidth",
                    "deprecated": false,
                    "description": "<p>Border width of the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "bottom",
                    "deprecated": false,
                    "description": "<p>View's bottom position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "center",
                    "deprecated": false,
                    "description": "<p>View's center position, in the parent view's coordinates.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "clipMode",
                    "deprecated": false,
                    "description": "<p>View's clipping behavior.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "elevation",
                    "deprecated": false,
                    "description": "<p>Base elevation of the view relative to its parent in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "focusable",
                    "deprecated": false,
                    "description": "<p>Whether view should be focusable while navigating with the trackball.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "hiddenBehavior",
                    "deprecated": false,
                    "description": "<p>Sets the behavior when hiding an object to release or keep the free space</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.HIDDEN_BEHAVIOR_INVISIBLE",
                        "Titanium.UI.HIDDEN_BEHAVIOR_GONE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "horizontalMotionEffect",
                    "deprecated": false,
                    "description": "<p>Adds a horizontal parallax effect to the view</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "MinMaxOptions",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "id",
                    "deprecated": false,
                    "description": "<p>View's identifier.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "left",
                    "deprecated": false,
                    "description": "<p>View's left position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "layout",
                    "deprecated": false,
                    "description": "<p>Specifies how the view positions its children.\nOne of: 'composite', 'vertical', or 'horizontal'.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "opacity",
                    "deprecated": false,
                    "description": "<p>Opacity of this view, from 0.0 (transparent) to 1.0 (opaque). Defaults to 1.0 (opaque).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "overrideCurrentAnimation",
                    "deprecated": false,
                    "description": "<p>When on, animate call overrides current animation if applicable.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "pullBackgroundColor",
                    "deprecated": false,
                    "description": "<p>Background color of the wrapper view when this view is used as either <a href=\"Titanium.UI.ListView.pullView\">Titanium.UI.ListView.pullView</a> or <a href=\"Titanium.UI.TableView.headerPullView\">Titanium.UI.TableView.headerPullView</a>.</p>\n<p>Defaults to <code>undefined</code>. Results in a light grey background color on the wrapper view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "previewContext",
                    "deprecated": false,
                    "description": "<p>The preview context used in the 3D-Touch feature &quot;Peek and Pop&quot;.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Titanium.UI.iOS.PreviewContext",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "right",
                    "deprecated": false,
                    "description": "<p>View's right position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "rect",
                    "deprecated": false,
                    "description": "<p>The bounding box of the view relative to its parent, in system units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "type": "DimensionWithAbsolutes",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "rotation",
                    "deprecated": false,
                    "description": "<p>Clockwise 2D rotation of the view in degrees.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "rotationX",
                    "deprecated": false,
                    "description": "<p>Clockwise rotation of the view in degrees (x-axis).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "rotationY",
                    "deprecated": false,
                    "description": "<p>Clockwise rotation of the view in degrees (y-axis).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "scaleX",
                    "deprecated": false,
                    "description": "<p>Scaling of the view in x-axis in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "scaleY",
                    "deprecated": false,
                    "description": "<p>Scaling of the view in y-axis in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "size",
                    "deprecated": false,
                    "description": "<p>The size of the view in system units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Dimension",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "softKeyboardOnFocus",
                    "deprecated": false,
                    "description": "<p>Determines keyboard behavior when this view is focused. Defaults to <a href=\"Titanium.UI.Android.SOFT_KEYBOARD_DEFAULT_ON_FOCUS\">Titanium.UI.Android.SOFT_KEYBOARD_DEFAULT_ON_FOCUS</a>.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.Android.SOFT_KEYBOARD_DEFAULT_ON_FOCUS",
                        "Titanium.UI.Android.SOFT_KEYBOARD_HIDE_ON_FOCUS",
                        "Titanium.UI.Android.SOFT_KEYBOARD_SHOW_ON_FOCUS"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "tintColor",
                    "deprecated": false,
                    "description": "<p>The color shown for the portion of the progress bar that is filled.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "top",
                    "deprecated": false,
                    "description": "<p>The view's top position.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "touchEnabled",
                    "deprecated": false,
                    "description": "<p>Determines whether view should receive touch events.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "touchFeedback",
                    "deprecated": false,
                    "description": "<p>A material design visual construct that provides an instantaneous visual confirmation of touch point.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "touchFeedbackColor",
                    "deprecated": false,
                    "description": "<p>Optional touch feedback ripple color. This has no effect unless <code>touchFeedback</code> is true.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "transform",
                    "deprecated": false,
                    "description": "<p>Transformation matrix to apply to the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Titanium.UI.Matrix2D",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "translationX",
                    "deprecated": false,
                    "description": "<p>Horizontal location of the view relative to its left position in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "translationY",
                    "deprecated": false,
                    "description": "<p>Vertical location of the view relative to its top position in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "translationZ",
                    "deprecated": false,
                    "description": "<p>Depth of the view relative to its elevation in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "transitionName",
                    "deprecated": false,
                    "description": "<p>A name to identify this view in activity transition.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.2"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "verticalMotionEffect",
                    "deprecated": false,
                    "description": "<p>Adds a vertical parallax effect to the view</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "MinMaxOptions",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowRadius",
                    "deprecated": false,
                    "description": "<p>Determines the blur radius used to create the shadow.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowColor",
                    "deprecated": false,
                    "description": "<p>Determines the color of the shadow.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowOffset",
                    "deprecated": false,
                    "description": "<p>Determines the offset for the shadow of the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "visible",
                    "deprecated": false,
                    "description": "<p>Determines whether the view is visible.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "width",
                    "deprecated": false,
                    "description": "<p>View's width, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.FILL",
                        "Titanium.UI.SIZE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "horizontalWrap",
                    "deprecated": false,
                    "description": "<p>Determines whether the layout has wrapping behavior.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "zIndex",
                    "deprecated": false,
                    "description": "<p>Z-index stack order position, relative to other sibling views.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "keepScreenOn",
                    "deprecated": false,
                    "description": "<p>Determines whether to keep the device screen on.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "disabledLeftTrackImage",
                    "deprecated": false,
                    "description": "<p>Image URL of the slider left track when in the disabled state.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "disabledRightTrackImage",
                    "deprecated": false,
                    "description": "<p>Image URL of the slider right track when in the disabled state.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "disabledThumbImage",
                    "deprecated": false,
                    "description": "<p>Image URL of the slider thumb when in the disabled state.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "enabled",
                    "deprecated": false,
                    "description": "<p>Boolean to indicate the enabled state of the slider.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "highlightedLeftTrackImage",
                    "deprecated": false,
                    "description": "<p>Image URL of the slider left track when in the highlighted state.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "highlightedRightTrackImage",
                    "deprecated": false,
                    "description": "<p>Image URL of the slider right track when in the highlighted state.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "highlightedThumbImage",
                    "deprecated": false,
                    "description": "<p>Image URL of the slider thumb when in the highlighted state.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "leftTrackImage",
                    "deprecated": false,
                    "description": "<p>Image URL of the slider left track.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "leftTrackLeftCap",
                    "deprecated": false,
                    "description": "<p>Size of the left end cap for the leftTrackImage, disabledLeftTrackImage, highlightedLeftTrackImage and selectedLeftTrackImage properties.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "leftTrackTopCap",
                    "deprecated": false,
                    "description": "<p>Size of the top end cap for the leftTrackImage, disabledLeftTrackImage, highlightedLeftTrackImage and selectedLeftTrackImage properties.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "max",
                    "deprecated": false,
                    "description": "<p>Maximum value of the slider.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "maxRange",
                    "deprecated": false,
                    "description": "<p>Upper limit on the slider value that can be selected.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "min",
                    "deprecated": false,
                    "description": "<p>Minimum value of the slider.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "minRange",
                    "deprecated": false,
                    "description": "<p>Lower limit on the slider value that can be selected.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "rightTrackImage",
                    "deprecated": false,
                    "description": "<p>Image URL of the slider right track.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "rightTrackLeftCap",
                    "deprecated": false,
                    "description": "<p>Size of the left end cap for the rightTrackImage, disabledRightTrackImage, highlightedRightTrackImage and selectedRightTrackImage properties.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "rightTrackTopCap",
                    "deprecated": false,
                    "description": "<p>Size of the top end cap for the rightTrackImage, disabledRightTrackImage, highlightedRightTrackImage and selectedRightTrackImage properties.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "selectedLeftTrackImage",
                    "deprecated": false,
                    "description": "<p>Image URL of the slider left track when in the selected state.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "selectedRightTrackImage",
                    "deprecated": false,
                    "description": "<p>Image URL of the slider right track when in the selected state.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "selectedThumbImage",
                    "deprecated": false,
                    "description": "<p>Image URL of the slider thumb when in the selected state.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "splitTrack",
                    "deprecated": false,
                    "description": "<p>Separates the thumbImage from the slider track.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "thumbImage",
                    "deprecated": false,
                    "description": "<p>Image for the slider thumb.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "trackTintColor",
                    "deprecated": false,
                    "description": "<p>The color shown for the portion of the progress bar that is not filled.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "value",
                    "deprecated": false,
                    "description": "<p>Current value of the slider.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<table id=\"platformComparison\">\n  <tbody>\n    <tr>\n      <td><img src=\"images/slider/slider_android.png\" height=\"25\" /></td>\n      <td><img src=\"images/slider/slider_ios.png\" height=\"25\" /></td>\n      <td><img src=\"images/slider/slider_wp.png\" height=\"25\" /></td>\n    </tr>\n  </tbody>\n  <tfoot>\n    <tr>\n      <th>Android</th>\n      <th>iOS</th>\n      <th>Windows Phone</th>\n    </tr>\n  </tfoot>\n</table>\n<p>A slider lets the user select from a range of values by dragging the slider thumb.</p>\n<p>Use the <a href=\"Titanium.UI.createSlider\">Titanium.UI.createSlider</a> method or <strong><code>&lt;Slider&gt;</code></strong> Alloy element to create a slider.</p>\n<h4>Android Platform Implementation Notes</h4>\n<p>On Android, the user can also maniuplate the slider using the arrow keys. For this\nreason, placing other focusable UI elements to the left or right of\nthe slider is not recommended.</p>\n<p>On Android, both <code>min</code> and <code>max</code> must be specified for the slider to work properly.</p>\n<p>Earlier versions of the Titanium SDK implicitly enforced that both the <a href=\"Titanium.UI.Slider.leftTrackImage\">leftTrackImage</a> and\n<a href=\"Titanium.UI.Slider.rightTrackImage\">rightTrackImage</a> properties be specified before the properties would be honored. Beginning with\nTitanium SDK 4.0.0 this limitation has been removed. However it is recommended that either both or neither be specified.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.Switch",
            "description": "<p>An on/off switch control.</p>",
            "deprecated": false,
            "events": [
                {
                    "name": "click",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a click against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "dblclick",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a double click against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "doubletap",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a double tap against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "focus",
                    "deprecated": false,
                    "description": "<p>Fired when the view element gains focus.</p>"
                },
                {
                    "name": "keypressed",
                    "deprecated": false,
                    "description": "<p>Fired when a hardware key is pressed in the view.</p>",
                    "properties": [
                        {
                            "name": "keyCode",
                            "constants": [],
                            "description": "<p>The code for the physical key that was pressed. For more details, see <a href=\"https://developer.android.com/reference/android/view/KeyEvent.html\">KeyEvent</a>. This API is experimental and subject to change.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "longclick",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a long click.</p>"
                },
                {
                    "name": "longpress",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a long press.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "pinch",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a pinch gesture.</p>",
                    "properties": [
                        {
                            "name": "scale",
                            "constants": [],
                            "description": "<p>The scale factor relative to the points of the two touches in screen coordinates.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "velocity",
                            "constants": [],
                            "description": "<p>The velocity of the pinch in scale factor per second.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "time",
                            "constants": [],
                            "description": "<p>The event time of the current event being processed.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timeDelta",
                            "constants": [],
                            "description": "<p>The time difference in milliseconds between the previous accepted scaling event and the\ncurrent scaling event.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "currentSpan",
                            "constants": [],
                            "description": "<p>The average distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "currentSpanX",
                            "constants": [],
                            "description": "<p>The average X distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "currentSpanY",
                            "constants": [],
                            "description": "<p>The average Y distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "previousSpan",
                            "constants": [],
                            "description": "<p>The previous average distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "previousSpanX",
                            "constants": [],
                            "description": "<p>The previous average X distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "previousSpanY",
                            "constants": [],
                            "description": "<p>The previous average Y distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "focusX",
                            "constants": [],
                            "description": "<p>The X coordinate of the current gesture's focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "focusY",
                            "constants": [],
                            "description": "<p>The Y coordinate of the current gesture's focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "inProgress",
                            "constants": [],
                            "description": "<p>Returns <code>true</code> if a scale gesture is in progress, <code>false</code> otherwise.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "postlayout",
                    "deprecated": false,
                    "description": "<p>Fired when a layout cycle is finished.</p>"
                },
                {
                    "name": "singletap",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a single tap against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "swipe",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a swipe gesture against the view.</p>",
                    "properties": [
                        {
                            "name": "direction",
                            "constants": [],
                            "description": "<p>Direction of the swipe--either 'left', 'right', 'up', or 'down'.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event's endpoint from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event's endpoint from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchcancel",
                    "deprecated": false,
                    "description": "<p>Fired when a touch event is interrupted by the device.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchend",
                    "deprecated": false,
                    "description": "<p>Fired when a touch event is completed.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Penciland are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchmove",
                    "deprecated": false,
                    "description": "<p>Fired as soon as the device detects movement of a touch.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchstart",
                    "deprecated": false,
                    "description": "<p>Fired as soon as the device detects a touch gesture.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "twofingertap",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a two-finger tap against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "change",
                    "deprecated": false,
                    "description": "<p>Fired when the switch value changes.</p>",
                    "properties": [
                        {
                            "name": "value",
                            "constants": [],
                            "description": "<p>New value of the switch.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                }
            ],
            "examples": [
                {
                    "title": "Simple Switch Example",
                    "code": "<p>Create a standard switch, using default values, and output value property on each <code>change</code>\nevent.</p>\n<pre><code>var win = Ti.UI.createWindow({\n  backgroundColor: 'white'\n});\n\nvar basicSwitch = Ti.UI.createSwitch({\n  value:true // mandatory property for iOS\n});\nwin.add(basicSwitch);\n\nbasicSwitch.addEventListener('change',function(e){\n  Ti.API.info('Switch value: ' + basicSwitch.value);\n});\n\nwin.open();\n\n// print initial value\nTi.API.info('Switch value: ' + basicSwitch.value);\n</code></pre>"
                },
                {
                    "title": "Toggle Button Switch Example (Android)",
                    "code": "<p>Create a standard (toggle button) switch with a customized title for each on/off state, and\noutput value property on each <code>change</code> event.</p>\n<pre><code>var win = Ti.UI.createWindow({\n  backgroundColor: 'white'\n});\n\nvar basicSwitch = Ti.UI.createSwitch({\n  style: Ti.UI.Android.SWITCH_STYLE_TOGGLEBUTTON,\n  titleOn:'Notifications Enabled',\n  titleOff:'Notifications Disabled',\n  value:true,\n  width: 200, height:120\n});\nwin.add(basicSwitch);\n\nbasicSwitch.addEventListener('change',function(e){\n  Ti.API.info('Switch value: ' + basicSwitch.value);\n});\n\nwin.open();\n</code></pre>"
                },
                {
                    "title": "Checkbox Switch Example (Android)",
                    "code": "<p>Create a checkbox switch, and output value property on each <code>change</code> event.</p>\n<pre><code>var win = Ti.UI.createWindow({\n  backgroundColor: 'white'\n});\n\nvar basicSwitch = Ti.UI.createSwitch({\n  style: Ti.UI.Android.SWITCH_STYLE_CHECKBOX,\n  textAlign:Ti.UI.TEXT_ALIGNMENT_CENTER,\n  title:'Notifications',\n  value:true,\n  width: 300 // necessary for textAlign to be effective\n});\nwin.add(basicSwitch);\n\nbasicSwitch.addEventListener('change',function(e){\n  Ti.API.info('Switch value: ' + basicSwitch.value);\n});\n\nwin.open();\n</code></pre>"
                },
                {
                    "title": "Alloy XML Markup",
                    "code": "<p>Previous simple switch example as an Alloy view.</p>\n<p>switchexample.xml:</p>\n<pre><code>&lt;Alloy&gt;\n    &lt;Window id=&quot;win&quot; backgroundColor=&quot;white&quot;&gt;\n        &lt;Switch id=&quot;basicSwitch&quot; value=&quot;true&quot; onChange=&quot;outputState&quot;/&gt;\n    &lt;/Window&gt;\n&lt;/Alloy&gt;\n</code></pre>\n<p>switchexample.js:</p>\n<pre><code>function outputState(){\n    Ti.API.info('Switch value: ' + $.basicSwitch.value);\n}\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "animate",
                    "deprecated": false,
                    "description": "<p>Animates this view.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "animation",
                            "constants": [],
                            "description": "<p>Either a dictionary of animation properties or an\n<a href=\"Titanium.UI.Animation\">Animation</a> object.</p>",
                            "type": "Titanium.UI.Animation",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Function to be invoked upon completion of the animation.</p>",
                            "type": "Function",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "clearMotionEffects",
                    "deprecated": false,
                    "description": "<p>Removes all previously added motion effects.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "finishLayout",
                    "deprecated": true,
                    "description": "<p>Finishes a batch update of the View's layout properties and schedules a layout pass of the\nview tree.\n<strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hide",
                    "deprecated": false,
                    "description": "<p>Hides this view.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Animation options for Android only. <strong>Since SDK 5.1.0 and used only on Android 5.0+</strong></p>\n<p>Determines whether to enable a circular reveal animation.\nNote that the default here is equivalent to passing in <code>{ animated: false }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "insertAt",
                    "deprecated": false,
                    "description": "<p>Inserts a view at the specified position in the <a href=\"Titanium.UI.View.children\">children</a> array.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Pass an object that specifies the view to insert and optionally at which position (defaults to end)</p>",
                            "type": "ViewPositionOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "show",
                    "deprecated": false,
                    "description": "<p>Makes this view visible.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Animation options for Android only. <strong>Since SDK 5.1.0 and only used on Android 5.0+</strong></p>\n<p>Determines whether to enable a circular reveal animation.\nNote that the default here is equivalent to passing in <code>{ animated: false }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "startLayout",
                    "deprecated": true,
                    "description": "<p>Starts a batch update of this view's layout properties. <strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">Titanium.Proxy.applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "toImage",
                    "deprecated": false,
                    "description": "<p>Returns an image of the rendered view, as a Blob.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Function to be invoked upon completion. If non-null, this method will be performed\nasynchronously. If null, it will be performed immediately.</p>",
                            "type": "Function",
                            "usage": "optional"
                        },
                        {
                            "name": "honorScaleFactor",
                            "constants": [],
                            "description": "<p>Determines whether the image is scaled based on scale factor of main screen. (iOS only)</p>\n<p>When set to true, image is scale factor is honored. When set to false, the image in the\nblob has the same dimensions for retina and non-retina devices.</p>",
                            "type": "Boolean",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Blob",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "updateLayout",
                    "deprecated": true,
                    "description": "<p>Performs a batch update of all supplied layout properties and schedules a layout pass after\nthey have been updated.\n<strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">Titanium.Proxy.applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Layout properties to be updated.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "convertPointToView",
                    "deprecated": false,
                    "description": "<p>Translates a point from this view's coordinate system to another view's coordinate system.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "point",
                            "constants": [],
                            "description": "<p>A point in this view's coordinate system.</p>\n<p>If this argument is missing an <code>x</code> or <code>y</code> property, or the properties can not be\nconverted into numbers, an exception will be raised.</p>",
                            "type": "Point",
                            "usage": "required"
                        },
                        {
                            "name": "destinationView",
                            "constants": [],
                            "description": "<p>View that specifies the destination coordinate system to convert to. If this argument\nis not a view, an exception will be raised.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewById",
                    "deprecated": false,
                    "description": "<p>Returns the matching view of a given view ID.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "id",
                            "constants": [],
                            "description": "<p>The ID of the view that should be returned. Use the <code>id</code> property in your views to\nenable it for indexing in this method.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.View",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Switch.bubbleParent\">Titanium.UI.Switch.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Switch.bubbleParent\">Titanium.UI.Switch.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Switch.bubbleParent\">Titanium.UI.Switch.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Switch.bubbleParent\">Titanium.UI.Switch.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Switch.apiName\">Titanium.UI.Switch.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Switch.apiName\">Titanium.UI.Switch.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Switch.lifecycleContainer\">Titanium.UI.Switch.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Switch.lifecycleContainer\">Titanium.UI.Switch.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Switch.lifecycleContainer\">Titanium.UI.Switch.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Switch.lifecycleContainer\">Titanium.UI.Switch.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityHidden",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Switch.accessibilityHidden\">Titanium.UI.Switch.accessibilityHidden</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Switch.accessibilityHidden\">Titanium.UI.Switch.accessibilityHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityHidden",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Switch.accessibilityHidden\">Titanium.UI.Switch.accessibilityHidden</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Switch.accessibilityHidden\">Titanium.UI.Switch.accessibilityHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityHidden",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityHint",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Switch.accessibilityHint\">Titanium.UI.Switch.accessibilityHint</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Switch.accessibilityHint\">Titanium.UI.Switch.accessibilityHint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityHint",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Switch.accessibilityHint\">Titanium.UI.Switch.accessibilityHint</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Switch.accessibilityHint\">Titanium.UI.Switch.accessibilityHint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityHint",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityLabel",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Switch.accessibilityLabel\">Titanium.UI.Switch.accessibilityLabel</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Switch.accessibilityLabel\">Titanium.UI.Switch.accessibilityLabel</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityLabel",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Switch.accessibilityLabel\">Titanium.UI.Switch.accessibilityLabel</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Switch.accessibilityLabel\">Titanium.UI.Switch.accessibilityLabel</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityLabel",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityValue",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Switch.accessibilityValue\">Titanium.UI.Switch.accessibilityValue</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Switch.accessibilityValue\">Titanium.UI.Switch.accessibilityValue</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityValue",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Switch.accessibilityValue\">Titanium.UI.Switch.accessibilityValue</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Switch.accessibilityValue\">Titanium.UI.Switch.accessibilityValue</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityValue",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAnchorPoint",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Switch.anchorPoint\">Titanium.UI.Switch.anchorPoint</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Switch.anchorPoint\">Titanium.UI.Switch.anchorPoint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAnchorPoint",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Switch.anchorPoint\">Titanium.UI.Switch.anchorPoint</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Switch.anchorPoint\">Titanium.UI.Switch.anchorPoint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "anchorPoint",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAnimatedCenter",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Switch.animatedCenter\">Titanium.UI.Switch.animatedCenter</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Switch.animatedCenter\">Titanium.UI.Switch.animatedCenter</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Switch.backgroundColor\">Titanium.UI.Switch.backgroundColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Switch.backgroundColor\">Titanium.UI.Switch.backgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Switch.backgroundColor\">Titanium.UI.Switch.backgroundColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Switch.backgroundColor\">Titanium.UI.Switch.backgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundDisabledColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Switch.backgroundDisabledColor\">Titanium.UI.Switch.backgroundDisabledColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Switch.backgroundDisabledColor\">Titanium.UI.Switch.backgroundDisabledColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundDisabledColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Switch.backgroundDisabledColor\">Titanium.UI.Switch.backgroundDisabledColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Switch.backgroundDisabledColor\">Titanium.UI.Switch.backgroundDisabledColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundDisabledColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundDisabledImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Switch.backgroundDisabledImage\">Titanium.UI.Switch.backgroundDisabledImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Switch.backgroundDisabledImage\">Titanium.UI.Switch.backgroundDisabledImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundDisabledImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Switch.backgroundDisabledImage\">Titanium.UI.Switch.backgroundDisabledImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Switch.backgroundDisabledImage\">Titanium.UI.Switch.backgroundDisabledImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundDisabledImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundFocusedColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Switch.backgroundFocusedColor\">Titanium.UI.Switch.backgroundFocusedColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Switch.backgroundFocusedColor\">Titanium.UI.Switch.backgroundFocusedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundFocusedColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Switch.backgroundFocusedColor\">Titanium.UI.Switch.backgroundFocusedColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Switch.backgroundFocusedColor\">Titanium.UI.Switch.backgroundFocusedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundFocusedColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundFocusedImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Switch.backgroundFocusedImage\">Titanium.UI.Switch.backgroundFocusedImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Switch.backgroundFocusedImage\">Titanium.UI.Switch.backgroundFocusedImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundFocusedImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Switch.backgroundFocusedImage\">Titanium.UI.Switch.backgroundFocusedImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Switch.backgroundFocusedImage\">Titanium.UI.Switch.backgroundFocusedImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundFocusedImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundGradient",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Switch.backgroundGradient\">Titanium.UI.Switch.backgroundGradient</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Switch.backgroundGradient\">Titanium.UI.Switch.backgroundGradient</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Gradient",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundGradient",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Switch.backgroundGradient\">Titanium.UI.Switch.backgroundGradient</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Switch.backgroundGradient\">Titanium.UI.Switch.backgroundGradient</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundGradient",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Gradient",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Switch.backgroundImage\">Titanium.UI.Switch.backgroundImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Switch.backgroundImage\">Titanium.UI.Switch.backgroundImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Switch.backgroundImage\">Titanium.UI.Switch.backgroundImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Switch.backgroundImage\">Titanium.UI.Switch.backgroundImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundRepeat",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Switch.backgroundRepeat\">Titanium.UI.Switch.backgroundRepeat</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Switch.backgroundRepeat\">Titanium.UI.Switch.backgroundRepeat</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundRepeat",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Switch.backgroundRepeat\">Titanium.UI.Switch.backgroundRepeat</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Switch.backgroundRepeat\">Titanium.UI.Switch.backgroundRepeat</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundRepeat",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundLeftCap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Switch.backgroundLeftCap\">Titanium.UI.Switch.backgroundLeftCap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Switch.backgroundLeftCap\">Titanium.UI.Switch.backgroundLeftCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundLeftCap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Switch.backgroundLeftCap\">Titanium.UI.Switch.backgroundLeftCap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Switch.backgroundLeftCap\">Titanium.UI.Switch.backgroundLeftCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundLeftCap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundSelectedColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Switch.backgroundSelectedColor\">Titanium.UI.Switch.backgroundSelectedColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Switch.backgroundSelectedColor\">Titanium.UI.Switch.backgroundSelectedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundSelectedColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Switch.backgroundSelectedColor\">Titanium.UI.Switch.backgroundSelectedColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Switch.backgroundSelectedColor\">Titanium.UI.Switch.backgroundSelectedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundSelectedColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundSelectedImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Switch.backgroundSelectedImage\">Titanium.UI.Switch.backgroundSelectedImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Switch.backgroundSelectedImage\">Titanium.UI.Switch.backgroundSelectedImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundSelectedImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Switch.backgroundSelectedImage\">Titanium.UI.Switch.backgroundSelectedImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Switch.backgroundSelectedImage\">Titanium.UI.Switch.backgroundSelectedImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundSelectedImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundTopCap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Switch.backgroundTopCap\">Titanium.UI.Switch.backgroundTopCap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Switch.backgroundTopCap\">Titanium.UI.Switch.backgroundTopCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundTopCap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Switch.backgroundTopCap\">Titanium.UI.Switch.backgroundTopCap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Switch.backgroundTopCap\">Titanium.UI.Switch.backgroundTopCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundTopCap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Switch.borderColor\">Titanium.UI.Switch.borderColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Switch.borderColor\">Titanium.UI.Switch.borderColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Switch.borderColor\">Titanium.UI.Switch.borderColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Switch.borderColor\">Titanium.UI.Switch.borderColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderRadius",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Switch.borderRadius\">Titanium.UI.Switch.borderRadius</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Switch.borderRadius\">Titanium.UI.Switch.borderRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderRadius",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Switch.borderRadius\">Titanium.UI.Switch.borderRadius</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Switch.borderRadius\">Titanium.UI.Switch.borderRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderRadius",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderWidth",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Switch.borderWidth\">Titanium.UI.Switch.borderWidth</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Switch.borderWidth\">Titanium.UI.Switch.borderWidth</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderWidth",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Switch.borderWidth\">Titanium.UI.Switch.borderWidth</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Switch.borderWidth\">Titanium.UI.Switch.borderWidth</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderWidth",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBottom",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Switch.bottom\">Titanium.UI.Switch.bottom</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Switch.bottom\">Titanium.UI.Switch.bottom</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBottom",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Switch.bottom\">Titanium.UI.Switch.bottom</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Switch.bottom\">Titanium.UI.Switch.bottom</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bottom",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getCenter",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Switch.center\">Titanium.UI.Switch.center</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Switch.center\">Titanium.UI.Switch.center</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setCenter",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Switch.center\">Titanium.UI.Switch.center</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Switch.center\">Titanium.UI.Switch.center</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "center",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getClipMode",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Switch.clipMode\">Titanium.UI.Switch.clipMode</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Switch.clipMode\">Titanium.UI.Switch.clipMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setClipMode",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Switch.clipMode\">Titanium.UI.Switch.clipMode</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Switch.clipMode\">Titanium.UI.Switch.clipMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "clipMode",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getElevation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Switch.elevation\">Titanium.UI.Switch.elevation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Switch.elevation\">Titanium.UI.Switch.elevation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setElevation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Switch.elevation\">Titanium.UI.Switch.elevation</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Switch.elevation\">Titanium.UI.Switch.elevation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "elevation",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getFocusable",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Switch.focusable\">Titanium.UI.Switch.focusable</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Switch.focusable\">Titanium.UI.Switch.focusable</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setFocusable",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Switch.focusable\">Titanium.UI.Switch.focusable</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Switch.focusable\">Titanium.UI.Switch.focusable</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "focusable",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getHeight",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Switch.height\">Titanium.UI.Switch.height</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Switch.height\">Titanium.UI.Switch.height</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHeight",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Switch.height\">Titanium.UI.Switch.height</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Switch.height\">Titanium.UI.Switch.height</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "height",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHiddenBehavior",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Switch.hiddenBehavior\">Titanium.UI.Switch.hiddenBehavior</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Switch.hiddenBehavior\">Titanium.UI.Switch.hiddenBehavior</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setHiddenBehavior",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Switch.hiddenBehavior\">Titanium.UI.Switch.hiddenBehavior</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Switch.hiddenBehavior\">Titanium.UI.Switch.hiddenBehavior</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "hiddenBehavior",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getHorizontalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Switch.horizontalMotionEffect\">Titanium.UI.Switch.horizontalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Switch.horizontalMotionEffect\">Titanium.UI.Switch.horizontalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "MinMaxOptions",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHorizontalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Switch.horizontalMotionEffect\">Titanium.UI.Switch.horizontalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Switch.horizontalMotionEffect\">Titanium.UI.Switch.horizontalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "horizontalMotionEffect",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "MinMaxOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLeft",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Switch.left\">Titanium.UI.Switch.left</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Switch.left\">Titanium.UI.Switch.left</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLeft",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Switch.left\">Titanium.UI.Switch.left</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Switch.left\">Titanium.UI.Switch.left</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "left",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLayout",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Switch.layout\">Titanium.UI.Switch.layout</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Switch.layout\">Titanium.UI.Switch.layout</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLayout",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Switch.layout\">Titanium.UI.Switch.layout</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Switch.layout\">Titanium.UI.Switch.layout</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "layout",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getOpacity",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Switch.opacity\">Titanium.UI.Switch.opacity</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Switch.opacity\">Titanium.UI.Switch.opacity</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setOpacity",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Switch.opacity\">Titanium.UI.Switch.opacity</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Switch.opacity\">Titanium.UI.Switch.opacity</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "opacity",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getOverrideCurrentAnimation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Switch.overrideCurrentAnimation\">Titanium.UI.Switch.overrideCurrentAnimation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Switch.overrideCurrentAnimation\">Titanium.UI.Switch.overrideCurrentAnimation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setOverrideCurrentAnimation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Switch.overrideCurrentAnimation\">Titanium.UI.Switch.overrideCurrentAnimation</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Switch.overrideCurrentAnimation\">Titanium.UI.Switch.overrideCurrentAnimation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "overrideCurrentAnimation",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getPullBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Switch.pullBackgroundColor\">Titanium.UI.Switch.pullBackgroundColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Switch.pullBackgroundColor\">Titanium.UI.Switch.pullBackgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setPullBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Switch.pullBackgroundColor\">Titanium.UI.Switch.pullBackgroundColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Switch.pullBackgroundColor\">Titanium.UI.Switch.pullBackgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "pullBackgroundColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPreviewContext",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Switch.previewContext\">Titanium.UI.Switch.previewContext</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Switch.previewContext\">Titanium.UI.Switch.previewContext</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.iOS.PreviewContext",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "setPreviewContext",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Switch.previewContext\">Titanium.UI.Switch.previewContext</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Switch.previewContext\">Titanium.UI.Switch.previewContext</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "previewContext",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.iOS.PreviewContext",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "getRight",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Switch.right\">Titanium.UI.Switch.right</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Switch.right\">Titanium.UI.Switch.right</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setRight",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Switch.right\">Titanium.UI.Switch.right</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Switch.right\">Titanium.UI.Switch.right</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "right",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Switch.rect\">Titanium.UI.Switch.rect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Switch.rect\">Titanium.UI.Switch.rect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "DimensionWithAbsolutes",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRotation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Switch.rotation\">Titanium.UI.Switch.rotation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Switch.rotation\">Titanium.UI.Switch.rotation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRotation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Switch.rotation\">Titanium.UI.Switch.rotation</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Switch.rotation\">Titanium.UI.Switch.rotation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rotation",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getRotationX",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Switch.rotationX\">Titanium.UI.Switch.rotationX</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Switch.rotationX\">Titanium.UI.Switch.rotationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRotationX",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Switch.rotationX\">Titanium.UI.Switch.rotationX</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Switch.rotationX\">Titanium.UI.Switch.rotationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rotationX",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getRotationY",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Switch.rotationY\">Titanium.UI.Switch.rotationY</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Switch.rotationY\">Titanium.UI.Switch.rotationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRotationY",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Switch.rotationY\">Titanium.UI.Switch.rotationY</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Switch.rotationY\">Titanium.UI.Switch.rotationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rotationY",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getScaleX",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Switch.scaleX\">Titanium.UI.Switch.scaleX</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Switch.scaleX\">Titanium.UI.Switch.scaleX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setScaleX",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Switch.scaleX\">Titanium.UI.Switch.scaleX</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Switch.scaleX\">Titanium.UI.Switch.scaleX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "scaleX",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getScaleY",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Switch.scaleY\">Titanium.UI.Switch.scaleY</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Switch.scaleY\">Titanium.UI.Switch.scaleY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setScaleY",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Switch.scaleY\">Titanium.UI.Switch.scaleY</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Switch.scaleY\">Titanium.UI.Switch.scaleY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "scaleY",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getSize",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Switch.size\">Titanium.UI.Switch.size</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Switch.size\">Titanium.UI.Switch.size</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Dimension",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSoftKeyboardOnFocus",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Switch.softKeyboardOnFocus\">Titanium.UI.Switch.softKeyboardOnFocus</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Switch.softKeyboardOnFocus\">Titanium.UI.Switch.softKeyboardOnFocus</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setSoftKeyboardOnFocus",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Switch.softKeyboardOnFocus\">Titanium.UI.Switch.softKeyboardOnFocus</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Switch.softKeyboardOnFocus\">Titanium.UI.Switch.softKeyboardOnFocus</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "softKeyboardOnFocus",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTintColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Switch.tintColor\">Titanium.UI.Switch.tintColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Switch.tintColor\">Titanium.UI.Switch.tintColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTintColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Switch.tintColor\">Titanium.UI.Switch.tintColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Switch.tintColor\">Titanium.UI.Switch.tintColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "tintColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTop",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Switch.top\">Titanium.UI.Switch.top</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Switch.top\">Titanium.UI.Switch.top</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTop",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Switch.top\">Titanium.UI.Switch.top</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Switch.top\">Titanium.UI.Switch.top</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "top",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTouchEnabled",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Switch.touchEnabled\">Titanium.UI.Switch.touchEnabled</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Switch.touchEnabled\">Titanium.UI.Switch.touchEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTouchEnabled",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Switch.touchEnabled\">Titanium.UI.Switch.touchEnabled</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Switch.touchEnabled\">Titanium.UI.Switch.touchEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchEnabled",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTouchFeedback",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Switch.touchFeedback\">Titanium.UI.Switch.touchFeedback</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Switch.touchFeedback\">Titanium.UI.Switch.touchFeedback</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTouchFeedback",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Switch.touchFeedback\">Titanium.UI.Switch.touchFeedback</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Switch.touchFeedback\">Titanium.UI.Switch.touchFeedback</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchFeedback",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTouchFeedbackColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Switch.touchFeedbackColor\">Titanium.UI.Switch.touchFeedbackColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Switch.touchFeedbackColor\">Titanium.UI.Switch.touchFeedbackColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTouchFeedbackColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Switch.touchFeedbackColor\">Titanium.UI.Switch.touchFeedbackColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Switch.touchFeedbackColor\">Titanium.UI.Switch.touchFeedbackColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchFeedbackColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTransform",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Switch.transform\">Titanium.UI.Switch.transform</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Switch.transform\">Titanium.UI.Switch.transform</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Matrix2D",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTransform",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Switch.transform\">Titanium.UI.Switch.transform</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Switch.transform\">Titanium.UI.Switch.transform</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "transform",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Matrix2D",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTranslationX",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Switch.translationX\">Titanium.UI.Switch.translationX</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Switch.translationX\">Titanium.UI.Switch.translationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTranslationX",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Switch.translationX\">Titanium.UI.Switch.translationX</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Switch.translationX\">Titanium.UI.Switch.translationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translationX",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTranslationY",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Switch.translationY\">Titanium.UI.Switch.translationY</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Switch.translationY\">Titanium.UI.Switch.translationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTranslationY",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Switch.translationY\">Titanium.UI.Switch.translationY</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Switch.translationY\">Titanium.UI.Switch.translationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translationY",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTranslationZ",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Switch.translationZ\">Titanium.UI.Switch.translationZ</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Switch.translationZ\">Titanium.UI.Switch.translationZ</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTranslationZ",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Switch.translationZ\">Titanium.UI.Switch.translationZ</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Switch.translationZ\">Titanium.UI.Switch.translationZ</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translationZ",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTransitionName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Switch.transitionName\">Titanium.UI.Switch.transitionName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Switch.transitionName\">Titanium.UI.Switch.transitionName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTransitionName",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Switch.transitionName\">Titanium.UI.Switch.transitionName</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Switch.transitionName\">Titanium.UI.Switch.transitionName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "transitionName",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getVerticalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Switch.verticalMotionEffect\">Titanium.UI.Switch.verticalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Switch.verticalMotionEffect\">Titanium.UI.Switch.verticalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "MinMaxOptions",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setVerticalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Switch.verticalMotionEffect\">Titanium.UI.Switch.verticalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Switch.verticalMotionEffect\">Titanium.UI.Switch.verticalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "verticalMotionEffect",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "MinMaxOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowRadius",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Switch.viewShadowRadius\">Titanium.UI.Switch.viewShadowRadius</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Switch.viewShadowRadius\">Titanium.UI.Switch.viewShadowRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowRadius",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Switch.viewShadowRadius\">Titanium.UI.Switch.viewShadowRadius</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Switch.viewShadowRadius\">Titanium.UI.Switch.viewShadowRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowRadius",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Switch.viewShadowColor\">Titanium.UI.Switch.viewShadowColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Switch.viewShadowColor\">Titanium.UI.Switch.viewShadowColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Switch.viewShadowColor\">Titanium.UI.Switch.viewShadowColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Switch.viewShadowColor\">Titanium.UI.Switch.viewShadowColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowOffset",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Switch.viewShadowOffset\">Titanium.UI.Switch.viewShadowOffset</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Switch.viewShadowOffset\">Titanium.UI.Switch.viewShadowOffset</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowOffset",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Switch.viewShadowOffset\">Titanium.UI.Switch.viewShadowOffset</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Switch.viewShadowOffset\">Titanium.UI.Switch.viewShadowOffset</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowOffset",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getVisible",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Switch.visible\">Titanium.UI.Switch.visible</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Switch.visible\">Titanium.UI.Switch.visible</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setVisible",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Switch.visible\">Titanium.UI.Switch.visible</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Switch.visible\">Titanium.UI.Switch.visible</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "visible",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getWidth",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Switch.width\">Titanium.UI.Switch.width</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Switch.width\">Titanium.UI.Switch.width</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setWidth",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Switch.width\">Titanium.UI.Switch.width</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Switch.width\">Titanium.UI.Switch.width</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "width",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHorizontalWrap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Switch.horizontalWrap\">Titanium.UI.Switch.horizontalWrap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Switch.horizontalWrap\">Titanium.UI.Switch.horizontalWrap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHorizontalWrap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Switch.horizontalWrap\">Titanium.UI.Switch.horizontalWrap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Switch.horizontalWrap\">Titanium.UI.Switch.horizontalWrap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "horizontalWrap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getZIndex",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Switch.zIndex\">Titanium.UI.Switch.zIndex</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Switch.zIndex\">Titanium.UI.Switch.zIndex</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setZIndex",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Switch.zIndex\">Titanium.UI.Switch.zIndex</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Switch.zIndex\">Titanium.UI.Switch.zIndex</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "zIndex",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getKeepScreenOn",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Switch.keepScreenOn\">Titanium.UI.Switch.keepScreenOn</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Switch.keepScreenOn\">Titanium.UI.Switch.keepScreenOn</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setKeepScreenOn",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Switch.keepScreenOn\">Titanium.UI.Switch.keepScreenOn</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Switch.keepScreenOn\">Titanium.UI.Switch.keepScreenOn</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "keepScreenOn",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getAnimated",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Switch.animated\">Titanium.UI.Switch.animated</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Switch.animated\">Titanium.UI.Switch.animated</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.1"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.1.1"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAnimated",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Switch.animated\">Titanium.UI.Switch.animated</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Switch.animated\">Titanium.UI.Switch.animated</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "animated",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.1"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.1.1"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Switch.color\">Titanium.UI.Switch.color</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Switch.color\">Titanium.UI.Switch.color</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Switch.color\">Titanium.UI.Switch.color</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Switch.color\">Titanium.UI.Switch.color</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "color",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getEnabled",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Switch.enabled\">Titanium.UI.Switch.enabled</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Switch.enabled\">Titanium.UI.Switch.enabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setEnabled",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Switch.enabled\">Titanium.UI.Switch.enabled</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Switch.enabled\">Titanium.UI.Switch.enabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "enabled",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getFont",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Switch.font\">Titanium.UI.Switch.font</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Switch.font\">Titanium.UI.Switch.font</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Font",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setFont",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Switch.font\">Titanium.UI.Switch.font</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Switch.font\">Titanium.UI.Switch.font</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "font",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Font",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getStyle",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Switch.style\">Titanium.UI.Switch.style</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Switch.style\">Titanium.UI.Switch.style</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setStyle",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Switch.style\">Titanium.UI.Switch.style</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Switch.style\">Titanium.UI.Switch.style</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "style",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTextAlign",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Switch.textAlign\">Titanium.UI.Switch.textAlign</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Switch.textAlign\">Titanium.UI.Switch.textAlign</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTextAlign",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Switch.textAlign\">Titanium.UI.Switch.textAlign</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Switch.textAlign\">Titanium.UI.Switch.textAlign</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "textAlign",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTitle",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Switch.title\">Titanium.UI.Switch.title</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Switch.title\">Titanium.UI.Switch.title</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTitle",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Switch.title\">Titanium.UI.Switch.title</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Switch.title\">Titanium.UI.Switch.title</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "title",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTitleOff",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Switch.titleOff\">Titanium.UI.Switch.titleOff</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Switch.titleOff\">Titanium.UI.Switch.titleOff</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTitleOff",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Switch.titleOff\">Titanium.UI.Switch.titleOff</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Switch.titleOff\">Titanium.UI.Switch.titleOff</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "titleOff",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTitleOn",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Switch.titleOn\">Titanium.UI.Switch.titleOn</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Switch.titleOn\">Titanium.UI.Switch.titleOn</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTitleOn",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Switch.titleOn\">Titanium.UI.Switch.titleOn</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Switch.titleOn\">Titanium.UI.Switch.titleOn</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "titleOn",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getOnTintColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Switch.onTintColor\">Titanium.UI.Switch.onTintColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Switch.onTintColor\">Titanium.UI.Switch.onTintColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setOnTintColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Switch.onTintColor\">Titanium.UI.Switch.onTintColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Switch.onTintColor\">Titanium.UI.Switch.onTintColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "onTintColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getThumbTintColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Switch.thumbTintColor\">Titanium.UI.Switch.thumbTintColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Switch.thumbTintColor\">Titanium.UI.Switch.thumbTintColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setThumbTintColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Switch.thumbTintColor\">Titanium.UI.Switch.thumbTintColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Switch.thumbTintColor\">Titanium.UI.Switch.thumbTintColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "thumbTintColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getValue",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Switch.value\">Titanium.UI.Switch.value</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Switch.value\">Titanium.UI.Switch.value</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setValue",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Switch.value\">Titanium.UI.Switch.value</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Switch.value\">Titanium.UI.Switch.value</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "value",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getVerticalAlign",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Switch.verticalAlign\">Titanium.UI.Switch.verticalAlign</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Switch.verticalAlign\">Titanium.UI.Switch.verticalAlign</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setVerticalAlign",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Switch.verticalAlign\">Titanium.UI.Switch.verticalAlign</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Switch.verticalAlign\">Titanium.UI.Switch.verticalAlign</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "verticalAlign",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.UI.View",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "accessibilityHidden",
                    "deprecated": false,
                    "description": "<p>Whether the view should be &quot;hidden&quot; from (i.e., ignored by) the accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityHint",
                    "deprecated": false,
                    "description": "<p>Briefly describes what performing an action (such as a click) on the view will do.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityLabel",
                    "deprecated": false,
                    "description": "<p>A succint label identifying the view for the device's accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityValue",
                    "deprecated": false,
                    "description": "<p>A string describing the value (if any) of the view for the device's accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "anchorPoint",
                    "deprecated": false,
                    "description": "<p>Coordinate of the view about which to pivot an animation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "animatedCenter",
                    "deprecated": false,
                    "description": "<p>Current position of the view during an animation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundColor",
                    "deprecated": false,
                    "description": "<p>Background color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundDisabledColor",
                    "deprecated": false,
                    "description": "<p>Disabled background color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundDisabledImage",
                    "deprecated": false,
                    "description": "<p>Disabled background image for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundFocusedColor",
                    "deprecated": false,
                    "description": "<p>Focused background color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundFocusedImage",
                    "deprecated": false,
                    "description": "<p>Focused background image for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundGradient",
                    "deprecated": false,
                    "description": "<p>A background gradient for the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [
                        {
                            "title": "Linear and Radial Gradients",
                            "code": "<p>The following code excerpt creates two views, one with a linear gradient and one with\na radial gradient.</p>\n<pre><code>var win1 = Titanium.UI.createWindow({\n    title:'Tab 1',\n    backgroundColor:'#fff',\n    layout: 'vertical'\n});\n\nvar radialGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'radial',\n        startPoint: { x: 50, y: 50 },\n        endPoint: { x: 50, y: 50 },\n        colors: [ 'red', 'blue'],\n        startRadius: 50,\n        endRadius: 0,\n        backfillStart: true\n    }\n});\nvar linearGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'linear',\n        startPoint: { x: '0%', y: '50%' },\n        endPoint: { x: '100%', y: '50%' },\n        colors: [ { color: 'red', offset: 0.0}, { color: 'blue', offset: 0.25 }, { color: 'red', offset: 1.0 } ],\n    }\n});\nwin1.add(radialGradient);\nwin1.add(linearGradient);\nwin1.open();\n</code></pre>"
                        }
                    ],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Gradient",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundImage",
                    "deprecated": false,
                    "description": "<p>Background image for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundRepeat",
                    "deprecated": false,
                    "description": "<p>Determines whether to tile a background across a view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundLeftCap",
                    "deprecated": false,
                    "description": "<p>Size of the left end cap.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundSelectedColor",
                    "deprecated": false,
                    "description": "<p>Selected background color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundSelectedImage",
                    "deprecated": false,
                    "description": "<p>Selected background image url for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundTopCap",
                    "deprecated": false,
                    "description": "<p>Size of the top end cap.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderColor",
                    "deprecated": false,
                    "description": "<p>Border color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderRadius",
                    "deprecated": false,
                    "description": "<p>Radius for the rounded corners of the view's border.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderWidth",
                    "deprecated": false,
                    "description": "<p>Border width of the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "bottom",
                    "deprecated": false,
                    "description": "<p>View's bottom position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "center",
                    "deprecated": false,
                    "description": "<p>View's center position, in the parent view's coordinates.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "clipMode",
                    "deprecated": false,
                    "description": "<p>View's clipping behavior.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "elevation",
                    "deprecated": false,
                    "description": "<p>Base elevation of the view relative to its parent in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "focusable",
                    "deprecated": false,
                    "description": "<p>Whether view should be focusable while navigating with the trackball.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "height",
                    "deprecated": false,
                    "description": "<p>View height, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.FILL",
                        "Titanium.UI.SIZE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hiddenBehavior",
                    "deprecated": false,
                    "description": "<p>Sets the behavior when hiding an object to release or keep the free space</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.HIDDEN_BEHAVIOR_INVISIBLE",
                        "Titanium.UI.HIDDEN_BEHAVIOR_GONE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "horizontalMotionEffect",
                    "deprecated": false,
                    "description": "<p>Adds a horizontal parallax effect to the view</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "MinMaxOptions",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "id",
                    "deprecated": false,
                    "description": "<p>View's identifier.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "left",
                    "deprecated": false,
                    "description": "<p>View's left position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "layout",
                    "deprecated": false,
                    "description": "<p>Specifies how the view positions its children.\nOne of: 'composite', 'vertical', or 'horizontal'.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "opacity",
                    "deprecated": false,
                    "description": "<p>Opacity of this view, from 0.0 (transparent) to 1.0 (opaque). Defaults to 1.0 (opaque).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "overrideCurrentAnimation",
                    "deprecated": false,
                    "description": "<p>When on, animate call overrides current animation if applicable.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "pullBackgroundColor",
                    "deprecated": false,
                    "description": "<p>Background color of the wrapper view when this view is used as either <a href=\"Titanium.UI.ListView.pullView\">Titanium.UI.ListView.pullView</a> or <a href=\"Titanium.UI.TableView.headerPullView\">Titanium.UI.TableView.headerPullView</a>.</p>\n<p>Defaults to <code>undefined</code>. Results in a light grey background color on the wrapper view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "previewContext",
                    "deprecated": false,
                    "description": "<p>The preview context used in the 3D-Touch feature &quot;Peek and Pop&quot;.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Titanium.UI.iOS.PreviewContext",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "right",
                    "deprecated": false,
                    "description": "<p>View's right position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "rect",
                    "deprecated": false,
                    "description": "<p>The bounding box of the view relative to its parent, in system units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "type": "DimensionWithAbsolutes",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "rotation",
                    "deprecated": false,
                    "description": "<p>Clockwise 2D rotation of the view in degrees.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "rotationX",
                    "deprecated": false,
                    "description": "<p>Clockwise rotation of the view in degrees (x-axis).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "rotationY",
                    "deprecated": false,
                    "description": "<p>Clockwise rotation of the view in degrees (y-axis).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "scaleX",
                    "deprecated": false,
                    "description": "<p>Scaling of the view in x-axis in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "scaleY",
                    "deprecated": false,
                    "description": "<p>Scaling of the view in y-axis in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "size",
                    "deprecated": false,
                    "description": "<p>The size of the view in system units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Dimension",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "softKeyboardOnFocus",
                    "deprecated": false,
                    "description": "<p>Determines keyboard behavior when this view is focused. Defaults to <a href=\"Titanium.UI.Android.SOFT_KEYBOARD_DEFAULT_ON_FOCUS\">Titanium.UI.Android.SOFT_KEYBOARD_DEFAULT_ON_FOCUS</a>.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.Android.SOFT_KEYBOARD_DEFAULT_ON_FOCUS",
                        "Titanium.UI.Android.SOFT_KEYBOARD_HIDE_ON_FOCUS",
                        "Titanium.UI.Android.SOFT_KEYBOARD_SHOW_ON_FOCUS"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "tintColor",
                    "deprecated": false,
                    "description": "<p>The color used to tint the outline of the switch when it is turned off.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "top",
                    "deprecated": false,
                    "description": "<p>The view's top position.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "touchEnabled",
                    "deprecated": false,
                    "description": "<p>Determines whether view should receive touch events.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "touchFeedback",
                    "deprecated": false,
                    "description": "<p>A material design visual construct that provides an instantaneous visual confirmation of touch point.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "touchFeedbackColor",
                    "deprecated": false,
                    "description": "<p>Optional touch feedback ripple color. This has no effect unless <code>touchFeedback</code> is true.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "transform",
                    "deprecated": false,
                    "description": "<p>Transformation matrix to apply to the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Titanium.UI.Matrix2D",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "translationX",
                    "deprecated": false,
                    "description": "<p>Horizontal location of the view relative to its left position in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "translationY",
                    "deprecated": false,
                    "description": "<p>Vertical location of the view relative to its top position in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "translationZ",
                    "deprecated": false,
                    "description": "<p>Depth of the view relative to its elevation in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "transitionName",
                    "deprecated": false,
                    "description": "<p>A name to identify this view in activity transition.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.2"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "verticalMotionEffect",
                    "deprecated": false,
                    "description": "<p>Adds a vertical parallax effect to the view</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "MinMaxOptions",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowRadius",
                    "deprecated": false,
                    "description": "<p>Determines the blur radius used to create the shadow.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowColor",
                    "deprecated": false,
                    "description": "<p>Determines the color of the shadow.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowOffset",
                    "deprecated": false,
                    "description": "<p>Determines the offset for the shadow of the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "visible",
                    "deprecated": false,
                    "description": "<p>Determines whether the view is visible.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "width",
                    "deprecated": false,
                    "description": "<p>View's width, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.FILL",
                        "Titanium.UI.SIZE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "horizontalWrap",
                    "deprecated": false,
                    "description": "<p>Determines whether the layout has wrapping behavior.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "zIndex",
                    "deprecated": false,
                    "description": "<p>Z-index stack order position, relative to other sibling views.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "keepScreenOn",
                    "deprecated": false,
                    "description": "<p>Determines whether to keep the device screen on.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "animated",
                    "deprecated": false,
                    "description": "<p>Determines if there is animation when the switch value changes.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.1"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.1.1"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "color",
                    "deprecated": false,
                    "description": "<p>Color to use for switch text, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "enabled",
                    "deprecated": false,
                    "description": "<p>Determines whether the switch is enabled.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "font",
                    "deprecated": false,
                    "description": "<p>Font to use for the switch text.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "type": "Font",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "style",
                    "deprecated": false,
                    "description": "<p>Style of the switch.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.Android.SWITCH_STYLE_CHECKBOX",
                        "Titanium.UI.Android.SWITCH_STYLE_TOGGLEBUTTON",
                        "Titanium.UI.Android.SWITCH_STYLE_SWITCH"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "textAlign",
                    "deprecated": false,
                    "description": "<p>Horizontal text alignment of the switch title.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.TEXT_ALIGNMENT_CENTER",
                        "Titanium.UI.TEXT_ALIGNMENT_JUSTIFY",
                        "Titanium.UI.TEXT_ALIGNMENT_LEFT",
                        "Titanium.UI.TEXT_ALIGNMENT_RIGHT"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "title",
                    "deprecated": false,
                    "description": "<p>Text to display next to the switch, when the checkbox style is in use.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "titleOff",
                    "deprecated": false,
                    "description": "<p>Text to display on the switch in its &quot;off&quot; state, when the toggle button style is in use.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "titleOn",
                    "deprecated": false,
                    "description": "<p>Text to display on the switch in its &quot;on&quot; state, when the toggle button style is in use.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "onTintColor",
                    "deprecated": false,
                    "description": "<p>The color used to tint the appearance of the switch when it is turned on.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "thumbTintColor",
                    "deprecated": false,
                    "description": "<p>The color used to tint the appearance of the thumb.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "value",
                    "deprecated": false,
                    "description": "<p>Indicates whether the switch has been turned on or off by the user. May also be set\nprogrammatically.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "verticalAlign",
                    "deprecated": false,
                    "description": "<p>Vertical alignment for the text field.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.TEXT_VERTICAL_ALIGNMENT_BOTTOM",
                        "Titanium.UI.TEXT_VERTICAL_ALIGNMENT_CENTER",
                        "Titanium.UI.TEXT_VERTICAL_ALIGNMENT_TOP"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "remarks": [
                "<table id=\"platformComparison\">\n  <tbody>\n    <tr>\n      <td><img src=\"images/switch/switch_android.png\" height=\"75\" /></td>\n      <td><img src=\"images/switch/switch_ios.png\" height=\"75\" /></td>\n      <td><img src=\"images/switch/switch_wp.png\" height=\"75\" /></td>\n    </tr>\n  </tbody>\n  <tfoot>\n    <tr>\n      <th>Android</th>\n      <th>iOS</th>\n      <th>Windows Phone</th>\n    </tr>\n  </tfoot>\n</table>\n<p>The appearance of a <code>Switch</code> control varies by platform:</p>\n<ul>\n<li>\n<p>On Android, a Switch object can be styled either as a switch, checkbox or\ntoggle button based on the <a href=\"Titanium.UI.Switch.style\">Titanium.UI.Switch.style</a> property. The checkbox style can\noptionally display a label next to the control.</p>\n</li>\n<li>\n<p>On iOS, a Switch appears as an iOS on/off switch and doesn't have any text associated with it.</p>\n</li>\n</ul>\n<p>Use the <a href=\"Titanium.UI.createSwitch\">Titanium.UI.createSwitch</a> method or <strong><code>&lt;Switch&gt;</code></strong> Alloy element to create a switch.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.Tab",
            "description": "<p>A tab instance for a <a href=\"Titanium.UI.TabGroup\">TabGroup</a>.</p>",
            "deprecated": false,
            "events": [
                {
                    "name": "click",
                    "deprecated": false,
                    "description": "<p>Fired when this tab is clicked in the tab group.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "dblclick",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a double click against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "doubletap",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a double tap against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "focus",
                    "deprecated": true,
                    "description": "<p>Fired when the tab gains focus. <strong>Removed in 9.0.0. Use <a href=\"Titanium.UI.Tab.selected\">Titanium.UI.Tab.selected</a> instead.</strong></p>",
                    "properties": [
                        {
                            "name": "index",
                            "constants": [],
                            "description": "<p>Index of the current active tab.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "previousIndex",
                            "constants": [],
                            "description": "<p>Index of the previous active tab.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "tab",
                            "constants": [],
                            "description": "<p>Current active tab object.</p>",
                            "type": "Titanium.UI.Tab",
                            "deprecated": false
                        },
                        {
                            "name": "previousTab",
                            "constants": [],
                            "description": "<p>Previous active tab object.</p>",
                            "type": "Titanium.UI.Tab",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "longpress",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a long press.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "postlayout",
                    "deprecated": false,
                    "description": "<p>Fired when a layout cycle is finished.</p>"
                },
                {
                    "name": "singletap",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a single tap against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "swipe",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a swipe gesture against the view.</p>",
                    "properties": [
                        {
                            "name": "direction",
                            "constants": [],
                            "description": "<p>Direction of the swipe--either 'left', 'right', 'up', or 'down'.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event's endpoint from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event's endpoint from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchcancel",
                    "deprecated": false,
                    "description": "<p>Fired when a touch event is interrupted by the device.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchend",
                    "deprecated": false,
                    "description": "<p>Fired when a touch event is completed.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Penciland are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchmove",
                    "deprecated": false,
                    "description": "<p>Fired as soon as the device detects movement of a touch.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchstart",
                    "deprecated": false,
                    "description": "<p>Fired as soon as the device detects a touch gesture.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "blur",
                    "deprecated": true,
                    "description": "<p>Fired when the tab loses focus. <strong>Removed in 9.0.0. Use <a href=\"Titanium.UI.Tab.unselected\">Titanium.UI.Tab.unselected</a> instead.</strong></p>",
                    "properties": [
                        {
                            "name": "index",
                            "constants": [],
                            "description": "<p>Index of the current active tab.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "previousIndex",
                            "constants": [],
                            "description": "<p>Index of the previous active tab.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "tab",
                            "constants": [],
                            "description": "<p>Current active tab object.</p>",
                            "type": "Titanium.UI.Tab",
                            "deprecated": false
                        },
                        {
                            "name": "previousTab",
                            "constants": [],
                            "description": "<p>Previous active tab object.</p>",
                            "type": "Titanium.UI.Tab",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "unselected",
                    "deprecated": false,
                    "description": "<p>Fired when the tab is no longer selected.</p>",
                    "properties": [
                        {
                            "name": "index",
                            "constants": [],
                            "description": "<p>Index of the current active tab.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "previousIndex",
                            "constants": [],
                            "description": "<p>Index of the previous active tab.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "tab",
                            "constants": [],
                            "description": "<p>Current active tab object.</p>",
                            "type": "Titanium.UI.Tab",
                            "deprecated": false
                        },
                        {
                            "name": "previousTab",
                            "constants": [],
                            "description": "<p>Previous active tab object.</p>",
                            "type": "Titanium.UI.Tab",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "selected",
                    "deprecated": false,
                    "description": "<p>Fired when the tab is selected.</p>",
                    "properties": [
                        {
                            "name": "index",
                            "constants": [],
                            "description": "<p>Index of the current active tab.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "previousIndex",
                            "constants": [],
                            "description": "<p>Index of the previous active tab.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "tab",
                            "constants": [],
                            "description": "<p>Current active tab object.</p>",
                            "type": "Titanium.UI.Tab",
                            "deprecated": false
                        },
                        {
                            "name": "previousTab",
                            "constants": [],
                            "description": "<p>Previous active tab object.</p>",
                            "type": "Titanium.UI.Tab",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                }
            ],
            "examples": [
                {
                    "title": "Simple Tab Example",
                    "code": "<p>In this example, we create a simple tab and add it to a tab group.</p>\n<pre><code>var window = Ti.UI.createWindow({\n    title: 'My Tab'\n});\n\nvar tab = Ti.UI.createTab({\n    window: window,\n    title: 'My Tab',\n    icon: 'myicon.png'\n});\n\ntabGroup.addTab(tab);\n</code></pre>"
                },
                {
                    "title": "Alloy XML Markup",
                    "code": "<p>Previous example an an Alloy view.</p>\n<pre><code>&lt;Alloy&gt;\n    &lt;TabGroup id=&quot;tabGroup&quot;&gt;\n        &lt;Tab id=&quot;tab&quot; title=&quot;My Tab&quot; icon=&quot;myicon.png&quot;&gt;\n            &lt;Window id=&quot;window&quot; title=&quot;My Tab&quot; /&gt;\n        &lt;/Tab&gt;\n     &lt;/TabGroup&gt;\n&lt;/Alloy&gt;\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "clearMotionEffects",
                    "deprecated": false,
                    "description": "<p>Removes all previously added motion effects.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "finishLayout",
                    "deprecated": true,
                    "description": "<p>Finishes a batch update of the View's layout properties and schedules a layout pass of the\nview tree.\n<strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "insertAt",
                    "deprecated": false,
                    "description": "<p>Inserts a view at the specified position in the <a href=\"Titanium.UI.View.children\">children</a> array.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Pass an object that specifies the view to insert and optionally at which position (defaults to end)</p>",
                            "type": "ViewPositionOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "startLayout",
                    "deprecated": true,
                    "description": "<p>Starts a batch update of this view's layout properties. <strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">Titanium.Proxy.applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "toImage",
                    "deprecated": false,
                    "description": "<p>Returns an image of the rendered view, as a Blob.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Function to be invoked upon completion. If non-null, this method will be performed\nasynchronously. If null, it will be performed immediately.</p>",
                            "type": "Function",
                            "usage": "optional"
                        },
                        {
                            "name": "honorScaleFactor",
                            "constants": [],
                            "description": "<p>Determines whether the image is scaled based on scale factor of main screen. (iOS only)</p>\n<p>When set to true, image is scale factor is honored. When set to false, the image in the\nblob has the same dimensions for retina and non-retina devices.</p>",
                            "type": "Boolean",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Blob",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "updateLayout",
                    "deprecated": true,
                    "description": "<p>Performs a batch update of all supplied layout properties and schedules a layout pass after\nthey have been updated.\n<strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">Titanium.Proxy.applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Layout properties to be updated.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "convertPointToView",
                    "deprecated": false,
                    "description": "<p>Translates a point from this view's coordinate system to another view's coordinate system.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "point",
                            "constants": [],
                            "description": "<p>A point in this view's coordinate system.</p>\n<p>If this argument is missing an <code>x</code> or <code>y</code> property, or the properties can not be\nconverted into numbers, an exception will be raised.</p>",
                            "type": "Point",
                            "usage": "required"
                        },
                        {
                            "name": "destinationView",
                            "constants": [],
                            "description": "<p>View that specifies the destination coordinate system to convert to. If this argument\nis not a view, an exception will be raised.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewById",
                    "deprecated": false,
                    "description": "<p>Returns the matching view of a given view ID.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "id",
                            "constants": [],
                            "description": "<p>The ID of the view that should be returned. Use the <code>id</code> property in your views to\nenable it for indexing in this method.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.View",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "open",
                    "deprecated": false,
                    "description": "<p>Opens a new window.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "window",
                            "constants": [],
                            "description": "<p>Window to open.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        },
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Dictionary of display and animation settings to use when opening the window.\nIdentical to the <code>options</code> parameter to <a href=\"Titanium.UI.Window.open\">Window.open</a>.\niOS only supports the <strong>animated</strong> parameter.</p>",
                            "type": "openWindowParams",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "close",
                    "deprecated": false,
                    "description": "<p>Closes the top-level window for this tab.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "window",
                            "constants": [],
                            "description": "<p>Window to close. This parameter <strong>must</strong> be omitted on Android.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        },
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Dictionary of display and animation settings to use when closing the window.\nIdentical to the <code>options</code> parameter to <a href=\"Titanium.UI.Window.close\">Window.close</a>.\niOS only supports the <strong>animated</strong> parameter.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setWindow",
                    "deprecated": false,
                    "description": "<p>Sets the root window that appears in the tab.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "window",
                            "constants": [],
                            "description": "<p>Root window of the tab.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "popToRootWindow",
                    "deprecated": false,
                    "description": "<p>Closes all windows that are currently opened inside the tab.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Options supporting a single <code>animated</code> boolean property to determine whether the windows\nwill be animated while being closed (default: false).</p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Tab.bubbleParent\">Titanium.UI.Tab.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Tab.bubbleParent\">Titanium.UI.Tab.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Tab.bubbleParent\">Titanium.UI.Tab.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Tab.bubbleParent\">Titanium.UI.Tab.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Tab.apiName\">Titanium.UI.Tab.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Tab.apiName\">Titanium.UI.Tab.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Tab.lifecycleContainer\">Titanium.UI.Tab.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Tab.lifecycleContainer\">Titanium.UI.Tab.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Tab.lifecycleContainer\">Titanium.UI.Tab.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Tab.lifecycleContainer\">Titanium.UI.Tab.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Tab.backgroundColor\">Titanium.UI.Tab.backgroundColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Tab.backgroundColor\">Titanium.UI.Tab.backgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Tab.backgroundColor\">Titanium.UI.Tab.backgroundColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Tab.backgroundColor\">Titanium.UI.Tab.backgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundDisabledColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Tab.backgroundDisabledColor\">Titanium.UI.Tab.backgroundDisabledColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Tab.backgroundDisabledColor\">Titanium.UI.Tab.backgroundDisabledColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundDisabledColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Tab.backgroundDisabledColor\">Titanium.UI.Tab.backgroundDisabledColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Tab.backgroundDisabledColor\">Titanium.UI.Tab.backgroundDisabledColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundDisabledColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundDisabledImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Tab.backgroundDisabledImage\">Titanium.UI.Tab.backgroundDisabledImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Tab.backgroundDisabledImage\">Titanium.UI.Tab.backgroundDisabledImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundDisabledImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Tab.backgroundDisabledImage\">Titanium.UI.Tab.backgroundDisabledImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Tab.backgroundDisabledImage\">Titanium.UI.Tab.backgroundDisabledImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundDisabledImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundFocusedColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Tab.backgroundFocusedColor\">Titanium.UI.Tab.backgroundFocusedColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Tab.backgroundFocusedColor\">Titanium.UI.Tab.backgroundFocusedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundFocusedColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Tab.backgroundFocusedColor\">Titanium.UI.Tab.backgroundFocusedColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Tab.backgroundFocusedColor\">Titanium.UI.Tab.backgroundFocusedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundFocusedColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundFocusedImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Tab.backgroundFocusedImage\">Titanium.UI.Tab.backgroundFocusedImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Tab.backgroundFocusedImage\">Titanium.UI.Tab.backgroundFocusedImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundFocusedImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Tab.backgroundFocusedImage\">Titanium.UI.Tab.backgroundFocusedImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Tab.backgroundFocusedImage\">Titanium.UI.Tab.backgroundFocusedImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundFocusedImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Tab.backgroundImage\">Titanium.UI.Tab.backgroundImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Tab.backgroundImage\">Titanium.UI.Tab.backgroundImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Tab.backgroundImage\">Titanium.UI.Tab.backgroundImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Tab.backgroundImage\">Titanium.UI.Tab.backgroundImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundSelectedColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Tab.backgroundSelectedColor\">Titanium.UI.Tab.backgroundSelectedColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Tab.backgroundSelectedColor\">Titanium.UI.Tab.backgroundSelectedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundSelectedColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Tab.backgroundSelectedColor\">Titanium.UI.Tab.backgroundSelectedColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Tab.backgroundSelectedColor\">Titanium.UI.Tab.backgroundSelectedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundSelectedColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundSelectedImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Tab.backgroundSelectedImage\">Titanium.UI.Tab.backgroundSelectedImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Tab.backgroundSelectedImage\">Titanium.UI.Tab.backgroundSelectedImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundSelectedImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Tab.backgroundSelectedImage\">Titanium.UI.Tab.backgroundSelectedImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Tab.backgroundSelectedImage\">Titanium.UI.Tab.backgroundSelectedImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundSelectedImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getClipMode",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Tab.clipMode\">Titanium.UI.Tab.clipMode</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Tab.clipMode\">Titanium.UI.Tab.clipMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setClipMode",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Tab.clipMode\">Titanium.UI.Tab.clipMode</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Tab.clipMode\">Titanium.UI.Tab.clipMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "clipMode",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getElevation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Tab.elevation\">Titanium.UI.Tab.elevation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Tab.elevation\">Titanium.UI.Tab.elevation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setElevation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Tab.elevation\">Titanium.UI.Tab.elevation</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Tab.elevation\">Titanium.UI.Tab.elevation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "elevation",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getHiddenBehavior",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Tab.hiddenBehavior\">Titanium.UI.Tab.hiddenBehavior</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Tab.hiddenBehavior\">Titanium.UI.Tab.hiddenBehavior</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setHiddenBehavior",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Tab.hiddenBehavior\">Titanium.UI.Tab.hiddenBehavior</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Tab.hiddenBehavior\">Titanium.UI.Tab.hiddenBehavior</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "hiddenBehavior",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getHorizontalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Tab.horizontalMotionEffect\">Titanium.UI.Tab.horizontalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Tab.horizontalMotionEffect\">Titanium.UI.Tab.horizontalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "MinMaxOptions",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHorizontalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Tab.horizontalMotionEffect\">Titanium.UI.Tab.horizontalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Tab.horizontalMotionEffect\">Titanium.UI.Tab.horizontalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "horizontalMotionEffect",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "MinMaxOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getOverrideCurrentAnimation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Tab.overrideCurrentAnimation\">Titanium.UI.Tab.overrideCurrentAnimation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Tab.overrideCurrentAnimation\">Titanium.UI.Tab.overrideCurrentAnimation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setOverrideCurrentAnimation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Tab.overrideCurrentAnimation\">Titanium.UI.Tab.overrideCurrentAnimation</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Tab.overrideCurrentAnimation\">Titanium.UI.Tab.overrideCurrentAnimation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "overrideCurrentAnimation",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getPullBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Tab.pullBackgroundColor\">Titanium.UI.Tab.pullBackgroundColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Tab.pullBackgroundColor\">Titanium.UI.Tab.pullBackgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setPullBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Tab.pullBackgroundColor\">Titanium.UI.Tab.pullBackgroundColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Tab.pullBackgroundColor\">Titanium.UI.Tab.pullBackgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "pullBackgroundColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPreviewContext",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Tab.previewContext\">Titanium.UI.Tab.previewContext</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Tab.previewContext\">Titanium.UI.Tab.previewContext</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.iOS.PreviewContext",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "setPreviewContext",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Tab.previewContext\">Titanium.UI.Tab.previewContext</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Tab.previewContext\">Titanium.UI.Tab.previewContext</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "previewContext",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.iOS.PreviewContext",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "getRotation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Tab.rotation\">Titanium.UI.Tab.rotation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Tab.rotation\">Titanium.UI.Tab.rotation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRotation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Tab.rotation\">Titanium.UI.Tab.rotation</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Tab.rotation\">Titanium.UI.Tab.rotation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rotation",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getRotationX",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Tab.rotationX\">Titanium.UI.Tab.rotationX</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Tab.rotationX\">Titanium.UI.Tab.rotationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRotationX",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Tab.rotationX\">Titanium.UI.Tab.rotationX</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Tab.rotationX\">Titanium.UI.Tab.rotationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rotationX",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getRotationY",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Tab.rotationY\">Titanium.UI.Tab.rotationY</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Tab.rotationY\">Titanium.UI.Tab.rotationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRotationY",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Tab.rotationY\">Titanium.UI.Tab.rotationY</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Tab.rotationY\">Titanium.UI.Tab.rotationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rotationY",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getScaleX",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Tab.scaleX\">Titanium.UI.Tab.scaleX</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Tab.scaleX\">Titanium.UI.Tab.scaleX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setScaleX",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Tab.scaleX\">Titanium.UI.Tab.scaleX</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Tab.scaleX\">Titanium.UI.Tab.scaleX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "scaleX",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getScaleY",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Tab.scaleY\">Titanium.UI.Tab.scaleY</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Tab.scaleY\">Titanium.UI.Tab.scaleY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setScaleY",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Tab.scaleY\">Titanium.UI.Tab.scaleY</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Tab.scaleY\">Titanium.UI.Tab.scaleY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "scaleY",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTintColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Tab.tintColor\">Titanium.UI.Tab.tintColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Tab.tintColor\">Titanium.UI.Tab.tintColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTintColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Tab.tintColor\">Titanium.UI.Tab.tintColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Tab.tintColor\">Titanium.UI.Tab.tintColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "tintColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTouchEnabled",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Tab.touchEnabled\">Titanium.UI.Tab.touchEnabled</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Tab.touchEnabled\">Titanium.UI.Tab.touchEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTouchEnabled",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Tab.touchEnabled\">Titanium.UI.Tab.touchEnabled</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Tab.touchEnabled\">Titanium.UI.Tab.touchEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchEnabled",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTouchFeedback",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Tab.touchFeedback\">Titanium.UI.Tab.touchFeedback</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Tab.touchFeedback\">Titanium.UI.Tab.touchFeedback</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTouchFeedback",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Tab.touchFeedback\">Titanium.UI.Tab.touchFeedback</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Tab.touchFeedback\">Titanium.UI.Tab.touchFeedback</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchFeedback",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTouchFeedbackColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Tab.touchFeedbackColor\">Titanium.UI.Tab.touchFeedbackColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Tab.touchFeedbackColor\">Titanium.UI.Tab.touchFeedbackColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTouchFeedbackColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Tab.touchFeedbackColor\">Titanium.UI.Tab.touchFeedbackColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Tab.touchFeedbackColor\">Titanium.UI.Tab.touchFeedbackColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchFeedbackColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTranslationX",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Tab.translationX\">Titanium.UI.Tab.translationX</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Tab.translationX\">Titanium.UI.Tab.translationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTranslationX",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Tab.translationX\">Titanium.UI.Tab.translationX</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Tab.translationX\">Titanium.UI.Tab.translationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translationX",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTranslationY",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Tab.translationY\">Titanium.UI.Tab.translationY</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Tab.translationY\">Titanium.UI.Tab.translationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTranslationY",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Tab.translationY\">Titanium.UI.Tab.translationY</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Tab.translationY\">Titanium.UI.Tab.translationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translationY",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTranslationZ",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Tab.translationZ\">Titanium.UI.Tab.translationZ</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Tab.translationZ\">Titanium.UI.Tab.translationZ</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTranslationZ",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Tab.translationZ\">Titanium.UI.Tab.translationZ</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Tab.translationZ\">Titanium.UI.Tab.translationZ</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translationZ",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTransitionName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Tab.transitionName\">Titanium.UI.Tab.transitionName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Tab.transitionName\">Titanium.UI.Tab.transitionName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTransitionName",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Tab.transitionName\">Titanium.UI.Tab.transitionName</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Tab.transitionName\">Titanium.UI.Tab.transitionName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "transitionName",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getVerticalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Tab.verticalMotionEffect\">Titanium.UI.Tab.verticalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Tab.verticalMotionEffect\">Titanium.UI.Tab.verticalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "MinMaxOptions",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setVerticalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Tab.verticalMotionEffect\">Titanium.UI.Tab.verticalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Tab.verticalMotionEffect\">Titanium.UI.Tab.verticalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "verticalMotionEffect",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "MinMaxOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowRadius",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Tab.viewShadowRadius\">Titanium.UI.Tab.viewShadowRadius</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Tab.viewShadowRadius\">Titanium.UI.Tab.viewShadowRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowRadius",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Tab.viewShadowRadius\">Titanium.UI.Tab.viewShadowRadius</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Tab.viewShadowRadius\">Titanium.UI.Tab.viewShadowRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowRadius",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Tab.viewShadowColor\">Titanium.UI.Tab.viewShadowColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Tab.viewShadowColor\">Titanium.UI.Tab.viewShadowColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Tab.viewShadowColor\">Titanium.UI.Tab.viewShadowColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Tab.viewShadowColor\">Titanium.UI.Tab.viewShadowColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowOffset",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Tab.viewShadowOffset\">Titanium.UI.Tab.viewShadowOffset</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Tab.viewShadowOffset\">Titanium.UI.Tab.viewShadowOffset</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowOffset",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Tab.viewShadowOffset\">Titanium.UI.Tab.viewShadowOffset</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Tab.viewShadowOffset\">Titanium.UI.Tab.viewShadowOffset</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowOffset",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getActive",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Tab.active\">Titanium.UI.Tab.active</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Tab.active\">Titanium.UI.Tab.active</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setActive",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Tab.active\">Titanium.UI.Tab.active</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Tab.active\">Titanium.UI.Tab.active</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "active",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getActiveIcon",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Tab.activeIcon\">Titanium.UI.Tab.activeIcon</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Tab.activeIcon\">Titanium.UI.Tab.activeIcon</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setActiveIcon",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Tab.activeIcon\">Titanium.UI.Tab.activeIcon</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Tab.activeIcon\">Titanium.UI.Tab.activeIcon</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "activeIcon",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBadge",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Tab.badge\">Titanium.UI.Tab.badge</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Tab.badge\">Titanium.UI.Tab.badge</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBadge",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Tab.badge\">Titanium.UI.Tab.badge</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Tab.badge\">Titanium.UI.Tab.badge</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "badge",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBadgeColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Tab.badgeColor\">Titanium.UI.Tab.badgeColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Tab.badgeColor\">Titanium.UI.Tab.badgeColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBadgeColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Tab.badgeColor\">Titanium.UI.Tab.badgeColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Tab.badgeColor\">Titanium.UI.Tab.badgeColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "badgeColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getIcon",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Tab.icon\">Titanium.UI.Tab.icon</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Tab.icon\">Titanium.UI.Tab.icon</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setIcon",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Tab.icon\">Titanium.UI.Tab.icon</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Tab.icon\">Titanium.UI.Tab.icon</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "icon",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getIconInsets",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Tab.iconInsets\">Titanium.UI.Tab.iconInsets</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Tab.iconInsets\">Titanium.UI.Tab.iconInsets</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "TabIconInsets",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setIconInsets",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Tab.iconInsets\">Titanium.UI.Tab.iconInsets</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Tab.iconInsets\">Titanium.UI.Tab.iconInsets</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "iconInsets",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "TabIconInsets",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getIconIsMask",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Tab.iconIsMask\">Titanium.UI.Tab.iconIsMask</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Tab.iconIsMask\">Titanium.UI.Tab.iconIsMask</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setIconIsMask",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Tab.iconIsMask\">Titanium.UI.Tab.iconIsMask</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Tab.iconIsMask\">Titanium.UI.Tab.iconIsMask</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "iconIsMask",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getActiveIconIsMask",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Tab.activeIconIsMask\">Titanium.UI.Tab.activeIconIsMask</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Tab.activeIconIsMask\">Titanium.UI.Tab.activeIconIsMask</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setActiveIconIsMask",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Tab.activeIconIsMask\">Titanium.UI.Tab.activeIconIsMask</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Tab.activeIconIsMask\">Titanium.UI.Tab.activeIconIsMask</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "activeIconIsMask",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTitle",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Tab.title\">Titanium.UI.Tab.title</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Tab.title\">Titanium.UI.Tab.title</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTitle",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Tab.title\">Titanium.UI.Tab.title</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Tab.title\">Titanium.UI.Tab.title</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "title",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTitleid",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Tab.titleid\">Titanium.UI.Tab.titleid</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Tab.titleid\">Titanium.UI.Tab.titleid</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTitleid",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Tab.titleid\">Titanium.UI.Tab.titleid</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Tab.titleid\">Titanium.UI.Tab.titleid</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "titleid",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTitleColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Tab.titleColor\">Titanium.UI.Tab.titleColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Tab.titleColor\">Titanium.UI.Tab.titleColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "4.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "4.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTitleColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Tab.titleColor\">Titanium.UI.Tab.titleColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Tab.titleColor\">Titanium.UI.Tab.titleColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "titleColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "4.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "4.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getActiveTitleColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Tab.activeTitleColor\">Titanium.UI.Tab.activeTitleColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Tab.activeTitleColor\">Titanium.UI.Tab.activeTitleColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "4.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "4.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setActiveTitleColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Tab.activeTitleColor\">Titanium.UI.Tab.activeTitleColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Tab.activeTitleColor\">Titanium.UI.Tab.activeTitleColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "activeTitleColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "4.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "4.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getWindow",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Tab.window\">Titanium.UI.Tab.window</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Tab.window\">Titanium.UI.Tab.window</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.UI.View",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundColor",
                    "deprecated": false,
                    "description": "<p>Sets the color of the tab when it is inactive.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundDisabledColor",
                    "deprecated": false,
                    "description": "<p>Disabled background color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundDisabledImage",
                    "deprecated": false,
                    "description": "<p>Disabled background image for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundFocusedColor",
                    "deprecated": false,
                    "description": "<p>Sets the color of the tab when it is focused.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundFocusedImage",
                    "deprecated": false,
                    "description": "<p>Focused background image for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundImage",
                    "deprecated": false,
                    "description": "<p>Background image for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundSelectedColor",
                    "deprecated": false,
                    "description": "<p>Selected background color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundSelectedImage",
                    "deprecated": false,
                    "description": "<p>Selected background image url for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "clipMode",
                    "deprecated": false,
                    "description": "<p>View's clipping behavior.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "elevation",
                    "deprecated": false,
                    "description": "<p>Base elevation of the view relative to its parent in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "hiddenBehavior",
                    "deprecated": false,
                    "description": "<p>Sets the behavior when hiding an object to release or keep the free space</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.HIDDEN_BEHAVIOR_INVISIBLE",
                        "Titanium.UI.HIDDEN_BEHAVIOR_GONE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "horizontalMotionEffect",
                    "deprecated": false,
                    "description": "<p>Adds a horizontal parallax effect to the view</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "MinMaxOptions",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "id",
                    "deprecated": false,
                    "description": "<p>View's identifier.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "overrideCurrentAnimation",
                    "deprecated": false,
                    "description": "<p>When on, animate call overrides current animation if applicable.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "pullBackgroundColor",
                    "deprecated": false,
                    "description": "<p>Background color of the wrapper view when this view is used as either <a href=\"Titanium.UI.ListView.pullView\">Titanium.UI.ListView.pullView</a> or <a href=\"Titanium.UI.TableView.headerPullView\">Titanium.UI.TableView.headerPullView</a>.</p>\n<p>Defaults to <code>undefined</code>. Results in a light grey background color on the wrapper view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "previewContext",
                    "deprecated": false,
                    "description": "<p>The preview context used in the 3D-Touch feature &quot;Peek and Pop&quot;.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Titanium.UI.iOS.PreviewContext",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "rotation",
                    "deprecated": false,
                    "description": "<p>Clockwise 2D rotation of the view in degrees.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "rotationX",
                    "deprecated": false,
                    "description": "<p>Clockwise rotation of the view in degrees (x-axis).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "rotationY",
                    "deprecated": false,
                    "description": "<p>Clockwise rotation of the view in degrees (y-axis).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "scaleX",
                    "deprecated": false,
                    "description": "<p>Scaling of the view in x-axis in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "scaleY",
                    "deprecated": false,
                    "description": "<p>Scaling of the view in y-axis in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "tintColor",
                    "deprecated": false,
                    "description": "<p>The view's tintColor</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "touchEnabled",
                    "deprecated": false,
                    "description": "<p>Determines whether view should receive touch events.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "touchFeedback",
                    "deprecated": false,
                    "description": "<p>A material design visual construct that provides an instantaneous visual confirmation of touch point.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "touchFeedbackColor",
                    "deprecated": false,
                    "description": "<p>Optional touch feedback ripple color. This has no effect unless <code>touchFeedback</code> is true.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "translationX",
                    "deprecated": false,
                    "description": "<p>Horizontal location of the view relative to its left position in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "translationY",
                    "deprecated": false,
                    "description": "<p>Vertical location of the view relative to its top position in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "translationZ",
                    "deprecated": false,
                    "description": "<p>Depth of the view relative to its elevation in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "transitionName",
                    "deprecated": false,
                    "description": "<p>A name to identify this view in activity transition.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.2"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "verticalMotionEffect",
                    "deprecated": false,
                    "description": "<p>Adds a vertical parallax effect to the view</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "MinMaxOptions",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowRadius",
                    "deprecated": false,
                    "description": "<p>Determines the blur radius used to create the shadow.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowColor",
                    "deprecated": false,
                    "description": "<p>Determines the color of the shadow.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowOffset",
                    "deprecated": false,
                    "description": "<p>Determines the offset for the shadow of the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "active",
                    "deprecated": false,
                    "description": "<p><code>true</code> if this tab is active, <code>false</code> if it is not.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "activeIcon",
                    "deprecated": false,
                    "description": "<p>Icon URL for this tab when active.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "badge",
                    "deprecated": false,
                    "description": "<p>Badge value for this tab. <code>null</code> indicates no badge.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "badgeColor",
                    "deprecated": false,
                    "description": "<p>If this item displays a badge, this color will be used for the badge's background.\nIf set to null, the default background color will be used instead.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "icon",
                    "deprecated": false,
                    "description": "<p>Icon URL for this tab.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "iconInsets",
                    "deprecated": false,
                    "description": "<p>The icon inset or outset for each edge.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "TabIconInsets",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "iconIsMask",
                    "deprecated": false,
                    "description": "<p>Defines if the icon property of the tab must be used as a mask.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "activeIconIsMask",
                    "deprecated": false,
                    "description": "<p>Defines if the active icon property of the tab must be used as a mask.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "title",
                    "deprecated": false,
                    "description": "<p>Title for this tab.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "titleid",
                    "deprecated": false,
                    "description": "<p>Key identifying a string from the locale file to use for the tab title. Only one of <code>title</code> or <code>titleid</code> should be specified.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "titleColor",
                    "deprecated": false,
                    "description": "<p>Defines the color of the title of tab when it's inactive.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "4.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "4.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "activeTitleColor",
                    "deprecated": false,
                    "description": "<p>Defines the color of the title of tab when it's active.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "4.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "4.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "window",
                    "deprecated": false,
                    "description": "<p>Root-level tab window.  All tabs must have at least one root-level tab window.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>A <code>TabGroup</code> tab instance. Each tab includes a button and one or more windows, which\nholds the &quot;contents&quot; of the tab. Users can select a tab by clicking on the tab button.</p>\n<p>Use the <a href=\"Titanium.UI.createTab\">Titanium.UI.createTab</a> method or <strong><code>&lt;Tab&gt;</code></strong> Alloy element to create a tab.</p>\n<p>Use <a href=\"Titanium.UI.TabGroup.setActiveTab\">TabGroup.setActiveTab</a> to switch between tabs\nin a tab group. The <a href=\"Titanium.UI.currentTab\">Titanium.UI.currentTab</a> property provides a global reference to\nthe currently active tab.</p>\n<p>The behavior of tabs and tab groups follows the platform's native navigation style,\nwhich varies significantly between platforms.</p>\n<h4>iOS Platform Implementation Notes</h4>\n<p>On iOS, the tab maintains a stack of windows. Windows on top\nof the stack can partially or totally obscure windows lower in the stack.  Calling\n<a href=\"Titanium.UI.Tab.open\">open</a> opens a new window on top of the window stack. When a window\nis closed, either by the user or by code, the window is removed from the stack, making\nthe previous window visible. The root tab window cannot be removed.</p>\n<p>On iOS the tab controls are generally kept on screen to allow a user to\nnavigate inside the app. Tab controls are hidden when the user is performing a modal\ntask (for example, composing a message). In this case, the app should provide a button\nin the navigation bar to return to the previous screen. On iOS, the window should also\nbe opened as modal. On iOS, The tab controls can also be hidden by opening the new window\nwith <a href=\"Titanium.UI.Window.tabBarHidden\">tabBarHidden</a> set to <code>true</code>.</p>\n<p>When closing a tab window in iOS, you should always use the\n<a href=\"Titanium.UI.Tab.close\">Tab.close</a> method to ensure that the tab group maintains its\nnavigation state.</p>\n<h4>Android Platform Implementation Notes</h4>\n<p>On Android, the tab does not maintain a stack of windows.\nCalling <a href=\"Titanium.UI.Tab.open\">open</a> opens a new, heavyweight window, which\nby default covers the tab group entirely. This seems quite different from the iOS model,\nbut it is the standard model for Android applications. Users can use the <strong>Back</strong> button\nto close the window and return to the tab group.</p>\n<p>On Android, tab windows can be closed using either\n<a href=\"Titanium.UI.Tab.close\">Tab.close</a> or <a href=\"Titanium.UI.Window.close\">Window.close</a>. Since\nno window stack is maintained, only a single window opened using\n<a href=\"Titanium.UI.Tab.open\">Tab.open</a> can be closed using <code>Tab.close</code>.</p>\n<p>As on iOS, the root tab window cannot be closed.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "TabIconInsets",
            "description": "<p>Dictionary to specify edge insets for <a href=\"Titanium.UI.Tab.iconInsets\">Titanium.UI.Tab.iconInsets</a>. Difference from typical <a href=\"Padding\">Padding</a> is that <code>right</code> and <code>bottom</code> are ignored and calculated internally from <code>top</code>/<code>left</code> values.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Padding",
            "isInternal": false,
            "properties": [
                {
                    "name": "left",
                    "deprecated": false,
                    "description": "<p>Left inset.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "top",
                    "deprecated": false,
                    "description": "<p>Top inset.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "5.2.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "5.2.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.TabGroup",
            "description": "<p>A tabbed group of windows.</p>",
            "deprecated": false,
            "events": [
                {
                    "name": "focus",
                    "deprecated": false,
                    "description": "<p>Fired when this tab group gains focus. On Android, fired when a tab in this tab group\ngains focus.</p>",
                    "properties": [
                        {
                            "name": "index",
                            "constants": [],
                            "description": "<p>Index of the current active tab.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "previousIndex",
                            "constants": [],
                            "description": "<p>Index of the previous active tab.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "tab",
                            "constants": [],
                            "description": "<p>Active tab.</p>",
                            "type": "Titanium.UI.Tab",
                            "deprecated": false
                        },
                        {
                            "name": "previousTab",
                            "constants": [],
                            "description": "<p>Previous active tab.</p>",
                            "type": "Titanium.UI.Tab",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "android:back",
                    "deprecated": true,
                    "description": "<p>Fired when the Back button is released. <strong>Removed in 9.0.0. Use <a href=\"Titanium.UI.Window.androidback\">Titanium.UI.Window.androidback</a> instead.</strong></p>"
                },
                {
                    "name": "android:camera",
                    "deprecated": true,
                    "description": "<p>Fired when the Camera button is released. <strong>Removed in 9.0.0. Use <a href=\"Titanium.UI.Window.androidcamera\">Titanium.UI.Window.androidcamera</a> instead.</strong></p>"
                },
                {
                    "name": "android:focus",
                    "deprecated": true,
                    "description": "<p>Fired when the Camera button is half-pressed then released. <strong>Removed in 9.0.0. Use <a href=\"Titanium.UI.Window.androidfocus\">Titanium.UI.Window.androidfocus</a> instead.</strong></p>"
                },
                {
                    "name": "android:search",
                    "deprecated": true,
                    "description": "<p>Fired when the Search button is released. <strong>Removed in 9.0.0. Use <a href=\"Titanium.UI.Window.androidsearch\">Titanium.UI.Window.androidsearch</a> instead.</strong></p>"
                },
                {
                    "name": "android:voldown",
                    "deprecated": true,
                    "description": "<p>Fired when the volume down button is released. <strong>Removed in 9.0.0. Use <a href=\"Titanium.UI.Window.androidvoldown\">Titanium.UI.Window.androidvoldown</a> instead.</strong></p>"
                },
                {
                    "name": "android:volup",
                    "deprecated": true,
                    "description": "<p>Fired when the volume up button is released. <strong>Removed in 9.0.0. Use <a href=\"Titanium.UI.Window.androidvolup\">Titanium.UI.Window.androidvolup</a> instead.</strong></p>"
                },
                {
                    "name": "androidback",
                    "deprecated": false,
                    "description": "<p>Fired when the back button is pressed by the user.</p>"
                },
                {
                    "name": "androidcamera",
                    "deprecated": false,
                    "description": "<p>Fired when the Camera button is released.</p>"
                },
                {
                    "name": "androidfocus",
                    "deprecated": false,
                    "description": "<p>Fired when the Camera button is half-pressed then released.</p>"
                },
                {
                    "name": "androidsearch",
                    "deprecated": false,
                    "description": "<p>Fired when the Search button is released.</p>"
                },
                {
                    "name": "androidvoldown",
                    "deprecated": false,
                    "description": "<p>Fired when the volume down button is released.</p>"
                },
                {
                    "name": "androidvolup",
                    "deprecated": false,
                    "description": "<p>Fired when the volume up button is released.</p>"
                },
                {
                    "name": "blur",
                    "deprecated": false,
                    "description": "<p>Fired when this tab group loses focus. On Android, fired when a tab in this tab group\nloses focus.</p>",
                    "properties": [
                        {
                            "name": "index",
                            "constants": [],
                            "description": "<p>Index of the current active tab. On iOS, a value of <code>undefined</code> indicates that the\n<strong>More</strong> tab was the active tab.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "previousIndex",
                            "constants": [],
                            "description": "<p>Index of the previous active tab. On iOS, a value of <code>undefined</code> indicates that the\n<strong>More</strong> tab was the previous tab.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "tab",
                            "constants": [],
                            "description": "<p>Active tab.</p>",
                            "type": "Titanium.UI.Tab",
                            "deprecated": false
                        },
                        {
                            "name": "previousTab",
                            "constants": [],
                            "description": "<p>Previous active tab. On iOS, a value of <code>undefined</code> indicates that the <strong>More</strong> tab was\nthe previous tab.</p>",
                            "type": "Titanium.UI.Tab",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "close",
                    "deprecated": false,
                    "description": "<p>Fired when the tab group is closed.</p>"
                },
                {
                    "name": "open",
                    "deprecated": false,
                    "description": "<p>Fired when the tab group is opened.</p>"
                },
                {
                    "name": "selected",
                    "deprecated": true,
                    "description": "<p>Fired when a tab is selected.\n<strong>Removed in 9.0.0. Use <a href=\"Titanium.UI.Tab.focus\">Titanium.UI.Tab.focus</a> instead.</strong></p>",
                    "properties": [
                        {
                            "name": "index",
                            "constants": [],
                            "description": "<p>Index of the current active tab.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "previousIndex",
                            "constants": [],
                            "description": "<p>Index of the previous active tab.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "tab",
                            "constants": [],
                            "description": "<p>Active tab.</p>",
                            "type": "Titanium.UI.Tab",
                            "deprecated": false
                        },
                        {
                            "name": "previousTab",
                            "constants": [],
                            "description": "<p>Previous active tab.</p>",
                            "type": "Titanium.UI.Tab",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "unselected",
                    "deprecated": true,
                    "description": "<p>Fired when a tab is unselected.\n<strong>Removed in 9.0.0. Use <a href=\"Titanium.UI.Tab.blur\">Titanium.UI.Tab.blur</a> instead.</strong></p>",
                    "properties": [
                        {
                            "name": "index",
                            "constants": [],
                            "description": "<p>Index of the current active tab. On iOS, a value of <code>undefined</code> indicates that the\n<strong>More</strong> tab was the active tab.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "previousIndex",
                            "constants": [],
                            "description": "<p>Index of the previous active tab. On iOS, a value of <code>undefined</code> indicates that the\n<strong>More</strong> tab was the previous tab.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "tab",
                            "constants": [],
                            "description": "<p>Active tab.</p>",
                            "type": "Titanium.UI.Tab",
                            "deprecated": false
                        },
                        {
                            "name": "previousTab",
                            "constants": [],
                            "description": "<p>Previous active tab. On iOS, a value of <code>undefined</code> indicates that the <strong>More</strong> tab was\nthe previous tab.</p>",
                            "type": "Titanium.UI.Tab",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                }
            ],
            "examples": [
                {
                    "title": "Alloy XML Markup",
                    "code": "<p>Default Titanium project as an Alloy view.</p>\n<pre><code>    &lt;Alloy&gt;\n        &lt;TabGroup backgroundColor=&quot;white&quot; &gt;\n            &lt;Tab id=&quot;tab1&quot; title=&quot;Tab 1&quot; icon=&quot;KS_nav_views.png&quot;&gt;\n                &lt;Window id=&quot;win1&quot; title=&quot;Tab 1&quot;&gt;\n                   &lt;Label id=&quot;label1&quot; color=&quot;#999&quot;&gt;I am Window 1&lt;/Label&gt;\n                &lt;/Window&gt;\n            &lt;/Tab&gt;\n            &lt;Tab id=&quot;tab2&quot; title=&quot;Tab 2&quot; icon=&quot;KS_nav_views.png&quot;&gt;\n                &lt;Window id=&quot;win2&quot; title=&quot;Tab 2&quot;&gt;\n                    &lt;Label id=&quot;label2&quot; color=&quot;#999&quot;&gt;I am Window 2&lt;/Label&gt;\n                &lt;/Window&gt;\n            &lt;/Tab&gt;\n            &lt;!-- Use the Require tag to include external Ti.UI.Tab views --&gt;\n        &lt;/TabGroup&gt;\n    &lt;/Alloy&gt;\n</code></pre>"
                },
                {
                    "title": "Classic Titanium Example",
                    "code": "<p>Simple two-tabbed app.</p>\n<pre><code>var win1 = Ti.UI.createWindow({\n    backgroundColor: 'blue',\n    title: 'Blue'\n});\nwin1.add(Ti.UI.createLabel({text: 'I am a blue window.'}));\n\nvar win2 = Ti.UI.createWindow({\n    backgroundColor: 'red',\n    title: 'Red'\n});\nwin2.add(Ti.UI.createLabel({text: 'I am a red window.'}));\n\nvar tab1 = Ti.UI.createTab({\n    window: win1,\n    title: 'Blue'\n}),\ntab2 = Ti.UI.createTab({\n    window: win2,\n    title: 'Red'\n}),\ntabGroup = Ti.UI.createTabGroup({\n    tabs: [tab1, tab2]\n});\ntabGroup.open();\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "animate",
                    "deprecated": false,
                    "description": "<p>Animates this view.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "animation",
                            "constants": [],
                            "description": "<p>Either a dictionary of animation properties or an\n<a href=\"Titanium.UI.Animation\">Animation</a> object.</p>",
                            "type": "Titanium.UI.Animation",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Function to be invoked upon completion of the animation.</p>",
                            "type": "Function",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "clearMotionEffects",
                    "deprecated": false,
                    "description": "<p>Removes all previously added motion effects.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "finishLayout",
                    "deprecated": true,
                    "description": "<p>Finishes a batch update of the View's layout properties and schedules a layout pass of the\nview tree.\n<strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hide",
                    "deprecated": false,
                    "description": "<p>Hides this view.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Animation options for Android only. <strong>Since SDK 5.1.0 and used only on Android 5.0+</strong></p>\n<p>Determines whether to enable a circular reveal animation.\nNote that the default here is equivalent to passing in <code>{ animated: false }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "insertAt",
                    "deprecated": false,
                    "description": "<p>Inserts a view at the specified position in the <a href=\"Titanium.UI.View.children\">children</a> array.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Pass an object that specifies the view to insert and optionally at which position (defaults to end)</p>",
                            "type": "ViewPositionOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "show",
                    "deprecated": false,
                    "description": "<p>Makes this view visible.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Animation options for Android only. <strong>Since SDK 5.1.0 and only used on Android 5.0+</strong></p>\n<p>Determines whether to enable a circular reveal animation.\nNote that the default here is equivalent to passing in <code>{ animated: false }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "startLayout",
                    "deprecated": true,
                    "description": "<p>Starts a batch update of this view's layout properties. <strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">Titanium.Proxy.applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "toImage",
                    "deprecated": false,
                    "description": "<p>Returns an image of the rendered view, as a Blob.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Function to be invoked upon completion. If non-null, this method will be performed\nasynchronously. If null, it will be performed immediately.</p>",
                            "type": "Function",
                            "usage": "optional"
                        },
                        {
                            "name": "honorScaleFactor",
                            "constants": [],
                            "description": "<p>Determines whether the image is scaled based on scale factor of main screen. (iOS only)</p>\n<p>When set to true, image is scale factor is honored. When set to false, the image in the\nblob has the same dimensions for retina and non-retina devices.</p>",
                            "type": "Boolean",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Blob",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "updateLayout",
                    "deprecated": true,
                    "description": "<p>Performs a batch update of all supplied layout properties and schedules a layout pass after\nthey have been updated.\n<strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">Titanium.Proxy.applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Layout properties to be updated.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "convertPointToView",
                    "deprecated": false,
                    "description": "<p>Translates a point from this view's coordinate system to another view's coordinate system.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "point",
                            "constants": [],
                            "description": "<p>A point in this view's coordinate system.</p>\n<p>If this argument is missing an <code>x</code> or <code>y</code> property, or the properties can not be\nconverted into numbers, an exception will be raised.</p>",
                            "type": "Point",
                            "usage": "required"
                        },
                        {
                            "name": "destinationView",
                            "constants": [],
                            "description": "<p>View that specifies the destination coordinate system to convert to. If this argument\nis not a view, an exception will be raised.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewById",
                    "deprecated": false,
                    "description": "<p>Returns the matching view of a given view ID.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "id",
                            "constants": [],
                            "description": "<p>The ID of the view that should be returned. Use the <code>id</code> property in your views to\nenable it for indexing in this method.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.View",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "addSharedElement",
                    "deprecated": false,
                    "description": "<p>Adds a common UI element to participate in window transition animation.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "view",
                            "constants": [],
                            "description": "<p>The shared view from the current window.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        },
                        {
                            "name": "transitionName",
                            "constants": [],
                            "description": "<p>The assigned common transition name of UI elements in both windows.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "close",
                    "deprecated": false,
                    "description": "<p>Closes the tab group and removes it from the UI.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Animation or display properties to use when closing the window.</p>",
                            "type": "Titanium.UI.Animation",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hideNavBar",
                    "deprecated": false,
                    "description": "<p>Hides the navigation bar.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Options dictionary supporting a single <code>animated</code> boolean property to determine whether\nthe navigation bar will be animated (default) while being hidden. Note that the default here is equivalent to <code>{ animated: true }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hideTabBar",
                    "deprecated": false,
                    "description": "<p>Hides the tab bar. Must be called before opening the window.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "open",
                    "deprecated": false,
                    "description": "<p>Opens the tab group and makes it visible.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Animation or display properties to use when opening the window.</p>",
                            "type": "openWindowParams",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeAllSharedElements",
                    "deprecated": false,
                    "description": "<p>Clears all added shared elements.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setToolbar",
                    "deprecated": false,
                    "description": "<p>Sets the array of items to show in the window's toolbar.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "items",
                            "constants": [],
                            "description": "<p>Array of button objects to show in the window's toolbar.</p>",
                            "type": "Array",
                            "usage": "required"
                        },
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Parameters to control the toolbar appearance.</p>",
                            "type": "windowToolbarParam",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "showNavBar",
                    "deprecated": false,
                    "description": "<p>Makes the navigation bar visible.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Options dictionary supporting a single <code>animated</code> boolean property to determine whether\nthe navigation bar will be animated (default) while being shown. Note that the default here is equivalent to <code>{ animated: true }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "showToolbar",
                    "deprecated": false,
                    "description": "<p>Makes the bottom toolbar visible.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Options dictionary supporting a single <code>animated</code> boolean property to determine whether\nthe toolbar will be animated (default) while being shown. Note that the default here is equivalent to <code>{ animated: true }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hideToolbar",
                    "deprecated": false,
                    "description": "<p>Makes the bottom toolbar invisible.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Options dictionary supporting a single <code>animated</code> boolean property to determine whether\nthe toolbar will be animated (default) while being hidden. Note that the default here is equivalent to <code>{ animated: true }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "addTab",
                    "deprecated": false,
                    "description": "<p>Adds a tab to the tab group.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "tab",
                            "constants": [],
                            "description": "<p>Tab to add.</p>",
                            "type": "Titanium.UI.Tab",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "disableTabNavigation",
                    "deprecated": false,
                    "description": "<p>Disable (or re-enable) tab navigation. If tab navigation is disabled, the tabs are hidden and\nthe last selected tab window is shown.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "disable",
                            "constants": [],
                            "description": "<p>True to disable tab navigation, false to re-enable the tabs.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getActiveTab",
                    "deprecated": false,
                    "description": "<p>Gets the currently-active tab.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Tab",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeTab",
                    "deprecated": false,
                    "description": "<p>Removes a tab from the tab group.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "tab",
                            "constants": [],
                            "description": "<p>Tab to remove.</p>",
                            "type": "Titanium.UI.Tab",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setActiveTab",
                    "deprecated": false,
                    "description": "<p>Selects the currently active tab in a tab group.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "indexOrObject",
                            "constants": [],
                            "description": "<p>Index or object of the tab to switch to.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTabs",
                    "deprecated": false,
                    "description": "<p>Gets all tabs that are managed by the tab group.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.bubbleParent\">Titanium.UI.TabGroup.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabGroup.bubbleParent\">Titanium.UI.TabGroup.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabGroup.bubbleParent\">Titanium.UI.TabGroup.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabGroup.bubbleParent\">Titanium.UI.TabGroup.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.apiName\">Titanium.UI.TabGroup.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabGroup.apiName\">Titanium.UI.TabGroup.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.lifecycleContainer\">Titanium.UI.TabGroup.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabGroup.lifecycleContainer\">Titanium.UI.TabGroup.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabGroup.lifecycleContainer\">Titanium.UI.TabGroup.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabGroup.lifecycleContainer\">Titanium.UI.TabGroup.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.backgroundColor\">Titanium.UI.TabGroup.backgroundColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabGroup.backgroundColor\">Titanium.UI.TabGroup.backgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabGroup.backgroundColor\">Titanium.UI.TabGroup.backgroundColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabGroup.backgroundColor\">Titanium.UI.TabGroup.backgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getCenter",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.center\">Titanium.UI.TabGroup.center</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabGroup.center\">Titanium.UI.TabGroup.center</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setCenter",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabGroup.center\">Titanium.UI.TabGroup.center</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabGroup.center\">Titanium.UI.TabGroup.center</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "center",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getClipMode",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.clipMode\">Titanium.UI.TabGroup.clipMode</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabGroup.clipMode\">Titanium.UI.TabGroup.clipMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setClipMode",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabGroup.clipMode\">Titanium.UI.TabGroup.clipMode</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabGroup.clipMode\">Titanium.UI.TabGroup.clipMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "clipMode",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getElevation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.elevation\">Titanium.UI.TabGroup.elevation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabGroup.elevation\">Titanium.UI.TabGroup.elevation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setElevation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabGroup.elevation\">Titanium.UI.TabGroup.elevation</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabGroup.elevation\">Titanium.UI.TabGroup.elevation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "elevation",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getHiddenBehavior",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.hiddenBehavior\">Titanium.UI.TabGroup.hiddenBehavior</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabGroup.hiddenBehavior\">Titanium.UI.TabGroup.hiddenBehavior</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setHiddenBehavior",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabGroup.hiddenBehavior\">Titanium.UI.TabGroup.hiddenBehavior</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabGroup.hiddenBehavior\">Titanium.UI.TabGroup.hiddenBehavior</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "hiddenBehavior",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getHorizontalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.horizontalMotionEffect\">Titanium.UI.TabGroup.horizontalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabGroup.horizontalMotionEffect\">Titanium.UI.TabGroup.horizontalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "MinMaxOptions",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHorizontalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabGroup.horizontalMotionEffect\">Titanium.UI.TabGroup.horizontalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabGroup.horizontalMotionEffect\">Titanium.UI.TabGroup.horizontalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "horizontalMotionEffect",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "MinMaxOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getOverrideCurrentAnimation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.overrideCurrentAnimation\">Titanium.UI.TabGroup.overrideCurrentAnimation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabGroup.overrideCurrentAnimation\">Titanium.UI.TabGroup.overrideCurrentAnimation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setOverrideCurrentAnimation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabGroup.overrideCurrentAnimation\">Titanium.UI.TabGroup.overrideCurrentAnimation</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabGroup.overrideCurrentAnimation\">Titanium.UI.TabGroup.overrideCurrentAnimation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "overrideCurrentAnimation",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getPullBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.pullBackgroundColor\">Titanium.UI.TabGroup.pullBackgroundColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabGroup.pullBackgroundColor\">Titanium.UI.TabGroup.pullBackgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setPullBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabGroup.pullBackgroundColor\">Titanium.UI.TabGroup.pullBackgroundColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabGroup.pullBackgroundColor\">Titanium.UI.TabGroup.pullBackgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "pullBackgroundColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPreviewContext",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.previewContext\">Titanium.UI.TabGroup.previewContext</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabGroup.previewContext\">Titanium.UI.TabGroup.previewContext</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.iOS.PreviewContext",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "setPreviewContext",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabGroup.previewContext\">Titanium.UI.TabGroup.previewContext</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabGroup.previewContext\">Titanium.UI.TabGroup.previewContext</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "previewContext",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.iOS.PreviewContext",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "getRect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.rect\">Titanium.UI.TabGroup.rect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabGroup.rect\">Titanium.UI.TabGroup.rect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "DimensionWithAbsolutes",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRotation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.rotation\">Titanium.UI.TabGroup.rotation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabGroup.rotation\">Titanium.UI.TabGroup.rotation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRotation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabGroup.rotation\">Titanium.UI.TabGroup.rotation</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabGroup.rotation\">Titanium.UI.TabGroup.rotation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rotation",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getRotationX",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.rotationX\">Titanium.UI.TabGroup.rotationX</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabGroup.rotationX\">Titanium.UI.TabGroup.rotationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRotationX",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabGroup.rotationX\">Titanium.UI.TabGroup.rotationX</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabGroup.rotationX\">Titanium.UI.TabGroup.rotationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rotationX",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getRotationY",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.rotationY\">Titanium.UI.TabGroup.rotationY</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabGroup.rotationY\">Titanium.UI.TabGroup.rotationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRotationY",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabGroup.rotationY\">Titanium.UI.TabGroup.rotationY</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabGroup.rotationY\">Titanium.UI.TabGroup.rotationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rotationY",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getScaleX",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.scaleX\">Titanium.UI.TabGroup.scaleX</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabGroup.scaleX\">Titanium.UI.TabGroup.scaleX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setScaleX",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabGroup.scaleX\">Titanium.UI.TabGroup.scaleX</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabGroup.scaleX\">Titanium.UI.TabGroup.scaleX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "scaleX",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getScaleY",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.scaleY\">Titanium.UI.TabGroup.scaleY</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabGroup.scaleY\">Titanium.UI.TabGroup.scaleY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setScaleY",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabGroup.scaleY\">Titanium.UI.TabGroup.scaleY</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabGroup.scaleY\">Titanium.UI.TabGroup.scaleY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "scaleY",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getSize",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.size\">Titanium.UI.TabGroup.size</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabGroup.size\">Titanium.UI.TabGroup.size</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Dimension",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTintColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.tintColor\">Titanium.UI.TabGroup.tintColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabGroup.tintColor\">Titanium.UI.TabGroup.tintColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTintColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabGroup.tintColor\">Titanium.UI.TabGroup.tintColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabGroup.tintColor\">Titanium.UI.TabGroup.tintColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "tintColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTouchEnabled",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.touchEnabled\">Titanium.UI.TabGroup.touchEnabled</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabGroup.touchEnabled\">Titanium.UI.TabGroup.touchEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTouchEnabled",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabGroup.touchEnabled\">Titanium.UI.TabGroup.touchEnabled</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabGroup.touchEnabled\">Titanium.UI.TabGroup.touchEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchEnabled",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTouchFeedback",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.touchFeedback\">Titanium.UI.TabGroup.touchFeedback</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabGroup.touchFeedback\">Titanium.UI.TabGroup.touchFeedback</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTouchFeedback",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabGroup.touchFeedback\">Titanium.UI.TabGroup.touchFeedback</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabGroup.touchFeedback\">Titanium.UI.TabGroup.touchFeedback</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchFeedback",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTouchFeedbackColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.touchFeedbackColor\">Titanium.UI.TabGroup.touchFeedbackColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabGroup.touchFeedbackColor\">Titanium.UI.TabGroup.touchFeedbackColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTouchFeedbackColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabGroup.touchFeedbackColor\">Titanium.UI.TabGroup.touchFeedbackColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabGroup.touchFeedbackColor\">Titanium.UI.TabGroup.touchFeedbackColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchFeedbackColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTranslationX",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.translationX\">Titanium.UI.TabGroup.translationX</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabGroup.translationX\">Titanium.UI.TabGroup.translationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTranslationX",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabGroup.translationX\">Titanium.UI.TabGroup.translationX</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabGroup.translationX\">Titanium.UI.TabGroup.translationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translationX",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTranslationY",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.translationY\">Titanium.UI.TabGroup.translationY</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabGroup.translationY\">Titanium.UI.TabGroup.translationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTranslationY",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabGroup.translationY\">Titanium.UI.TabGroup.translationY</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabGroup.translationY\">Titanium.UI.TabGroup.translationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translationY",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTranslationZ",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.translationZ\">Titanium.UI.TabGroup.translationZ</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabGroup.translationZ\">Titanium.UI.TabGroup.translationZ</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTranslationZ",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabGroup.translationZ\">Titanium.UI.TabGroup.translationZ</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabGroup.translationZ\">Titanium.UI.TabGroup.translationZ</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translationZ",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTransitionName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.transitionName\">Titanium.UI.TabGroup.transitionName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabGroup.transitionName\">Titanium.UI.TabGroup.transitionName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTransitionName",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabGroup.transitionName\">Titanium.UI.TabGroup.transitionName</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabGroup.transitionName\">Titanium.UI.TabGroup.transitionName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "transitionName",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getVerticalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.verticalMotionEffect\">Titanium.UI.TabGroup.verticalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabGroup.verticalMotionEffect\">Titanium.UI.TabGroup.verticalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "MinMaxOptions",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setVerticalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabGroup.verticalMotionEffect\">Titanium.UI.TabGroup.verticalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabGroup.verticalMotionEffect\">Titanium.UI.TabGroup.verticalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "verticalMotionEffect",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "MinMaxOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowRadius",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.viewShadowRadius\">Titanium.UI.TabGroup.viewShadowRadius</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabGroup.viewShadowRadius\">Titanium.UI.TabGroup.viewShadowRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowRadius",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabGroup.viewShadowRadius\">Titanium.UI.TabGroup.viewShadowRadius</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabGroup.viewShadowRadius\">Titanium.UI.TabGroup.viewShadowRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowRadius",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.viewShadowColor\">Titanium.UI.TabGroup.viewShadowColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabGroup.viewShadowColor\">Titanium.UI.TabGroup.viewShadowColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabGroup.viewShadowColor\">Titanium.UI.TabGroup.viewShadowColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabGroup.viewShadowColor\">Titanium.UI.TabGroup.viewShadowColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowOffset",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.viewShadowOffset\">Titanium.UI.TabGroup.viewShadowOffset</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabGroup.viewShadowOffset\">Titanium.UI.TabGroup.viewShadowOffset</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowOffset",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabGroup.viewShadowOffset\">Titanium.UI.TabGroup.viewShadowOffset</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabGroup.viewShadowOffset\">Titanium.UI.TabGroup.viewShadowOffset</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowOffset",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getVisible",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.visible\">Titanium.UI.TabGroup.visible</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabGroup.visible\">Titanium.UI.TabGroup.visible</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setVisible",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabGroup.visible\">Titanium.UI.TabGroup.visible</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabGroup.visible\">Titanium.UI.TabGroup.visible</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "visible",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getKeepScreenOn",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.keepScreenOn\">Titanium.UI.TabGroup.keepScreenOn</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabGroup.keepScreenOn\">Titanium.UI.TabGroup.keepScreenOn</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setKeepScreenOn",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabGroup.keepScreenOn\">Titanium.UI.TabGroup.keepScreenOn</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabGroup.keepScreenOn\">Titanium.UI.TabGroup.keepScreenOn</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "keepScreenOn",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getActivity",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.activity\">Titanium.UI.TabGroup.activity</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabGroup.activity\">Titanium.UI.TabGroup.activity</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Android.Activity",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackButtonTitle",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.backButtonTitle\">Titanium.UI.TabGroup.backButtonTitle</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabGroup.backButtonTitle\">Titanium.UI.TabGroup.backButtonTitle</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackButtonTitle",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabGroup.backButtonTitle\">Titanium.UI.TabGroup.backButtonTitle</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabGroup.backButtonTitle\">Titanium.UI.TabGroup.backButtonTitle</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backButtonTitle",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackButtonTitleImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.backButtonTitleImage\">Titanium.UI.TabGroup.backButtonTitleImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabGroup.backButtonTitleImage\">Titanium.UI.TabGroup.backButtonTitleImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackButtonTitleImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabGroup.backButtonTitleImage\">Titanium.UI.TabGroup.backButtonTitleImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabGroup.backButtonTitleImage\">Titanium.UI.TabGroup.backButtonTitleImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backButtonTitleImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBarColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.barColor\">Titanium.UI.TabGroup.barColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabGroup.barColor\">Titanium.UI.TabGroup.barColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBarColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabGroup.barColor\">Titanium.UI.TabGroup.barColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabGroup.barColor\">Titanium.UI.TabGroup.barColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "barColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBarImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.barImage\">Titanium.UI.TabGroup.barImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabGroup.barImage\">Titanium.UI.TabGroup.barImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBarImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabGroup.barImage\">Titanium.UI.TabGroup.barImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabGroup.barImage\">Titanium.UI.TabGroup.barImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "barImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getExitOnClose",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.exitOnClose\">Titanium.UI.TabGroup.exitOnClose</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabGroup.exitOnClose\">Titanium.UI.TabGroup.exitOnClose</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setExitOnClose",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabGroup.exitOnClose\">Titanium.UI.TabGroup.exitOnClose</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabGroup.exitOnClose\">Titanium.UI.TabGroup.exitOnClose</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "exitOnClose",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getExtendEdges",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.extendEdges\">Titanium.UI.TabGroup.extendEdges</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabGroup.extendEdges\">Titanium.UI.TabGroup.extendEdges</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setExtendEdges",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabGroup.extendEdges\">Titanium.UI.TabGroup.extendEdges</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabGroup.extendEdges\">Titanium.UI.TabGroup.extendEdges</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "extendEdges",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getFlagSecure",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.flagSecure\">Titanium.UI.TabGroup.flagSecure</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabGroup.flagSecure\">Titanium.UI.TabGroup.flagSecure</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setFlagSecure",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabGroup.flagSecure\">Titanium.UI.TabGroup.flagSecure</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabGroup.flagSecure\">Titanium.UI.TabGroup.flagSecure</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "flagSecure",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getIncludeOpaqueBars",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.includeOpaqueBars\">Titanium.UI.TabGroup.includeOpaqueBars</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabGroup.includeOpaqueBars\">Titanium.UI.TabGroup.includeOpaqueBars</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setIncludeOpaqueBars",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabGroup.includeOpaqueBars\">Titanium.UI.TabGroup.includeOpaqueBars</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabGroup.includeOpaqueBars\">Titanium.UI.TabGroup.includeOpaqueBars</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "includeOpaqueBars",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAutoAdjustScrollViewInsets",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.autoAdjustScrollViewInsets\">Titanium.UI.TabGroup.autoAdjustScrollViewInsets</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabGroup.autoAdjustScrollViewInsets\">Titanium.UI.TabGroup.autoAdjustScrollViewInsets</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAutoAdjustScrollViewInsets",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabGroup.autoAdjustScrollViewInsets\">Titanium.UI.TabGroup.autoAdjustScrollViewInsets</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabGroup.autoAdjustScrollViewInsets\">Titanium.UI.TabGroup.autoAdjustScrollViewInsets</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "autoAdjustScrollViewInsets",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getExtendSafeArea",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.extendSafeArea\">Titanium.UI.TabGroup.extendSafeArea</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabGroup.extendSafeArea\">Titanium.UI.TabGroup.extendSafeArea</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setExtendSafeArea",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabGroup.extendSafeArea\">Titanium.UI.TabGroup.extendSafeArea</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabGroup.extendSafeArea\">Titanium.UI.TabGroup.extendSafeArea</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "extendSafeArea",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getFullscreen",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.fullscreen\">Titanium.UI.TabGroup.fullscreen</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabGroup.fullscreen\">Titanium.UI.TabGroup.fullscreen</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setFullscreen",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabGroup.fullscreen\">Titanium.UI.TabGroup.fullscreen</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabGroup.fullscreen\">Titanium.UI.TabGroup.fullscreen</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "fullscreen",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHomeIndicatorAutoHidden",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.homeIndicatorAutoHidden\">Titanium.UI.TabGroup.homeIndicatorAutoHidden</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabGroup.homeIndicatorAutoHidden\">Titanium.UI.TabGroup.homeIndicatorAutoHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHomeIndicatorAutoHidden",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabGroup.homeIndicatorAutoHidden\">Titanium.UI.TabGroup.homeIndicatorAutoHidden</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabGroup.homeIndicatorAutoHidden\">Titanium.UI.TabGroup.homeIndicatorAutoHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "homeIndicatorAutoHidden",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHideShadow",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.hideShadow\">Titanium.UI.TabGroup.hideShadow</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabGroup.hideShadow\">Titanium.UI.TabGroup.hideShadow</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHideShadow",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabGroup.hideShadow\">Titanium.UI.TabGroup.hideShadow</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabGroup.hideShadow\">Titanium.UI.TabGroup.hideShadow</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "hideShadow",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHidesBarsOnSwipe",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.hidesBarsOnSwipe\">Titanium.UI.TabGroup.hidesBarsOnSwipe</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabGroup.hidesBarsOnSwipe\">Titanium.UI.TabGroup.hidesBarsOnSwipe</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHidesBarsOnSwipe",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabGroup.hidesBarsOnSwipe\">Titanium.UI.TabGroup.hidesBarsOnSwipe</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabGroup.hidesBarsOnSwipe\">Titanium.UI.TabGroup.hidesBarsOnSwipe</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "hidesBarsOnSwipe",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHidesBarsOnTap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.hidesBarsOnTap\">Titanium.UI.TabGroup.hidesBarsOnTap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabGroup.hidesBarsOnTap\">Titanium.UI.TabGroup.hidesBarsOnTap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHidesBarsOnTap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabGroup.hidesBarsOnTap\">Titanium.UI.TabGroup.hidesBarsOnTap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabGroup.hidesBarsOnTap\">Titanium.UI.TabGroup.hidesBarsOnTap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "hidesBarsOnTap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHidesBarsWhenKeyboardAppears",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.hidesBarsWhenKeyboardAppears\">Titanium.UI.TabGroup.hidesBarsWhenKeyboardAppears</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabGroup.hidesBarsWhenKeyboardAppears\">Titanium.UI.TabGroup.hidesBarsWhenKeyboardAppears</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHidesBarsWhenKeyboardAppears",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabGroup.hidesBarsWhenKeyboardAppears\">Titanium.UI.TabGroup.hidesBarsWhenKeyboardAppears</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabGroup.hidesBarsWhenKeyboardAppears\">Titanium.UI.TabGroup.hidesBarsWhenKeyboardAppears</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "hidesBarsWhenKeyboardAppears",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHidesBackButton",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.hidesBackButton\">Titanium.UI.TabGroup.hidesBackButton</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabGroup.hidesBackButton\">Titanium.UI.TabGroup.hidesBackButton</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.5.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHidesBackButton",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabGroup.hidesBackButton\">Titanium.UI.TabGroup.hidesBackButton</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabGroup.hidesBackButton\">Titanium.UI.TabGroup.hidesBackButton</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "hidesBackButton",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.5.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLargeTitleEnabled",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.largeTitleEnabled\">Titanium.UI.TabGroup.largeTitleEnabled</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabGroup.largeTitleEnabled\">Titanium.UI.TabGroup.largeTitleEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLargeTitleEnabled",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabGroup.largeTitleEnabled\">Titanium.UI.TabGroup.largeTitleEnabled</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabGroup.largeTitleEnabled\">Titanium.UI.TabGroup.largeTitleEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "largeTitleEnabled",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHidesSearchBarWhenScrolling",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.hidesSearchBarWhenScrolling\">Titanium.UI.TabGroup.hidesSearchBarWhenScrolling</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabGroup.hidesSearchBarWhenScrolling\">Titanium.UI.TabGroup.hidesSearchBarWhenScrolling</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHidesSearchBarWhenScrolling",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabGroup.hidesSearchBarWhenScrolling\">Titanium.UI.TabGroup.hidesSearchBarWhenScrolling</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabGroup.hidesSearchBarWhenScrolling\">Titanium.UI.TabGroup.hidesSearchBarWhenScrolling</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "hidesSearchBarWhenScrolling",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLargeTitleDisplayMode",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.largeTitleDisplayMode\">Titanium.UI.TabGroup.largeTitleDisplayMode</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabGroup.largeTitleDisplayMode\">Titanium.UI.TabGroup.largeTitleDisplayMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLargeTitleDisplayMode",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabGroup.largeTitleDisplayMode\">Titanium.UI.TabGroup.largeTitleDisplayMode</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabGroup.largeTitleDisplayMode\">Titanium.UI.TabGroup.largeTitleDisplayMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "largeTitleDisplayMode",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLeftNavButton",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.leftNavButton\">Titanium.UI.TabGroup.leftNavButton</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabGroup.leftNavButton\">Titanium.UI.TabGroup.leftNavButton</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.View",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLeftNavButton",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabGroup.leftNavButton\">Titanium.UI.TabGroup.leftNavButton</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabGroup.leftNavButton\">Titanium.UI.TabGroup.leftNavButton</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "leftNavButton",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLeftNavButtons",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.leftNavButtons\">Titanium.UI.TabGroup.leftNavButtons</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabGroup.leftNavButtons\">Titanium.UI.TabGroup.leftNavButtons</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLeftNavButtons",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabGroup.leftNavButtons\">Titanium.UI.TabGroup.leftNavButtons</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabGroup.leftNavButtons\">Titanium.UI.TabGroup.leftNavButtons</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "leftNavButtons",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getModal",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.modal\">Titanium.UI.TabGroup.modal</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabGroup.modal\">Titanium.UI.TabGroup.modal</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setModal",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabGroup.modal\">Titanium.UI.TabGroup.modal</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabGroup.modal\">Titanium.UI.TabGroup.modal</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "modal",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getNavBarHidden",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.navBarHidden\">Titanium.UI.TabGroup.navBarHidden</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabGroup.navBarHidden\">Titanium.UI.TabGroup.navBarHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setNavBarHidden",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabGroup.navBarHidden\">Titanium.UI.TabGroup.navBarHidden</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabGroup.navBarHidden\">Titanium.UI.TabGroup.navBarHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "navBarHidden",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getNavTintColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.navTintColor\">Titanium.UI.TabGroup.navTintColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabGroup.navTintColor\">Titanium.UI.TabGroup.navTintColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setNavTintColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabGroup.navTintColor\">Titanium.UI.TabGroup.navTintColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabGroup.navTintColor\">Titanium.UI.TabGroup.navTintColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "navTintColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getNavigationWindow",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.navigationWindow\">Titanium.UI.TabGroup.navigationWindow</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabGroup.navigationWindow\">Titanium.UI.TabGroup.navigationWindow</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.NavigationWindow",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getOnBack",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.onBack\">Titanium.UI.TabGroup.onBack</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabGroup.onBack\">Titanium.UI.TabGroup.onBack</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Function",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setOnBack",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabGroup.onBack\">Titanium.UI.TabGroup.onBack</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabGroup.onBack\">Titanium.UI.TabGroup.onBack</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "onBack",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getOrientationModes",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.orientationModes\">Titanium.UI.TabGroup.orientationModes</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabGroup.orientationModes\">Titanium.UI.TabGroup.orientationModes</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setOrientationModes",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabGroup.orientationModes\">Titanium.UI.TabGroup.orientationModes</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabGroup.orientationModes\">Titanium.UI.TabGroup.orientationModes</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "orientationModes",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getOrientation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.orientation\">Titanium.UI.TabGroup.orientation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabGroup.orientation\">Titanium.UI.TabGroup.orientation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRightNavButton",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.rightNavButton\">Titanium.UI.TabGroup.rightNavButton</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabGroup.rightNavButton\">Titanium.UI.TabGroup.rightNavButton</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.View",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setRightNavButton",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabGroup.rightNavButton\">Titanium.UI.TabGroup.rightNavButton</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabGroup.rightNavButton\">Titanium.UI.TabGroup.rightNavButton</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rightNavButton",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRightNavButtons",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.rightNavButtons\">Titanium.UI.TabGroup.rightNavButtons</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabGroup.rightNavButtons\">Titanium.UI.TabGroup.rightNavButtons</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setRightNavButtons",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabGroup.rightNavButtons\">Titanium.UI.TabGroup.rightNavButtons</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabGroup.rightNavButtons\">Titanium.UI.TabGroup.rightNavButtons</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rightNavButtons",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSafeAreaPadding",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.safeAreaPadding\">Titanium.UI.TabGroup.safeAreaPadding</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabGroup.safeAreaPadding\">Titanium.UI.TabGroup.safeAreaPadding</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Padding",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getShadowImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.shadowImage\">Titanium.UI.TabGroup.shadowImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabGroup.shadowImage\">Titanium.UI.TabGroup.shadowImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setShadowImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabGroup.shadowImage\">Titanium.UI.TabGroup.shadowImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabGroup.shadowImage\">Titanium.UI.TabGroup.shadowImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "shadowImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSplitActionBar",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.splitActionBar\">Titanium.UI.TabGroup.splitActionBar</a> property. <strong>Deprecated since 6.2.0. Deprecated in AppCompat theme. The same behaviour can be achived by using Toolbar.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setSplitActionBar",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabGroup.splitActionBar\">Titanium.UI.TabGroup.splitActionBar</a> property. <strong>Deprecated since 6.2.0. Deprecated in AppCompat theme. The same behaviour can be achived by using Toolbar.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "splitActionBar",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getStatusBarStyle",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.statusBarStyle\">Titanium.UI.TabGroup.statusBarStyle</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabGroup.statusBarStyle\">Titanium.UI.TabGroup.statusBarStyle</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setStatusBarStyle",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabGroup.statusBarStyle\">Titanium.UI.TabGroup.statusBarStyle</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabGroup.statusBarStyle\">Titanium.UI.TabGroup.statusBarStyle</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "statusBarStyle",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSustainedPerformanceMode",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.sustainedPerformanceMode\">Titanium.UI.TabGroup.sustainedPerformanceMode</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabGroup.sustainedPerformanceMode\">Titanium.UI.TabGroup.sustainedPerformanceMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setSustainedPerformanceMode",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabGroup.sustainedPerformanceMode\">Titanium.UI.TabGroup.sustainedPerformanceMode</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabGroup.sustainedPerformanceMode\">Titanium.UI.TabGroup.sustainedPerformanceMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "sustainedPerformanceMode",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getSwipeToClose",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.swipeToClose\">Titanium.UI.TabGroup.swipeToClose</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabGroup.swipeToClose\">Titanium.UI.TabGroup.swipeToClose</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setSwipeToClose",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabGroup.swipeToClose\">Titanium.UI.TabGroup.swipeToClose</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabGroup.swipeToClose\">Titanium.UI.TabGroup.swipeToClose</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "swipeToClose",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTabBarHidden",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.tabBarHidden\">Titanium.UI.TabGroup.tabBarHidden</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabGroup.tabBarHidden\">Titanium.UI.TabGroup.tabBarHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTabBarHidden",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabGroup.tabBarHidden\">Titanium.UI.TabGroup.tabBarHidden</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabGroup.tabBarHidden\">Titanium.UI.TabGroup.tabBarHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "tabBarHidden",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTheme",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.theme\">Titanium.UI.TabGroup.theme</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabGroup.theme\">Titanium.UI.TabGroup.theme</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTheme",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabGroup.theme\">Titanium.UI.TabGroup.theme</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabGroup.theme\">Titanium.UI.TabGroup.theme</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "theme",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTitle",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.title\">Titanium.UI.TabGroup.title</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabGroup.title\">Titanium.UI.TabGroup.title</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTitle",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabGroup.title\">Titanium.UI.TabGroup.title</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabGroup.title\">Titanium.UI.TabGroup.title</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "title",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTitleAttributes",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.titleAttributes\">Titanium.UI.TabGroup.titleAttributes</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabGroup.titleAttributes\">Titanium.UI.TabGroup.titleAttributes</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "titleAttributesParams",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTitleAttributes",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabGroup.titleAttributes\">Titanium.UI.TabGroup.titleAttributes</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabGroup.titleAttributes\">Titanium.UI.TabGroup.titleAttributes</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "titleAttributes",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "titleAttributesParams",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTitleControl",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.titleControl\">Titanium.UI.TabGroup.titleControl</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabGroup.titleControl\">Titanium.UI.TabGroup.titleControl</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.View",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTitleControl",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabGroup.titleControl\">Titanium.UI.TabGroup.titleControl</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabGroup.titleControl\">Titanium.UI.TabGroup.titleControl</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "titleControl",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTitleImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.titleImage\">Titanium.UI.TabGroup.titleImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabGroup.titleImage\">Titanium.UI.TabGroup.titleImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTitleImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabGroup.titleImage\">Titanium.UI.TabGroup.titleImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabGroup.titleImage\">Titanium.UI.TabGroup.titleImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "titleImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTitlePrompt",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.titlePrompt\">Titanium.UI.TabGroup.titlePrompt</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabGroup.titlePrompt\">Titanium.UI.TabGroup.titlePrompt</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTitlePrompt",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabGroup.titlePrompt\">Titanium.UI.TabGroup.titlePrompt</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabGroup.titlePrompt\">Titanium.UI.TabGroup.titlePrompt</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "titlePrompt",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTitleid",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.titleid\">Titanium.UI.TabGroup.titleid</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabGroup.titleid\">Titanium.UI.TabGroup.titleid</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTitleid",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabGroup.titleid\">Titanium.UI.TabGroup.titleid</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabGroup.titleid\">Titanium.UI.TabGroup.titleid</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "titleid",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTitlepromptid",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.titlepromptid\">Titanium.UI.TabGroup.titlepromptid</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabGroup.titlepromptid\">Titanium.UI.TabGroup.titlepromptid</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTitlepromptid",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabGroup.titlepromptid\">Titanium.UI.TabGroup.titlepromptid</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabGroup.titlepromptid\">Titanium.UI.TabGroup.titlepromptid</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "titlepromptid",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getToolbar",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.toolbar\">Titanium.UI.TabGroup.toolbar</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabGroup.toolbar\">Titanium.UI.TabGroup.toolbar</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTransitionAnimation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.transitionAnimation\">Titanium.UI.TabGroup.transitionAnimation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabGroup.transitionAnimation\">Titanium.UI.TabGroup.transitionAnimation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Proxy",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTransitionAnimation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabGroup.transitionAnimation\">Titanium.UI.TabGroup.transitionAnimation</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabGroup.transitionAnimation\">Titanium.UI.TabGroup.transitionAnimation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "transitionAnimation",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.Proxy",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTranslucent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.translucent\">Titanium.UI.TabGroup.translucent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabGroup.translucent\">Titanium.UI.TabGroup.translucent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTranslucent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabGroup.translucent\">Titanium.UI.TabGroup.translucent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabGroup.translucent\">Titanium.UI.TabGroup.translucent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translucent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getUrl",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.url\">Titanium.UI.TabGroup.url</a> property. <strong>Removed in 6.0.0.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setUrl",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabGroup.url\">Titanium.UI.TabGroup.url</a> property. <strong>Removed in 6.0.0.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "url",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getWindowFlags",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.windowFlags\">Titanium.UI.TabGroup.windowFlags</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabGroup.windowFlags\">Titanium.UI.TabGroup.windowFlags</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setWindowFlags",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabGroup.windowFlags\">Titanium.UI.TabGroup.windowFlags</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabGroup.windowFlags\">Titanium.UI.TabGroup.windowFlags</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "windowFlags",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getWindowSoftInputMode",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.windowSoftInputMode\">Titanium.UI.TabGroup.windowSoftInputMode</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabGroup.windowSoftInputMode\">Titanium.UI.TabGroup.windowSoftInputMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setWindowSoftInputMode",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabGroup.windowSoftInputMode\">Titanium.UI.TabGroup.windowSoftInputMode</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabGroup.windowSoftInputMode\">Titanium.UI.TabGroup.windowSoftInputMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "windowSoftInputMode",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getWindowPixelFormat",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.windowPixelFormat\">Titanium.UI.TabGroup.windowPixelFormat</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabGroup.windowPixelFormat\">Titanium.UI.TabGroup.windowPixelFormat</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.8.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setWindowPixelFormat",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabGroup.windowPixelFormat\">Titanium.UI.TabGroup.windowPixelFormat</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabGroup.windowPixelFormat\">Titanium.UI.TabGroup.windowPixelFormat</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "windowPixelFormat",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.8.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getActivityExitTransition",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.activityExitTransition\">Titanium.UI.TabGroup.activityExitTransition</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabGroup.activityExitTransition\">Titanium.UI.TabGroup.activityExitTransition</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setActivityExitTransition",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabGroup.activityExitTransition\">Titanium.UI.TabGroup.activityExitTransition</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabGroup.activityExitTransition\">Titanium.UI.TabGroup.activityExitTransition</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "activityExitTransition",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getActivityEnterTransition",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.activityEnterTransition\">Titanium.UI.TabGroup.activityEnterTransition</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabGroup.activityEnterTransition\">Titanium.UI.TabGroup.activityEnterTransition</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setActivityEnterTransition",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabGroup.activityEnterTransition\">Titanium.UI.TabGroup.activityEnterTransition</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabGroup.activityEnterTransition\">Titanium.UI.TabGroup.activityEnterTransition</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "activityEnterTransition",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getActivityReturnTransition",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.activityReturnTransition\">Titanium.UI.TabGroup.activityReturnTransition</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabGroup.activityReturnTransition\">Titanium.UI.TabGroup.activityReturnTransition</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setActivityReturnTransition",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabGroup.activityReturnTransition\">Titanium.UI.TabGroup.activityReturnTransition</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabGroup.activityReturnTransition\">Titanium.UI.TabGroup.activityReturnTransition</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "activityReturnTransition",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getActivityReenterTransition",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.activityReenterTransition\">Titanium.UI.TabGroup.activityReenterTransition</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabGroup.activityReenterTransition\">Titanium.UI.TabGroup.activityReenterTransition</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setActivityReenterTransition",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabGroup.activityReenterTransition\">Titanium.UI.TabGroup.activityReenterTransition</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabGroup.activityReenterTransition\">Titanium.UI.TabGroup.activityReenterTransition</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "activityReenterTransition",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getActivitySharedElementExitTransition",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.activitySharedElementExitTransition\">Titanium.UI.TabGroup.activitySharedElementExitTransition</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabGroup.activitySharedElementExitTransition\">Titanium.UI.TabGroup.activitySharedElementExitTransition</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setActivitySharedElementExitTransition",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabGroup.activitySharedElementExitTransition\">Titanium.UI.TabGroup.activitySharedElementExitTransition</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabGroup.activitySharedElementExitTransition\">Titanium.UI.TabGroup.activitySharedElementExitTransition</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "activitySharedElementExitTransition",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getActivitySharedElementEnterTransition",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.activitySharedElementEnterTransition\">Titanium.UI.TabGroup.activitySharedElementEnterTransition</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabGroup.activitySharedElementEnterTransition\">Titanium.UI.TabGroup.activitySharedElementEnterTransition</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setActivitySharedElementEnterTransition",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabGroup.activitySharedElementEnterTransition\">Titanium.UI.TabGroup.activitySharedElementEnterTransition</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabGroup.activitySharedElementEnterTransition\">Titanium.UI.TabGroup.activitySharedElementEnterTransition</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "activitySharedElementEnterTransition",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getActivitySharedElementReturnTransition",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.activitySharedElementReturnTransition\">Titanium.UI.TabGroup.activitySharedElementReturnTransition</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabGroup.activitySharedElementReturnTransition\">Titanium.UI.TabGroup.activitySharedElementReturnTransition</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setActivitySharedElementReturnTransition",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabGroup.activitySharedElementReturnTransition\">Titanium.UI.TabGroup.activitySharedElementReturnTransition</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabGroup.activitySharedElementReturnTransition\">Titanium.UI.TabGroup.activitySharedElementReturnTransition</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "activitySharedElementReturnTransition",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getActivitySharedElementReenterTransition",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.activitySharedElementReenterTransition\">Titanium.UI.TabGroup.activitySharedElementReenterTransition</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabGroup.activitySharedElementReenterTransition\">Titanium.UI.TabGroup.activitySharedElementReenterTransition</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setActivitySharedElementReenterTransition",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabGroup.activitySharedElementReenterTransition\">Titanium.UI.TabGroup.activitySharedElementReenterTransition</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabGroup.activitySharedElementReenterTransition\">Titanium.UI.TabGroup.activitySharedElementReenterTransition</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "activitySharedElementReenterTransition",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getAllowUserCustomization",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.allowUserCustomization\">Titanium.UI.TabGroup.allowUserCustomization</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabGroup.allowUserCustomization\">Titanium.UI.TabGroup.allowUserCustomization</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAllowUserCustomization",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabGroup.allowUserCustomization\">Titanium.UI.TabGroup.allowUserCustomization</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabGroup.allowUserCustomization\">Titanium.UI.TabGroup.allowUserCustomization</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "allowUserCustomization",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getEditButtonTitle",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.editButtonTitle\">Titanium.UI.TabGroup.editButtonTitle</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabGroup.editButtonTitle\">Titanium.UI.TabGroup.editButtonTitle</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setEditButtonTitle",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabGroup.editButtonTitle\">Titanium.UI.TabGroup.editButtonTitle</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabGroup.editButtonTitle\">Titanium.UI.TabGroup.editButtonTitle</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "editButtonTitle",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSwipeable",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.swipeable\">Titanium.UI.TabGroup.swipeable</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabGroup.swipeable\">Titanium.UI.TabGroup.swipeable</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setSwipeable",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabGroup.swipeable\">Titanium.UI.TabGroup.swipeable</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabGroup.swipeable\">Titanium.UI.TabGroup.swipeable</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "swipeable",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getSmoothScrollOnTabClick",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.smoothScrollOnTabClick\">Titanium.UI.TabGroup.smoothScrollOnTabClick</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabGroup.smoothScrollOnTabClick\">Titanium.UI.TabGroup.smoothScrollOnTabClick</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setSmoothScrollOnTabClick",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabGroup.smoothScrollOnTabClick\">Titanium.UI.TabGroup.smoothScrollOnTabClick</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabGroup.smoothScrollOnTabClick\">Titanium.UI.TabGroup.smoothScrollOnTabClick</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "smoothScrollOnTabClick",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTabs",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabGroup.tabs\">Titanium.UI.TabGroup.tabs</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabGroup.tabs\">Titanium.UI.TabGroup.tabs</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "tabs",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getShiftMode",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.shiftMode\">Titanium.UI.TabGroup.shiftMode</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabGroup.shiftMode\">Titanium.UI.TabGroup.shiftMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setShiftMode",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabGroup.shiftMode\">Titanium.UI.TabGroup.shiftMode</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabGroup.shiftMode\">Titanium.UI.TabGroup.shiftMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "shiftMode",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getStyle",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.style\">Titanium.UI.TabGroup.style</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabGroup.style\">Titanium.UI.TabGroup.style</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setStyle",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabGroup.style\">Titanium.UI.TabGroup.style</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabGroup.style\">Titanium.UI.TabGroup.style</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "style",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTabsBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.tabsBackgroundColor\">Titanium.UI.TabGroup.tabsBackgroundColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabGroup.tabsBackgroundColor\">Titanium.UI.TabGroup.tabsBackgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTabsBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabGroup.tabsBackgroundColor\">Titanium.UI.TabGroup.tabsBackgroundColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabGroup.tabsBackgroundColor\">Titanium.UI.TabGroup.tabsBackgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "tabsBackgroundColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTabsTintColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.tabsTintColor\">Titanium.UI.TabGroup.tabsTintColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabGroup.tabsTintColor\">Titanium.UI.TabGroup.tabsTintColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTabsTintColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabGroup.tabsTintColor\">Titanium.UI.TabGroup.tabsTintColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabGroup.tabsTintColor\">Titanium.UI.TabGroup.tabsTintColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "tabsTintColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTabsTranslucent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.tabsTranslucent\">Titanium.UI.TabGroup.tabsTranslucent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabGroup.tabsTranslucent\">Titanium.UI.TabGroup.tabsTranslucent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTabsTranslucent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabGroup.tabsTranslucent\">Titanium.UI.TabGroup.tabsTranslucent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabGroup.tabsTranslucent\">Titanium.UI.TabGroup.tabsTranslucent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "tabsTranslucent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTabsBackgroundImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.tabsBackgroundImage\">Titanium.UI.TabGroup.tabsBackgroundImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabGroup.tabsBackgroundImage\">Titanium.UI.TabGroup.tabsBackgroundImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTabsBackgroundImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabGroup.tabsBackgroundImage\">Titanium.UI.TabGroup.tabsBackgroundImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabGroup.tabsBackgroundImage\">Titanium.UI.TabGroup.tabsBackgroundImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "tabsBackgroundImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getUnselectedItemTintColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.unselectedItemTintColor\">Titanium.UI.TabGroup.unselectedItemTintColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabGroup.unselectedItemTintColor\">Titanium.UI.TabGroup.unselectedItemTintColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setUnselectedItemTintColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabGroup.unselectedItemTintColor\">Titanium.UI.TabGroup.unselectedItemTintColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabGroup.unselectedItemTintColor\">Titanium.UI.TabGroup.unselectedItemTintColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "unselectedItemTintColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getActiveTabIconTint",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.activeTabIconTint\">Titanium.UI.TabGroup.activeTabIconTint</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabGroup.activeTabIconTint\">Titanium.UI.TabGroup.activeTabIconTint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setActiveTabIconTint",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabGroup.activeTabIconTint\">Titanium.UI.TabGroup.activeTabIconTint</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabGroup.activeTabIconTint\">Titanium.UI.TabGroup.activeTabIconTint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "activeTabIconTint",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTabsBackgroundSelectedColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.tabsBackgroundSelectedColor\">Titanium.UI.TabGroup.tabsBackgroundSelectedColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabGroup.tabsBackgroundSelectedColor\">Titanium.UI.TabGroup.tabsBackgroundSelectedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTabsBackgroundSelectedColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabGroup.tabsBackgroundSelectedColor\">Titanium.UI.TabGroup.tabsBackgroundSelectedColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabGroup.tabsBackgroundSelectedColor\">Titanium.UI.TabGroup.tabsBackgroundSelectedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "tabsBackgroundSelectedColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getActiveTabBackgroundImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabGroup.activeTabBackgroundImage\">Titanium.UI.TabGroup.activeTabBackgroundImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabGroup.activeTabBackgroundImage\">Titanium.UI.TabGroup.activeTabBackgroundImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setActiveTabBackgroundImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabGroup.activeTabBackgroundImage\">Titanium.UI.TabGroup.activeTabBackgroundImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabGroup.activeTabBackgroundImage\">Titanium.UI.TabGroup.activeTabBackgroundImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "activeTabBackgroundImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.UI.Window",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundColor",
                    "deprecated": false,
                    "description": "<p>Background color of the window, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "center",
                    "deprecated": false,
                    "description": "<p>View's center position, in the parent view's coordinates.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "clipMode",
                    "deprecated": false,
                    "description": "<p>View's clipping behavior.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "elevation",
                    "deprecated": false,
                    "description": "<p>Base elevation of the view relative to its parent in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "hiddenBehavior",
                    "deprecated": false,
                    "description": "<p>Sets the behavior when hiding an object to release or keep the free space</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.HIDDEN_BEHAVIOR_INVISIBLE",
                        "Titanium.UI.HIDDEN_BEHAVIOR_GONE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "horizontalMotionEffect",
                    "deprecated": false,
                    "description": "<p>Adds a horizontal parallax effect to the view</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "MinMaxOptions",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "id",
                    "deprecated": false,
                    "description": "<p>View's identifier.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "overrideCurrentAnimation",
                    "deprecated": false,
                    "description": "<p>When on, animate call overrides current animation if applicable.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "pullBackgroundColor",
                    "deprecated": false,
                    "description": "<p>Background color of the wrapper view when this view is used as either <a href=\"Titanium.UI.ListView.pullView\">Titanium.UI.ListView.pullView</a> or <a href=\"Titanium.UI.TableView.headerPullView\">Titanium.UI.TableView.headerPullView</a>.</p>\n<p>Defaults to <code>undefined</code>. Results in a light grey background color on the wrapper view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "previewContext",
                    "deprecated": false,
                    "description": "<p>The preview context used in the 3D-Touch feature &quot;Peek and Pop&quot;.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Titanium.UI.iOS.PreviewContext",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "rect",
                    "deprecated": false,
                    "description": "<p>The bounding box of the view relative to its parent, in system units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "type": "DimensionWithAbsolutes",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "rotation",
                    "deprecated": false,
                    "description": "<p>Clockwise 2D rotation of the view in degrees.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "rotationX",
                    "deprecated": false,
                    "description": "<p>Clockwise rotation of the view in degrees (x-axis).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "rotationY",
                    "deprecated": false,
                    "description": "<p>Clockwise rotation of the view in degrees (y-axis).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "scaleX",
                    "deprecated": false,
                    "description": "<p>Scaling of the view in x-axis in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "scaleY",
                    "deprecated": false,
                    "description": "<p>Scaling of the view in y-axis in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "size",
                    "deprecated": false,
                    "description": "<p>The size of the view in system units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Dimension",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "tintColor",
                    "deprecated": false,
                    "description": "<p>The view's tintColor</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "touchEnabled",
                    "deprecated": false,
                    "description": "<p>Determines whether view should receive touch events.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "touchFeedback",
                    "deprecated": false,
                    "description": "<p>A material design visual construct that provides an instantaneous visual confirmation of touch point.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "touchFeedbackColor",
                    "deprecated": false,
                    "description": "<p>Optional touch feedback ripple color. This has no effect unless <code>touchFeedback</code> is true.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "translationX",
                    "deprecated": false,
                    "description": "<p>Horizontal location of the view relative to its left position in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "translationY",
                    "deprecated": false,
                    "description": "<p>Vertical location of the view relative to its top position in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "translationZ",
                    "deprecated": false,
                    "description": "<p>Depth of the view relative to its elevation in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "transitionName",
                    "deprecated": false,
                    "description": "<p>A name to identify this view in activity transition.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.2"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "verticalMotionEffect",
                    "deprecated": false,
                    "description": "<p>Adds a vertical parallax effect to the view</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "MinMaxOptions",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowRadius",
                    "deprecated": false,
                    "description": "<p>Determines the blur radius used to create the shadow.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowColor",
                    "deprecated": false,
                    "description": "<p>Determines the color of the shadow.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowOffset",
                    "deprecated": false,
                    "description": "<p>Determines the offset for the shadow of the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "visible",
                    "deprecated": false,
                    "description": "<p>Determines whether the view is visible.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "keepScreenOn",
                    "deprecated": false,
                    "description": "<p>Determines whether to keep the device screen on.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "activity",
                    "deprecated": false,
                    "description": "<p>Reference to the Android Activity object associated with this tab group.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Titanium.Android.Activity",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backButtonTitle",
                    "deprecated": false,
                    "description": "<p>Title for the back button. This is only valid when the window is a child of a tab.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backButtonTitleImage",
                    "deprecated": false,
                    "description": "<p>The image to show as the back button. This is only valid when the window is a child of a tab.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "barColor",
                    "deprecated": false,
                    "description": "<p>Default navigation bar color (typically for the <strong>More</strong> tab), as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "barImage",
                    "deprecated": false,
                    "description": "<p>Background image for the nav bar, specified as a URL to a local image.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "exitOnClose",
                    "deprecated": false,
                    "description": "<p>Boolean value indicating if the application should exit when closing the tab group, whether via Android\nback button or the <a href=\"Titanium.UI.TabGroup.close\">close</a> method.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "extendEdges",
                    "deprecated": false,
                    "description": "<p>An array of supported values specified using the EXTEND_EDGE constants in <a href=\"Titanium.UI\">Titanium.UI</a>.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.EXTEND_EDGE_TOP",
                        "Titanium.UI.EXTEND_EDGE_BOTTOM",
                        "Titanium.UI.EXTEND_EDGE_LEFT",
                        "Titanium.UI.EXTEND_EDGE_RIGHT",
                        "Titanium.UI.EXTEND_EDGE_NONE",
                        "Titanium.UI.EXTEND_EDGE_ALL"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "flagSecure",
                    "deprecated": false,
                    "description": "<p>Treat the content of the window as secure, preventing it from appearing in screenshots or from being viewed on non-secure displays.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "includeOpaqueBars",
                    "deprecated": false,
                    "description": "<p>Specifies if the edges should extend beyond opaque bars (navigation bar, tab bar, toolbar).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "autoAdjustScrollViewInsets",
                    "deprecated": false,
                    "description": "<p>Specifies whether or not the view controller should automatically adjust its scroll view insets.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "extendSafeArea",
                    "deprecated": false,
                    "description": "<p>Specifies whether the screen insets/notches are allowed to overlap the window's content or not.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.3.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fullscreen",
                    "deprecated": false,
                    "description": "<p>Boolean value indicating if the window is fullscreen.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "homeIndicatorAutoHidden",
                    "deprecated": false,
                    "description": "<p>Boolean value indicating whether the system is allowed to hide the visual indicator for returning to the Home screen.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hideShadow",
                    "deprecated": false,
                    "description": "<p>Set this to true to hide the shadow image of the navigation bar.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hidesBarsOnSwipe",
                    "deprecated": false,
                    "description": "<p>Set this to true to hide the navigation bar on swipe.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hidesBarsOnTap",
                    "deprecated": false,
                    "description": "<p>Set this to true to hide the navigation bar on tap.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hidesBarsWhenKeyboardAppears",
                    "deprecated": false,
                    "description": "<p>Set this to true to hide the navigation bar when the keyboard appears.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hidesBackButton",
                    "deprecated": false,
                    "description": "<p>Set this to true to hide the back button of navigation bar.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.5.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "largeTitleEnabled",
                    "deprecated": false,
                    "description": "<p>A Boolean value indicating whether the title should be displayed in a large format.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.3.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hidesSearchBarWhenScrolling",
                    "deprecated": false,
                    "description": "<p>A Boolean value indicating whether the integrated search bar is hidden when scrolling any underlying content.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "largeTitleDisplayMode",
                    "deprecated": false,
                    "description": "<p>The mode to use when displaying the title of the navigation bar.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.iOS.LARGE_TITLE_DISPLAY_MODE_AUTOMATIC",
                        "Titanium.UI.iOS.LARGE_TITLE_DISPLAY_MODE_ALWAYS",
                        "Titanium.UI.iOS.LARGE_TITLE_DISPLAY_MODE_NEVER"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "leftNavButton",
                    "deprecated": false,
                    "description": "<p>View to show in the left nav bar area.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Titanium.UI.View",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "leftNavButtons",
                    "deprecated": false,
                    "description": "<p>An Array of views to show in the left nav bar area.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "modal",
                    "deprecated": false,
                    "description": "<p>Indicates to open a modal window or not.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "navBarHidden",
                    "deprecated": false,
                    "description": "<p>Hides the navigation bar (<code>true</code>) or shows the navigation bar (<code>false</code>).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "navTintColor",
                    "deprecated": false,
                    "description": "<p>The tintColor to apply to the navigation bar (typically for the <strong>More</strong> tab).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "navigationWindow",
                    "deprecated": false,
                    "description": "<p>The <a href=\"Titanium.UI.NavigationWindow\">Titanium.UI.NavigationWindow</a> instance hosting this window.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "Titanium.UI.NavigationWindow",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "onBack",
                    "deprecated": false,
                    "description": "<p>Callback function that overrides the default behavior when the user presses the <strong>Back</strong>\nbutton.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "Function",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "orientationModes",
                    "deprecated": false,
                    "description": "<p>Array of supported orientation modes, specified using the orientation\nconstants defined in <a href=\"Titanium.UI\">Titanium.UI</a>.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.LANDSCAPE_LEFT",
                        "Titanium.UI.LANDSCAPE_RIGHT",
                        "Titanium.UI.PORTRAIT",
                        "Titanium.UI.UPSIDE_PORTRAIT"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "orientation",
                    "deprecated": false,
                    "description": "<p>Current orientation of the window.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.LANDSCAPE_LEFT",
                        "Titanium.UI.LANDSCAPE_RIGHT",
                        "Titanium.UI.PORTRAIT",
                        "Titanium.UI.UPSIDE_PORTRAIT"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "rightNavButton",
                    "deprecated": false,
                    "description": "<p>View to show in the right nav bar area.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Titanium.UI.View",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "rightNavButtons",
                    "deprecated": false,
                    "description": "<p>An Array of views to show in the right nav bar area.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "safeAreaPadding",
                    "deprecated": false,
                    "description": "<p>The padding needed to safely display content without it being overlapped by the screen insets and notches.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Padding",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "shadowImage",
                    "deprecated": false,
                    "description": "<p>Image of the shadow placed between the tab bar and the content area.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "splitActionBar",
                    "deprecated": true,
                    "description": "<p>Boolean value to enable split action bar. <strong>Deprecated since 6.2.0. Deprecated in AppCompat theme. The same behaviour can be achived by using Toolbar.</strong></p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "statusBarStyle",
                    "deprecated": false,
                    "description": "<p>The status bar style associated with this window.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.iOS.StatusBar.DEFAULT",
                        "Titanium.UI.iOS.StatusBar.GRAY",
                        "Titanium.UI.iOS.StatusBar.GREY",
                        "Titanium.UI.iOS.StatusBar.LIGHT_CONTENT"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "sustainedPerformanceMode",
                    "deprecated": false,
                    "description": "<p>Maintain a sustainable level of performance.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "swipeToClose",
                    "deprecated": false,
                    "description": "<p>Boolean value indicating if the user should be able to close a window using a swipe gesture.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "tabBarHidden",
                    "deprecated": false,
                    "description": "<p>Boolean value indicating if the tab bar should be hidden.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "theme",
                    "deprecated": false,
                    "description": "<p>Name of the theme to apply to the window.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.4.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "title",
                    "deprecated": false,
                    "description": "<p>Title for this tabGroup.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "titleAttributes",
                    "deprecated": false,
                    "description": "<p>Title text attributes of the window to be applied on the <strong>More</strong> tab.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "titleAttributesParams",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "titleControl",
                    "deprecated": false,
                    "description": "<p>View to show in the title area of the nav bar.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Titanium.UI.View",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "titleImage",
                    "deprecated": false,
                    "description": "<p>Image to show in the title area of the nav bar, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "titlePrompt",
                    "deprecated": false,
                    "description": "<p>Title prompt for the window.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "titleid",
                    "deprecated": false,
                    "description": "<p>Key identifying a string from the locale file to use for the window title.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "titlepromptid",
                    "deprecated": false,
                    "description": "<p>Key identifying a string from the locale file to use for the window title prompt.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "toolbar",
                    "deprecated": false,
                    "description": "<p>Array of button objects to show in the window's toolbar.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "transitionAnimation",
                    "deprecated": false,
                    "description": "<p>Use a transition animation when opening or closing windows in a\n<a href=\"Titanium.UI.NavigationWindow\">Titanium.UI.NavigationWindow</a> or <a href=\"Titanium.UI.Tab\">Titanium.UI.Tab</a>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "Titanium.Proxy",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "translucent",
                    "deprecated": false,
                    "description": "<p>Boolean value indicating if the nav bar (typically for the <strong>More</strong> tab), is translucent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "url",
                    "deprecated": true,
                    "description": "<p>Loads a JavaScript file from a local URL. <strong>Removed in 6.0.0.</strong></p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "windowFlags",
                    "deprecated": false,
                    "description": "<p>Additional flags to set on the Activity Window.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "windowSoftInputMode",
                    "deprecated": false,
                    "description": "<p>Determines how the tab group is treated when a soft input method (such as a virtual keyboard)\nis displayed.</p>",
                    "availability": "creation",
                    "constants": [
                        "Titanium.UI.Android.SOFT_INPUT_ADJUST_PAN",
                        "Titanium.UI.Android.SOFT_INPUT_ADJUST_RESIZE",
                        "Titanium.UI.Android.SOFT_INPUT_ADJUST_UNSPECIFIED"
                    ],
                    "examples": [
                        {
                            "title": "Soft Input Visibility and Adjustment",
                            "code": "<p>Create a white window and respond to a click of it to open a red window containing a\ntext area. Show the software keyboard automatically as the red window opens.</p>\n<pre><code>var win1 = Ti.UI.createWindow({\n  backgroundColor: 'white',\n  exitOnClose: true,\n  fullscreen: false,\n  title: 'Click window to test'\n});\n\n// use bitwise OR to combine two settings for the windowSoftInputMode property\nvar softInput = Ti.UI.Android.SOFT_INPUT_STATE_ALWAYS_VISIBLE | Ti.UI.Android.SOFT_INPUT_ADJUST_PAN;\n\nwin1.addEventListener('click', function(){\nvar win2 = Ti.UI.createWindow({\n  backgroundColor: 'red',\n  fullscreen: false,\n  windowSoftInputMode: softInput\n});\n\nvar textArea = Ti.UI.createTextArea({\n  value : 'I am a textarea',\n  height : 200,\n  width : 300,\n  top : 200\n});\nwin2.add(textArea);\nwin2.open();\n});\n\nwin1.open();\n</code></pre>"
                        }
                    ],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "windowPixelFormat",
                    "deprecated": false,
                    "description": "<p>Set the pixel format for the Activity's Window.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.Android.PIXEL_FORMAT_A_8",
                        "Titanium.UI.Android.PIXEL_FORMAT_LA_88",
                        "Titanium.UI.Android.PIXEL_FORMAT_L_8",
                        "Titanium.UI.Android.PIXEL_FORMAT_OPAQUE",
                        "Titanium.UI.Android.PIXEL_FORMAT_RGBA_4444",
                        "Titanium.UI.Android.PIXEL_FORMAT_RGBA_5551",
                        "Titanium.UI.Android.PIXEL_FORMAT_RGBA_8888",
                        "Titanium.UI.Android.PIXEL_FORMAT_RGBX_8888",
                        "Titanium.UI.Android.PIXEL_FORMAT_RGB_332",
                        "Titanium.UI.Android.PIXEL_FORMAT_RGB_565",
                        "Titanium.UI.Android.PIXEL_FORMAT_RGB_888",
                        "Titanium.UI.Android.PIXEL_FORMAT_TRANSLUCENT",
                        "Titanium.UI.Android.PIXEL_FORMAT_TRANSPARENT",
                        "Titanium.UI.Android.PIXEL_FORMAT_UNKNOWN"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.8.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "activityExitTransition",
                    "deprecated": false,
                    "description": "<p>The type of transition used when activity is exiting.</p>",
                    "availability": "creation",
                    "constants": [
                        "Titanium.UI.Android.TRANSITION_EXPLODE",
                        "Titanium.UI.Android.TRANSITION_FADE_IN",
                        "Titanium.UI.Android.TRANSITION_FADE_OUT",
                        "Titanium.UI.Android.TRANSITION_SLIDE_TOP",
                        "Titanium.UI.Android.TRANSITION_SLIDE_RIGHT",
                        "Titanium.UI.Android.TRANSITION_SLIDE_BOTTOM",
                        "Titanium.UI.Android.TRANSITION_SLIDE_LEFT",
                        "Titanium.UI.Android.TRANSITION_NONE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "activityEnterTransition",
                    "deprecated": false,
                    "description": "<p>The type of transition used when activity is entering.</p>",
                    "availability": "creation",
                    "constants": [
                        "Titanium.UI.Android.TRANSITION_EXPLODE",
                        "Titanium.UI.Android.TRANSITION_FADE_IN",
                        "Titanium.UI.Android.TRANSITION_FADE_OUT",
                        "Titanium.UI.Android.TRANSITION_SLIDE_TOP",
                        "Titanium.UI.Android.TRANSITION_SLIDE_RIGHT",
                        "Titanium.UI.Android.TRANSITION_SLIDE_BOTTOM",
                        "Titanium.UI.Android.TRANSITION_SLIDE_LEFT",
                        "Titanium.UI.Android.TRANSITION_NONE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "activityReturnTransition",
                    "deprecated": false,
                    "description": "<p>The type of transition used when returning from a previously started activity.</p>",
                    "availability": "creation",
                    "constants": [
                        "Titanium.UI.Android.TRANSITION_EXPLODE",
                        "Titanium.UI.Android.TRANSITION_FADE_IN",
                        "Titanium.UI.Android.TRANSITION_FADE_OUT",
                        "Titanium.UI.Android.TRANSITION_SLIDE_TOP",
                        "Titanium.UI.Android.TRANSITION_SLIDE_RIGHT",
                        "Titanium.UI.Android.TRANSITION_SLIDE_BOTTOM",
                        "Titanium.UI.Android.TRANSITION_SLIDE_LEFT",
                        "Titanium.UI.Android.TRANSITION_NONE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "activityReenterTransition",
                    "deprecated": false,
                    "description": "<p>The type of transition used when reentering to a previously started activity.</p>",
                    "availability": "creation",
                    "constants": [
                        "Titanium.UI.Android.TRANSITION_EXPLODE",
                        "Titanium.UI.Android.TRANSITION_FADE_IN",
                        "Titanium.UI.Android.TRANSITION_FADE_OUT",
                        "Titanium.UI.Android.TRANSITION_SLIDE_TOP",
                        "Titanium.UI.Android.TRANSITION_SLIDE_RIGHT",
                        "Titanium.UI.Android.TRANSITION_SLIDE_BOTTOM",
                        "Titanium.UI.Android.TRANSITION_SLIDE_LEFT",
                        "Titanium.UI.Android.TRANSITION_NONE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "activitySharedElementExitTransition",
                    "deprecated": false,
                    "description": "<p>The type of exit transition used when animating shared elements between two activities.</p>",
                    "availability": "creation",
                    "constants": [
                        "Titanium.UI.Android.TRANSITION_CHANGE_BOUNDS",
                        "Titanium.UI.Android.TRANSITION_CHANGE_CLIP_BOUNDS",
                        "Titanium.UI.Android.TRANSITION_CHANGE_TRANSFORM",
                        "Titanium.UI.Android.TRANSITION_CHANGE_IMAGE_TRANSFORM",
                        "Titanium.UI.Android.TRANSITION_NONE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "activitySharedElementEnterTransition",
                    "deprecated": false,
                    "description": "<p>The type of enter transition used when animating shared elements between two activities.</p>",
                    "availability": "creation",
                    "constants": [
                        "Titanium.UI.Android.TRANSITION_CHANGE_BOUNDS",
                        "Titanium.UI.Android.TRANSITION_CHANGE_CLIP_BOUNDS",
                        "Titanium.UI.Android.TRANSITION_CHANGE_TRANSFORM",
                        "Titanium.UI.Android.TRANSITION_CHANGE_IMAGE_TRANSFORM",
                        "Titanium.UI.Android.TRANSITION_NONE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "activitySharedElementReturnTransition",
                    "deprecated": false,
                    "description": "<p>The type of return transition used when animating shared elements between two activities.</p>",
                    "availability": "creation",
                    "constants": [
                        "Titanium.UI.Android.TRANSITION_CHANGE_BOUNDS",
                        "Titanium.UI.Android.TRANSITION_CHANGE_CLIP_BOUNDS",
                        "Titanium.UI.Android.TRANSITION_CHANGE_TRANSFORM",
                        "Titanium.UI.Android.TRANSITION_CHANGE_IMAGE_TRANSFORM",
                        "Titanium.UI.Android.TRANSITION_NONE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "activitySharedElementReenterTransition",
                    "deprecated": false,
                    "description": "<p>The type of reenter transition used when animating shared elements between two activities.</p>",
                    "availability": "creation",
                    "constants": [
                        "Titanium.UI.Android.TRANSITION_CHANGE_BOUNDS",
                        "Titanium.UI.Android.TRANSITION_CHANGE_CLIP_BOUNDS",
                        "Titanium.UI.Android.TRANSITION_CHANGE_TRANSFORM",
                        "Titanium.UI.Android.TRANSITION_CHANGE_IMAGE_TRANSFORM",
                        "Titanium.UI.Android.TRANSITION_NONE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "activeTab",
                    "deprecated": false,
                    "description": "<p>Active tab.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "allowUserCustomization",
                    "deprecated": false,
                    "description": "<p>Allow the user to reorder tabs in the tab group using the <strong>Edit</strong> button on the <strong>More</strong>\ntab.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "editButtonTitle",
                    "deprecated": false,
                    "description": "<p>Title for the edit button on the <strong>More</strong> tab.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "swipeable",
                    "deprecated": false,
                    "description": "<p>Boolean value indicating if tab navigation can be done by swipes, in addition to tab clicks.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "smoothScrollOnTabClick",
                    "deprecated": false,
                    "description": "<p>Boolean value indicating if changing pages by tab clicks is animated.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "tabs",
                    "deprecated": false,
                    "description": "<p>Tabs managed by the tab group.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "shiftMode",
                    "deprecated": false,
                    "description": "<p>Determines whether the <a href=\"Titanium.UI.Android.TABS_STYLE_BOTTOM_NAVIGATION\">TABS_STYLE_BOTTOM_NAVIGATION</a> uses shiftMode.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "style",
                    "deprecated": false,
                    "description": "<p>Property defining which style for the TabGroup to be used.</p>",
                    "availability": "creation",
                    "constants": [
                        "Titanium.UI.Android.TABS_STYLE_DEFAULT",
                        "Titanium.UI.Android.TABS_STYLE_BOTTOM_NAVIGATION"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "tabsBackgroundColor",
                    "deprecated": false,
                    "description": "<p>Default background color for inactive tabs, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "tabsTintColor",
                    "deprecated": false,
                    "description": "<p>The tintColor to apply to the tabs.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "tabsTranslucent",
                    "deprecated": false,
                    "description": "<p>A Boolean value that indicates whether the tab bar is translucent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "tabsBackgroundImage",
                    "deprecated": false,
                    "description": "<p>Default background image for tabs.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "unselectedItemTintColor",
                    "deprecated": false,
                    "description": "<p>Unselected items in this tab group will be tinted with this color. Setting this value to null\nindicates that the tab group should use its default value instead.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "activeTabIconTint",
                    "deprecated": false,
                    "description": "<p>Color applied to active tabs icons, as a color name or hex triplet, where the tab's activeIcon was not defined.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "tabsBackgroundSelectedColor",
                    "deprecated": false,
                    "description": "<p>Default background selected color for tabs, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "activeTabBackgroundImage",
                    "deprecated": false,
                    "description": "<p>Default background image for the active tab.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>A tab group can contain one or more <a href=\"Titanium.UI.Tab\">Tab</a> objects, each of which has an\nassociated tab control that is used to bring it into focus.</p>\n<p>Use the <a href=\"Titanium.UI.createTabGroup\">Titanium.UI.createTabGroup</a> method or <strong><code>&lt;TabGroup&gt;</code></strong> Alloy element to create a tab group\nthat, in turn, contains one or more <code>&lt;Tab&gt;</code> elements.</p>\n<p>You can add tabs to the group using <a href=\"Titanium.UI.TabGroup.addTab\">addTab</a>, and programmatically\nswitch to a specific tab using <a href=\"Titanium.UI.TabGroup.setActiveTab\">setActiveTab</a>.</p>\n<h4>Platform Implementation Notes</h4>\n<p>When using a tab group, note the following differences between platforms:</p>\n<ul>\n<li>\n<p>The tab group controls are positioned at the top of the display on Android and at the bottom\non iOS.</p>\n</li>\n<li>\n<p>On Android, only one tab group may exist at one time. A tab group may be closed to allow a new\none to be opened later, but the root of the application must be a heavyweight window to prevent\nit exiting. Tabs cannot be removed from the tab group once added, and tabs cannot be reordered.</p>\n</li>\n<li>\n<p>On iOS, more than one tab group may exist, and may be opened and closed as required.\nEach tab can contain a stack of windows, and the user can switch between them by tapping the\ntab's associated control. Tabs can be removed, and the user may (optionally) be allowed to\nreorder tabs.</p>\n</li>\n<li>\n<p>On iOS, it is also possible to add tabs by updating the\n<a href=\"Titanium.UI.TabGroup.tabs\">tabs</a> property, and to switch active tabs by setting the\n<a href=\"Titanium.UI.Tab.active\">active</a> property on one of the tabs to <code>true</code>. Since these mechanisms\nare platform-specific, it is recommended that you use <code>addTab</code> and <code>setActiveTab</code> instead.</p>\n</li>\n<li>\n<p>If you use the iOS-specific mechanisms, it is possible to add multiple active tabs\nto a tab group. In this case, the result of which tab is initially selected is undefined.</p>\n</li>\n</ul>\n<h4>Further Reading</h4>\n<p>If using tab groups on iOS, see\n<a href=\"https://developer.apple.com/ios/human-interface-guidelines/bars/tab-bars/\">iOS UI Element Usage Guidelines</a>.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.9"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.9"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.9"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.TabbedBar",
            "description": "<p>A button bar that maintains a selected state.</p>",
            "deprecated": false,
            "events": [
                {
                    "name": "click",
                    "deprecated": false,
                    "description": "<p>Fired when a button is clicked.</p>",
                    "properties": [
                        {
                            "name": "index",
                            "constants": [],
                            "description": "<p>Index of the clicked button.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "focus",
                    "deprecated": false,
                    "description": "<p>Fired when the view element gains focus.</p>"
                },
                {
                    "name": "keypressed",
                    "deprecated": false,
                    "description": "<p>Fired when a hardware key is pressed in the view.</p>",
                    "properties": [
                        {
                            "name": "keyCode",
                            "constants": [],
                            "description": "<p>The code for the physical key that was pressed. For more details, see <a href=\"https://developer.android.com/reference/android/view/KeyEvent.html\">KeyEvent</a>. This API is experimental and subject to change.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "longpress",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a long press.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "pinch",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a pinch gesture.</p>",
                    "properties": [
                        {
                            "name": "scale",
                            "constants": [],
                            "description": "<p>The scale factor relative to the points of the two touches in screen coordinates.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "velocity",
                            "constants": [],
                            "description": "<p>The velocity of the pinch in scale factor per second.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "time",
                            "constants": [],
                            "description": "<p>The event time of the current event being processed.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timeDelta",
                            "constants": [],
                            "description": "<p>The time difference in milliseconds between the previous accepted scaling event and the\ncurrent scaling event.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "currentSpan",
                            "constants": [],
                            "description": "<p>The average distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "currentSpanX",
                            "constants": [],
                            "description": "<p>The average X distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "currentSpanY",
                            "constants": [],
                            "description": "<p>The average Y distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "previousSpan",
                            "constants": [],
                            "description": "<p>The previous average distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "previousSpanX",
                            "constants": [],
                            "description": "<p>The previous average X distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "previousSpanY",
                            "constants": [],
                            "description": "<p>The previous average Y distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "focusX",
                            "constants": [],
                            "description": "<p>The X coordinate of the current gesture's focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "focusY",
                            "constants": [],
                            "description": "<p>The Y coordinate of the current gesture's focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "inProgress",
                            "constants": [],
                            "description": "<p>Returns <code>true</code> if a scale gesture is in progress, <code>false</code> otherwise.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "postlayout",
                    "deprecated": false,
                    "description": "<p>Fired when a layout cycle is finished.</p>"
                }
            ],
            "examples": [
                {
                    "title": "Simple Tabbed Bar with 3 items",
                    "code": "<pre><code>var bb1 = Ti.UI.createTabbedBar({\nlabels: ['One', 'Two', 'Three'],\nbackgroundColor: '#336699',\nstyle: Ti.UI.iOS.SystemButtonStyle.BAR,\nwidth: 200,\nheight: 25,\ntop: 50\n});\nwin.add(bb1);</code></pre>"
                },
                {
                    "title": "TabGroup like behavior for views instead of windows",
                    "code": "<pre><code>var win = Ti.UI.createWindow({ layout: 'vertical' });\nvar tabbedBar = Ti.UI.createTabbedBar({\nlabels: ['One', 'Two', 'Three'],\nbackgroundColor: '#336699',\nheight: '10%',\nwidth: Ti.UI.FILL\n});\nvar scrollView = Ti.UI.createScrollView({\nscrollingEnabled: false,\nheight: '90%',\nscrollType: 'horizontal',\nlayout: 'horizontal'\n});\nfor (i = 0; i &lt; tabbedBar.labels.length; i++) {\nscrollView.add( Ti.UI.createView({ backgroundColor: '#'+Math.random().toString(16).substr(-6)}))\n}\ntabbedBar.addEventListener('click', function(e) {\nscrollView.scrollTo(e.index * win.rect.width, 0, {animated: true});\n})\nwin.add(scrollView);\nwin.add(tabbedBar);\nwin.open();</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "animate",
                    "deprecated": false,
                    "description": "<p>Animates this view.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "animation",
                            "constants": [],
                            "description": "<p>Either a dictionary of animation properties or an\n<a href=\"Titanium.UI.Animation\">Animation</a> object.</p>",
                            "type": "Titanium.UI.Animation",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Function to be invoked upon completion of the animation.</p>",
                            "type": "Function",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "clearMotionEffects",
                    "deprecated": false,
                    "description": "<p>Removes all previously added motion effects.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "finishLayout",
                    "deprecated": true,
                    "description": "<p>Finishes a batch update of the View's layout properties and schedules a layout pass of the\nview tree.\n<strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hide",
                    "deprecated": false,
                    "description": "<p>Hides this view.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Animation options for Android only. <strong>Since SDK 5.1.0 and used only on Android 5.0+</strong></p>\n<p>Determines whether to enable a circular reveal animation.\nNote that the default here is equivalent to passing in <code>{ animated: false }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "insertAt",
                    "deprecated": false,
                    "description": "<p>Inserts a view at the specified position in the <a href=\"Titanium.UI.View.children\">children</a> array.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Pass an object that specifies the view to insert and optionally at which position (defaults to end)</p>",
                            "type": "ViewPositionOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "show",
                    "deprecated": false,
                    "description": "<p>Makes this view visible.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Animation options for Android only. <strong>Since SDK 5.1.0 and only used on Android 5.0+</strong></p>\n<p>Determines whether to enable a circular reveal animation.\nNote that the default here is equivalent to passing in <code>{ animated: false }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "startLayout",
                    "deprecated": true,
                    "description": "<p>Starts a batch update of this view's layout properties. <strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">Titanium.Proxy.applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "toImage",
                    "deprecated": false,
                    "description": "<p>Returns an image of the rendered view, as a Blob.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Function to be invoked upon completion. If non-null, this method will be performed\nasynchronously. If null, it will be performed immediately.</p>",
                            "type": "Function",
                            "usage": "optional"
                        },
                        {
                            "name": "honorScaleFactor",
                            "constants": [],
                            "description": "<p>Determines whether the image is scaled based on scale factor of main screen. (iOS only)</p>\n<p>When set to true, image is scale factor is honored. When set to false, the image in the\nblob has the same dimensions for retina and non-retina devices.</p>",
                            "type": "Boolean",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Blob",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "updateLayout",
                    "deprecated": true,
                    "description": "<p>Performs a batch update of all supplied layout properties and schedules a layout pass after\nthey have been updated.\n<strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">Titanium.Proxy.applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Layout properties to be updated.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "convertPointToView",
                    "deprecated": false,
                    "description": "<p>Translates a point from this view's coordinate system to another view's coordinate system.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "point",
                            "constants": [],
                            "description": "<p>A point in this view's coordinate system.</p>\n<p>If this argument is missing an <code>x</code> or <code>y</code> property, or the properties can not be\nconverted into numbers, an exception will be raised.</p>",
                            "type": "Point",
                            "usage": "required"
                        },
                        {
                            "name": "destinationView",
                            "constants": [],
                            "description": "<p>View that specifies the destination coordinate system to convert to. If this argument\nis not a view, an exception will be raised.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewById",
                    "deprecated": false,
                    "description": "<p>Returns the matching view of a given view ID.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "id",
                            "constants": [],
                            "description": "<p>The ID of the view that should be returned. Use the <code>id</code> property in your views to\nenable it for indexing in this method.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.View",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabbedBar.bubbleParent\">Titanium.UI.TabbedBar.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabbedBar.bubbleParent\">Titanium.UI.TabbedBar.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabbedBar.bubbleParent\">Titanium.UI.TabbedBar.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabbedBar.bubbleParent\">Titanium.UI.TabbedBar.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabbedBar.apiName\">Titanium.UI.TabbedBar.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabbedBar.apiName\">Titanium.UI.TabbedBar.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabbedBar.lifecycleContainer\">Titanium.UI.TabbedBar.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabbedBar.lifecycleContainer\">Titanium.UI.TabbedBar.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabbedBar.lifecycleContainer\">Titanium.UI.TabbedBar.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabbedBar.lifecycleContainer\">Titanium.UI.TabbedBar.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityHidden",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabbedBar.accessibilityHidden\">Titanium.UI.TabbedBar.accessibilityHidden</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabbedBar.accessibilityHidden\">Titanium.UI.TabbedBar.accessibilityHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityHidden",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabbedBar.accessibilityHidden\">Titanium.UI.TabbedBar.accessibilityHidden</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabbedBar.accessibilityHidden\">Titanium.UI.TabbedBar.accessibilityHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityHidden",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityHint",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabbedBar.accessibilityHint\">Titanium.UI.TabbedBar.accessibilityHint</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabbedBar.accessibilityHint\">Titanium.UI.TabbedBar.accessibilityHint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityHint",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabbedBar.accessibilityHint\">Titanium.UI.TabbedBar.accessibilityHint</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabbedBar.accessibilityHint\">Titanium.UI.TabbedBar.accessibilityHint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityHint",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityLabel",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabbedBar.accessibilityLabel\">Titanium.UI.TabbedBar.accessibilityLabel</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabbedBar.accessibilityLabel\">Titanium.UI.TabbedBar.accessibilityLabel</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityLabel",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabbedBar.accessibilityLabel\">Titanium.UI.TabbedBar.accessibilityLabel</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabbedBar.accessibilityLabel\">Titanium.UI.TabbedBar.accessibilityLabel</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityLabel",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityValue",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabbedBar.accessibilityValue\">Titanium.UI.TabbedBar.accessibilityValue</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabbedBar.accessibilityValue\">Titanium.UI.TabbedBar.accessibilityValue</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityValue",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabbedBar.accessibilityValue\">Titanium.UI.TabbedBar.accessibilityValue</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabbedBar.accessibilityValue\">Titanium.UI.TabbedBar.accessibilityValue</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityValue",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAnchorPoint",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabbedBar.anchorPoint\">Titanium.UI.TabbedBar.anchorPoint</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabbedBar.anchorPoint\">Titanium.UI.TabbedBar.anchorPoint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAnchorPoint",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabbedBar.anchorPoint\">Titanium.UI.TabbedBar.anchorPoint</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabbedBar.anchorPoint\">Titanium.UI.TabbedBar.anchorPoint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "anchorPoint",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAnimatedCenter",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabbedBar.animatedCenter\">Titanium.UI.TabbedBar.animatedCenter</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabbedBar.animatedCenter\">Titanium.UI.TabbedBar.animatedCenter</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabbedBar.backgroundColor\">Titanium.UI.TabbedBar.backgroundColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabbedBar.backgroundColor\">Titanium.UI.TabbedBar.backgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabbedBar.backgroundColor\">Titanium.UI.TabbedBar.backgroundColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabbedBar.backgroundColor\">Titanium.UI.TabbedBar.backgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundDisabledColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabbedBar.backgroundDisabledColor\">Titanium.UI.TabbedBar.backgroundDisabledColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabbedBar.backgroundDisabledColor\">Titanium.UI.TabbedBar.backgroundDisabledColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundDisabledColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabbedBar.backgroundDisabledColor\">Titanium.UI.TabbedBar.backgroundDisabledColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabbedBar.backgroundDisabledColor\">Titanium.UI.TabbedBar.backgroundDisabledColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundDisabledColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundDisabledImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabbedBar.backgroundDisabledImage\">Titanium.UI.TabbedBar.backgroundDisabledImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabbedBar.backgroundDisabledImage\">Titanium.UI.TabbedBar.backgroundDisabledImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundDisabledImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabbedBar.backgroundDisabledImage\">Titanium.UI.TabbedBar.backgroundDisabledImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabbedBar.backgroundDisabledImage\">Titanium.UI.TabbedBar.backgroundDisabledImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundDisabledImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundFocusedColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabbedBar.backgroundFocusedColor\">Titanium.UI.TabbedBar.backgroundFocusedColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabbedBar.backgroundFocusedColor\">Titanium.UI.TabbedBar.backgroundFocusedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundFocusedColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabbedBar.backgroundFocusedColor\">Titanium.UI.TabbedBar.backgroundFocusedColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabbedBar.backgroundFocusedColor\">Titanium.UI.TabbedBar.backgroundFocusedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundFocusedColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundFocusedImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabbedBar.backgroundFocusedImage\">Titanium.UI.TabbedBar.backgroundFocusedImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabbedBar.backgroundFocusedImage\">Titanium.UI.TabbedBar.backgroundFocusedImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundFocusedImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabbedBar.backgroundFocusedImage\">Titanium.UI.TabbedBar.backgroundFocusedImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabbedBar.backgroundFocusedImage\">Titanium.UI.TabbedBar.backgroundFocusedImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundFocusedImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundGradient",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabbedBar.backgroundGradient\">Titanium.UI.TabbedBar.backgroundGradient</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabbedBar.backgroundGradient\">Titanium.UI.TabbedBar.backgroundGradient</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Gradient",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundGradient",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabbedBar.backgroundGradient\">Titanium.UI.TabbedBar.backgroundGradient</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabbedBar.backgroundGradient\">Titanium.UI.TabbedBar.backgroundGradient</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundGradient",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Gradient",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabbedBar.backgroundImage\">Titanium.UI.TabbedBar.backgroundImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabbedBar.backgroundImage\">Titanium.UI.TabbedBar.backgroundImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabbedBar.backgroundImage\">Titanium.UI.TabbedBar.backgroundImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabbedBar.backgroundImage\">Titanium.UI.TabbedBar.backgroundImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundRepeat",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabbedBar.backgroundRepeat\">Titanium.UI.TabbedBar.backgroundRepeat</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabbedBar.backgroundRepeat\">Titanium.UI.TabbedBar.backgroundRepeat</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundRepeat",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabbedBar.backgroundRepeat\">Titanium.UI.TabbedBar.backgroundRepeat</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabbedBar.backgroundRepeat\">Titanium.UI.TabbedBar.backgroundRepeat</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundRepeat",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundLeftCap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabbedBar.backgroundLeftCap\">Titanium.UI.TabbedBar.backgroundLeftCap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabbedBar.backgroundLeftCap\">Titanium.UI.TabbedBar.backgroundLeftCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundLeftCap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabbedBar.backgroundLeftCap\">Titanium.UI.TabbedBar.backgroundLeftCap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabbedBar.backgroundLeftCap\">Titanium.UI.TabbedBar.backgroundLeftCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundLeftCap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundSelectedColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabbedBar.backgroundSelectedColor\">Titanium.UI.TabbedBar.backgroundSelectedColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabbedBar.backgroundSelectedColor\">Titanium.UI.TabbedBar.backgroundSelectedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundSelectedColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabbedBar.backgroundSelectedColor\">Titanium.UI.TabbedBar.backgroundSelectedColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabbedBar.backgroundSelectedColor\">Titanium.UI.TabbedBar.backgroundSelectedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundSelectedColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundSelectedImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabbedBar.backgroundSelectedImage\">Titanium.UI.TabbedBar.backgroundSelectedImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabbedBar.backgroundSelectedImage\">Titanium.UI.TabbedBar.backgroundSelectedImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundSelectedImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabbedBar.backgroundSelectedImage\">Titanium.UI.TabbedBar.backgroundSelectedImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabbedBar.backgroundSelectedImage\">Titanium.UI.TabbedBar.backgroundSelectedImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundSelectedImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundTopCap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabbedBar.backgroundTopCap\">Titanium.UI.TabbedBar.backgroundTopCap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabbedBar.backgroundTopCap\">Titanium.UI.TabbedBar.backgroundTopCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundTopCap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabbedBar.backgroundTopCap\">Titanium.UI.TabbedBar.backgroundTopCap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabbedBar.backgroundTopCap\">Titanium.UI.TabbedBar.backgroundTopCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundTopCap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabbedBar.borderColor\">Titanium.UI.TabbedBar.borderColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabbedBar.borderColor\">Titanium.UI.TabbedBar.borderColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabbedBar.borderColor\">Titanium.UI.TabbedBar.borderColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabbedBar.borderColor\">Titanium.UI.TabbedBar.borderColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderRadius",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabbedBar.borderRadius\">Titanium.UI.TabbedBar.borderRadius</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabbedBar.borderRadius\">Titanium.UI.TabbedBar.borderRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderRadius",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabbedBar.borderRadius\">Titanium.UI.TabbedBar.borderRadius</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabbedBar.borderRadius\">Titanium.UI.TabbedBar.borderRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderRadius",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderWidth",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabbedBar.borderWidth\">Titanium.UI.TabbedBar.borderWidth</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabbedBar.borderWidth\">Titanium.UI.TabbedBar.borderWidth</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderWidth",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabbedBar.borderWidth\">Titanium.UI.TabbedBar.borderWidth</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabbedBar.borderWidth\">Titanium.UI.TabbedBar.borderWidth</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderWidth",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBottom",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabbedBar.bottom\">Titanium.UI.TabbedBar.bottom</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabbedBar.bottom\">Titanium.UI.TabbedBar.bottom</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBottom",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabbedBar.bottom\">Titanium.UI.TabbedBar.bottom</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabbedBar.bottom\">Titanium.UI.TabbedBar.bottom</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bottom",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getCenter",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabbedBar.center\">Titanium.UI.TabbedBar.center</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabbedBar.center\">Titanium.UI.TabbedBar.center</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setCenter",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabbedBar.center\">Titanium.UI.TabbedBar.center</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabbedBar.center\">Titanium.UI.TabbedBar.center</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "center",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getClipMode",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabbedBar.clipMode\">Titanium.UI.TabbedBar.clipMode</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabbedBar.clipMode\">Titanium.UI.TabbedBar.clipMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setClipMode",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabbedBar.clipMode\">Titanium.UI.TabbedBar.clipMode</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabbedBar.clipMode\">Titanium.UI.TabbedBar.clipMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "clipMode",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getElevation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabbedBar.elevation\">Titanium.UI.TabbedBar.elevation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabbedBar.elevation\">Titanium.UI.TabbedBar.elevation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setElevation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabbedBar.elevation\">Titanium.UI.TabbedBar.elevation</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabbedBar.elevation\">Titanium.UI.TabbedBar.elevation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "elevation",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getFocusable",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabbedBar.focusable\">Titanium.UI.TabbedBar.focusable</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabbedBar.focusable\">Titanium.UI.TabbedBar.focusable</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setFocusable",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabbedBar.focusable\">Titanium.UI.TabbedBar.focusable</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabbedBar.focusable\">Titanium.UI.TabbedBar.focusable</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "focusable",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getHeight",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabbedBar.height\">Titanium.UI.TabbedBar.height</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabbedBar.height\">Titanium.UI.TabbedBar.height</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHeight",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabbedBar.height\">Titanium.UI.TabbedBar.height</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabbedBar.height\">Titanium.UI.TabbedBar.height</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "height",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHiddenBehavior",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabbedBar.hiddenBehavior\">Titanium.UI.TabbedBar.hiddenBehavior</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabbedBar.hiddenBehavior\">Titanium.UI.TabbedBar.hiddenBehavior</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setHiddenBehavior",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabbedBar.hiddenBehavior\">Titanium.UI.TabbedBar.hiddenBehavior</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabbedBar.hiddenBehavior\">Titanium.UI.TabbedBar.hiddenBehavior</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "hiddenBehavior",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getHorizontalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabbedBar.horizontalMotionEffect\">Titanium.UI.TabbedBar.horizontalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabbedBar.horizontalMotionEffect\">Titanium.UI.TabbedBar.horizontalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "MinMaxOptions",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHorizontalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabbedBar.horizontalMotionEffect\">Titanium.UI.TabbedBar.horizontalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabbedBar.horizontalMotionEffect\">Titanium.UI.TabbedBar.horizontalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "horizontalMotionEffect",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "MinMaxOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLeft",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabbedBar.left\">Titanium.UI.TabbedBar.left</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabbedBar.left\">Titanium.UI.TabbedBar.left</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLeft",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabbedBar.left\">Titanium.UI.TabbedBar.left</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabbedBar.left\">Titanium.UI.TabbedBar.left</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "left",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLayout",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabbedBar.layout\">Titanium.UI.TabbedBar.layout</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabbedBar.layout\">Titanium.UI.TabbedBar.layout</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLayout",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabbedBar.layout\">Titanium.UI.TabbedBar.layout</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabbedBar.layout\">Titanium.UI.TabbedBar.layout</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "layout",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getOpacity",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabbedBar.opacity\">Titanium.UI.TabbedBar.opacity</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabbedBar.opacity\">Titanium.UI.TabbedBar.opacity</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setOpacity",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabbedBar.opacity\">Titanium.UI.TabbedBar.opacity</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabbedBar.opacity\">Titanium.UI.TabbedBar.opacity</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "opacity",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getOverrideCurrentAnimation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabbedBar.overrideCurrentAnimation\">Titanium.UI.TabbedBar.overrideCurrentAnimation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabbedBar.overrideCurrentAnimation\">Titanium.UI.TabbedBar.overrideCurrentAnimation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setOverrideCurrentAnimation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabbedBar.overrideCurrentAnimation\">Titanium.UI.TabbedBar.overrideCurrentAnimation</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabbedBar.overrideCurrentAnimation\">Titanium.UI.TabbedBar.overrideCurrentAnimation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "overrideCurrentAnimation",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getPullBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabbedBar.pullBackgroundColor\">Titanium.UI.TabbedBar.pullBackgroundColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabbedBar.pullBackgroundColor\">Titanium.UI.TabbedBar.pullBackgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setPullBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabbedBar.pullBackgroundColor\">Titanium.UI.TabbedBar.pullBackgroundColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabbedBar.pullBackgroundColor\">Titanium.UI.TabbedBar.pullBackgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "pullBackgroundColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPreviewContext",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabbedBar.previewContext\">Titanium.UI.TabbedBar.previewContext</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabbedBar.previewContext\">Titanium.UI.TabbedBar.previewContext</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.iOS.PreviewContext",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "setPreviewContext",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabbedBar.previewContext\">Titanium.UI.TabbedBar.previewContext</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabbedBar.previewContext\">Titanium.UI.TabbedBar.previewContext</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "previewContext",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.iOS.PreviewContext",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "getRight",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabbedBar.right\">Titanium.UI.TabbedBar.right</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabbedBar.right\">Titanium.UI.TabbedBar.right</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setRight",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabbedBar.right\">Titanium.UI.TabbedBar.right</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabbedBar.right\">Titanium.UI.TabbedBar.right</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "right",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabbedBar.rect\">Titanium.UI.TabbedBar.rect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabbedBar.rect\">Titanium.UI.TabbedBar.rect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "DimensionWithAbsolutes",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRotation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabbedBar.rotation\">Titanium.UI.TabbedBar.rotation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabbedBar.rotation\">Titanium.UI.TabbedBar.rotation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRotation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabbedBar.rotation\">Titanium.UI.TabbedBar.rotation</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabbedBar.rotation\">Titanium.UI.TabbedBar.rotation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rotation",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getRotationX",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabbedBar.rotationX\">Titanium.UI.TabbedBar.rotationX</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabbedBar.rotationX\">Titanium.UI.TabbedBar.rotationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRotationX",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabbedBar.rotationX\">Titanium.UI.TabbedBar.rotationX</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabbedBar.rotationX\">Titanium.UI.TabbedBar.rotationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rotationX",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getRotationY",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabbedBar.rotationY\">Titanium.UI.TabbedBar.rotationY</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabbedBar.rotationY\">Titanium.UI.TabbedBar.rotationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRotationY",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabbedBar.rotationY\">Titanium.UI.TabbedBar.rotationY</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabbedBar.rotationY\">Titanium.UI.TabbedBar.rotationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rotationY",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getScaleX",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabbedBar.scaleX\">Titanium.UI.TabbedBar.scaleX</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabbedBar.scaleX\">Titanium.UI.TabbedBar.scaleX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setScaleX",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabbedBar.scaleX\">Titanium.UI.TabbedBar.scaleX</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabbedBar.scaleX\">Titanium.UI.TabbedBar.scaleX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "scaleX",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getScaleY",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabbedBar.scaleY\">Titanium.UI.TabbedBar.scaleY</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabbedBar.scaleY\">Titanium.UI.TabbedBar.scaleY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setScaleY",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabbedBar.scaleY\">Titanium.UI.TabbedBar.scaleY</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabbedBar.scaleY\">Titanium.UI.TabbedBar.scaleY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "scaleY",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getSize",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabbedBar.size\">Titanium.UI.TabbedBar.size</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabbedBar.size\">Titanium.UI.TabbedBar.size</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Dimension",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSoftKeyboardOnFocus",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabbedBar.softKeyboardOnFocus\">Titanium.UI.TabbedBar.softKeyboardOnFocus</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabbedBar.softKeyboardOnFocus\">Titanium.UI.TabbedBar.softKeyboardOnFocus</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setSoftKeyboardOnFocus",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabbedBar.softKeyboardOnFocus\">Titanium.UI.TabbedBar.softKeyboardOnFocus</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabbedBar.softKeyboardOnFocus\">Titanium.UI.TabbedBar.softKeyboardOnFocus</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "softKeyboardOnFocus",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTintColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabbedBar.tintColor\">Titanium.UI.TabbedBar.tintColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabbedBar.tintColor\">Titanium.UI.TabbedBar.tintColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTintColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabbedBar.tintColor\">Titanium.UI.TabbedBar.tintColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabbedBar.tintColor\">Titanium.UI.TabbedBar.tintColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "tintColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTop",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabbedBar.top\">Titanium.UI.TabbedBar.top</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabbedBar.top\">Titanium.UI.TabbedBar.top</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTop",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabbedBar.top\">Titanium.UI.TabbedBar.top</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabbedBar.top\">Titanium.UI.TabbedBar.top</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "top",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTouchEnabled",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabbedBar.touchEnabled\">Titanium.UI.TabbedBar.touchEnabled</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabbedBar.touchEnabled\">Titanium.UI.TabbedBar.touchEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTouchEnabled",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabbedBar.touchEnabled\">Titanium.UI.TabbedBar.touchEnabled</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabbedBar.touchEnabled\">Titanium.UI.TabbedBar.touchEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchEnabled",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTouchFeedback",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabbedBar.touchFeedback\">Titanium.UI.TabbedBar.touchFeedback</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabbedBar.touchFeedback\">Titanium.UI.TabbedBar.touchFeedback</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTouchFeedback",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabbedBar.touchFeedback\">Titanium.UI.TabbedBar.touchFeedback</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabbedBar.touchFeedback\">Titanium.UI.TabbedBar.touchFeedback</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchFeedback",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTouchFeedbackColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabbedBar.touchFeedbackColor\">Titanium.UI.TabbedBar.touchFeedbackColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabbedBar.touchFeedbackColor\">Titanium.UI.TabbedBar.touchFeedbackColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTouchFeedbackColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabbedBar.touchFeedbackColor\">Titanium.UI.TabbedBar.touchFeedbackColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabbedBar.touchFeedbackColor\">Titanium.UI.TabbedBar.touchFeedbackColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchFeedbackColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTransform",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabbedBar.transform\">Titanium.UI.TabbedBar.transform</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabbedBar.transform\">Titanium.UI.TabbedBar.transform</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Matrix2D",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTransform",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabbedBar.transform\">Titanium.UI.TabbedBar.transform</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabbedBar.transform\">Titanium.UI.TabbedBar.transform</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "transform",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Matrix2D",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTranslationX",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabbedBar.translationX\">Titanium.UI.TabbedBar.translationX</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabbedBar.translationX\">Titanium.UI.TabbedBar.translationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTranslationX",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabbedBar.translationX\">Titanium.UI.TabbedBar.translationX</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabbedBar.translationX\">Titanium.UI.TabbedBar.translationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translationX",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTranslationY",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabbedBar.translationY\">Titanium.UI.TabbedBar.translationY</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabbedBar.translationY\">Titanium.UI.TabbedBar.translationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTranslationY",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabbedBar.translationY\">Titanium.UI.TabbedBar.translationY</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabbedBar.translationY\">Titanium.UI.TabbedBar.translationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translationY",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTranslationZ",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabbedBar.translationZ\">Titanium.UI.TabbedBar.translationZ</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabbedBar.translationZ\">Titanium.UI.TabbedBar.translationZ</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTranslationZ",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabbedBar.translationZ\">Titanium.UI.TabbedBar.translationZ</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabbedBar.translationZ\">Titanium.UI.TabbedBar.translationZ</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translationZ",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTransitionName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabbedBar.transitionName\">Titanium.UI.TabbedBar.transitionName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabbedBar.transitionName\">Titanium.UI.TabbedBar.transitionName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTransitionName",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabbedBar.transitionName\">Titanium.UI.TabbedBar.transitionName</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabbedBar.transitionName\">Titanium.UI.TabbedBar.transitionName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "transitionName",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getVerticalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabbedBar.verticalMotionEffect\">Titanium.UI.TabbedBar.verticalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabbedBar.verticalMotionEffect\">Titanium.UI.TabbedBar.verticalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "MinMaxOptions",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setVerticalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabbedBar.verticalMotionEffect\">Titanium.UI.TabbedBar.verticalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabbedBar.verticalMotionEffect\">Titanium.UI.TabbedBar.verticalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "verticalMotionEffect",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "MinMaxOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowRadius",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabbedBar.viewShadowRadius\">Titanium.UI.TabbedBar.viewShadowRadius</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabbedBar.viewShadowRadius\">Titanium.UI.TabbedBar.viewShadowRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowRadius",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabbedBar.viewShadowRadius\">Titanium.UI.TabbedBar.viewShadowRadius</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabbedBar.viewShadowRadius\">Titanium.UI.TabbedBar.viewShadowRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowRadius",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabbedBar.viewShadowColor\">Titanium.UI.TabbedBar.viewShadowColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabbedBar.viewShadowColor\">Titanium.UI.TabbedBar.viewShadowColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabbedBar.viewShadowColor\">Titanium.UI.TabbedBar.viewShadowColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabbedBar.viewShadowColor\">Titanium.UI.TabbedBar.viewShadowColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowOffset",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabbedBar.viewShadowOffset\">Titanium.UI.TabbedBar.viewShadowOffset</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabbedBar.viewShadowOffset\">Titanium.UI.TabbedBar.viewShadowOffset</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowOffset",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabbedBar.viewShadowOffset\">Titanium.UI.TabbedBar.viewShadowOffset</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabbedBar.viewShadowOffset\">Titanium.UI.TabbedBar.viewShadowOffset</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowOffset",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getVisible",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabbedBar.visible\">Titanium.UI.TabbedBar.visible</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabbedBar.visible\">Titanium.UI.TabbedBar.visible</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setVisible",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabbedBar.visible\">Titanium.UI.TabbedBar.visible</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabbedBar.visible\">Titanium.UI.TabbedBar.visible</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "visible",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getWidth",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabbedBar.width\">Titanium.UI.TabbedBar.width</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabbedBar.width\">Titanium.UI.TabbedBar.width</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setWidth",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabbedBar.width\">Titanium.UI.TabbedBar.width</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabbedBar.width\">Titanium.UI.TabbedBar.width</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "width",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHorizontalWrap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabbedBar.horizontalWrap\">Titanium.UI.TabbedBar.horizontalWrap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabbedBar.horizontalWrap\">Titanium.UI.TabbedBar.horizontalWrap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHorizontalWrap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabbedBar.horizontalWrap\">Titanium.UI.TabbedBar.horizontalWrap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabbedBar.horizontalWrap\">Titanium.UI.TabbedBar.horizontalWrap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "horizontalWrap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getZIndex",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabbedBar.zIndex\">Titanium.UI.TabbedBar.zIndex</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabbedBar.zIndex\">Titanium.UI.TabbedBar.zIndex</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setZIndex",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabbedBar.zIndex\">Titanium.UI.TabbedBar.zIndex</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabbedBar.zIndex\">Titanium.UI.TabbedBar.zIndex</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "zIndex",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getKeepScreenOn",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabbedBar.keepScreenOn\">Titanium.UI.TabbedBar.keepScreenOn</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabbedBar.keepScreenOn\">Titanium.UI.TabbedBar.keepScreenOn</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setKeepScreenOn",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabbedBar.keepScreenOn\">Titanium.UI.TabbedBar.keepScreenOn</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabbedBar.keepScreenOn\">Titanium.UI.TabbedBar.keepScreenOn</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "keepScreenOn",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getIndex",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabbedBar.index\">Titanium.UI.TabbedBar.index</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabbedBar.index\">Titanium.UI.TabbedBar.index</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setIndex",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabbedBar.index\">Titanium.UI.TabbedBar.index</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabbedBar.index\">Titanium.UI.TabbedBar.index</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "index",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLabels",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabbedBar.labels\">Titanium.UI.TabbedBar.labels</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabbedBar.labels\">Titanium.UI.TabbedBar.labels</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLabels",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabbedBar.labels\">Titanium.UI.TabbedBar.labels</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabbedBar.labels\">Titanium.UI.TabbedBar.labels</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "labels",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getStyle",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TabbedBar.style\">Titanium.UI.TabbedBar.style</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TabbedBar.style\">Titanium.UI.TabbedBar.style</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setStyle",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TabbedBar.style\">Titanium.UI.TabbedBar.style</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TabbedBar.style\">Titanium.UI.TabbedBar.style</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "style",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.UI.View",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "accessibilityHidden",
                    "deprecated": false,
                    "description": "<p>Whether the view should be &quot;hidden&quot; from (i.e., ignored by) the accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityHint",
                    "deprecated": false,
                    "description": "<p>Briefly describes what performing an action (such as a click) on the view will do.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityLabel",
                    "deprecated": false,
                    "description": "<p>A succint label identifying the view for the device's accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityValue",
                    "deprecated": false,
                    "description": "<p>A string describing the value (if any) of the view for the device's accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "anchorPoint",
                    "deprecated": false,
                    "description": "<p>Coordinate of the view about which to pivot an animation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "animatedCenter",
                    "deprecated": false,
                    "description": "<p>Current position of the view during an animation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundColor",
                    "deprecated": false,
                    "description": "<p>Background color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundDisabledColor",
                    "deprecated": false,
                    "description": "<p>Disabled background color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundDisabledImage",
                    "deprecated": false,
                    "description": "<p>Disabled background image for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundFocusedColor",
                    "deprecated": false,
                    "description": "<p>Focused background color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundFocusedImage",
                    "deprecated": false,
                    "description": "<p>Focused background image for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundGradient",
                    "deprecated": false,
                    "description": "<p>A background gradient for the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [
                        {
                            "title": "Linear and Radial Gradients",
                            "code": "<p>The following code excerpt creates two views, one with a linear gradient and one with\na radial gradient.</p>\n<pre><code>var win1 = Titanium.UI.createWindow({\n    title:'Tab 1',\n    backgroundColor:'#fff',\n    layout: 'vertical'\n});\n\nvar radialGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'radial',\n        startPoint: { x: 50, y: 50 },\n        endPoint: { x: 50, y: 50 },\n        colors: [ 'red', 'blue'],\n        startRadius: 50,\n        endRadius: 0,\n        backfillStart: true\n    }\n});\nvar linearGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'linear',\n        startPoint: { x: '0%', y: '50%' },\n        endPoint: { x: '100%', y: '50%' },\n        colors: [ { color: 'red', offset: 0.0}, { color: 'blue', offset: 0.25 }, { color: 'red', offset: 1.0 } ],\n    }\n});\nwin1.add(radialGradient);\nwin1.add(linearGradient);\nwin1.open();\n</code></pre>"
                        }
                    ],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Gradient",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundImage",
                    "deprecated": false,
                    "description": "<p>Background image for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundRepeat",
                    "deprecated": false,
                    "description": "<p>Determines whether to tile a background across a view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundLeftCap",
                    "deprecated": false,
                    "description": "<p>Size of the left end cap.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundSelectedColor",
                    "deprecated": false,
                    "description": "<p>Selected background color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundSelectedImage",
                    "deprecated": false,
                    "description": "<p>Selected background image url for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundTopCap",
                    "deprecated": false,
                    "description": "<p>Size of the top end cap.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderColor",
                    "deprecated": false,
                    "description": "<p>Border color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderRadius",
                    "deprecated": false,
                    "description": "<p>Radius for the rounded corners of the view's border.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderWidth",
                    "deprecated": false,
                    "description": "<p>Border width of the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "bottom",
                    "deprecated": false,
                    "description": "<p>View's bottom position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "center",
                    "deprecated": false,
                    "description": "<p>View's center position, in the parent view's coordinates.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "clipMode",
                    "deprecated": false,
                    "description": "<p>View's clipping behavior.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "elevation",
                    "deprecated": false,
                    "description": "<p>Base elevation of the view relative to its parent in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "focusable",
                    "deprecated": false,
                    "description": "<p>Whether view should be focusable while navigating with the trackball.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "height",
                    "deprecated": false,
                    "description": "<p>View height, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.FILL",
                        "Titanium.UI.SIZE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hiddenBehavior",
                    "deprecated": false,
                    "description": "<p>Sets the behavior when hiding an object to release or keep the free space</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.HIDDEN_BEHAVIOR_INVISIBLE",
                        "Titanium.UI.HIDDEN_BEHAVIOR_GONE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "horizontalMotionEffect",
                    "deprecated": false,
                    "description": "<p>Adds a horizontal parallax effect to the view</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "MinMaxOptions",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "id",
                    "deprecated": false,
                    "description": "<p>View's identifier.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "left",
                    "deprecated": false,
                    "description": "<p>View's left position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "layout",
                    "deprecated": false,
                    "description": "<p>Specifies how the view positions its children.\nOne of: 'composite', 'vertical', or 'horizontal'.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "opacity",
                    "deprecated": false,
                    "description": "<p>Opacity of this view, from 0.0 (transparent) to 1.0 (opaque). Defaults to 1.0 (opaque).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "overrideCurrentAnimation",
                    "deprecated": false,
                    "description": "<p>When on, animate call overrides current animation if applicable.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "pullBackgroundColor",
                    "deprecated": false,
                    "description": "<p>Background color of the wrapper view when this view is used as either <a href=\"Titanium.UI.ListView.pullView\">Titanium.UI.ListView.pullView</a> or <a href=\"Titanium.UI.TableView.headerPullView\">Titanium.UI.TableView.headerPullView</a>.</p>\n<p>Defaults to <code>undefined</code>. Results in a light grey background color on the wrapper view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "previewContext",
                    "deprecated": false,
                    "description": "<p>The preview context used in the 3D-Touch feature &quot;Peek and Pop&quot;.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Titanium.UI.iOS.PreviewContext",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "right",
                    "deprecated": false,
                    "description": "<p>View's right position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "rect",
                    "deprecated": false,
                    "description": "<p>The bounding box of the view relative to its parent, in system units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "type": "DimensionWithAbsolutes",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "rotation",
                    "deprecated": false,
                    "description": "<p>Clockwise 2D rotation of the view in degrees.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "rotationX",
                    "deprecated": false,
                    "description": "<p>Clockwise rotation of the view in degrees (x-axis).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "rotationY",
                    "deprecated": false,
                    "description": "<p>Clockwise rotation of the view in degrees (y-axis).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "scaleX",
                    "deprecated": false,
                    "description": "<p>Scaling of the view in x-axis in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "scaleY",
                    "deprecated": false,
                    "description": "<p>Scaling of the view in y-axis in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "size",
                    "deprecated": false,
                    "description": "<p>The size of the view in system units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Dimension",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "softKeyboardOnFocus",
                    "deprecated": false,
                    "description": "<p>Determines keyboard behavior when this view is focused. Defaults to <a href=\"Titanium.UI.Android.SOFT_KEYBOARD_DEFAULT_ON_FOCUS\">Titanium.UI.Android.SOFT_KEYBOARD_DEFAULT_ON_FOCUS</a>.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.Android.SOFT_KEYBOARD_DEFAULT_ON_FOCUS",
                        "Titanium.UI.Android.SOFT_KEYBOARD_HIDE_ON_FOCUS",
                        "Titanium.UI.Android.SOFT_KEYBOARD_SHOW_ON_FOCUS"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "tintColor",
                    "deprecated": false,
                    "description": "<p>The view's tintColor</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "top",
                    "deprecated": false,
                    "description": "<p>The view's top position.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "touchEnabled",
                    "deprecated": false,
                    "description": "<p>Determines whether view should receive touch events.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "touchFeedback",
                    "deprecated": false,
                    "description": "<p>A material design visual construct that provides an instantaneous visual confirmation of touch point.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "touchFeedbackColor",
                    "deprecated": false,
                    "description": "<p>Optional touch feedback ripple color. This has no effect unless <code>touchFeedback</code> is true.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "transform",
                    "deprecated": false,
                    "description": "<p>Transformation matrix to apply to the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Titanium.UI.Matrix2D",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "translationX",
                    "deprecated": false,
                    "description": "<p>Horizontal location of the view relative to its left position in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "translationY",
                    "deprecated": false,
                    "description": "<p>Vertical location of the view relative to its top position in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "translationZ",
                    "deprecated": false,
                    "description": "<p>Depth of the view relative to its elevation in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "transitionName",
                    "deprecated": false,
                    "description": "<p>A name to identify this view in activity transition.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "verticalMotionEffect",
                    "deprecated": false,
                    "description": "<p>Adds a vertical parallax effect to the view</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "MinMaxOptions",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowRadius",
                    "deprecated": false,
                    "description": "<p>Determines the blur radius used to create the shadow.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowColor",
                    "deprecated": false,
                    "description": "<p>Determines the color of the shadow.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowOffset",
                    "deprecated": false,
                    "description": "<p>Determines the offset for the shadow of the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "visible",
                    "deprecated": false,
                    "description": "<p>Determines whether the view is visible.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "width",
                    "deprecated": false,
                    "description": "<p>View's width, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.FILL",
                        "Titanium.UI.SIZE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "horizontalWrap",
                    "deprecated": false,
                    "description": "<p>Determines whether the layout has wrapping behavior.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "zIndex",
                    "deprecated": false,
                    "description": "<p>Z-index stack order position, relative to other sibling views.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "keepScreenOn",
                    "deprecated": false,
                    "description": "<p>Determines whether to keep the device screen on.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "index",
                    "deprecated": false,
                    "description": "<p>Index of the currently selected button.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "labels",
                    "deprecated": false,
                    "description": "<p>Array of labels for the tabbed bar.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "style",
                    "deprecated": false,
                    "description": "<p>Style of the tabbed bar.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>A tabbed bar is a button bar that\nmaintains a state (visually distinguished as a pressed or selected look).\nIt is closely related to the <code>ButtonBar</code> control. See the description of\n<a href=\"Titanium.UI.ButtonBar\">ButtonBar</a> for information on styling tabbed bars and buttons\nbars.</p>\n<p>Use the <a href=\"Titanium.UI.createTabbedBar\">Titanium.UI.createTabbedBar</a> method to create a Tabbed Bar.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "8.0.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.TableView",
            "description": "<p>A table view is used to present information, organized in sections and rows, in a\nvertically-scrolling view.</p>",
            "deprecated": false,
            "events": [
                {
                    "name": "click",
                    "deprecated": false,
                    "description": "<p>Fired when a table row is clicked by the user.</p>",
                    "properties": [
                        {
                            "name": "detail",
                            "constants": [],
                            "description": "<p>Indicates whether the detail button was clicked. Only <code>true</code> if <code>row.hasDetail</code> is\n<code>true</code> and the detail button was clicked.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "index",
                            "constants": [],
                            "description": "<p>Row index.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "row",
                            "constants": [],
                            "description": "<p>Table view row object.</p>",
                            "type": "Titanium.UI.TableViewRow",
                            "deprecated": false
                        },
                        {
                            "name": "rowData",
                            "constants": [],
                            "description": "<p>Properties of the row.</p>\n<p>When the row is created implicitly using a JavaScript dictionary object,\nuse this property rather than <code>row</code> to access any custom row properties.</p>\n<p>Here's an example of creating a row implicitly, which is not the recommended way.</p>\n<pre><code>var data = [{title:'Row 1', hasChild:true, color:'red', selectedColor:'#fff', special:'special 1'},];\nvar table = Ti.UI.createTableView({data: data});\n</code></pre>",
                            "type": "Titanium.UI.TableViewRow",
                            "deprecated": false
                        },
                        {
                            "name": "searchMode",
                            "constants": [],
                            "description": "<p>Indicates whether the table is in search mode.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "section",
                            "constants": [],
                            "description": "<p>Table view section object, if the clicked row is contained in a section.</p>",
                            "type": "Titanium.UI.TableViewSection",
                            "deprecated": false
                        },
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "dblclick",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a double click against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "doubletap",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a double tap against this view.</p>",
                    "properties": [
                        {
                            "name": "index",
                            "constants": [],
                            "description": "<p>Row index.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "row",
                            "constants": [],
                            "description": "<p>Table view row object.</p>",
                            "type": "Titanium.UI.TableViewRow",
                            "deprecated": false
                        },
                        {
                            "name": "rowData",
                            "constants": [],
                            "description": "<p>Properties of the row.</p>\n<p>When the row is created implicitly using a JavaScript dictionary object,\nuse this property rather than <code>row</code> to access any custom row properties.</p>\n<p>Here's an example of creating a row implicitly, which is not the recommended way.</p>\n<pre><code>var data = [{title:'Row 1', hasChild:true, color:'red', selectedColor:'#fff', special:'special 1'},];\nvar table = Ti.UI.createTableView({data: data});\n</code></pre>",
                            "type": "Titanium.UI.TableViewRow",
                            "deprecated": false
                        },
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "keypressed",
                    "deprecated": false,
                    "description": "<p>Fired when a hardware key is pressed in the view.</p>",
                    "properties": [
                        {
                            "name": "keyCode",
                            "constants": [],
                            "description": "<p>The code for the physical key that was pressed. For more details, see <a href=\"https://developer.android.com/reference/android/view/KeyEvent.html\">KeyEvent</a>. This API is experimental and subject to change.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "longclick",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a long click.</p>"
                },
                {
                    "name": "longpress",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a long press.</p>",
                    "properties": [
                        {
                            "name": "index",
                            "constants": [],
                            "description": "<p>Row index.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "row",
                            "constants": [],
                            "description": "<p>Table view row object.</p>",
                            "type": "Titanium.UI.TableViewRow",
                            "deprecated": false
                        },
                        {
                            "name": "rowData",
                            "constants": [],
                            "description": "<p>Properties of the row.</p>\n<p>When the row is created implicitly using a JavaScript dictionary object,\nuse this property rather than <code>row</code> to access any custom row properties.</p>\n<p>Here's an example of creating a row implicitly, which is not the recommended way.</p>\n<pre><code>var data = [{title:'Row 1', hasChild:true, color:'red', selectedColor:'#fff', special:'special 1'},];\nvar table = Ti.UI.createTableView({data: data});\n</code></pre>",
                            "type": "Titanium.UI.TableViewRow",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "pinch",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a pinch gesture.</p>",
                    "properties": [
                        {
                            "name": "scale",
                            "constants": [],
                            "description": "<p>The scale factor relative to the points of the two touches in screen coordinates.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "velocity",
                            "constants": [],
                            "description": "<p>The velocity of the pinch in scale factor per second.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "time",
                            "constants": [],
                            "description": "<p>The event time of the current event being processed.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timeDelta",
                            "constants": [],
                            "description": "<p>The time difference in milliseconds between the previous accepted scaling event and the\ncurrent scaling event.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "currentSpan",
                            "constants": [],
                            "description": "<p>The average distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "currentSpanX",
                            "constants": [],
                            "description": "<p>The average X distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "currentSpanY",
                            "constants": [],
                            "description": "<p>The average Y distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "previousSpan",
                            "constants": [],
                            "description": "<p>The previous average distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "previousSpanX",
                            "constants": [],
                            "description": "<p>The previous average X distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "previousSpanY",
                            "constants": [],
                            "description": "<p>The previous average Y distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "focusX",
                            "constants": [],
                            "description": "<p>The X coordinate of the current gesture's focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "focusY",
                            "constants": [],
                            "description": "<p>The Y coordinate of the current gesture's focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "inProgress",
                            "constants": [],
                            "description": "<p>Returns <code>true</code> if a scale gesture is in progress, <code>false</code> otherwise.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "postlayout",
                    "deprecated": false,
                    "description": "<p>Fired when a layout cycle is finished.</p>"
                },
                {
                    "name": "singletap",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a single tap against the view.</p>",
                    "properties": [
                        {
                            "name": "index",
                            "constants": [],
                            "description": "<p>Row index.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "row",
                            "constants": [],
                            "description": "<p>Table view row object.</p>",
                            "type": "Titanium.UI.TableViewRow",
                            "deprecated": false
                        },
                        {
                            "name": "rowData",
                            "constants": [],
                            "description": "<p>Properties of the row.</p>\n<p>When the row is created implicitly using a JavaScript dictionary object,\nuse this property rather than <code>row</code> to access any custom row properties.</p>\n<p>Here's an example of creating a row implicitly, which is not the recommended way.</p>\n<pre><code>var data = [{title:'Row 1', hasChild:true, color:'red', selectedColor:'#fff', special:'special 1'},];\nvar table = Ti.UI.createTableView({data: data});\n</code></pre>",
                            "type": "Titanium.UI.TableViewRow",
                            "deprecated": false
                        },
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "swipe",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a swipe gesture (left or right) against the view.</p>",
                    "properties": [
                        {
                            "name": "direction",
                            "constants": [],
                            "description": "<p>Direction of the swipe, either <code>left</code> or <code>right</code>.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "index",
                            "constants": [],
                            "description": "<p>Row index.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "row",
                            "constants": [],
                            "description": "<p>Table view row object.</p>",
                            "type": "Titanium.UI.TableViewRow",
                            "deprecated": false
                        },
                        {
                            "name": "rowData",
                            "constants": [],
                            "description": "<p>Properties of the row.</p>\n<p>When the row is created implicitly using a JavaScript dictionary object,\nuse this property rather than <code>row</code> to access any custom row properties.</p>\n<p>Here's an example of creating a row implicitly, which is not the recommended way.</p>\n<pre><code>var data = [{title:'Row 1', hasChild:true, color:'red', selectedColor:'#fff', special:'special 1'},];\nvar table = Ti.UI.createTableView({data: data});\n</code></pre>",
                            "type": "Titanium.UI.TableViewRow",
                            "deprecated": false
                        },
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event's endpoint from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event's endpoint from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchcancel",
                    "deprecated": false,
                    "description": "<p>Fired when a touch gesture is interrupted by the device.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchend",
                    "deprecated": false,
                    "description": "<p>Fired when a touch gesture is complete.</p>",
                    "properties": [
                        {
                            "name": "index",
                            "constants": [],
                            "description": "<p>Row index.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "row",
                            "constants": [],
                            "description": "<p>Table view row object.</p>",
                            "type": "Titanium.UI.TableViewRow",
                            "deprecated": false
                        },
                        {
                            "name": "rowData",
                            "constants": [],
                            "description": "<p>Properties of the row.</p>\n<p>When the row is created implicitly using a JavaScript dictionary object,\nuse this property rather than <code>row</code> to access any custom row properties.</p>\n<p>Here's an example of creating a row implicitly, which is not the recommended way.</p>\n<pre><code>var data = [{title:'Row 1', hasChild:true, color:'red', selectedColor:'#fff', special:'special 1'},];\nvar table = Ti.UI.createTableView({data: data});\n</code></pre>",
                            "type": "Titanium.UI.TableViewRow",
                            "deprecated": false
                        },
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchmove",
                    "deprecated": false,
                    "description": "<p>Fired as soon as the device detects movement of a touch.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchstart",
                    "deprecated": false,
                    "description": "<p>Fired as soon as the device detects a touch gesture against this view.</p>",
                    "properties": [
                        {
                            "name": "index",
                            "constants": [],
                            "description": "<p>Row index.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "row",
                            "constants": [],
                            "description": "<p>Table view row object.</p>",
                            "type": "Titanium.UI.TableViewRow",
                            "deprecated": false
                        },
                        {
                            "name": "rowData",
                            "constants": [],
                            "description": "<p>Properties of the row.</p>\n<p>When the row is created implicitly using a JavaScript dictionary object,\nuse this property rather than <code>row</code> to access any custom row properties.</p>\n<p>Here's an example of creating a row implicitly, which is not the recommended way.</p>\n<pre><code>var data = [{title:'Row 1', hasChild:true, color:'red', selectedColor:'#fff', special:'special 1'},];\nvar table = Ti.UI.createTableView({data: data});\n</code></pre>",
                            "type": "Titanium.UI.TableViewRow",
                            "deprecated": false
                        },
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "twofingertap",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a two-finger tap against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "rowsselected",
                    "deprecated": false,
                    "description": "<p>Fired when user stops two-pan gesture interaction for selecting multiple rows.\nIt is used in conjunction with <a href=\"Titanium.UI.TableView.allowsMultipleSelectionInteraction\">Titanium.UI.TableView.allowsMultipleSelectionInteraction</a>.</p>",
                    "properties": [
                        {
                            "name": "selectedRows",
                            "constants": [],
                            "description": "<p>List of rows selected by user.</p>",
                            "type": "Array",
                            "deprecated": false
                        },
                        {
                            "name": "startingRow",
                            "constants": [],
                            "description": "<p>First row selected when user started interaction.</p>",
                            "type": "SelectedRowObject",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "delete",
                    "deprecated": false,
                    "description": "<p>Fired when a table row is deleted by the user.</p>",
                    "properties": [
                        {
                            "name": "detail",
                            "constants": [],
                            "description": "<p>Indicates whether the delete button was clicked. Always <code>false</code> for this event.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "index",
                            "constants": [],
                            "description": "<p>Row index.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "row",
                            "constants": [],
                            "description": "<p>Table view row object.</p>",
                            "type": "Titanium.UI.TableViewRow",
                            "deprecated": false
                        },
                        {
                            "name": "rowData",
                            "constants": [],
                            "description": "<p>Properties of the row. Use this property rather than <code>row</code> to access any custom row\nproperties.</p>",
                            "type": "Titanium.UI.TableViewRow",
                            "deprecated": false
                        },
                        {
                            "name": "searchMode",
                            "constants": [],
                            "description": "<p>Indicates whether the table is in search mode. Always <code>false</code> for this event.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "section",
                            "constants": [],
                            "description": "<p>Table view section object, if the deleted row is contained in a section.</p>",
                            "type": "Titanium.UI.TableViewSection",
                            "deprecated": false
                        },
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "indexclick",
                    "deprecated": false,
                    "description": "<p>Fired when the index bar is clicked by the user.</p>",
                    "properties": [
                        {
                            "name": "title",
                            "constants": [],
                            "description": "<p>The title of the index clicked.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "index",
                            "constants": [],
                            "description": "<p>The index number clicked.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "move",
                    "deprecated": false,
                    "description": "<p>Fired when a table row is moved by the user.</p>",
                    "properties": [
                        {
                            "name": "detail",
                            "constants": [],
                            "description": "<p>Boolean to indicate if the right area was clicked. Always <code>false</code> for this event.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "index",
                            "constants": [],
                            "description": "<p>Row index.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "searchMode",
                            "constants": [],
                            "description": "<p>Boolean to indicate if the table is in search mode. Always <code>false</code> for this event.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "section",
                            "constants": [],
                            "description": "<p>Table view section object, if the deleted row is contained in a section.</p>",
                            "type": "Titanium.UI.TableViewSection",
                            "deprecated": false
                        },
                        {
                            "name": "row",
                            "constants": [],
                            "description": "<p>Table view row object.</p>",
                            "type": "Titanium.UI.TableViewRow",
                            "deprecated": false
                        },
                        {
                            "name": "rowData",
                            "constants": [],
                            "description": "<p>Properties of the row. Use this property rather than <code>row</code> to access any custom row\nproperties.</p>",
                            "type": "Titanium.UI.TableViewRow",
                            "deprecated": false
                        },
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "scroll",
                    "deprecated": false,
                    "description": "<p>Fired when the table view is scrolled.</p>",
                    "properties": [
                        {
                            "name": "contentOffset",
                            "constants": [],
                            "description": "<p>Dictionary with <code>x</code> and <code>y</code> properties containing the content offset.</p>",
                            "type": "Point",
                            "deprecated": false
                        },
                        {
                            "name": "contentSize",
                            "constants": [],
                            "description": "<p>Dictionary with <code>width</code> and <code>height</code> properties containing the size of the content\n(regardless of the display size in the case of scrolling).</p>",
                            "type": "Size",
                            "deprecated": false
                        },
                        {
                            "name": "firstVisibleItem",
                            "constants": [],
                            "description": "<p>Row index of the topmost visible row in the view.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>Dictionary with <code>width</code> and <code>height</code> properties containing the size of the visible\ntable view</p>",
                            "type": "Size",
                            "deprecated": false
                        },
                        {
                            "name": "totalItemCount",
                            "constants": [],
                            "description": "<p>Total number of rows in the view.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "visibleItemCount",
                            "constants": [],
                            "description": "<p>Number of rows currently visible in the view.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "scrollend",
                    "deprecated": false,
                    "description": "<p>Fired when the table view stops scrolling.</p>",
                    "properties": [
                        {
                            "name": "contentSize",
                            "constants": [],
                            "description": "<p>Dictionary with <code>width</code> and <code>height</code> properties containing the size of the content\n(regardless of the display size in the case of scrolling).</p>",
                            "type": "Size",
                            "deprecated": false
                        },
                        {
                            "name": "contentOffset",
                            "constants": [],
                            "description": "<p>Dictionary with <code>x</code> and <code>y</code> properties containing the content offset.</p>",
                            "type": "Point",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>Dictionary with <code>width</code> and <code>height</code> properties containing the size of the visible\ntable view.</p>",
                            "type": "Size",
                            "deprecated": false
                        },
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "dragstart",
                    "deprecated": false,
                    "description": "<p>Fired when the scrollable region starts being dragged.</p>"
                },
                {
                    "name": "dragend",
                    "deprecated": false,
                    "description": "<p>Fired when the scrollable region stops being dragged.</p>",
                    "properties": [
                        {
                            "name": "decelerate",
                            "constants": [],
                            "description": "<p>Indicates whether scrolling will continue but decelerate, now that the drag gesture has\nbeen released by the touch. If <code>false</code>, scrolling will stop immediately.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                }
            ],
            "examples": [
                {
                    "title": "Simple Table View",
                    "code": "<p>Create a basic table view.</p>\n<pre><code>Ti.UI.backgroundColor = 'white';\nvar win = Ti.UI.createWindow();\n\nvar tableData = [ {title: 'Apples'}, {title: 'Bananas'}, {title: 'Carrots'}, {title: 'Potatoes'} ];\n\nvar table = Ti.UI.createTableView({\n  data: tableData\n});\nwin.add(table);\nwin.open();\n</code></pre>"
                },
                {
                    "title": "Table View Sections",
                    "code": "<p>Create a table with three sections, each with two rows. Add two sections to the table\nbefore and one after it is rendered. This sample only works on Release 3.0 and later.</p>\n<pre><code>Ti.UI.backgroundColor = 'white';\nvar win = Ti.UI.createWindow();\n\nvar sectionFruit = Ti.UI.createTableViewSection({ headerTitle: 'Fruit' });\nsectionFruit.add(Ti.UI.createTableViewRow({ title: 'Apples' }));\nsectionFruit.add(Ti.UI.createTableViewRow({ title: 'Bananas' }));\n\nvar sectionVeg = Ti.UI.createTableViewSection({ headerTitle: 'Vegetables' });\nsectionVeg.add(Ti.UI.createTableViewRow({ title: 'Carrots' }));\nsectionVeg.add(Ti.UI.createTableViewRow({ title: 'Potatoes' }));\n\nvar table = Ti.UI.createTableView({\n  data: [sectionFruit, sectionVeg]\n});\n\nwin.add(table);\nwin.open();\n\nvar sectionFish = Ti.UI.createTableViewSection({ headerTitle: 'Fish' });\nsectionFish.add(Ti.UI.createTableViewRow({ title: 'Cod' }));\nsectionFish.add(Ti.UI.createTableViewRow({ title: 'Haddock' }));\n\n// Prior to Release 3.0, you can only add and remove sections by setting the data property\n// table.data = [ sectionFish, sectionFruit, sectionVeg ];\n// Due to a known issue, TIMOB-12616, the section access methods and sections\n// property should not be used on iOS with Release 3.0.x.\ntable.insertSectionBefore(0, sectionFish);\n</code></pre>"
                },
                {
                    "title": "Table View with Composite Layout",
                    "code": "<p>Create a table of rows that contain a custom child-view layout.</p>\n<pre><code>Ti.UI.setBackgroundColor('#000');\nvar win = Ti.UI.createWindow({\n  backgroundColor: 'black',\n  exitOnClose: true,\n  fullscreen: false,\n  title: 'TableView Demo'\n});\n\n// generate random number, used to make each row appear distinct for this example\nfunction randomInt(max){\n  return Math.floor(Math.random() * max) + 1;\n}\n\nvar IMG_BASE = 'images/';\nvar defaultFontSize = Ti.Platform.name === 'android' ? 16 : 14;\n\nvar tableData = [];\n\nfor (var i=1; i&lt;=20; i++){\n  var row = Ti.UI.createTableViewRow({\n    className:'forumEvent', // used to improve table performance\n    selectedBackgroundColor:'white',\n    rowIndex:i, // custom property, useful for determining the row during events\n    height:110\n  });\n\n  var imageAvatar = Ti.UI.createImageView({\n    image: IMG_BASE + 'custom_tableview/user.png',\n    left:10, top:5,\n    width:50, height:50\n  });\n  row.add(imageAvatar);\n\n  var labelUserName = Ti.UI.createLabel({\n    color:'#576996',\n    font:{fontFamily:'Arial', fontSize:defaultFontSize+6, fontWeight:'bold'},\n    text:'Fred Smith ' + i,\n    left:70, top: 6,\n    width:200, height: 30\n  });\n  row.add(labelUserName);\n\n  var labelDetails = Ti.UI.createLabel({\n    color:'#222',\n    font:{fontFamily:'Arial', fontSize:defaultFontSize+2, fontWeight:'normal'},\n    text:'Replied to post with id ' + randomInt(1000) + '.',\n    left:70, top:44,\n    width:360\n  });\n  row.add(labelDetails);\n\n  var imageCalendar = Ti.UI.createImageView({\n    image:IMG_BASE + 'custom_tableview/eventsButton.png',\n    left:70, bottom: 2,\n    width:32, height: 32\n  });\n  row.add(imageCalendar);\n\n  var labelDate = Ti.UI.createLabel({\n    color:'#999',\n    font:{fontFamily:'Arial', fontSize:defaultFontSize, fontWeight:'normal'},\n    text:'on ' + randomInt(30) + ' Nov 2012',\n    left:105, bottom:10,\n    width:200, height:20\n  });\n  row.add(labelDate);\n\n  tableData.push(row);\n}\n\nvar tableView = Ti.UI.createTableView({\n  backgroundColor:'white',\n  data:tableData\n});\n\nwin.add(tableView);\nwin.open();\n</code></pre>"
                },
                {
                    "title": "Alloy XML Markup",
                    "code": "<p>Previous table view sections example as an Alloy view.</p>\n<pre><code>&lt;Alloy&gt;\n    &lt;Window id=&quot;win&quot; backgroundColor=&quot;white&quot;&gt;\n        &lt;TableView id=&quot;table&quot;&gt;\n            &lt;TableViewSection id=&quot;sectionFruit&quot; headerTitle=&quot;Fruit&quot;&gt;\n                &lt;TableViewRow title=&quot;Apple&quot;/&gt;\n                &lt;TableViewRow title=&quot;Bananas&quot;/&gt;\n            &lt;/TableViewSection&gt;\n            &lt;TableViewSection id=&quot;sectionVeg&quot; headerTitle=&quot;Vegetables&quot;&gt;\n                &lt;TableViewRow title=&quot;Carrots&quot;/&gt;\n                &lt;TableViewRow title=&quot;Potatoes&quot;/&gt;\n            &lt;/TableViewSection&gt;\n            &lt;TableViewSection id=&quot;sectionFish&quot; headerTitle=&quot;Fish&quot;&gt;\n                &lt;TableViewRow title=&quot;Cod&quot;/&gt;\n                &lt;TableViewRow title=&quot;Haddock&quot;/&gt;\n            &lt;/TableViewSection&gt;\n        &lt;/TableView&gt;\n    &lt;/Window&gt;\n&lt;/Alloy&gt;\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "animate",
                    "deprecated": false,
                    "description": "<p>Animates this view.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "animation",
                            "constants": [],
                            "description": "<p>Either a dictionary of animation properties or an\n<a href=\"Titanium.UI.Animation\">Animation</a> object.</p>",
                            "type": "Titanium.UI.Animation",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Function to be invoked upon completion of the animation.</p>",
                            "type": "Function",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "clearMotionEffects",
                    "deprecated": false,
                    "description": "<p>Removes all previously added motion effects.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "finishLayout",
                    "deprecated": true,
                    "description": "<p>Finishes a batch update of the View's layout properties and schedules a layout pass of the\nview tree.\n<strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hide",
                    "deprecated": false,
                    "description": "<p>Hides this view.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Animation options for Android only. <strong>Since SDK 5.1.0 and used only on Android 5.0+</strong></p>\n<p>Determines whether to enable a circular reveal animation.\nNote that the default here is equivalent to passing in <code>{ animated: false }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "insertAt",
                    "deprecated": false,
                    "description": "<p>Inserts a view at the specified position in the <a href=\"Titanium.UI.View.children\">children</a> array.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Pass an object that specifies the view to insert and optionally at which position (defaults to end)</p>",
                            "type": "ViewPositionOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "show",
                    "deprecated": false,
                    "description": "<p>Makes this view visible.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Animation options for Android only. <strong>Since SDK 5.1.0 and only used on Android 5.0+</strong></p>\n<p>Determines whether to enable a circular reveal animation.\nNote that the default here is equivalent to passing in <code>{ animated: false }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "startLayout",
                    "deprecated": true,
                    "description": "<p>Starts a batch update of this view's layout properties. <strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">Titanium.Proxy.applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "toImage",
                    "deprecated": false,
                    "description": "<p>Returns an image of the rendered view, as a Blob.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Function to be invoked upon completion. If non-null, this method will be performed\nasynchronously. If null, it will be performed immediately.</p>",
                            "type": "Function",
                            "usage": "optional"
                        },
                        {
                            "name": "honorScaleFactor",
                            "constants": [],
                            "description": "<p>Determines whether the image is scaled based on scale factor of main screen. (iOS only)</p>\n<p>When set to true, image is scale factor is honored. When set to false, the image in the\nblob has the same dimensions for retina and non-retina devices.</p>",
                            "type": "Boolean",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Blob",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "updateLayout",
                    "deprecated": true,
                    "description": "<p>Performs a batch update of all supplied layout properties and schedules a layout pass after\nthey have been updated.\n<strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">Titanium.Proxy.applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Layout properties to be updated.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "convertPointToView",
                    "deprecated": false,
                    "description": "<p>Translates a point from this view's coordinate system to another view's coordinate system.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "point",
                            "constants": [],
                            "description": "<p>A point in this view's coordinate system.</p>\n<p>If this argument is missing an <code>x</code> or <code>y</code> property, or the properties can not be\nconverted into numbers, an exception will be raised.</p>",
                            "type": "Point",
                            "usage": "required"
                        },
                        {
                            "name": "destinationView",
                            "constants": [],
                            "description": "<p>View that specifies the destination coordinate system to convert to. If this argument\nis not a view, an exception will be raised.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewById",
                    "deprecated": false,
                    "description": "<p>Returns the matching view of a given view ID.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "id",
                            "constants": [],
                            "description": "<p>The ID of the view that should be returned. Use the <code>id</code> property in your views to\nenable it for indexing in this method.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.View",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "appendRow",
                    "deprecated": false,
                    "description": "<p>Appends a single row or an array of rows to the end of the table.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "row",
                            "constants": [],
                            "description": "<p>Row or rows to add to the table.</p>",
                            "type": "Titanium.UI.TableViewRow",
                            "usage": "required"
                        },
                        {
                            "name": "animation",
                            "constants": [],
                            "description": "<p>Animation properties. (iOS only.)</p>",
                            "type": "TableViewAnimationProperties",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "appendSection",
                    "deprecated": false,
                    "description": "<p>Appends a single section or an array of sections to the end of the table.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "section",
                            "constants": [],
                            "description": "<p>Section or section to add to the table.</p>",
                            "type": "Titanium.UI.TableViewSection",
                            "usage": "required"
                        },
                        {
                            "name": "animation",
                            "constants": [],
                            "description": "<p>Animation properties. (iOS only.)</p>",
                            "type": "TableViewAnimationProperties",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "deleteRow",
                    "deprecated": false,
                    "description": "<p>Deletes an existing row.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "row",
                            "constants": [],
                            "description": "<p>Index of the row to delete, or the row object to delete.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "animation",
                            "constants": [],
                            "description": "<p>Animation properties. (iOS only.)</p>",
                            "type": "TableViewAnimationProperties",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "deleteSection",
                    "deprecated": false,
                    "description": "<p>Deletes an existing section.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "section",
                            "constants": [],
                            "description": "<p>Index of the section to delete.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "animation",
                            "constants": [],
                            "description": "<p>Animation properties. (iOS only.)</p>",
                            "type": "TableViewAnimationProperties",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "deselectRow",
                    "deprecated": false,
                    "description": "<p>Programmatically deselects a row.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "row",
                            "constants": [],
                            "description": "<p>Row index to deselect.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "insertRowAfter",
                    "deprecated": false,
                    "description": "<p>Inserts a row after another row.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "index",
                            "constants": [],
                            "description": "<p>Index of the row to insert after.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "row",
                            "constants": [],
                            "description": "<p>Row to insert.</p>",
                            "type": "Titanium.UI.TableViewRow",
                            "usage": "required"
                        },
                        {
                            "name": "animation",
                            "constants": [],
                            "description": "<p>Animation properties. (iOS only.)</p>",
                            "type": "TableViewAnimationProperties",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "insertSectionAfter",
                    "deprecated": false,
                    "description": "<p>Inserts a section after another section.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "index",
                            "constants": [],
                            "description": "<p>Index of the section to insert after.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "section",
                            "constants": [],
                            "description": "<p>section to insert.</p>",
                            "type": "Titanium.UI.TableViewSection",
                            "usage": "required"
                        },
                        {
                            "name": "animation",
                            "constants": [],
                            "description": "<p>Animation properties. (iOS only.)</p>",
                            "type": "TableViewAnimationProperties",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "insertRowBefore",
                    "deprecated": false,
                    "description": "<p>Inserts a row before another row.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "index",
                            "constants": [],
                            "description": "<p>Index of the row to insert before.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "row",
                            "constants": [],
                            "description": "<p>Row to insert.</p>",
                            "type": "Titanium.UI.TableViewRow",
                            "usage": "required"
                        },
                        {
                            "name": "animation",
                            "constants": [],
                            "description": "<p>Animation properties. (iOS only.)</p>",
                            "type": "TableViewAnimationProperties",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "insertSectionBefore",
                    "deprecated": false,
                    "description": "<p>Inserts a section before another section.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "index",
                            "constants": [],
                            "description": "<p>Index of the section to insert before.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "section",
                            "constants": [],
                            "description": "<p>section to insert.</p>",
                            "type": "Titanium.UI.TableViewSection",
                            "usage": "required"
                        },
                        {
                            "name": "animation",
                            "constants": [],
                            "description": "<p>Animation properties. (iOS only.)</p>",
                            "type": "TableViewAnimationProperties",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "scrollToIndex",
                    "deprecated": false,
                    "description": "<p>Scrolls the table view to ensure that the specified row is on screen.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "index",
                            "constants": [],
                            "description": "<p>Row index to scroll to.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "animation",
                            "constants": [],
                            "description": "<p>Animation properties. (iOS only.)</p>",
                            "type": "TableViewAnimationProperties",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "scrollToTop",
                    "deprecated": false,
                    "description": "<p>Scrolls the table to a specific top position where 0 is the topmost y position in the\ntable view.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "top",
                            "constants": [],
                            "description": "<p>Y position for the top of the table view.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "animation",
                            "constants": [],
                            "description": "<p>Animation properties. (iOS only.)</p>",
                            "type": "TableViewAnimationProperties",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setContentInsets",
                    "deprecated": false,
                    "description": "<p>Sets this tableview's content insets.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "edgeInsets",
                            "constants": [],
                            "description": "<p>Sets the distance that the content view is inset from the enclosing scroll view of the table.\nFor example</p>\n<pre><code>setContentInset({top:50,bottom:10,right:10,left:10}, {animated:true})\n</code></pre>",
                            "type": "Padding",
                            "usage": "required"
                        },
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Determines whether, and how, the content inset change should be animated.</p>\n<p>Note that the default here is equivalent to passing in <code>{ animated: false }</code></p>",
                            "type": "AnimatedWithDurationOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setContentOffset",
                    "deprecated": false,
                    "description": "<p>Sets the value of the content offset of the table view without animation by default.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "contentOffset",
                            "constants": [],
                            "description": "<p>Dictionary with the properties <code>x</code>, <code>y</code>.\nThe <code>x</code> and <code>y</code> coordinates reposition the top-left point of the scrollable region of the table view.</p>",
                            "type": "Point",
                            "usage": "required"
                        },
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Pass in <code>{ animated: true }</code> to animate the transition.</p>\n<p>Note that the default here is equivalent to passing in <code>{ animated: false }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "selectRow",
                    "deprecated": false,
                    "description": "<p>Programmatically selects a row. In Android, it sets the currently selected item. If in touch mode,\nthe item will not be selected but it will still be positioned appropriately. If the specified\nselection position is less than 0, then the item at position 0 will be selected.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "row",
                            "constants": [],
                            "description": "<p>Row index to select.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.8.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.8.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setData",
                    "deprecated": false,
                    "description": "<p>Sets the data in the table.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "data",
                            "constants": [],
                            "description": "<p>Rows or sections to add to this table.</p>",
                            "type": "Array",
                            "usage": "required"
                        },
                        {
                            "name": "animation",
                            "constants": [],
                            "description": "<p>Animation properties. (iOS only.)</p>",
                            "type": "TableViewAnimationProperties",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHeaderPullView",
                    "deprecated": false,
                    "description": "<p>Sets the value of the [Titanium.UI.TableView.headerPullView] property.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "view",
                            "constants": [],
                            "description": "<p>View to display.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "updateRow",
                    "deprecated": false,
                    "description": "<p>Updates an existing row, optionally with animation.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "index",
                            "constants": [],
                            "description": "<p>Index of the row to update.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "row",
                            "constants": [],
                            "description": "<p>Row data to update.</p>",
                            "type": "Titanium.UI.TableViewRow",
                            "usage": "required"
                        },
                        {
                            "name": "animation",
                            "constants": [],
                            "description": "<p>Animation properties. (iOS only.)</p>",
                            "type": "TableViewAnimationProperties",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "updateSection",
                    "deprecated": false,
                    "description": "<p>Updates an existing section, optionally with animation.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "index",
                            "constants": [],
                            "description": "<p>Index of the section to update.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "section",
                            "constants": [],
                            "description": "<p>section data to update.</p>",
                            "type": "Titanium.UI.TableViewSection",
                            "usage": "required"
                        },
                        {
                            "name": "animation",
                            "constants": [],
                            "description": "<p>Animation properties. (iOS only.)</p>",
                            "type": "TableViewAnimationProperties",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.bubbleParent\">Titanium.UI.TableView.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.bubbleParent\">Titanium.UI.TableView.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableView.bubbleParent\">Titanium.UI.TableView.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableView.bubbleParent\">Titanium.UI.TableView.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.apiName\">Titanium.UI.TableView.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.apiName\">Titanium.UI.TableView.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.lifecycleContainer\">Titanium.UI.TableView.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.lifecycleContainer\">Titanium.UI.TableView.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableView.lifecycleContainer\">Titanium.UI.TableView.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableView.lifecycleContainer\">Titanium.UI.TableView.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityHidden",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.accessibilityHidden\">Titanium.UI.TableView.accessibilityHidden</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.accessibilityHidden\">Titanium.UI.TableView.accessibilityHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityHidden",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableView.accessibilityHidden\">Titanium.UI.TableView.accessibilityHidden</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableView.accessibilityHidden\">Titanium.UI.TableView.accessibilityHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityHidden",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityHint",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.accessibilityHint\">Titanium.UI.TableView.accessibilityHint</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.accessibilityHint\">Titanium.UI.TableView.accessibilityHint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityHint",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableView.accessibilityHint\">Titanium.UI.TableView.accessibilityHint</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableView.accessibilityHint\">Titanium.UI.TableView.accessibilityHint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityHint",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityLabel",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.accessibilityLabel\">Titanium.UI.TableView.accessibilityLabel</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.accessibilityLabel\">Titanium.UI.TableView.accessibilityLabel</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityLabel",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableView.accessibilityLabel\">Titanium.UI.TableView.accessibilityLabel</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableView.accessibilityLabel\">Titanium.UI.TableView.accessibilityLabel</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityLabel",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityValue",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.accessibilityValue\">Titanium.UI.TableView.accessibilityValue</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.accessibilityValue\">Titanium.UI.TableView.accessibilityValue</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityValue",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableView.accessibilityValue\">Titanium.UI.TableView.accessibilityValue</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableView.accessibilityValue\">Titanium.UI.TableView.accessibilityValue</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityValue",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAnchorPoint",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.anchorPoint\">Titanium.UI.TableView.anchorPoint</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.anchorPoint\">Titanium.UI.TableView.anchorPoint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAnchorPoint",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableView.anchorPoint\">Titanium.UI.TableView.anchorPoint</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableView.anchorPoint\">Titanium.UI.TableView.anchorPoint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "anchorPoint",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAnimatedCenter",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.animatedCenter\">Titanium.UI.TableView.animatedCenter</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.animatedCenter\">Titanium.UI.TableView.animatedCenter</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.backgroundColor\">Titanium.UI.TableView.backgroundColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.backgroundColor\">Titanium.UI.TableView.backgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableView.backgroundColor\">Titanium.UI.TableView.backgroundColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableView.backgroundColor\">Titanium.UI.TableView.backgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundDisabledColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.backgroundDisabledColor\">Titanium.UI.TableView.backgroundDisabledColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.backgroundDisabledColor\">Titanium.UI.TableView.backgroundDisabledColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundDisabledColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableView.backgroundDisabledColor\">Titanium.UI.TableView.backgroundDisabledColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableView.backgroundDisabledColor\">Titanium.UI.TableView.backgroundDisabledColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundDisabledColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundDisabledImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.backgroundDisabledImage\">Titanium.UI.TableView.backgroundDisabledImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.backgroundDisabledImage\">Titanium.UI.TableView.backgroundDisabledImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundDisabledImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableView.backgroundDisabledImage\">Titanium.UI.TableView.backgroundDisabledImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableView.backgroundDisabledImage\">Titanium.UI.TableView.backgroundDisabledImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundDisabledImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundFocusedColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.backgroundFocusedColor\">Titanium.UI.TableView.backgroundFocusedColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.backgroundFocusedColor\">Titanium.UI.TableView.backgroundFocusedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundFocusedColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableView.backgroundFocusedColor\">Titanium.UI.TableView.backgroundFocusedColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableView.backgroundFocusedColor\">Titanium.UI.TableView.backgroundFocusedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundFocusedColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundFocusedImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.backgroundFocusedImage\">Titanium.UI.TableView.backgroundFocusedImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.backgroundFocusedImage\">Titanium.UI.TableView.backgroundFocusedImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundFocusedImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableView.backgroundFocusedImage\">Titanium.UI.TableView.backgroundFocusedImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableView.backgroundFocusedImage\">Titanium.UI.TableView.backgroundFocusedImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundFocusedImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundGradient",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.backgroundGradient\">Titanium.UI.TableView.backgroundGradient</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.backgroundGradient\">Titanium.UI.TableView.backgroundGradient</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Gradient",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundGradient",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableView.backgroundGradient\">Titanium.UI.TableView.backgroundGradient</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableView.backgroundGradient\">Titanium.UI.TableView.backgroundGradient</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundGradient",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Gradient",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.backgroundImage\">Titanium.UI.TableView.backgroundImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.backgroundImage\">Titanium.UI.TableView.backgroundImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableView.backgroundImage\">Titanium.UI.TableView.backgroundImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableView.backgroundImage\">Titanium.UI.TableView.backgroundImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundRepeat",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.backgroundRepeat\">Titanium.UI.TableView.backgroundRepeat</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.backgroundRepeat\">Titanium.UI.TableView.backgroundRepeat</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundRepeat",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableView.backgroundRepeat\">Titanium.UI.TableView.backgroundRepeat</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableView.backgroundRepeat\">Titanium.UI.TableView.backgroundRepeat</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundRepeat",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundLeftCap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.backgroundLeftCap\">Titanium.UI.TableView.backgroundLeftCap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.backgroundLeftCap\">Titanium.UI.TableView.backgroundLeftCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundLeftCap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableView.backgroundLeftCap\">Titanium.UI.TableView.backgroundLeftCap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableView.backgroundLeftCap\">Titanium.UI.TableView.backgroundLeftCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundLeftCap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundTopCap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.backgroundTopCap\">Titanium.UI.TableView.backgroundTopCap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.backgroundTopCap\">Titanium.UI.TableView.backgroundTopCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundTopCap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableView.backgroundTopCap\">Titanium.UI.TableView.backgroundTopCap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableView.backgroundTopCap\">Titanium.UI.TableView.backgroundTopCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundTopCap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.borderColor\">Titanium.UI.TableView.borderColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.borderColor\">Titanium.UI.TableView.borderColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableView.borderColor\">Titanium.UI.TableView.borderColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableView.borderColor\">Titanium.UI.TableView.borderColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderRadius",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.borderRadius\">Titanium.UI.TableView.borderRadius</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.borderRadius\">Titanium.UI.TableView.borderRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderRadius",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableView.borderRadius\">Titanium.UI.TableView.borderRadius</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableView.borderRadius\">Titanium.UI.TableView.borderRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderRadius",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderWidth",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.borderWidth\">Titanium.UI.TableView.borderWidth</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.borderWidth\">Titanium.UI.TableView.borderWidth</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderWidth",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableView.borderWidth\">Titanium.UI.TableView.borderWidth</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableView.borderWidth\">Titanium.UI.TableView.borderWidth</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderWidth",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBottom",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.bottom\">Titanium.UI.TableView.bottom</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.bottom\">Titanium.UI.TableView.bottom</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBottom",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableView.bottom\">Titanium.UI.TableView.bottom</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableView.bottom\">Titanium.UI.TableView.bottom</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bottom",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getCenter",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.center\">Titanium.UI.TableView.center</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.center\">Titanium.UI.TableView.center</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setCenter",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableView.center\">Titanium.UI.TableView.center</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableView.center\">Titanium.UI.TableView.center</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "center",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getClipMode",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.clipMode\">Titanium.UI.TableView.clipMode</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.clipMode\">Titanium.UI.TableView.clipMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setClipMode",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableView.clipMode\">Titanium.UI.TableView.clipMode</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableView.clipMode\">Titanium.UI.TableView.clipMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "clipMode",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getElevation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.elevation\">Titanium.UI.TableView.elevation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.elevation\">Titanium.UI.TableView.elevation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setElevation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableView.elevation\">Titanium.UI.TableView.elevation</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableView.elevation\">Titanium.UI.TableView.elevation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "elevation",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getFocusable",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.focusable\">Titanium.UI.TableView.focusable</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.focusable\">Titanium.UI.TableView.focusable</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setFocusable",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableView.focusable\">Titanium.UI.TableView.focusable</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableView.focusable\">Titanium.UI.TableView.focusable</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "focusable",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getHeight",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.height\">Titanium.UI.TableView.height</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.height\">Titanium.UI.TableView.height</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHeight",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableView.height\">Titanium.UI.TableView.height</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableView.height\">Titanium.UI.TableView.height</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "height",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHiddenBehavior",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.hiddenBehavior\">Titanium.UI.TableView.hiddenBehavior</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.hiddenBehavior\">Titanium.UI.TableView.hiddenBehavior</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setHiddenBehavior",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableView.hiddenBehavior\">Titanium.UI.TableView.hiddenBehavior</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableView.hiddenBehavior\">Titanium.UI.TableView.hiddenBehavior</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "hiddenBehavior",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getHorizontalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.horizontalMotionEffect\">Titanium.UI.TableView.horizontalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.horizontalMotionEffect\">Titanium.UI.TableView.horizontalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "MinMaxOptions",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHorizontalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableView.horizontalMotionEffect\">Titanium.UI.TableView.horizontalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableView.horizontalMotionEffect\">Titanium.UI.TableView.horizontalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "horizontalMotionEffect",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "MinMaxOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLeft",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.left\">Titanium.UI.TableView.left</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.left\">Titanium.UI.TableView.left</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLeft",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableView.left\">Titanium.UI.TableView.left</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableView.left\">Titanium.UI.TableView.left</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "left",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLayout",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.layout\">Titanium.UI.TableView.layout</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.layout\">Titanium.UI.TableView.layout</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLayout",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableView.layout\">Titanium.UI.TableView.layout</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableView.layout\">Titanium.UI.TableView.layout</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "layout",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getOpacity",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.opacity\">Titanium.UI.TableView.opacity</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.opacity\">Titanium.UI.TableView.opacity</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setOpacity",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableView.opacity\">Titanium.UI.TableView.opacity</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableView.opacity\">Titanium.UI.TableView.opacity</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "opacity",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getOverrideCurrentAnimation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.overrideCurrentAnimation\">Titanium.UI.TableView.overrideCurrentAnimation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.overrideCurrentAnimation\">Titanium.UI.TableView.overrideCurrentAnimation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setOverrideCurrentAnimation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableView.overrideCurrentAnimation\">Titanium.UI.TableView.overrideCurrentAnimation</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableView.overrideCurrentAnimation\">Titanium.UI.TableView.overrideCurrentAnimation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "overrideCurrentAnimation",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getPullBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.pullBackgroundColor\">Titanium.UI.TableView.pullBackgroundColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.pullBackgroundColor\">Titanium.UI.TableView.pullBackgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setPullBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableView.pullBackgroundColor\">Titanium.UI.TableView.pullBackgroundColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableView.pullBackgroundColor\">Titanium.UI.TableView.pullBackgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "pullBackgroundColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPreviewContext",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.previewContext\">Titanium.UI.TableView.previewContext</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.previewContext\">Titanium.UI.TableView.previewContext</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.iOS.PreviewContext",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "setPreviewContext",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableView.previewContext\">Titanium.UI.TableView.previewContext</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableView.previewContext\">Titanium.UI.TableView.previewContext</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "previewContext",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.iOS.PreviewContext",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "getRight",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.right\">Titanium.UI.TableView.right</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.right\">Titanium.UI.TableView.right</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setRight",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableView.right\">Titanium.UI.TableView.right</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableView.right\">Titanium.UI.TableView.right</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "right",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.rect\">Titanium.UI.TableView.rect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.rect\">Titanium.UI.TableView.rect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "DimensionWithAbsolutes",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRotation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.rotation\">Titanium.UI.TableView.rotation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.rotation\">Titanium.UI.TableView.rotation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRotation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableView.rotation\">Titanium.UI.TableView.rotation</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableView.rotation\">Titanium.UI.TableView.rotation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rotation",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getRotationX",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.rotationX\">Titanium.UI.TableView.rotationX</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.rotationX\">Titanium.UI.TableView.rotationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRotationX",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableView.rotationX\">Titanium.UI.TableView.rotationX</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableView.rotationX\">Titanium.UI.TableView.rotationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rotationX",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getRotationY",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.rotationY\">Titanium.UI.TableView.rotationY</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.rotationY\">Titanium.UI.TableView.rotationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRotationY",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableView.rotationY\">Titanium.UI.TableView.rotationY</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableView.rotationY\">Titanium.UI.TableView.rotationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rotationY",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getScaleX",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.scaleX\">Titanium.UI.TableView.scaleX</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.scaleX\">Titanium.UI.TableView.scaleX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setScaleX",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableView.scaleX\">Titanium.UI.TableView.scaleX</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableView.scaleX\">Titanium.UI.TableView.scaleX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "scaleX",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getScaleY",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.scaleY\">Titanium.UI.TableView.scaleY</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.scaleY\">Titanium.UI.TableView.scaleY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setScaleY",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableView.scaleY\">Titanium.UI.TableView.scaleY</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableView.scaleY\">Titanium.UI.TableView.scaleY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "scaleY",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getSize",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.size\">Titanium.UI.TableView.size</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.size\">Titanium.UI.TableView.size</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Dimension",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSoftKeyboardOnFocus",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.softKeyboardOnFocus\">Titanium.UI.TableView.softKeyboardOnFocus</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.softKeyboardOnFocus\">Titanium.UI.TableView.softKeyboardOnFocus</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setSoftKeyboardOnFocus",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableView.softKeyboardOnFocus\">Titanium.UI.TableView.softKeyboardOnFocus</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableView.softKeyboardOnFocus\">Titanium.UI.TableView.softKeyboardOnFocus</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "softKeyboardOnFocus",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTintColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.tintColor\">Titanium.UI.TableView.tintColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.tintColor\">Titanium.UI.TableView.tintColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTintColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableView.tintColor\">Titanium.UI.TableView.tintColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableView.tintColor\">Titanium.UI.TableView.tintColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "tintColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTop",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.top\">Titanium.UI.TableView.top</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.top\">Titanium.UI.TableView.top</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTop",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableView.top\">Titanium.UI.TableView.top</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableView.top\">Titanium.UI.TableView.top</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "top",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTouchEnabled",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.touchEnabled\">Titanium.UI.TableView.touchEnabled</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.touchEnabled\">Titanium.UI.TableView.touchEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTouchEnabled",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableView.touchEnabled\">Titanium.UI.TableView.touchEnabled</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableView.touchEnabled\">Titanium.UI.TableView.touchEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchEnabled",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTouchFeedback",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.touchFeedback\">Titanium.UI.TableView.touchFeedback</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.touchFeedback\">Titanium.UI.TableView.touchFeedback</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTouchFeedback",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableView.touchFeedback\">Titanium.UI.TableView.touchFeedback</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableView.touchFeedback\">Titanium.UI.TableView.touchFeedback</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchFeedback",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTouchFeedbackColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.touchFeedbackColor\">Titanium.UI.TableView.touchFeedbackColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.touchFeedbackColor\">Titanium.UI.TableView.touchFeedbackColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTouchFeedbackColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableView.touchFeedbackColor\">Titanium.UI.TableView.touchFeedbackColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableView.touchFeedbackColor\">Titanium.UI.TableView.touchFeedbackColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchFeedbackColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTransform",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.transform\">Titanium.UI.TableView.transform</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.transform\">Titanium.UI.TableView.transform</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Matrix2D",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTransform",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableView.transform\">Titanium.UI.TableView.transform</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableView.transform\">Titanium.UI.TableView.transform</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "transform",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Matrix2D",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTranslationX",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.translationX\">Titanium.UI.TableView.translationX</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.translationX\">Titanium.UI.TableView.translationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTranslationX",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableView.translationX\">Titanium.UI.TableView.translationX</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableView.translationX\">Titanium.UI.TableView.translationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translationX",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTranslationY",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.translationY\">Titanium.UI.TableView.translationY</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.translationY\">Titanium.UI.TableView.translationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTranslationY",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableView.translationY\">Titanium.UI.TableView.translationY</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableView.translationY\">Titanium.UI.TableView.translationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translationY",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTranslationZ",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.translationZ\">Titanium.UI.TableView.translationZ</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.translationZ\">Titanium.UI.TableView.translationZ</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTranslationZ",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableView.translationZ\">Titanium.UI.TableView.translationZ</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableView.translationZ\">Titanium.UI.TableView.translationZ</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translationZ",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTransitionName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.transitionName\">Titanium.UI.TableView.transitionName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.transitionName\">Titanium.UI.TableView.transitionName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTransitionName",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableView.transitionName\">Titanium.UI.TableView.transitionName</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableView.transitionName\">Titanium.UI.TableView.transitionName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "transitionName",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getVerticalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.verticalMotionEffect\">Titanium.UI.TableView.verticalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.verticalMotionEffect\">Titanium.UI.TableView.verticalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "MinMaxOptions",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setVerticalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableView.verticalMotionEffect\">Titanium.UI.TableView.verticalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableView.verticalMotionEffect\">Titanium.UI.TableView.verticalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "verticalMotionEffect",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "MinMaxOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowRadius",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.viewShadowRadius\">Titanium.UI.TableView.viewShadowRadius</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.viewShadowRadius\">Titanium.UI.TableView.viewShadowRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowRadius",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableView.viewShadowRadius\">Titanium.UI.TableView.viewShadowRadius</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableView.viewShadowRadius\">Titanium.UI.TableView.viewShadowRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowRadius",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.viewShadowColor\">Titanium.UI.TableView.viewShadowColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.viewShadowColor\">Titanium.UI.TableView.viewShadowColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableView.viewShadowColor\">Titanium.UI.TableView.viewShadowColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableView.viewShadowColor\">Titanium.UI.TableView.viewShadowColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowOffset",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.viewShadowOffset\">Titanium.UI.TableView.viewShadowOffset</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.viewShadowOffset\">Titanium.UI.TableView.viewShadowOffset</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowOffset",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableView.viewShadowOffset\">Titanium.UI.TableView.viewShadowOffset</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableView.viewShadowOffset\">Titanium.UI.TableView.viewShadowOffset</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowOffset",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getVisible",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.visible\">Titanium.UI.TableView.visible</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.visible\">Titanium.UI.TableView.visible</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setVisible",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableView.visible\">Titanium.UI.TableView.visible</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableView.visible\">Titanium.UI.TableView.visible</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "visible",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getWidth",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.width\">Titanium.UI.TableView.width</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.width\">Titanium.UI.TableView.width</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setWidth",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableView.width\">Titanium.UI.TableView.width</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableView.width\">Titanium.UI.TableView.width</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "width",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHorizontalWrap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.horizontalWrap\">Titanium.UI.TableView.horizontalWrap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.horizontalWrap\">Titanium.UI.TableView.horizontalWrap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHorizontalWrap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableView.horizontalWrap\">Titanium.UI.TableView.horizontalWrap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableView.horizontalWrap\">Titanium.UI.TableView.horizontalWrap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "horizontalWrap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getZIndex",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.zIndex\">Titanium.UI.TableView.zIndex</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.zIndex\">Titanium.UI.TableView.zIndex</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setZIndex",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableView.zIndex\">Titanium.UI.TableView.zIndex</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableView.zIndex\">Titanium.UI.TableView.zIndex</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "zIndex",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getKeepScreenOn",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.keepScreenOn\">Titanium.UI.TableView.keepScreenOn</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.keepScreenOn\">Titanium.UI.TableView.keepScreenOn</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setKeepScreenOn",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableView.keepScreenOn\">Titanium.UI.TableView.keepScreenOn</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableView.keepScreenOn\">Titanium.UI.TableView.keepScreenOn</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "keepScreenOn",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getAllowsSelection",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.allowsSelection\">Titanium.UI.TableView.allowsSelection</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.allowsSelection\">Titanium.UI.TableView.allowsSelection</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAllowsSelection",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableView.allowsSelection\">Titanium.UI.TableView.allowsSelection</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableView.allowsSelection\">Titanium.UI.TableView.allowsSelection</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "allowsSelection",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAllowsSelectionDuringEditing",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.allowsSelectionDuringEditing\">Titanium.UI.TableView.allowsSelectionDuringEditing</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.allowsSelectionDuringEditing\">Titanium.UI.TableView.allowsSelectionDuringEditing</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAllowsSelectionDuringEditing",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableView.allowsSelectionDuringEditing\">Titanium.UI.TableView.allowsSelectionDuringEditing</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableView.allowsSelectionDuringEditing\">Titanium.UI.TableView.allowsSelectionDuringEditing</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "allowsSelectionDuringEditing",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getData",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.data\">Titanium.UI.TableView.data</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.data\">Titanium.UI.TableView.data</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getEditable",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.editable\">Titanium.UI.TableView.editable</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.editable\">Titanium.UI.TableView.editable</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setEditable",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableView.editable\">Titanium.UI.TableView.editable</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableView.editable\">Titanium.UI.TableView.editable</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "editable",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getEditing",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.editing\">Titanium.UI.TableView.editing</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.editing\">Titanium.UI.TableView.editing</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setEditing",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableView.editing\">Titanium.UI.TableView.editing</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableView.editing\">Titanium.UI.TableView.editing</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "editing",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getFilterAttribute",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.filterAttribute\">Titanium.UI.TableView.filterAttribute</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.filterAttribute\">Titanium.UI.TableView.filterAttribute</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setFilterAttribute",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableView.filterAttribute\">Titanium.UI.TableView.filterAttribute</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableView.filterAttribute\">Titanium.UI.TableView.filterAttribute</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "filterAttribute",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getFilterAnchored",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.filterAnchored\">Titanium.UI.TableView.filterAnchored</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.filterAnchored\">Titanium.UI.TableView.filterAnchored</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setFilterAnchored",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableView.filterAnchored\">Titanium.UI.TableView.filterAnchored</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableView.filterAnchored\">Titanium.UI.TableView.filterAnchored</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "filterAnchored",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getFilterCaseInsensitive",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.filterCaseInsensitive\">Titanium.UI.TableView.filterCaseInsensitive</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.filterCaseInsensitive\">Titanium.UI.TableView.filterCaseInsensitive</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setFilterCaseInsensitive",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableView.filterCaseInsensitive\">Titanium.UI.TableView.filterCaseInsensitive</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableView.filterCaseInsensitive\">Titanium.UI.TableView.filterCaseInsensitive</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "filterCaseInsensitive",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getFooterDividersEnabled",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.footerDividersEnabled\">Titanium.UI.TableView.footerDividersEnabled</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.footerDividersEnabled\">Titanium.UI.TableView.footerDividersEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setFooterDividersEnabled",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableView.footerDividersEnabled\">Titanium.UI.TableView.footerDividersEnabled</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableView.footerDividersEnabled\">Titanium.UI.TableView.footerDividersEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "footerDividersEnabled",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getFooterTitle",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.footerTitle\">Titanium.UI.TableView.footerTitle</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.footerTitle\">Titanium.UI.TableView.footerTitle</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setFooterTitle",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableView.footerTitle\">Titanium.UI.TableView.footerTitle</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableView.footerTitle\">Titanium.UI.TableView.footerTitle</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "footerTitle",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getMaxClassname",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.maxClassname\">Titanium.UI.TableView.maxClassname</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.maxClassname\">Titanium.UI.TableView.maxClassname</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setMaxClassname",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableView.maxClassname\">Titanium.UI.TableView.maxClassname</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableView.maxClassname\">Titanium.UI.TableView.maxClassname</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "maxClassname",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getHeaderPullView",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.headerPullView\">Titanium.UI.TableView.headerPullView</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.headerPullView\">Titanium.UI.TableView.headerPullView</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.View",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRefreshControl",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.refreshControl\">Titanium.UI.TableView.refreshControl</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.refreshControl\">Titanium.UI.TableView.refreshControl</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.RefreshControl",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setRefreshControl",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableView.refreshControl\">Titanium.UI.TableView.refreshControl</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableView.refreshControl\">Titanium.UI.TableView.refreshControl</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "refreshControl",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.RefreshControl",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHideSearchOnSelection",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.hideSearchOnSelection\">Titanium.UI.TableView.hideSearchOnSelection</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.hideSearchOnSelection\">Titanium.UI.TableView.hideSearchOnSelection</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHideSearchOnSelection",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableView.hideSearchOnSelection\">Titanium.UI.TableView.hideSearchOnSelection</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableView.hideSearchOnSelection\">Titanium.UI.TableView.hideSearchOnSelection</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "hideSearchOnSelection",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAllowsMultipleSelectionDuringEditing",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.allowsMultipleSelectionDuringEditing\">Titanium.UI.TableView.allowsMultipleSelectionDuringEditing</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.allowsMultipleSelectionDuringEditing\">Titanium.UI.TableView.allowsMultipleSelectionDuringEditing</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAllowsMultipleSelectionDuringEditing",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableView.allowsMultipleSelectionDuringEditing\">Titanium.UI.TableView.allowsMultipleSelectionDuringEditing</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableView.allowsMultipleSelectionDuringEditing\">Titanium.UI.TableView.allowsMultipleSelectionDuringEditing</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "allowsMultipleSelectionDuringEditing",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAllowsMultipleSelectionInteraction",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.allowsMultipleSelectionInteraction\">Titanium.UI.TableView.allowsMultipleSelectionInteraction</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.allowsMultipleSelectionInteraction\">Titanium.UI.TableView.allowsMultipleSelectionInteraction</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAllowsMultipleSelectionInteraction",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableView.allowsMultipleSelectionInteraction\">Titanium.UI.TableView.allowsMultipleSelectionInteraction</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableView.allowsMultipleSelectionInteraction\">Titanium.UI.TableView.allowsMultipleSelectionInteraction</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "allowsMultipleSelectionInteraction",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getFooterView",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.footerView\">Titanium.UI.TableView.footerView</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.footerView\">Titanium.UI.TableView.footerView</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.View",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setFooterView",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableView.footerView\">Titanium.UI.TableView.footerView</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableView.footerView\">Titanium.UI.TableView.footerView</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "footerView",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHeaderDividersEnabled",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.headerDividersEnabled\">Titanium.UI.TableView.headerDividersEnabled</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.headerDividersEnabled\">Titanium.UI.TableView.headerDividersEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setHeaderDividersEnabled",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableView.headerDividersEnabled\">Titanium.UI.TableView.headerDividersEnabled</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableView.headerDividersEnabled\">Titanium.UI.TableView.headerDividersEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "headerDividersEnabled",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getHeaderTitle",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.headerTitle\">Titanium.UI.TableView.headerTitle</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.headerTitle\">Titanium.UI.TableView.headerTitle</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHeaderTitle",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableView.headerTitle\">Titanium.UI.TableView.headerTitle</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableView.headerTitle\">Titanium.UI.TableView.headerTitle</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "headerTitle",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHeaderView",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.headerView\">Titanium.UI.TableView.headerView</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.headerView\">Titanium.UI.TableView.headerView</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.View",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHeaderView",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableView.headerView\">Titanium.UI.TableView.headerView</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableView.headerView\">Titanium.UI.TableView.headerView</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "headerView",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getIndex",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.index\">Titanium.UI.TableView.index</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.index\">Titanium.UI.TableView.index</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setIndex",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableView.index\">Titanium.UI.TableView.index</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableView.index\">Titanium.UI.TableView.index</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "index",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getMaxRowHeight",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.maxRowHeight\">Titanium.UI.TableView.maxRowHeight</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.maxRowHeight\">Titanium.UI.TableView.maxRowHeight</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setMaxRowHeight",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableView.maxRowHeight\">Titanium.UI.TableView.maxRowHeight</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableView.maxRowHeight\">Titanium.UI.TableView.maxRowHeight</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "maxRowHeight",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getMinRowHeight",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.minRowHeight\">Titanium.UI.TableView.minRowHeight</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.minRowHeight\">Titanium.UI.TableView.minRowHeight</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setMinRowHeight",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableView.minRowHeight\">Titanium.UI.TableView.minRowHeight</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableView.minRowHeight\">Titanium.UI.TableView.minRowHeight</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "minRowHeight",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getMoveable",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.moveable\">Titanium.UI.TableView.moveable</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.moveable\">Titanium.UI.TableView.moveable</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setMoveable",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableView.moveable\">Titanium.UI.TableView.moveable</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableView.moveable\">Titanium.UI.TableView.moveable</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "moveable",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getMoving",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.moving\">Titanium.UI.TableView.moving</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.moving\">Titanium.UI.TableView.moving</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setMoving",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableView.moving\">Titanium.UI.TableView.moving</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableView.moving\">Titanium.UI.TableView.moving</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "moving",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getOverScrollMode",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.overScrollMode\">Titanium.UI.TableView.overScrollMode</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.overScrollMode\">Titanium.UI.TableView.overScrollMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setOverScrollMode",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableView.overScrollMode\">Titanium.UI.TableView.overScrollMode</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableView.overScrollMode\">Titanium.UI.TableView.overScrollMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "overScrollMode",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getRowHeight",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.rowHeight\">Titanium.UI.TableView.rowHeight</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.rowHeight\">Titanium.UI.TableView.rowHeight</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setRowHeight",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableView.rowHeight\">Titanium.UI.TableView.rowHeight</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableView.rowHeight\">Titanium.UI.TableView.rowHeight</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rowHeight",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getScrollable",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.scrollable\">Titanium.UI.TableView.scrollable</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.scrollable\">Titanium.UI.TableView.scrollable</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setScrollable",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableView.scrollable\">Titanium.UI.TableView.scrollable</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableView.scrollable\">Titanium.UI.TableView.scrollable</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "scrollable",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getScrollIndicatorStyle",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.scrollIndicatorStyle\">Titanium.UI.TableView.scrollIndicatorStyle</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.scrollIndicatorStyle\">Titanium.UI.TableView.scrollIndicatorStyle</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setScrollIndicatorStyle",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableView.scrollIndicatorStyle\">Titanium.UI.TableView.scrollIndicatorStyle</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableView.scrollIndicatorStyle\">Titanium.UI.TableView.scrollIndicatorStyle</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "scrollIndicatorStyle",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getScrollsToTop",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.scrollsToTop\">Titanium.UI.TableView.scrollsToTop</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.scrollsToTop\">Titanium.UI.TableView.scrollsToTop</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setScrollsToTop",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableView.scrollsToTop\">Titanium.UI.TableView.scrollsToTop</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableView.scrollsToTop\">Titanium.UI.TableView.scrollsToTop</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "scrollsToTop",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSearch",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.search\">Titanium.UI.TableView.search</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.search\">Titanium.UI.TableView.search</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.SearchBar",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setSearch",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableView.search\">Titanium.UI.TableView.search</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableView.search\">Titanium.UI.TableView.search</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "search",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.SearchBar",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getDimBackgroundForSearch",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.dimBackgroundForSearch\">Titanium.UI.TableView.dimBackgroundForSearch</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.dimBackgroundForSearch\">Titanium.UI.TableView.dimBackgroundForSearch</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setDimBackgroundForSearch",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableView.dimBackgroundForSearch\">Titanium.UI.TableView.dimBackgroundForSearch</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableView.dimBackgroundForSearch\">Titanium.UI.TableView.dimBackgroundForSearch</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "dimBackgroundForSearch",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getShowSearchBarInNavBar",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.showSearchBarInNavBar\">Titanium.UI.TableView.showSearchBarInNavBar</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.showSearchBarInNavBar\">Titanium.UI.TableView.showSearchBarInNavBar</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setShowSearchBarInNavBar",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableView.showSearchBarInNavBar\">Titanium.UI.TableView.showSearchBarInNavBar</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableView.showSearchBarInNavBar\">Titanium.UI.TableView.showSearchBarInNavBar</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "showSearchBarInNavBar",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSearchAsChild",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.searchAsChild\">Titanium.UI.TableView.searchAsChild</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.searchAsChild\">Titanium.UI.TableView.searchAsChild</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setSearchAsChild",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableView.searchAsChild\">Titanium.UI.TableView.searchAsChild</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableView.searchAsChild\">Titanium.UI.TableView.searchAsChild</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "searchAsChild",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getSearchHidden",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.searchHidden\">Titanium.UI.TableView.searchHidden</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.searchHidden\">Titanium.UI.TableView.searchHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setSearchHidden",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableView.searchHidden\">Titanium.UI.TableView.searchHidden</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableView.searchHidden\">Titanium.UI.TableView.searchHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "searchHidden",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSectionCount",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.sectionCount\">Titanium.UI.TableView.sectionCount</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.sectionCount\">Titanium.UI.TableView.sectionCount</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSections",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.sections\">Titanium.UI.TableView.sections</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.sections\">Titanium.UI.TableView.sections</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setSections",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableView.sections\">Titanium.UI.TableView.sections</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableView.sections\">Titanium.UI.TableView.sections</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "sections",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSeparatorColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.separatorColor\">Titanium.UI.TableView.separatorColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.separatorColor\">Titanium.UI.TableView.separatorColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setSeparatorColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableView.separatorColor\">Titanium.UI.TableView.separatorColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableView.separatorColor\">Titanium.UI.TableView.separatorColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "separatorColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSeparatorInsets",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.separatorInsets\">Titanium.UI.TableView.separatorInsets</a> property. <strong>Deprecated since 5.2.0. Use <a href=\"Titanium.UI.TableView.tableSeparatorInsets\">Titanium.UI.TableView.tableSeparatorInsets</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "HorizontalInsets",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setSeparatorInsets",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableView.separatorInsets\">Titanium.UI.TableView.separatorInsets</a> property. <strong>Deprecated since 5.2.0. Use <a href=\"Titanium.UI.TableView.tableSeparatorInsets\">Titanium.UI.TableView.tableSeparatorInsets</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "separatorInsets",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "HorizontalInsets",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTableSeparatorInsets",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.tableSeparatorInsets\">Titanium.UI.TableView.tableSeparatorInsets</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.tableSeparatorInsets\">Titanium.UI.TableView.tableSeparatorInsets</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "HorizontalInsets",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTableSeparatorInsets",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableView.tableSeparatorInsets\">Titanium.UI.TableView.tableSeparatorInsets</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableView.tableSeparatorInsets\">Titanium.UI.TableView.tableSeparatorInsets</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "tableSeparatorInsets",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "HorizontalInsets",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRowSeparatorInsets",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.rowSeparatorInsets\">Titanium.UI.TableView.rowSeparatorInsets</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.rowSeparatorInsets\">Titanium.UI.TableView.rowSeparatorInsets</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "HorizontalInsets",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setRowSeparatorInsets",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableView.rowSeparatorInsets\">Titanium.UI.TableView.rowSeparatorInsets</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableView.rowSeparatorInsets\">Titanium.UI.TableView.rowSeparatorInsets</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rowSeparatorInsets",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "HorizontalInsets",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSeparatorStyle",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.separatorStyle\">Titanium.UI.TableView.separatorStyle</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.separatorStyle\">Titanium.UI.TableView.separatorStyle</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setSeparatorStyle",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableView.separatorStyle\">Titanium.UI.TableView.separatorStyle</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableView.separatorStyle\">Titanium.UI.TableView.separatorStyle</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "separatorStyle",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getShowVerticalScrollIndicator",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.showVerticalScrollIndicator\">Titanium.UI.TableView.showVerticalScrollIndicator</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.showVerticalScrollIndicator\">Titanium.UI.TableView.showVerticalScrollIndicator</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setShowVerticalScrollIndicator",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableView.showVerticalScrollIndicator\">Titanium.UI.TableView.showVerticalScrollIndicator</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableView.showVerticalScrollIndicator\">Titanium.UI.TableView.showVerticalScrollIndicator</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "showVerticalScrollIndicator",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getStyle",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.style\">Titanium.UI.TableView.style</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.style\">Titanium.UI.TableView.style</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setStyle",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableView.style\">Titanium.UI.TableView.style</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableView.style\">Titanium.UI.TableView.style</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "style",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getResultsBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.resultsBackgroundColor\">Titanium.UI.TableView.resultsBackgroundColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.resultsBackgroundColor\">Titanium.UI.TableView.resultsBackgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setResultsBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableView.resultsBackgroundColor\">Titanium.UI.TableView.resultsBackgroundColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableView.resultsBackgroundColor\">Titanium.UI.TableView.resultsBackgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "resultsBackgroundColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getResultsSeparatorColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.resultsSeparatorColor\">Titanium.UI.TableView.resultsSeparatorColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.resultsSeparatorColor\">Titanium.UI.TableView.resultsSeparatorColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setResultsSeparatorColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableView.resultsSeparatorColor\">Titanium.UI.TableView.resultsSeparatorColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableView.resultsSeparatorColor\">Titanium.UI.TableView.resultsSeparatorColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "resultsSeparatorColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getResultsSeparatorStyle",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.resultsSeparatorStyle\">Titanium.UI.TableView.resultsSeparatorStyle</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.resultsSeparatorStyle\">Titanium.UI.TableView.resultsSeparatorStyle</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setResultsSeparatorStyle",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableView.resultsSeparatorStyle\">Titanium.UI.TableView.resultsSeparatorStyle</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableView.resultsSeparatorStyle\">Titanium.UI.TableView.resultsSeparatorStyle</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "resultsSeparatorStyle",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getResultsSeparatorInsets",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableView.resultsSeparatorInsets\">Titanium.UI.TableView.resultsSeparatorInsets</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableView.resultsSeparatorInsets\">Titanium.UI.TableView.resultsSeparatorInsets</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "HorizontalInsets",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setResultsSeparatorInsets",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableView.resultsSeparatorInsets\">Titanium.UI.TableView.resultsSeparatorInsets</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableView.resultsSeparatorInsets\">Titanium.UI.TableView.resultsSeparatorInsets</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "resultsSeparatorInsets",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "HorizontalInsets",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.UI.View",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "accessibilityHidden",
                    "deprecated": false,
                    "description": "<p>Whether the view should be &quot;hidden&quot; from (i.e., ignored by) the accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityHint",
                    "deprecated": false,
                    "description": "<p>Briefly describes what performing an action (such as a click) on the view will do.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityLabel",
                    "deprecated": false,
                    "description": "<p>A succint label identifying the view for the device's accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityValue",
                    "deprecated": false,
                    "description": "<p>A string describing the value (if any) of the view for the device's accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "anchorPoint",
                    "deprecated": false,
                    "description": "<p>Coordinate of the view about which to pivot an animation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "animatedCenter",
                    "deprecated": false,
                    "description": "<p>Current position of the view during an animation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundColor",
                    "deprecated": false,
                    "description": "<p>Background color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundDisabledColor",
                    "deprecated": false,
                    "description": "<p>Disabled background color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundDisabledImage",
                    "deprecated": false,
                    "description": "<p>Disabled background image for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundFocusedColor",
                    "deprecated": false,
                    "description": "<p>Focused background color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundFocusedImage",
                    "deprecated": false,
                    "description": "<p>Focused background image for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundGradient",
                    "deprecated": false,
                    "description": "<p>A background gradient for the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [
                        {
                            "title": "Linear and Radial Gradients",
                            "code": "<p>The following code excerpt creates two views, one with a linear gradient and one with\na radial gradient.</p>\n<pre><code>var win1 = Titanium.UI.createWindow({\n    title:'Tab 1',\n    backgroundColor:'#fff',\n    layout: 'vertical'\n});\n\nvar radialGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'radial',\n        startPoint: { x: 50, y: 50 },\n        endPoint: { x: 50, y: 50 },\n        colors: [ 'red', 'blue'],\n        startRadius: 50,\n        endRadius: 0,\n        backfillStart: true\n    }\n});\nvar linearGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'linear',\n        startPoint: { x: '0%', y: '50%' },\n        endPoint: { x: '100%', y: '50%' },\n        colors: [ { color: 'red', offset: 0.0}, { color: 'blue', offset: 0.25 }, { color: 'red', offset: 1.0 } ],\n    }\n});\nwin1.add(radialGradient);\nwin1.add(linearGradient);\nwin1.open();\n</code></pre>"
                        }
                    ],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Gradient",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundImage",
                    "deprecated": false,
                    "description": "<p>Background image for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundRepeat",
                    "deprecated": false,
                    "description": "<p>Determines whether to tile a background across a view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundLeftCap",
                    "deprecated": false,
                    "description": "<p>Size of the left end cap.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundTopCap",
                    "deprecated": false,
                    "description": "<p>Size of the top end cap.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderColor",
                    "deprecated": false,
                    "description": "<p>Border color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderRadius",
                    "deprecated": false,
                    "description": "<p>Radius for the rounded corners of the view's border.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderWidth",
                    "deprecated": false,
                    "description": "<p>Border width of the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "bottom",
                    "deprecated": false,
                    "description": "<p>View's bottom position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "center",
                    "deprecated": false,
                    "description": "<p>View's center position, in the parent view's coordinates.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "clipMode",
                    "deprecated": false,
                    "description": "<p>View's clipping behavior.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "elevation",
                    "deprecated": false,
                    "description": "<p>Base elevation of the view relative to its parent in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "focusable",
                    "deprecated": false,
                    "description": "<p>Whether view should be focusable while navigating with the trackball.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "height",
                    "deprecated": false,
                    "description": "<p>View height, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.FILL",
                        "Titanium.UI.SIZE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hiddenBehavior",
                    "deprecated": false,
                    "description": "<p>Sets the behavior when hiding an object to release or keep the free space</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.HIDDEN_BEHAVIOR_INVISIBLE",
                        "Titanium.UI.HIDDEN_BEHAVIOR_GONE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "horizontalMotionEffect",
                    "deprecated": false,
                    "description": "<p>Adds a horizontal parallax effect to the view</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "MinMaxOptions",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "id",
                    "deprecated": false,
                    "description": "<p>View's identifier.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "left",
                    "deprecated": false,
                    "description": "<p>View's left position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "layout",
                    "deprecated": false,
                    "description": "<p>Specifies how the view positions its children.\nOne of: 'composite', 'vertical', or 'horizontal'.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "opacity",
                    "deprecated": false,
                    "description": "<p>Opacity of this view, from 0.0 (transparent) to 1.0 (opaque). Defaults to 1.0 (opaque).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "overrideCurrentAnimation",
                    "deprecated": false,
                    "description": "<p>When on, animate call overrides current animation if applicable.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "pullBackgroundColor",
                    "deprecated": false,
                    "description": "<p>Background color of the wrapper view when this view is used as either <a href=\"Titanium.UI.ListView.pullView\">Titanium.UI.ListView.pullView</a> or <a href=\"Titanium.UI.TableView.headerPullView\">Titanium.UI.TableView.headerPullView</a>.</p>\n<p>Defaults to <code>undefined</code>. Results in a light grey background color on the wrapper view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "previewContext",
                    "deprecated": false,
                    "description": "<p>The preview context used in the 3D-Touch feature &quot;Peek and Pop&quot;.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Titanium.UI.iOS.PreviewContext",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "right",
                    "deprecated": false,
                    "description": "<p>View's right position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "rect",
                    "deprecated": false,
                    "description": "<p>The bounding box of the view relative to its parent, in system units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "type": "DimensionWithAbsolutes",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "rotation",
                    "deprecated": false,
                    "description": "<p>Clockwise 2D rotation of the view in degrees.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "rotationX",
                    "deprecated": false,
                    "description": "<p>Clockwise rotation of the view in degrees (x-axis).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "rotationY",
                    "deprecated": false,
                    "description": "<p>Clockwise rotation of the view in degrees (y-axis).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "scaleX",
                    "deprecated": false,
                    "description": "<p>Scaling of the view in x-axis in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "scaleY",
                    "deprecated": false,
                    "description": "<p>Scaling of the view in y-axis in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "size",
                    "deprecated": false,
                    "description": "<p>The size of the view in system units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Dimension",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "softKeyboardOnFocus",
                    "deprecated": false,
                    "description": "<p>Determines keyboard behavior when this view is focused. Defaults to <a href=\"Titanium.UI.Android.SOFT_KEYBOARD_DEFAULT_ON_FOCUS\">Titanium.UI.Android.SOFT_KEYBOARD_DEFAULT_ON_FOCUS</a>.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.Android.SOFT_KEYBOARD_DEFAULT_ON_FOCUS",
                        "Titanium.UI.Android.SOFT_KEYBOARD_HIDE_ON_FOCUS",
                        "Titanium.UI.Android.SOFT_KEYBOARD_SHOW_ON_FOCUS"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "tintColor",
                    "deprecated": false,
                    "description": "<p>The view's tintColor</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "top",
                    "deprecated": false,
                    "description": "<p>The view's top position.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "touchEnabled",
                    "deprecated": false,
                    "description": "<p>Determines whether view should receive touch events.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "touchFeedback",
                    "deprecated": false,
                    "description": "<p>A material design visual construct that provides an instantaneous visual confirmation of touch point.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "touchFeedbackColor",
                    "deprecated": false,
                    "description": "<p>Optional touch feedback ripple color. This has no effect unless <code>touchFeedback</code> is true.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "transform",
                    "deprecated": false,
                    "description": "<p>Transformation matrix to apply to the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Titanium.UI.Matrix2D",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "translationX",
                    "deprecated": false,
                    "description": "<p>Horizontal location of the view relative to its left position in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "translationY",
                    "deprecated": false,
                    "description": "<p>Vertical location of the view relative to its top position in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "translationZ",
                    "deprecated": false,
                    "description": "<p>Depth of the view relative to its elevation in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "transitionName",
                    "deprecated": false,
                    "description": "<p>A name to identify this view in activity transition.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.2"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "verticalMotionEffect",
                    "deprecated": false,
                    "description": "<p>Adds a vertical parallax effect to the view</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "MinMaxOptions",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowRadius",
                    "deprecated": false,
                    "description": "<p>Determines the blur radius used to create the shadow.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowColor",
                    "deprecated": false,
                    "description": "<p>Determines the color of the shadow.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowOffset",
                    "deprecated": false,
                    "description": "<p>Determines the offset for the shadow of the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "visible",
                    "deprecated": false,
                    "description": "<p>Determines whether the view is visible.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "width",
                    "deprecated": false,
                    "description": "<p>View's width, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.FILL",
                        "Titanium.UI.SIZE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "horizontalWrap",
                    "deprecated": false,
                    "description": "<p>Determines whether the layout has wrapping behavior.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "zIndex",
                    "deprecated": false,
                    "description": "<p>Z-index stack order position, relative to other sibling views.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "keepScreenOn",
                    "deprecated": false,
                    "description": "<p>Determines whether to keep the device screen on.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "allowsSelection",
                    "deprecated": false,
                    "description": "<p>Determines whether this table's rows can be selected.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "allowsSelectionDuringEditing",
                    "deprecated": false,
                    "description": "<p>Determines whether this table's rows can be selected while editing the table.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "data",
                    "deprecated": false,
                    "description": "<p>Rows of the table view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "editable",
                    "deprecated": false,
                    "description": "<p>Determines the rows' default editable behavior, which allows them to be deleted by the user\nwhen the table is in <code>editing</code> or <code>moving</code> mode.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "editing",
                    "deprecated": false,
                    "description": "<p>Determines whether row editing mode is active.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "filterAttribute",
                    "deprecated": false,
                    "description": "<p>Filter attribute to be used when searching.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "filterAnchored",
                    "deprecated": false,
                    "description": "<p>Determines whether the search is limited to the start of the string</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "filterCaseInsensitive",
                    "deprecated": false,
                    "description": "<p>Determines whether the search is case insensitive.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "footerDividersEnabled",
                    "deprecated": false,
                    "description": "<p>When set to false, the ListView will not draw the divider before the footer view.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "footerTitle",
                    "deprecated": false,
                    "description": "<p>Table view footer title.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "maxClassname",
                    "deprecated": false,
                    "description": "<p>Max number of row class names.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "headerPullView",
                    "deprecated": false,
                    "description": "<p>View positioned above the first row that is only revealed when the user drags the table\ncontents down.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "type": "Titanium.UI.View",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "refreshControl",
                    "deprecated": false,
                    "description": "<p>View positioned above the first row that is only revealed when the user drags the list view contents down.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "Titanium.UI.RefreshControl",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hideSearchOnSelection",
                    "deprecated": false,
                    "description": "<p>Determines whether the search field should hide on completion.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "allowsMultipleSelectionDuringEditing",
                    "deprecated": false,
                    "description": "<p>Determines whether multiple items of this table view can be selected at the same time while editing the table.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.2.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "allowsMultipleSelectionInteraction",
                    "deprecated": false,
                    "description": "<p>Allows a two-finger pan gesture to automatically transition the table view into editing mode and start selecting rows.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.2.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "footerView",
                    "deprecated": false,
                    "description": "<p>Table view footer as a view that will be rendered instead of a label.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Titanium.UI.View",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "headerDividersEnabled",
                    "deprecated": false,
                    "description": "<p>When set to false, the ListView will not draw the divider after the header view.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "headerTitle",
                    "deprecated": false,
                    "description": "<p>Table view header title.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "headerView",
                    "deprecated": false,
                    "description": "<p>Table view header as a view that will be rendered instead of a label.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Titanium.UI.View",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "index",
                    "deprecated": false,
                    "description": "<p>Array of objects (with <code>title</code> and <code>index</code> properties) to control the table view index.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "maxRowHeight",
                    "deprecated": false,
                    "description": "<p>Maximum row height for table view rows.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "minRowHeight",
                    "deprecated": false,
                    "description": "<p>Minimum row height for table view rows.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "moveable",
                    "deprecated": false,
                    "description": "<p>Determines the rows' default moveable behavior, which allows them to be re-ordered by the\nuser when the table is in <code>editing</code> or <code>moving</code> mode.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "moving",
                    "deprecated": false,
                    "description": "<p>Determines whether row moving mode is active.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "overScrollMode",
                    "deprecated": false,
                    "description": "<p>Determines the behavior when the user overscrolls the view.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.Android.OVER_SCROLL_ALWAYS",
                        "Titanium.UI.Android.OVER_SCROLL_IF_CONTENT_SCROLLS",
                        "Titanium.UI.Android.OVER_SCROLL_NEVER"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "rowHeight",
                    "deprecated": false,
                    "description": "<p>Default row height for table view rows.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "scrollable",
                    "deprecated": false,
                    "description": "<p>If <code>true</code>, the tableview can be scrolled.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "scrollIndicatorStyle",
                    "deprecated": false,
                    "description": "<p>Style of the scrollbar.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.iOS.ScrollIndicatorStyle.BLACK",
                        "Titanium.UI.iOS.ScrollIndicatorStyle.DEFAULT",
                        "Titanium.UI.iOS.ScrollIndicatorStyle.WHITE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "scrollsToTop",
                    "deprecated": false,
                    "description": "<p>Controls whether the scroll-to-top gesture is effective.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.2"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "search",
                    "deprecated": false,
                    "description": "<p>Search field to use for the table view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Titanium.UI.SearchBar",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "dimBackgroundForSearch",
                    "deprecated": false,
                    "description": "<p>A Boolean indicating whether the underlying content is dimmed during a search.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "showSearchBarInNavBar",
                    "deprecated": false,
                    "description": "<p>A Boolean indicating whether search bar will be in navigation bar.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "searchAsChild",
                    "deprecated": false,
                    "description": "<p>Determines whether the <a href=\"Titanium.UI.SearchBar\">SearchBar</a> or <a href=\"Titanium.UI.Android.SearchView\">SearchView</a> appears as part of the TableView.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.2"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "searchHidden",
                    "deprecated": false,
                    "description": "<p>Determines whether the search field is visible.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "sectionCount",
                    "deprecated": false,
                    "description": "<p>Number of sections in this table view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "sections",
                    "deprecated": false,
                    "description": "<p>Sections of this table.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "separatorColor",
                    "deprecated": false,
                    "description": "<p>Separator line color between rows, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "separatorInsets",
                    "deprecated": true,
                    "description": "<p>The insets for table view separators (applies to all cells). <strong>Deprecated since 5.2.0. Use <a href=\"Titanium.UI.TableView.tableSeparatorInsets\">Titanium.UI.TableView.tableSeparatorInsets</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "HorizontalInsets",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "tableSeparatorInsets",
                    "deprecated": false,
                    "description": "<p>The insets for the table view header and footer.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "HorizontalInsets",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "rowSeparatorInsets",
                    "deprecated": false,
                    "description": "<p>The insets for table view cells (applies to all cells).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "HorizontalInsets",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "separatorStyle",
                    "deprecated": false,
                    "description": "<p>Separator style constant.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.TABLE_VIEW_SEPARATOR_STYLE_NONE",
                        "Titanium.UI.TABLE_VIEW_SEPARATOR_STYLE_SINGLE_LINE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "showVerticalScrollIndicator",
                    "deprecated": false,
                    "description": "<p>Determines whether this table view displays a vertical scroll indicator.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "style",
                    "deprecated": false,
                    "description": "<p>Style of the table view, specified using one of the constants from\n<a href=\"Titanium.UI.iOS.TableViewStyle\">Titanium.UI.iOS.TableViewStyle</a>.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.iOS.TableViewStyle.GROUPED",
                        "Titanium.UI.iOS.TableViewStyle.PLAIN",
                        "Titanium.UI.iOS.TableViewStyle.INSET_GROUPED"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "resultsBackgroundColor",
                    "deprecated": false,
                    "description": "<p>The background color of the search results (iOS-only).</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "resultsSeparatorColor",
                    "deprecated": false,
                    "description": "<p>Separator line color between rows inside search results,\nas a color name or hex triplet (iOS-only).</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "resultsSeparatorStyle",
                    "deprecated": false,
                    "description": "<p>The separator style of the search results (iOS-only).</p>",
                    "availability": "creation",
                    "constants": [
                        "Titanium.UI.TABLE_VIEW_SEPARATOR_STYLE_NONE",
                        "Titanium.UI.TABLE_VIEW_SEPARATOR_STYLE_SINGLE_LINE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "resultsSeparatorInsets",
                    "deprecated": false,
                    "description": "<p>The insets for search results separators (applies to all cells &amp; iOS-only).</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "HorizontalInsets",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<table id=\"platformComparison\">\n  <tbody>\n    <tr>\n      <td><img src=\"images/tableview/tableview_android.png\" height=\"200\" /></td>\n      <td><img src=\"images/tableview/tableview_ios.png\" height=\"200\" /></td>\n      <td><img src=\"images/tableview/tableview_wp.png\" height=\"200\" /></td>\n    </tr>\n  </tbody>\n  <tfoot>\n    <tr>\n      <th>Android</th>\n      <th>iOS</th>\n      <th>Windows Phone</th>\n    </tr>\n  </tfoot>\n</table>\n<p>A <code>TableView</code> object is a container for <a href=\"Titanium.UI.TableViewSection\">TableViewSection</a>\nobjects that are, in turn, containers for <a href=\"Titanium.UI.TableViewRow\">TableViewRow</a> objects.</p>\n<p>Use the <a href=\"Titanium.UI.createTableView\">Titanium.UI.createTableView</a> method or <strong><code>&lt;TableView&gt;</code></strong> Alloy element to create a <code>TableView</code>.</p>\n<p>Also see the <a href=\"https://docs.appcelerator.com/platform/latest/#!/guide/TableViews\">TableViews guide</a>.</p>\n<h4>Creating Tables</h4>\n<p>There are few approaches to creating and using <code>TableView</code> object.</p>\n<p>The simplest approach is to pass dictionaries of <code>TableViewRow</code> properties, such as\n<a href=\"Titanium.UI.TableViewRow.backgroundColor\">backgroundColor</a>,\n<a href=\"Titanium.UI.TableViewRow.color\">color</a>, and <a href=\"Titanium.UI.TableViewRow.title\">title</a>, to the\n<a href=\"Titanium.UI.createTableView\">createTableView</a> method, which causes the rows to be implictly\ncreated, added to a single <a href=\"Titanium.UI.TableViewSection\">TableViewSection</a>, and then added to\nthe <code>TableView</code>. Refer to the &quot;Simple Table View with Basic Rows&quot; example.</p>\n<p>For more control over the layout of each row, however, <a href=\"Titanium.UI.TableViewRow\">TableViewRow</a>\nobjects can be created explicitly using the <a href=\"Titanium.UI.createTableViewRow\">Titanium.UI.createTableViewRow</a> method. Child views,\nsuch as <a href=\"Titanium.UI.Label\">labels</a>, <a href=\"Titanium.UI.ImageView\">images</a>, and\n<a href=\"Titanium.UI.Button\">buttons</a>, may be added to each row. When one or more\n<a href=\"Titanium.UI.TableViewRow\">rows</a> are added to the table view,\na single <a href=\"Titanium.UI.TableViewSection\">TableViewSection</a> is automatically created to hold the\nrows. See the &quot;Table View with Composite Layout&quot; example.</p>\n<p>Lastly, sets of rows may be explicitly created and added to a their own\n<a href=\"Titanium.UI.TableViewSection\">TableViewSection</a> objects, which are then added to a <code>TableView</code>,\nto enable the rows to be organized. Headers and footers titles or views must be configured\nin order for the sections to be visible.</p>\n<h4>Tables and Scroll Views</h4>\n<p>As a table view inherently scrolls, it creates a very poor user experience when one contains\nother scrolling views, such as a <a href=\"Titanium.UI.ScrollableView\">ScrollableView</a> or\n<a href=\"Titanium.UI.TextArea\">TextArea</a>. Thus, this layout is strongly discouraged.</p>\n<h4>TextFields in Tables with SOFT_INPUT_ADJUST_PAN (Android)</h4>\n<p>When a <a href=\"Titanium.UI.TextField\">TextField</a> is placed in a row near the bottom of a <code>TableView</code>,\nin a window that is configured with\n<a href=\"Titanium.UI.Android.SOFT_INPUT_ADJUST_PAN\">SOFT_INPUT_ADJUST_PAN</a>, it is expected for the\ntext field to automatically move to a visible position after it is focused and the software\nkeyboard displayed. However, due to a known problem caused by native Android's ListView behavior,\nthe keyboard is likely to completely obscure the text field.</p>\n<p>To mitigate this, a <code>ScrollView</code> may be used instead of a table view, as demonstrated in the\n<a href=\"Titanium.UI.ScrollView\">ScrollView</a>, &quot;Scroll View as a Table View&quot;, example.</p>\n<h4>Known Issues</h4>\n<p>There are known issues with the <code>sections</code> property and associated methods added in\nRelease 3.0:</p>\n<ul>\n<li>On iOS, the first two arguments to the <code>updateSection</code> method are reversed.\n(<a href=\"https://jira.appcelerator.org/browse/TIMOB-12625\">TIMOB-12625</a>). This issue has been\naddressed in Release 3.3.0 of the Titanium SDK</li>\n</ul>\n<h4>Row Editing and Moving Modes (iOS only)</h4>\n<p>On iOS, table views have an <code>editing</code> and a <code>moving</code> mode that may be activated to using their\nrespective <a href=\"Titanium.UI.TableView.editing\">editing</a> and <a href=\"Titanium.UI.TableView.moving\">moving</a>\nproperties. These allow rows to be deleted or re-ordered by the user, depending on each row's\n<a href=\"Titanium.UI.TableViewRow.editable\">editable</a> and <a href=\"Titanium.UI.TableViewRow.moveable\">moveable</a>\nproperty that are either explicitly set or inherited from the table.</p>\n<p>There are two UI controls available for deleting table view rows, depending on the combination\nof editing and moving modes enabled:</p>\n<ul>\n<li>&quot;red icon delete&quot; - a circular red icon is displayed on the left-hand side of a row, which\nreveals a delete button on the right-hand side of that row when clicked.</li>\n<li>&quot;swipe delete&quot; - without either of the table editing or moving modes enabled, a left or right\nswipe gesture on a row reveals a delete button on the right-hand side of the row.</li>\n</ul>\n<p>Note that because the operating system handles the functionality of the swipe delete, the OS will\ncapture swipe events and not bubble the event to Titanium listeners. As such, if you rely on\nswipe events, you must not set editing to true on such rows, and simulate the functionality you\nneed.</p>\n<p>When <code>editable</code> and <code>moveable</code> properties are set on the table view, they are known as <code>inherited</code>,\nwhereas when set on a row, they are known as <code>explicit</code>. As their resulting behavior may not\nfollow their literal meaning, depending on the combination of <code>editing</code> and <code>moving</code> modes that\nare enabled, a detailed description of the behavior follows.</p>\n<p>With <code>editing:false</code> and <code>moving:true</code>:</p>\n<ul>\n<li>For red icon delete and swipe delete, inherited and explicit <code>editable</code> properties may be set.</li>\n<li>Inherited <code>moveable</code> property is always <code>true</code>. Explicit <code>moveable</code> property may be set.</li>\n</ul>\n<p>With <code>editing:true</code> and <code>moving:false</code>:</p>\n<ul>\n<li>For red icon delete and swipe delete, inherited <code>editable</code> property is always <code>true</code>. Explicit\n<code>editable</code> property may be set.</li>\n<li>Inherited and explicit <code>moveable</code> properties may be set.</li>\n</ul>\n<p>With <code>editing:false</code> and <code>moving: false</code>:</p>\n<ul>\n<li>For red icon delete, inherited and explicit <code>editable</code> properties always <code>false</code>. For\nswipe delete, inherited and explicit <code>editable</code> properties may be set.</li>\n<li>Inherited <code>moveable</code> property is always <code>false</code>.</li>\n</ul>\n<p>With <code>editing:true</code> and <code>moving:true</code>:</p>\n<ul>\n<li>For red icon delete and swipe delete, inherited and explicit <code>editable</code> properties may be set.</li>\n<li>Inherited <code>moveable</code> property is always <code>true</code>. Explicit <code>moveable</code> property may be set.</li>\n</ul>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "TableViewAnimationProperties",
            "description": "<p>A simple object for specifying the animation properties to use when inserting or deleting rows, or scrolling the table.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "animated",
                    "deprecated": false,
                    "description": "<p>Whether this table change should be animated. Ignored if any <code>animationStyle</code> value is specified.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "animationStyle",
                    "deprecated": false,
                    "description": "<p>Type of animation to use for row insertions and deletions.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.iOS.RowAnimationStyle.BOTTOM",
                        "Titanium.UI.iOS.RowAnimationStyle.FADE",
                        "Titanium.UI.iOS.RowAnimationStyle.LEFT",
                        "Titanium.UI.iOS.RowAnimationStyle.NONE",
                        "Titanium.UI.iOS.RowAnimationStyle.RIGHT",
                        "Titanium.UI.iOS.RowAnimationStyle.TOP"
                    ],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "position",
                    "deprecated": false,
                    "description": "<p>Specifies what position to scroll the selected row to.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.iOS.TableViewScrollPosition.BOTTOM",
                        "Titanium.UI.iOS.TableViewScrollPosition.MIDDLE",
                        "Titanium.UI.iOS.TableViewScrollPosition.NONE",
                        "Titanium.UI.iOS.TableViewScrollPosition.TOP"
                    ],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>These properties are only used on iOS. Not all properties apply to all methods.</p>\n<p><code>animationStyle</code> does not apply to the <code>scrollToTop</code> or <code>scrollToIndex</code> methods.</p>\n<p><code>positon</code> only applies to the <code>scrollToIndex</code> method.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "TableViewIndexEntry",
            "description": "<p>A simple object that represents an index entry in a <code>TableView</code>.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "title",
                    "deprecated": false,
                    "description": "<p>Title to display in the index bar for this item.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "index",
                    "deprecated": false,
                    "description": "<p>Row index associated with this item.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "SelectedRowObject",
            "description": "<p>The arguments for the <a href=\"Titanium.UI.TableView.rowsselected\">Titanium.UI.TableView.rowsselected</a> event.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "index",
                    "deprecated": false,
                    "description": "<p>Row index.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "row",
                    "deprecated": false,
                    "description": "<p>Table view row object.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.2.0"
                        }
                    ],
                    "type": "Titanium.UI.TableViewRow",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "rowData",
                    "deprecated": false,
                    "description": "<p>Properties of the row. Use this property rather than <code>row</code> to access any custom row properties.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.2.0"
                        }
                    ],
                    "type": "Titanium.UI.TableViewRow",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "section",
                    "deprecated": false,
                    "description": "<p>Table view section object, if the clicked row is contained in a section.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.2.0"
                        }
                    ],
                    "type": "Titanium.UI.TableViewSection",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "8.2.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "8.2.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.TableViewRow",
            "description": "<p>A table view row is an individual item in a table, organized into table view sections.</p>",
            "deprecated": false,
            "events": [
                {
                    "name": "click",
                    "deprecated": false,
                    "description": "<p>Fired when a table row is clicked by the user.</p>",
                    "properties": [
                        {
                            "name": "detail",
                            "constants": [],
                            "description": "<p>Indicates whether the detail button was clicked. Only <code>true</code> if <code>row.hasDetail</code> is\n<code>true</code> and the detail button was clicked.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "index",
                            "constants": [],
                            "description": "<p>Row index.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "row",
                            "constants": [],
                            "description": "<p>Table view row object.</p>",
                            "type": "Titanium.UI.TableViewRow",
                            "deprecated": false
                        },
                        {
                            "name": "rowData",
                            "constants": [],
                            "description": "<p>Dictionary containing the properties set on the row.</p>",
                            "type": "Titanium.UI.TableViewRow",
                            "deprecated": false
                        },
                        {
                            "name": "searchMode",
                            "constants": [],
                            "description": "<p>Boolean to indicate if the table is in search mode.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "section",
                            "constants": [],
                            "description": "<p>Table view section object, if the clicked row is contained in a section.</p>",
                            "type": "Titanium.UI.TableViewSection",
                            "deprecated": false
                        },
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "keypressed",
                    "deprecated": false,
                    "description": "<p>Fired when a hardware key is pressed in the view.</p>",
                    "properties": [
                        {
                            "name": "keyCode",
                            "constants": [],
                            "description": "<p>The code for the physical key that was pressed. For more details, see <a href=\"https://developer.android.com/reference/android/view/KeyEvent.html\">KeyEvent</a>. This API is experimental and subject to change.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "longclick",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a long click.</p>"
                },
                {
                    "name": "postlayout",
                    "deprecated": false,
                    "description": "<p>Fired when a layout cycle is finished.</p>"
                },
                {
                    "name": "swipe",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a swipe gesture against the view.</p>",
                    "properties": [
                        {
                            "name": "direction",
                            "constants": [],
                            "description": "<p>Direction of the swipe--either 'left', 'right', 'up', or 'down'.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event's endpoint from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event's endpoint from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchcancel",
                    "deprecated": false,
                    "description": "<p>Fired when a touch gesture is interrupted by the device.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchend",
                    "deprecated": false,
                    "description": "<p>Fired when a touch gesture is complete.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchstart",
                    "deprecated": false,
                    "description": "<p>Fired as soon as the device detects a touch gesture against this view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                }
            ],
            "examples": [
                {
                    "title": "Simple Table View Row example",
                    "code": "<p>Create a table view row containing a red square view.</p>\n<pre><code>var row = Titanium.UI.createTableViewRow();\nvar view = Titanium.UI.createView({\n  backgroundColor:'red',\n  width: 20, height: 20\n});\nrow.add(view);\n</code></pre>"
                },
                {
                    "title": "Row Swipe Gestures",
                    "code": "<p>Create a table of rows. When a row is swiped, output its ID to the log.</p>\n<pre><code>var tableData = [];\n\nvar win = Ti.UI.createWindow({ backgroundColor: 'white' });\n\nvar table = Ti.UI.createTableView({ objName: 'table' });\n\nfor (var i = 0; i &lt;= 20; i++){\n  var row = Ti.UI.createTableViewRow({\n    className: 'row',\n    objName: 'row',\n    touchEnabled: true,\n    height: 100\n  });\n\n  var enabledWrapperView = Ti.UI.createView({\n    backgroundColor:'#008FD5',\n    objName: 'enabledWrapperView',\n    rowID: i,\n    width: Ti.UI.FILL, height: '100%'\n  });\n\n  var disabledWrapperView = Ti.UI.createView({\n    backgroundColor:'#A2E0FF',\n    objName: 'disabledWrapperView',\n    touchEnabled: false,\n    width: 300, height: '80%'\n  });\n  enabledWrapperView.add(disabledWrapperView);\n\n  var label = Ti.UI.createLabel({\n    backgroundColor:'#313F48',\n    color: 'white',\n    objName: 'label',\n    text: i,\n    touchEnabled: false,\n    left: 0,\n    width: 200\n  });\n  disabledWrapperView.add(label);\n\n  row.add(enabledWrapperView);\n  tableData.push(row);\n}\n\ntable.setData(tableData);\n\ntable.addEventListener('swipe', function(e){\n  if (e.source &amp;&amp; e.source.objName !== 'table'){\n    Ti.API.info('Row swiped: ' + e.source);\n    Ti.API.info('Row swiped: ' + e.source.objName);\n    Ti.API.info('Row ID : ' + e.source.rowID);\n  }\n});\n\nwin.add(table);\nwin.open();\n</code></pre>"
                },
                {
                    "title": "Alloy XML Markup",
                    "code": "<p>Previous simple table view row example as an Alloy view.</p>\n<pre><code>&lt;Alloy&gt;\n    &lt;TableViewRow id=&quot;row&quot;&gt;\n        &lt;View id=&quot;view&quot; backgroundColor=&quot;red&quot; width=&quot;20&quot; height=&quot;20&quot;/&gt;\n    &lt;/TableViewRow&gt;\n&lt;/Alloy&gt;\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "add",
                    "deprecated": false,
                    "description": "<p>Adds a child to this view's hierarchy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "view",
                            "constants": [],
                            "description": "<p>View to add to this view's hierarchy.</p>\n<p>You may pass an array of views, e.g. <code>view.add([subview1, subview2]</code>.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "clearMotionEffects",
                    "deprecated": false,
                    "description": "<p>Removes all previously added motion effects.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "finishLayout",
                    "deprecated": true,
                    "description": "<p>Finishes a batch update of the View's layout properties and schedules a layout pass of the\nview tree.\n<strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hide",
                    "deprecated": false,
                    "description": "<p>Hides this view.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Animation options for Android only. <strong>Since SDK 5.1.0 and used only on Android 5.0+</strong></p>\n<p>Determines whether to enable a circular reveal animation.\nNote that the default here is equivalent to passing in <code>{ animated: false }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "insertAt",
                    "deprecated": false,
                    "description": "<p>Inserts a view at the specified position in the <a href=\"Titanium.UI.View.children\">children</a> array.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Pass an object that specifies the view to insert and optionally at which position (defaults to end)</p>",
                            "type": "ViewPositionOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "remove",
                    "deprecated": false,
                    "description": "<p>Removes a child view from this view's hierarchy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "view",
                            "constants": [],
                            "description": "<p>View to remove from this view's hierarchy.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeAllChildren",
                    "deprecated": false,
                    "description": "<p>Removes all child views from this view's hierarchy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "replaceAt",
                    "deprecated": false,
                    "description": "<p>Replaces a view at the specified position in the <a href=\"Titanium.UI.View.children\">children</a> array.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Pass an object with the view to insert and the position of the view to replace. In this case the <code>position</code> property is required.</p>",
                            "type": "ViewPositionOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "show",
                    "deprecated": false,
                    "description": "<p>Makes this view visible.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Animation options for Android only. <strong>Since SDK 5.1.0 and only used on Android 5.0+</strong></p>\n<p>Determines whether to enable a circular reveal animation.\nNote that the default here is equivalent to passing in <code>{ animated: false }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "startLayout",
                    "deprecated": true,
                    "description": "<p>Starts a batch update of this view's layout properties. <strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">Titanium.Proxy.applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "toImage",
                    "deprecated": false,
                    "description": "<p>Returns an image of the rendered view, as a Blob.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Function to be invoked upon completion. If non-null, this method will be performed\nasynchronously. If null, it will be performed immediately.</p>",
                            "type": "Function",
                            "usage": "optional"
                        },
                        {
                            "name": "honorScaleFactor",
                            "constants": [],
                            "description": "<p>Determines whether the image is scaled based on scale factor of main screen. (iOS only)</p>\n<p>When set to true, image is scale factor is honored. When set to false, the image in the\nblob has the same dimensions for retina and non-retina devices.</p>",
                            "type": "Boolean",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Blob",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "updateLayout",
                    "deprecated": true,
                    "description": "<p>Performs a batch update of all supplied layout properties and schedules a layout pass after\nthey have been updated.\n<strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">Titanium.Proxy.applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Layout properties to be updated.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "convertPointToView",
                    "deprecated": false,
                    "description": "<p>Translates a point from this view's coordinate system to another view's coordinate system.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "point",
                            "constants": [],
                            "description": "<p>A point in this view's coordinate system.</p>\n<p>If this argument is missing an <code>x</code> or <code>y</code> property, or the properties can not be\nconverted into numbers, an exception will be raised.</p>",
                            "type": "Point",
                            "usage": "required"
                        },
                        {
                            "name": "destinationView",
                            "constants": [],
                            "description": "<p>View that specifies the destination coordinate system to convert to. If this argument\nis not a view, an exception will be raised.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewById",
                    "deprecated": false,
                    "description": "<p>Returns the matching view of a given view ID.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "id",
                            "constants": [],
                            "description": "<p>The ID of the view that should be returned. Use the <code>id</code> property in your views to\nenable it for indexing in this method.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.View",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableViewRow.bubbleParent\">Titanium.UI.TableViewRow.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableViewRow.bubbleParent\">Titanium.UI.TableViewRow.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableViewRow.bubbleParent\">Titanium.UI.TableViewRow.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableViewRow.bubbleParent\">Titanium.UI.TableViewRow.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableViewRow.apiName\">Titanium.UI.TableViewRow.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableViewRow.apiName\">Titanium.UI.TableViewRow.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableViewRow.lifecycleContainer\">Titanium.UI.TableViewRow.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableViewRow.lifecycleContainer\">Titanium.UI.TableViewRow.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableViewRow.lifecycleContainer\">Titanium.UI.TableViewRow.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableViewRow.lifecycleContainer\">Titanium.UI.TableViewRow.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityHidden",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableViewRow.accessibilityHidden\">Titanium.UI.TableViewRow.accessibilityHidden</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableViewRow.accessibilityHidden\">Titanium.UI.TableViewRow.accessibilityHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityHidden",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableViewRow.accessibilityHidden\">Titanium.UI.TableViewRow.accessibilityHidden</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableViewRow.accessibilityHidden\">Titanium.UI.TableViewRow.accessibilityHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityHidden",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityHint",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableViewRow.accessibilityHint\">Titanium.UI.TableViewRow.accessibilityHint</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableViewRow.accessibilityHint\">Titanium.UI.TableViewRow.accessibilityHint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityHint",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableViewRow.accessibilityHint\">Titanium.UI.TableViewRow.accessibilityHint</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableViewRow.accessibilityHint\">Titanium.UI.TableViewRow.accessibilityHint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityHint",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityLabel",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableViewRow.accessibilityLabel\">Titanium.UI.TableViewRow.accessibilityLabel</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableViewRow.accessibilityLabel\">Titanium.UI.TableViewRow.accessibilityLabel</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityLabel",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableViewRow.accessibilityLabel\">Titanium.UI.TableViewRow.accessibilityLabel</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableViewRow.accessibilityLabel\">Titanium.UI.TableViewRow.accessibilityLabel</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityLabel",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityValue",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableViewRow.accessibilityValue\">Titanium.UI.TableViewRow.accessibilityValue</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableViewRow.accessibilityValue\">Titanium.UI.TableViewRow.accessibilityValue</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityValue",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableViewRow.accessibilityValue\">Titanium.UI.TableViewRow.accessibilityValue</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableViewRow.accessibilityValue\">Titanium.UI.TableViewRow.accessibilityValue</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityValue",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAnchorPoint",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableViewRow.anchorPoint\">Titanium.UI.TableViewRow.anchorPoint</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableViewRow.anchorPoint\">Titanium.UI.TableViewRow.anchorPoint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAnchorPoint",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableViewRow.anchorPoint\">Titanium.UI.TableViewRow.anchorPoint</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableViewRow.anchorPoint\">Titanium.UI.TableViewRow.anchorPoint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "anchorPoint",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAnimatedCenter",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableViewRow.animatedCenter\">Titanium.UI.TableViewRow.animatedCenter</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableViewRow.animatedCenter\">Titanium.UI.TableViewRow.animatedCenter</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableViewRow.backgroundColor\">Titanium.UI.TableViewRow.backgroundColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableViewRow.backgroundColor\">Titanium.UI.TableViewRow.backgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableViewRow.backgroundColor\">Titanium.UI.TableViewRow.backgroundColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableViewRow.backgroundColor\">Titanium.UI.TableViewRow.backgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundDisabledColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableViewRow.backgroundDisabledColor\">Titanium.UI.TableViewRow.backgroundDisabledColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableViewRow.backgroundDisabledColor\">Titanium.UI.TableViewRow.backgroundDisabledColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundDisabledColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableViewRow.backgroundDisabledColor\">Titanium.UI.TableViewRow.backgroundDisabledColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableViewRow.backgroundDisabledColor\">Titanium.UI.TableViewRow.backgroundDisabledColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundDisabledColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundDisabledImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableViewRow.backgroundDisabledImage\">Titanium.UI.TableViewRow.backgroundDisabledImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableViewRow.backgroundDisabledImage\">Titanium.UI.TableViewRow.backgroundDisabledImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundDisabledImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableViewRow.backgroundDisabledImage\">Titanium.UI.TableViewRow.backgroundDisabledImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableViewRow.backgroundDisabledImage\">Titanium.UI.TableViewRow.backgroundDisabledImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundDisabledImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundFocusedColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableViewRow.backgroundFocusedColor\">Titanium.UI.TableViewRow.backgroundFocusedColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableViewRow.backgroundFocusedColor\">Titanium.UI.TableViewRow.backgroundFocusedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundFocusedColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableViewRow.backgroundFocusedColor\">Titanium.UI.TableViewRow.backgroundFocusedColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableViewRow.backgroundFocusedColor\">Titanium.UI.TableViewRow.backgroundFocusedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundFocusedColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundFocusedImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableViewRow.backgroundFocusedImage\">Titanium.UI.TableViewRow.backgroundFocusedImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableViewRow.backgroundFocusedImage\">Titanium.UI.TableViewRow.backgroundFocusedImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundFocusedImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableViewRow.backgroundFocusedImage\">Titanium.UI.TableViewRow.backgroundFocusedImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableViewRow.backgroundFocusedImage\">Titanium.UI.TableViewRow.backgroundFocusedImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundFocusedImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundGradient",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableViewRow.backgroundGradient\">Titanium.UI.TableViewRow.backgroundGradient</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableViewRow.backgroundGradient\">Titanium.UI.TableViewRow.backgroundGradient</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Gradient",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundGradient",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableViewRow.backgroundGradient\">Titanium.UI.TableViewRow.backgroundGradient</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableViewRow.backgroundGradient\">Titanium.UI.TableViewRow.backgroundGradient</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundGradient",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Gradient",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableViewRow.backgroundImage\">Titanium.UI.TableViewRow.backgroundImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableViewRow.backgroundImage\">Titanium.UI.TableViewRow.backgroundImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableViewRow.backgroundImage\">Titanium.UI.TableViewRow.backgroundImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableViewRow.backgroundImage\">Titanium.UI.TableViewRow.backgroundImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundRepeat",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableViewRow.backgroundRepeat\">Titanium.UI.TableViewRow.backgroundRepeat</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableViewRow.backgroundRepeat\">Titanium.UI.TableViewRow.backgroundRepeat</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundRepeat",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableViewRow.backgroundRepeat\">Titanium.UI.TableViewRow.backgroundRepeat</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableViewRow.backgroundRepeat\">Titanium.UI.TableViewRow.backgroundRepeat</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundRepeat",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundLeftCap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableViewRow.backgroundLeftCap\">Titanium.UI.TableViewRow.backgroundLeftCap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableViewRow.backgroundLeftCap\">Titanium.UI.TableViewRow.backgroundLeftCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundLeftCap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableViewRow.backgroundLeftCap\">Titanium.UI.TableViewRow.backgroundLeftCap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableViewRow.backgroundLeftCap\">Titanium.UI.TableViewRow.backgroundLeftCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundLeftCap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundSelectedColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableViewRow.backgroundSelectedColor\">Titanium.UI.TableViewRow.backgroundSelectedColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableViewRow.backgroundSelectedColor\">Titanium.UI.TableViewRow.backgroundSelectedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundSelectedColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableViewRow.backgroundSelectedColor\">Titanium.UI.TableViewRow.backgroundSelectedColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableViewRow.backgroundSelectedColor\">Titanium.UI.TableViewRow.backgroundSelectedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundSelectedColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundSelectedImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableViewRow.backgroundSelectedImage\">Titanium.UI.TableViewRow.backgroundSelectedImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableViewRow.backgroundSelectedImage\">Titanium.UI.TableViewRow.backgroundSelectedImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundSelectedImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableViewRow.backgroundSelectedImage\">Titanium.UI.TableViewRow.backgroundSelectedImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableViewRow.backgroundSelectedImage\">Titanium.UI.TableViewRow.backgroundSelectedImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundSelectedImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundTopCap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableViewRow.backgroundTopCap\">Titanium.UI.TableViewRow.backgroundTopCap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableViewRow.backgroundTopCap\">Titanium.UI.TableViewRow.backgroundTopCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundTopCap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableViewRow.backgroundTopCap\">Titanium.UI.TableViewRow.backgroundTopCap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableViewRow.backgroundTopCap\">Titanium.UI.TableViewRow.backgroundTopCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundTopCap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableViewRow.borderColor\">Titanium.UI.TableViewRow.borderColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableViewRow.borderColor\">Titanium.UI.TableViewRow.borderColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableViewRow.borderColor\">Titanium.UI.TableViewRow.borderColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableViewRow.borderColor\">Titanium.UI.TableViewRow.borderColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderRadius",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableViewRow.borderRadius\">Titanium.UI.TableViewRow.borderRadius</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableViewRow.borderRadius\">Titanium.UI.TableViewRow.borderRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderRadius",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableViewRow.borderRadius\">Titanium.UI.TableViewRow.borderRadius</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableViewRow.borderRadius\">Titanium.UI.TableViewRow.borderRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderRadius",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderWidth",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableViewRow.borderWidth\">Titanium.UI.TableViewRow.borderWidth</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableViewRow.borderWidth\">Titanium.UI.TableViewRow.borderWidth</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderWidth",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableViewRow.borderWidth\">Titanium.UI.TableViewRow.borderWidth</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableViewRow.borderWidth\">Titanium.UI.TableViewRow.borderWidth</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderWidth",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBottom",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableViewRow.bottom\">Titanium.UI.TableViewRow.bottom</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableViewRow.bottom\">Titanium.UI.TableViewRow.bottom</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBottom",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableViewRow.bottom\">Titanium.UI.TableViewRow.bottom</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableViewRow.bottom\">Titanium.UI.TableViewRow.bottom</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bottom",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getCenter",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableViewRow.center\">Titanium.UI.TableViewRow.center</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableViewRow.center\">Titanium.UI.TableViewRow.center</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setCenter",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableViewRow.center\">Titanium.UI.TableViewRow.center</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableViewRow.center\">Titanium.UI.TableViewRow.center</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "center",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getChildren",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableViewRow.children\">Titanium.UI.TableViewRow.children</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableViewRow.children\">Titanium.UI.TableViewRow.children</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getClipMode",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableViewRow.clipMode\">Titanium.UI.TableViewRow.clipMode</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableViewRow.clipMode\">Titanium.UI.TableViewRow.clipMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setClipMode",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableViewRow.clipMode\">Titanium.UI.TableViewRow.clipMode</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableViewRow.clipMode\">Titanium.UI.TableViewRow.clipMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "clipMode",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getElevation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableViewRow.elevation\">Titanium.UI.TableViewRow.elevation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableViewRow.elevation\">Titanium.UI.TableViewRow.elevation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setElevation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableViewRow.elevation\">Titanium.UI.TableViewRow.elevation</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableViewRow.elevation\">Titanium.UI.TableViewRow.elevation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "elevation",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getFocusable",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableViewRow.focusable\">Titanium.UI.TableViewRow.focusable</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableViewRow.focusable\">Titanium.UI.TableViewRow.focusable</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setFocusable",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableViewRow.focusable\">Titanium.UI.TableViewRow.focusable</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableViewRow.focusable\">Titanium.UI.TableViewRow.focusable</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "focusable",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getHeight",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableViewRow.height\">Titanium.UI.TableViewRow.height</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableViewRow.height\">Titanium.UI.TableViewRow.height</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHeight",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableViewRow.height\">Titanium.UI.TableViewRow.height</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableViewRow.height\">Titanium.UI.TableViewRow.height</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "height",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHiddenBehavior",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableViewRow.hiddenBehavior\">Titanium.UI.TableViewRow.hiddenBehavior</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableViewRow.hiddenBehavior\">Titanium.UI.TableViewRow.hiddenBehavior</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setHiddenBehavior",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableViewRow.hiddenBehavior\">Titanium.UI.TableViewRow.hiddenBehavior</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableViewRow.hiddenBehavior\">Titanium.UI.TableViewRow.hiddenBehavior</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "hiddenBehavior",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getHorizontalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableViewRow.horizontalMotionEffect\">Titanium.UI.TableViewRow.horizontalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableViewRow.horizontalMotionEffect\">Titanium.UI.TableViewRow.horizontalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "MinMaxOptions",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHorizontalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableViewRow.horizontalMotionEffect\">Titanium.UI.TableViewRow.horizontalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableViewRow.horizontalMotionEffect\">Titanium.UI.TableViewRow.horizontalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "horizontalMotionEffect",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "MinMaxOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLeft",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableViewRow.left\">Titanium.UI.TableViewRow.left</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableViewRow.left\">Titanium.UI.TableViewRow.left</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLeft",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableViewRow.left\">Titanium.UI.TableViewRow.left</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableViewRow.left\">Titanium.UI.TableViewRow.left</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "left",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLayout",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableViewRow.layout\">Titanium.UI.TableViewRow.layout</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableViewRow.layout\">Titanium.UI.TableViewRow.layout</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLayout",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableViewRow.layout\">Titanium.UI.TableViewRow.layout</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableViewRow.layout\">Titanium.UI.TableViewRow.layout</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "layout",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getOpacity",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableViewRow.opacity\">Titanium.UI.TableViewRow.opacity</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableViewRow.opacity\">Titanium.UI.TableViewRow.opacity</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setOpacity",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableViewRow.opacity\">Titanium.UI.TableViewRow.opacity</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableViewRow.opacity\">Titanium.UI.TableViewRow.opacity</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "opacity",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getOverrideCurrentAnimation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableViewRow.overrideCurrentAnimation\">Titanium.UI.TableViewRow.overrideCurrentAnimation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableViewRow.overrideCurrentAnimation\">Titanium.UI.TableViewRow.overrideCurrentAnimation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setOverrideCurrentAnimation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableViewRow.overrideCurrentAnimation\">Titanium.UI.TableViewRow.overrideCurrentAnimation</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableViewRow.overrideCurrentAnimation\">Titanium.UI.TableViewRow.overrideCurrentAnimation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "overrideCurrentAnimation",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getPullBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableViewRow.pullBackgroundColor\">Titanium.UI.TableViewRow.pullBackgroundColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableViewRow.pullBackgroundColor\">Titanium.UI.TableViewRow.pullBackgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setPullBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableViewRow.pullBackgroundColor\">Titanium.UI.TableViewRow.pullBackgroundColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableViewRow.pullBackgroundColor\">Titanium.UI.TableViewRow.pullBackgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "pullBackgroundColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPreviewContext",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableViewRow.previewContext\">Titanium.UI.TableViewRow.previewContext</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableViewRow.previewContext\">Titanium.UI.TableViewRow.previewContext</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.iOS.PreviewContext",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "setPreviewContext",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableViewRow.previewContext\">Titanium.UI.TableViewRow.previewContext</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableViewRow.previewContext\">Titanium.UI.TableViewRow.previewContext</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "previewContext",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.iOS.PreviewContext",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "getRight",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableViewRow.right\">Titanium.UI.TableViewRow.right</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableViewRow.right\">Titanium.UI.TableViewRow.right</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setRight",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableViewRow.right\">Titanium.UI.TableViewRow.right</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableViewRow.right\">Titanium.UI.TableViewRow.right</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "right",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableViewRow.rect\">Titanium.UI.TableViewRow.rect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableViewRow.rect\">Titanium.UI.TableViewRow.rect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "DimensionWithAbsolutes",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRotation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableViewRow.rotation\">Titanium.UI.TableViewRow.rotation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableViewRow.rotation\">Titanium.UI.TableViewRow.rotation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRotation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableViewRow.rotation\">Titanium.UI.TableViewRow.rotation</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableViewRow.rotation\">Titanium.UI.TableViewRow.rotation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rotation",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getRotationX",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableViewRow.rotationX\">Titanium.UI.TableViewRow.rotationX</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableViewRow.rotationX\">Titanium.UI.TableViewRow.rotationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRotationX",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableViewRow.rotationX\">Titanium.UI.TableViewRow.rotationX</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableViewRow.rotationX\">Titanium.UI.TableViewRow.rotationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rotationX",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getRotationY",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableViewRow.rotationY\">Titanium.UI.TableViewRow.rotationY</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableViewRow.rotationY\">Titanium.UI.TableViewRow.rotationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRotationY",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableViewRow.rotationY\">Titanium.UI.TableViewRow.rotationY</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableViewRow.rotationY\">Titanium.UI.TableViewRow.rotationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rotationY",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getScaleX",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableViewRow.scaleX\">Titanium.UI.TableViewRow.scaleX</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableViewRow.scaleX\">Titanium.UI.TableViewRow.scaleX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setScaleX",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableViewRow.scaleX\">Titanium.UI.TableViewRow.scaleX</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableViewRow.scaleX\">Titanium.UI.TableViewRow.scaleX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "scaleX",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getScaleY",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableViewRow.scaleY\">Titanium.UI.TableViewRow.scaleY</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableViewRow.scaleY\">Titanium.UI.TableViewRow.scaleY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setScaleY",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableViewRow.scaleY\">Titanium.UI.TableViewRow.scaleY</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableViewRow.scaleY\">Titanium.UI.TableViewRow.scaleY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "scaleY",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getSize",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableViewRow.size\">Titanium.UI.TableViewRow.size</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableViewRow.size\">Titanium.UI.TableViewRow.size</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Dimension",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSoftKeyboardOnFocus",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableViewRow.softKeyboardOnFocus\">Titanium.UI.TableViewRow.softKeyboardOnFocus</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableViewRow.softKeyboardOnFocus\">Titanium.UI.TableViewRow.softKeyboardOnFocus</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setSoftKeyboardOnFocus",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableViewRow.softKeyboardOnFocus\">Titanium.UI.TableViewRow.softKeyboardOnFocus</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableViewRow.softKeyboardOnFocus\">Titanium.UI.TableViewRow.softKeyboardOnFocus</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "softKeyboardOnFocus",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTintColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableViewRow.tintColor\">Titanium.UI.TableViewRow.tintColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableViewRow.tintColor\">Titanium.UI.TableViewRow.tintColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTintColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableViewRow.tintColor\">Titanium.UI.TableViewRow.tintColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableViewRow.tintColor\">Titanium.UI.TableViewRow.tintColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "tintColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTop",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableViewRow.top\">Titanium.UI.TableViewRow.top</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableViewRow.top\">Titanium.UI.TableViewRow.top</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTop",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableViewRow.top\">Titanium.UI.TableViewRow.top</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableViewRow.top\">Titanium.UI.TableViewRow.top</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "top",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTouchEnabled",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableViewRow.touchEnabled\">Titanium.UI.TableViewRow.touchEnabled</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableViewRow.touchEnabled\">Titanium.UI.TableViewRow.touchEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTouchEnabled",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableViewRow.touchEnabled\">Titanium.UI.TableViewRow.touchEnabled</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableViewRow.touchEnabled\">Titanium.UI.TableViewRow.touchEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchEnabled",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTouchFeedback",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableViewRow.touchFeedback\">Titanium.UI.TableViewRow.touchFeedback</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableViewRow.touchFeedback\">Titanium.UI.TableViewRow.touchFeedback</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTouchFeedback",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableViewRow.touchFeedback\">Titanium.UI.TableViewRow.touchFeedback</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableViewRow.touchFeedback\">Titanium.UI.TableViewRow.touchFeedback</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchFeedback",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTouchFeedbackColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableViewRow.touchFeedbackColor\">Titanium.UI.TableViewRow.touchFeedbackColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableViewRow.touchFeedbackColor\">Titanium.UI.TableViewRow.touchFeedbackColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTouchFeedbackColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableViewRow.touchFeedbackColor\">Titanium.UI.TableViewRow.touchFeedbackColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableViewRow.touchFeedbackColor\">Titanium.UI.TableViewRow.touchFeedbackColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchFeedbackColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTransform",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableViewRow.transform\">Titanium.UI.TableViewRow.transform</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableViewRow.transform\">Titanium.UI.TableViewRow.transform</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Matrix2D",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTransform",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableViewRow.transform\">Titanium.UI.TableViewRow.transform</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableViewRow.transform\">Titanium.UI.TableViewRow.transform</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "transform",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Matrix2D",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTranslationX",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableViewRow.translationX\">Titanium.UI.TableViewRow.translationX</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableViewRow.translationX\">Titanium.UI.TableViewRow.translationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTranslationX",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableViewRow.translationX\">Titanium.UI.TableViewRow.translationX</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableViewRow.translationX\">Titanium.UI.TableViewRow.translationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translationX",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTranslationY",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableViewRow.translationY\">Titanium.UI.TableViewRow.translationY</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableViewRow.translationY\">Titanium.UI.TableViewRow.translationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTranslationY",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableViewRow.translationY\">Titanium.UI.TableViewRow.translationY</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableViewRow.translationY\">Titanium.UI.TableViewRow.translationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translationY",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTranslationZ",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableViewRow.translationZ\">Titanium.UI.TableViewRow.translationZ</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableViewRow.translationZ\">Titanium.UI.TableViewRow.translationZ</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTranslationZ",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableViewRow.translationZ\">Titanium.UI.TableViewRow.translationZ</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableViewRow.translationZ\">Titanium.UI.TableViewRow.translationZ</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translationZ",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTransitionName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableViewRow.transitionName\">Titanium.UI.TableViewRow.transitionName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableViewRow.transitionName\">Titanium.UI.TableViewRow.transitionName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTransitionName",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableViewRow.transitionName\">Titanium.UI.TableViewRow.transitionName</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableViewRow.transitionName\">Titanium.UI.TableViewRow.transitionName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "transitionName",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getVerticalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableViewRow.verticalMotionEffect\">Titanium.UI.TableViewRow.verticalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableViewRow.verticalMotionEffect\">Titanium.UI.TableViewRow.verticalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "MinMaxOptions",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setVerticalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableViewRow.verticalMotionEffect\">Titanium.UI.TableViewRow.verticalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableViewRow.verticalMotionEffect\">Titanium.UI.TableViewRow.verticalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "verticalMotionEffect",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "MinMaxOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowRadius",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableViewRow.viewShadowRadius\">Titanium.UI.TableViewRow.viewShadowRadius</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableViewRow.viewShadowRadius\">Titanium.UI.TableViewRow.viewShadowRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowRadius",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableViewRow.viewShadowRadius\">Titanium.UI.TableViewRow.viewShadowRadius</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableViewRow.viewShadowRadius\">Titanium.UI.TableViewRow.viewShadowRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowRadius",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableViewRow.viewShadowColor\">Titanium.UI.TableViewRow.viewShadowColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableViewRow.viewShadowColor\">Titanium.UI.TableViewRow.viewShadowColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableViewRow.viewShadowColor\">Titanium.UI.TableViewRow.viewShadowColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableViewRow.viewShadowColor\">Titanium.UI.TableViewRow.viewShadowColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowOffset",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableViewRow.viewShadowOffset\">Titanium.UI.TableViewRow.viewShadowOffset</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableViewRow.viewShadowOffset\">Titanium.UI.TableViewRow.viewShadowOffset</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowOffset",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableViewRow.viewShadowOffset\">Titanium.UI.TableViewRow.viewShadowOffset</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableViewRow.viewShadowOffset\">Titanium.UI.TableViewRow.viewShadowOffset</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowOffset",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getVisible",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableViewRow.visible\">Titanium.UI.TableViewRow.visible</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableViewRow.visible\">Titanium.UI.TableViewRow.visible</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setVisible",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableViewRow.visible\">Titanium.UI.TableViewRow.visible</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableViewRow.visible\">Titanium.UI.TableViewRow.visible</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "visible",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getWidth",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableViewRow.width\">Titanium.UI.TableViewRow.width</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableViewRow.width\">Titanium.UI.TableViewRow.width</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setWidth",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableViewRow.width\">Titanium.UI.TableViewRow.width</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableViewRow.width\">Titanium.UI.TableViewRow.width</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "width",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHorizontalWrap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableViewRow.horizontalWrap\">Titanium.UI.TableViewRow.horizontalWrap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableViewRow.horizontalWrap\">Titanium.UI.TableViewRow.horizontalWrap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHorizontalWrap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableViewRow.horizontalWrap\">Titanium.UI.TableViewRow.horizontalWrap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableViewRow.horizontalWrap\">Titanium.UI.TableViewRow.horizontalWrap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "horizontalWrap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getZIndex",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableViewRow.zIndex\">Titanium.UI.TableViewRow.zIndex</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableViewRow.zIndex\">Titanium.UI.TableViewRow.zIndex</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setZIndex",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableViewRow.zIndex\">Titanium.UI.TableViewRow.zIndex</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableViewRow.zIndex\">Titanium.UI.TableViewRow.zIndex</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "zIndex",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getKeepScreenOn",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableViewRow.keepScreenOn\">Titanium.UI.TableViewRow.keepScreenOn</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableViewRow.keepScreenOn\">Titanium.UI.TableViewRow.keepScreenOn</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setKeepScreenOn",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableViewRow.keepScreenOn\">Titanium.UI.TableViewRow.keepScreenOn</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableViewRow.keepScreenOn\">Titanium.UI.TableViewRow.keepScreenOn</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "keepScreenOn",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getClassName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableViewRow.className\">Titanium.UI.TableViewRow.className</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableViewRow.className\">Titanium.UI.TableViewRow.className</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setClassName",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableViewRow.className\">Titanium.UI.TableViewRow.className</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableViewRow.className\">Titanium.UI.TableViewRow.className</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "className",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableViewRow.color\">Titanium.UI.TableViewRow.color</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableViewRow.color\">Titanium.UI.TableViewRow.color</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableViewRow.color\">Titanium.UI.TableViewRow.color</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableViewRow.color\">Titanium.UI.TableViewRow.color</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "color",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getDeleteButtonTitle",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableViewRow.deleteButtonTitle\">Titanium.UI.TableViewRow.deleteButtonTitle</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableViewRow.deleteButtonTitle\">Titanium.UI.TableViewRow.deleteButtonTitle</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setDeleteButtonTitle",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableViewRow.deleteButtonTitle\">Titanium.UI.TableViewRow.deleteButtonTitle</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableViewRow.deleteButtonTitle\">Titanium.UI.TableViewRow.deleteButtonTitle</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "deleteButtonTitle",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getEditable",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableViewRow.editable\">Titanium.UI.TableViewRow.editable</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableViewRow.editable\">Titanium.UI.TableViewRow.editable</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setEditable",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableViewRow.editable\">Titanium.UI.TableViewRow.editable</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableViewRow.editable\">Titanium.UI.TableViewRow.editable</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "editable",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getFont",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableViewRow.font\">Titanium.UI.TableViewRow.font</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableViewRow.font\">Titanium.UI.TableViewRow.font</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Font",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setFont",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableViewRow.font\">Titanium.UI.TableViewRow.font</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableViewRow.font\">Titanium.UI.TableViewRow.font</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "font",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Font",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getFooter",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableViewRow.footer\">Titanium.UI.TableViewRow.footer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableViewRow.footer\">Titanium.UI.TableViewRow.footer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setFooter",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableViewRow.footer\">Titanium.UI.TableViewRow.footer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableViewRow.footer\">Titanium.UI.TableViewRow.footer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "footer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHasCheck",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableViewRow.hasCheck\">Titanium.UI.TableViewRow.hasCheck</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableViewRow.hasCheck\">Titanium.UI.TableViewRow.hasCheck</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHasCheck",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableViewRow.hasCheck\">Titanium.UI.TableViewRow.hasCheck</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableViewRow.hasCheck\">Titanium.UI.TableViewRow.hasCheck</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "hasCheck",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHasChild",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableViewRow.hasChild\">Titanium.UI.TableViewRow.hasChild</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableViewRow.hasChild\">Titanium.UI.TableViewRow.hasChild</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHasChild",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableViewRow.hasChild\">Titanium.UI.TableViewRow.hasChild</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableViewRow.hasChild\">Titanium.UI.TableViewRow.hasChild</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "hasChild",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHasDetail",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableViewRow.hasDetail\">Titanium.UI.TableViewRow.hasDetail</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableViewRow.hasDetail\">Titanium.UI.TableViewRow.hasDetail</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHasDetail",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableViewRow.hasDetail\">Titanium.UI.TableViewRow.hasDetail</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableViewRow.hasDetail\">Titanium.UI.TableViewRow.hasDetail</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "hasDetail",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHeader",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableViewRow.header\">Titanium.UI.TableViewRow.header</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableViewRow.header\">Titanium.UI.TableViewRow.header</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHeader",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableViewRow.header\">Titanium.UI.TableViewRow.header</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableViewRow.header\">Titanium.UI.TableViewRow.header</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "header",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getIndentionLevel",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableViewRow.indentionLevel\">Titanium.UI.TableViewRow.indentionLevel</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableViewRow.indentionLevel\">Titanium.UI.TableViewRow.indentionLevel</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setIndentionLevel",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableViewRow.indentionLevel\">Titanium.UI.TableViewRow.indentionLevel</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableViewRow.indentionLevel\">Titanium.UI.TableViewRow.indentionLevel</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "indentionLevel",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLeftImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableViewRow.leftImage\">Titanium.UI.TableViewRow.leftImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableViewRow.leftImage\">Titanium.UI.TableViewRow.leftImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLeftImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableViewRow.leftImage\">Titanium.UI.TableViewRow.leftImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableViewRow.leftImage\">Titanium.UI.TableViewRow.leftImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "leftImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getMoveable",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableViewRow.moveable\">Titanium.UI.TableViewRow.moveable</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableViewRow.moveable\">Titanium.UI.TableViewRow.moveable</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setMoveable",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableViewRow.moveable\">Titanium.UI.TableViewRow.moveable</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableViewRow.moveable\">Titanium.UI.TableViewRow.moveable</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "moveable",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRightImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableViewRow.rightImage\">Titanium.UI.TableViewRow.rightImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableViewRow.rightImage\">Titanium.UI.TableViewRow.rightImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setRightImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableViewRow.rightImage\">Titanium.UI.TableViewRow.rightImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableViewRow.rightImage\">Titanium.UI.TableViewRow.rightImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rightImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSelectedBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableViewRow.selectedBackgroundColor\">Titanium.UI.TableViewRow.selectedBackgroundColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableViewRow.selectedBackgroundColor\">Titanium.UI.TableViewRow.selectedBackgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setSelectedBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableViewRow.selectedBackgroundColor\">Titanium.UI.TableViewRow.selectedBackgroundColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableViewRow.selectedBackgroundColor\">Titanium.UI.TableViewRow.selectedBackgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "selectedBackgroundColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSelectedBackgroundImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableViewRow.selectedBackgroundImage\">Titanium.UI.TableViewRow.selectedBackgroundImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableViewRow.selectedBackgroundImage\">Titanium.UI.TableViewRow.selectedBackgroundImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setSelectedBackgroundImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableViewRow.selectedBackgroundImage\">Titanium.UI.TableViewRow.selectedBackgroundImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableViewRow.selectedBackgroundImage\">Titanium.UI.TableViewRow.selectedBackgroundImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "selectedBackgroundImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSelectedColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableViewRow.selectedColor\">Titanium.UI.TableViewRow.selectedColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableViewRow.selectedColor\">Titanium.UI.TableViewRow.selectedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setSelectedColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableViewRow.selectedColor\">Titanium.UI.TableViewRow.selectedColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableViewRow.selectedColor\">Titanium.UI.TableViewRow.selectedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "selectedColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSelectionStyle",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableViewRow.selectionStyle\">Titanium.UI.TableViewRow.selectionStyle</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableViewRow.selectionStyle\">Titanium.UI.TableViewRow.selectionStyle</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setSelectionStyle",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableViewRow.selectionStyle\">Titanium.UI.TableViewRow.selectionStyle</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableViewRow.selectionStyle\">Titanium.UI.TableViewRow.selectionStyle</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "selectionStyle",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTitle",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableViewRow.title\">Titanium.UI.TableViewRow.title</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableViewRow.title\">Titanium.UI.TableViewRow.title</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTitle",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableViewRow.title\">Titanium.UI.TableViewRow.title</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableViewRow.title\">Titanium.UI.TableViewRow.title</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "title",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.UI.View",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "accessibilityHidden",
                    "deprecated": false,
                    "description": "<p>Whether the view should be &quot;hidden&quot; from (i.e., ignored by) the accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityHint",
                    "deprecated": false,
                    "description": "<p>Briefly describes what performing an action (such as a click) on the view will do.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityLabel",
                    "deprecated": false,
                    "description": "<p>A succint label associated with the table row for the device's accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityValue",
                    "deprecated": false,
                    "description": "<p>A string describing the value (if any) of the view for the device's accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "anchorPoint",
                    "deprecated": false,
                    "description": "<p>Coordinate of the view about which to pivot an animation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "animatedCenter",
                    "deprecated": false,
                    "description": "<p>Current position of the view during an animation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundColor",
                    "deprecated": false,
                    "description": "<p>Background color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundDisabledColor",
                    "deprecated": false,
                    "description": "<p>Disabled background color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundDisabledImage",
                    "deprecated": false,
                    "description": "<p>Disabled background image for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundFocusedColor",
                    "deprecated": false,
                    "description": "<p>Focused background color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundFocusedImage",
                    "deprecated": false,
                    "description": "<p>Focused background image for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundGradient",
                    "deprecated": false,
                    "description": "<p>A background gradient for the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [
                        {
                            "title": "Linear and Radial Gradients",
                            "code": "<p>The following code excerpt creates two views, one with a linear gradient and one with\na radial gradient.</p>\n<pre><code>var win1 = Titanium.UI.createWindow({\n    title:'Tab 1',\n    backgroundColor:'#fff',\n    layout: 'vertical'\n});\n\nvar radialGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'radial',\n        startPoint: { x: 50, y: 50 },\n        endPoint: { x: 50, y: 50 },\n        colors: [ 'red', 'blue'],\n        startRadius: 50,\n        endRadius: 0,\n        backfillStart: true\n    }\n});\nvar linearGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'linear',\n        startPoint: { x: '0%', y: '50%' },\n        endPoint: { x: '100%', y: '50%' },\n        colors: [ { color: 'red', offset: 0.0}, { color: 'blue', offset: 0.25 }, { color: 'red', offset: 1.0 } ],\n    }\n});\nwin1.add(radialGradient);\nwin1.add(linearGradient);\nwin1.open();\n</code></pre>"
                        }
                    ],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Gradient",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundImage",
                    "deprecated": false,
                    "description": "<p>Background image for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundRepeat",
                    "deprecated": false,
                    "description": "<p>Determines whether to tile a background across a view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundLeftCap",
                    "deprecated": false,
                    "description": "<p>Size of the left end cap.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundSelectedColor",
                    "deprecated": false,
                    "description": "<p>Selected background color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundSelectedImage",
                    "deprecated": false,
                    "description": "<p>Selected background image url for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundTopCap",
                    "deprecated": false,
                    "description": "<p>Size of the top end cap.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderColor",
                    "deprecated": false,
                    "description": "<p>Border color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderRadius",
                    "deprecated": false,
                    "description": "<p>Radius for the rounded corners of the view's border.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderWidth",
                    "deprecated": false,
                    "description": "<p>Border width of the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "bottom",
                    "deprecated": false,
                    "description": "<p>View's bottom position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "center",
                    "deprecated": false,
                    "description": "<p>View's center position, in the parent view's coordinates.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "children",
                    "deprecated": false,
                    "description": "<p>Array of this view's child views.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "clipMode",
                    "deprecated": false,
                    "description": "<p>View's clipping behavior.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "elevation",
                    "deprecated": false,
                    "description": "<p>Base elevation of the view relative to its parent in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "focusable",
                    "deprecated": false,
                    "description": "<p>Whether view should be focusable while navigating with the trackball.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "height",
                    "deprecated": false,
                    "description": "<p>View height, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.FILL",
                        "Titanium.UI.SIZE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hiddenBehavior",
                    "deprecated": false,
                    "description": "<p>Sets the behavior when hiding an object to release or keep the free space</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.HIDDEN_BEHAVIOR_INVISIBLE",
                        "Titanium.UI.HIDDEN_BEHAVIOR_GONE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "horizontalMotionEffect",
                    "deprecated": false,
                    "description": "<p>Adds a horizontal parallax effect to the view</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "MinMaxOptions",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "id",
                    "deprecated": false,
                    "description": "<p>View's identifier.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "left",
                    "deprecated": false,
                    "description": "<p>View's left position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "layout",
                    "deprecated": false,
                    "description": "<p>Specifies how the view positions its children.\nOne of: 'composite', 'vertical', or 'horizontal'.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "opacity",
                    "deprecated": false,
                    "description": "<p>Opacity of this view, from 0.0 (transparent) to 1.0 (opaque). Defaults to 1.0 (opaque).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "overrideCurrentAnimation",
                    "deprecated": false,
                    "description": "<p>When on, animate call overrides current animation if applicable.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "pullBackgroundColor",
                    "deprecated": false,
                    "description": "<p>Background color of the wrapper view when this view is used as either <a href=\"Titanium.UI.ListView.pullView\">Titanium.UI.ListView.pullView</a> or <a href=\"Titanium.UI.TableView.headerPullView\">Titanium.UI.TableView.headerPullView</a>.</p>\n<p>Defaults to <code>undefined</code>. Results in a light grey background color on the wrapper view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "previewContext",
                    "deprecated": false,
                    "description": "<p>The preview context used in the 3D-Touch feature &quot;Peek and Pop&quot;.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Titanium.UI.iOS.PreviewContext",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "right",
                    "deprecated": false,
                    "description": "<p>View's right position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "rect",
                    "deprecated": false,
                    "description": "<p>The bounding box of the view relative to its parent, in system units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "type": "DimensionWithAbsolutes",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "rotation",
                    "deprecated": false,
                    "description": "<p>Clockwise 2D rotation of the view in degrees.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "rotationX",
                    "deprecated": false,
                    "description": "<p>Clockwise rotation of the view in degrees (x-axis).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "rotationY",
                    "deprecated": false,
                    "description": "<p>Clockwise rotation of the view in degrees (y-axis).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "scaleX",
                    "deprecated": false,
                    "description": "<p>Scaling of the view in x-axis in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "scaleY",
                    "deprecated": false,
                    "description": "<p>Scaling of the view in y-axis in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "size",
                    "deprecated": false,
                    "description": "<p>The size of the view in system units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Dimension",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "softKeyboardOnFocus",
                    "deprecated": false,
                    "description": "<p>Determines keyboard behavior when this view is focused. Defaults to <a href=\"Titanium.UI.Android.SOFT_KEYBOARD_DEFAULT_ON_FOCUS\">Titanium.UI.Android.SOFT_KEYBOARD_DEFAULT_ON_FOCUS</a>.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.Android.SOFT_KEYBOARD_DEFAULT_ON_FOCUS",
                        "Titanium.UI.Android.SOFT_KEYBOARD_HIDE_ON_FOCUS",
                        "Titanium.UI.Android.SOFT_KEYBOARD_SHOW_ON_FOCUS"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "tintColor",
                    "deprecated": false,
                    "description": "<p>The view's tintColor</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "top",
                    "deprecated": false,
                    "description": "<p>The view's top position.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "touchEnabled",
                    "deprecated": false,
                    "description": "<p>Determines whether view should receive touch events.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "touchFeedback",
                    "deprecated": false,
                    "description": "<p>A material design visual construct that provides an instantaneous visual confirmation of touch point.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "touchFeedbackColor",
                    "deprecated": false,
                    "description": "<p>Optional touch feedback ripple color. This has no effect unless <code>touchFeedback</code> is true.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "transform",
                    "deprecated": false,
                    "description": "<p>Transformation matrix to apply to the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Titanium.UI.Matrix2D",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "translationX",
                    "deprecated": false,
                    "description": "<p>Horizontal location of the view relative to its left position in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "translationY",
                    "deprecated": false,
                    "description": "<p>Vertical location of the view relative to its top position in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "translationZ",
                    "deprecated": false,
                    "description": "<p>Depth of the view relative to its elevation in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "transitionName",
                    "deprecated": false,
                    "description": "<p>A name to identify this view in activity transition.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.2"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "verticalMotionEffect",
                    "deprecated": false,
                    "description": "<p>Adds a vertical parallax effect to the view</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "MinMaxOptions",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowRadius",
                    "deprecated": false,
                    "description": "<p>Determines the blur radius used to create the shadow.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowColor",
                    "deprecated": false,
                    "description": "<p>Determines the color of the shadow.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowOffset",
                    "deprecated": false,
                    "description": "<p>Determines the offset for the shadow of the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "visible",
                    "deprecated": false,
                    "description": "<p>Determines whether the view is visible.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "width",
                    "deprecated": false,
                    "description": "<p>View's width, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.FILL",
                        "Titanium.UI.SIZE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "horizontalWrap",
                    "deprecated": false,
                    "description": "<p>Determines whether the layout has wrapping behavior.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "zIndex",
                    "deprecated": false,
                    "description": "<p>Z-index stack order position, relative to other sibling views.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "keepScreenOn",
                    "deprecated": false,
                    "description": "<p>Determines whether to keep the device screen on.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "className",
                    "deprecated": false,
                    "description": "<p>Class name for the row.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "color",
                    "deprecated": false,
                    "description": "<p>Default text color of the row when not selected, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "deleteButtonTitle",
                    "deprecated": false,
                    "description": "<p>Text to display on the delete button when editable is enabled</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "editable",
                    "deprecated": false,
                    "description": "<p>Determines the rows' editable behavior, which allows them to be deleted by the user when the\ntable is in <code>editing</code> or <code>moving</code> mode.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "font",
                    "deprecated": false,
                    "description": "<p>Font to use for the row title.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Font",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "footer",
                    "deprecated": false,
                    "description": "<p>The footer title of the row.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hasCheck",
                    "deprecated": false,
                    "description": "<p>Determines whether a system-provided checkmark is displayed on the right-hand side of\nthe row.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hasChild",
                    "deprecated": false,
                    "description": "<p>Determines whether a system-provided arrow is displayed on the right-hand side of the row.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hasDetail",
                    "deprecated": false,
                    "description": "<p>Determines whether a system-provided detail disclosure button is displayed on the right-hand\nside of the row.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "header",
                    "deprecated": false,
                    "description": "<p>The header title of the row.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "indentionLevel",
                    "deprecated": false,
                    "description": "<p>Indention level for the row.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "leftImage",
                    "deprecated": false,
                    "description": "<p>Image to render in the left image area of the row, specified as a local path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "moveable",
                    "deprecated": false,
                    "description": "<p>Determines the rows' moveable behavior, which allows them to be re-ordered by the user when\nthe table is in <code>editing</code> or <code>moving</code> mode.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "rightImage",
                    "deprecated": false,
                    "description": "<p>Image to render in the right image area of the row, specified as a local path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "selectedBackgroundColor",
                    "deprecated": false,
                    "description": "<p>Background color to render when the row is selected, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "selectedBackgroundImage",
                    "deprecated": false,
                    "description": "<p>Background image to render when the row is selected.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "selectedColor",
                    "deprecated": false,
                    "description": "<p>Color of the row text when the row is selected, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "selectionStyle",
                    "deprecated": false,
                    "description": "<p>Selection style constant to control the selection color.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "title",
                    "deprecated": false,
                    "description": "<p>Text to display on the row.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>Use the <a href=\"Titanium.UI.createTableViewRow\">Titanium.UI.createTableViewRow</a> method or <strong><code>&lt;TableViewRow&gt;</code></strong> Alloy element to create\na table view row.</p>\n<p>These may be explicitly added to <a href=\"Titanium.UI.TableViewSection\">TableViewSection</a> objects, which are applied\nto a <a href=\"Titanium.UI.TableView\">TableView</a>. If a table section is not specified, one will be\nautomatically created.</p>\n<p>A row's contents can be as simple as a single line of text, or comprised of a completely\ncustomized layout of child views.</p>\n<h4>Creating Table View Rows</h4>\n<p>Rows may be created using the properties directly available on the <code>TableViewRow</code> object, to\nachieve the following:</p>\n<ul>\n<li>Row title to display the text content in the row.</li>\n<li>Background color and background image.</li>\n<li>Images on the left and right sides of the row.</li>\n<li>System decorations, such as checkboxes.</li>\n</ul>\n<p>Alternatively, custom layouts of multiple lines of text, different fonts, and additional\nimages or controls can be created by adding child views to the row. In this case, the row's\n<code>title</code> property should not be set.</p>\n<p>As events automatically bubble/propogate to parent views, a listener may be placed on the table\nview to detect events fired from the rows. The benefit is that it is not necessary to\nexplicitly create a listener for every individual row.</p>\n<p>See the <a href=\"Titanium.UI.TableView\">TableView</a> description and examples section for more information\nabout creating table rows.</p>\n<h4>Improved Table Performance (Android)</h4>\n<p>If you are experiencing performance issues on Android when using custom rows, you can\ntry setting the <a href=\"Titanium.UI.TableViewRow.className\">className</a> property. The class name serves as a\ncue for reusing the underlying views used to display the rows.</p>\n<p>A given <code>className</code> value indicates a row with a particular set of child views.\nAll rows that share a class name must have the same set of children -- for example, the class\nname &quot;myCustomRow&quot; could identify a row containing two labels and an image view.</p>\n<p>The properties of the child controls may be different. For example, each instance of\n&quot;myCustomRow&quot; could have a different image and different text on the labels.</p>\n<p>Note that <code>className</code> is no longer used on iOS, and is ignored.</p>\n<h4>Platform Implementation Notes</h4>\n<p>The <code>top</code>, <code>left</code> and other positional parameters are not used for their usual purposes, because\nthe table view row is automatically positioned by its parent.</p>\n<p>On Android, these properties are used to position the content (title) inside the row. For example,\nsetting <code>top</code> to 20 moves the title down from the top of the row.</p>\n<p>On iOS, these values have no effect.</p>\n<p>Also, note that the selected text color, <code>selectedColor</code>, can only be set on iOS.\nOn Android, the text color does not change when the row is selected.</p>\n<h4>Row Swipe Gestures (Android and iOS)</h4>\n<p>A common requirement is to enable the user to interact with table rows using swipe gestures.\nAs this event is not available for the <code>TableViewRow</code> object, it will not &quot;bubble up&quot; to the\n<code>TableView</code>, where a <a href=\"Titanium.UI.TableView.swipe\">Titanium.UI.TableView.swipe</a> is recognized.</p>\n<p>A typical solution is to use a standard view as a container, or wrapper, for all each row's child\nviews, because it recognizes <a href=\"Titanium.UI.View.swipe\">Titanium.UI.View.swipe</a> events and allows them to pass to the table.\nEach child view should have touch events disabled, so that the container view provides a reliable\nsource for these events. Refer to the &quot;Row Swipe Gestures&quot; example for a demonstration.</p>\n<p>For iOS, read the <a href=\"Titanium.UI.TableView\">Row Editing and Moving Modes notes on TableView</a> regarding\nthe interactions between edit modes and swipes.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.9"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.9"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.9"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.TableViewSection",
            "description": "<p>A table view section is a container within a table used to organize table view rows.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "add",
                    "deprecated": false,
                    "description": "<p>Adds a table view row to this section.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "row",
                            "constants": [],
                            "description": "<p>Row to add.</p>",
                            "type": "Titanium.UI.TableViewRow",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "remove",
                    "deprecated": false,
                    "description": "<p>Removes a table view row from this section.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "row",
                            "constants": [],
                            "description": "<p>Row to remove.</p>",
                            "type": "Titanium.UI.TableViewRow",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "rowAtIndex",
                    "deprecated": false,
                    "description": "<p>Returns a row in this section.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "index",
                            "constants": [],
                            "description": "<p>Section index of a row.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.TableViewRow",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableViewSection.bubbleParent\">Titanium.UI.TableViewSection.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableViewSection.bubbleParent\">Titanium.UI.TableViewSection.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableViewSection.bubbleParent\">Titanium.UI.TableViewSection.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableViewSection.bubbleParent\">Titanium.UI.TableViewSection.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableViewSection.apiName\">Titanium.UI.TableViewSection.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableViewSection.apiName\">Titanium.UI.TableViewSection.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableViewSection.lifecycleContainer\">Titanium.UI.TableViewSection.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableViewSection.lifecycleContainer\">Titanium.UI.TableViewSection.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableViewSection.lifecycleContainer\">Titanium.UI.TableViewSection.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableViewSection.lifecycleContainer\">Titanium.UI.TableViewSection.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getFooterTitle",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableViewSection.footerTitle\">Titanium.UI.TableViewSection.footerTitle</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableViewSection.footerTitle\">Titanium.UI.TableViewSection.footerTitle</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setFooterTitle",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableViewSection.footerTitle\">Titanium.UI.TableViewSection.footerTitle</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableViewSection.footerTitle\">Titanium.UI.TableViewSection.footerTitle</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "footerTitle",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getFooterView",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableViewSection.footerView\">Titanium.UI.TableViewSection.footerView</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableViewSection.footerView\">Titanium.UI.TableViewSection.footerView</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.View",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setFooterView",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableViewSection.footerView\">Titanium.UI.TableViewSection.footerView</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableViewSection.footerView\">Titanium.UI.TableViewSection.footerView</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "footerView",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHeaderTitle",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableViewSection.headerTitle\">Titanium.UI.TableViewSection.headerTitle</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableViewSection.headerTitle\">Titanium.UI.TableViewSection.headerTitle</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHeaderTitle",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableViewSection.headerTitle\">Titanium.UI.TableViewSection.headerTitle</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableViewSection.headerTitle\">Titanium.UI.TableViewSection.headerTitle</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "headerTitle",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHeaderView",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableViewSection.headerView\">Titanium.UI.TableViewSection.headerView</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableViewSection.headerView\">Titanium.UI.TableViewSection.headerView</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.View",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHeaderView",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TableViewSection.headerView\">Titanium.UI.TableViewSection.headerView</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TableViewSection.headerView\">Titanium.UI.TableViewSection.headerView</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "headerView",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRowCount",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableViewSection.rowCount\">Titanium.UI.TableViewSection.rowCount</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableViewSection.rowCount\">Titanium.UI.TableViewSection.rowCount</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRows",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TableViewSection.rows\">Titanium.UI.TableViewSection.rows</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TableViewSection.rows\">Titanium.UI.TableViewSection.rows</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": true,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "footerTitle",
                    "deprecated": false,
                    "description": "<p>Title of this section footer.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "footerView",
                    "deprecated": false,
                    "description": "<p>View to use for this section footer.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Titanium.UI.View",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "headerTitle",
                    "deprecated": false,
                    "description": "<p>Title of this section header.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "headerView",
                    "deprecated": false,
                    "description": "<p>View to use for this section header.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Titanium.UI.View",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "rowCount",
                    "deprecated": false,
                    "description": "<p>Number of rows in this section.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "rows",
                    "deprecated": false,
                    "description": "<p>Rows in this section.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>Use the <a href=\"Titanium.UI.createTableViewSection\">Titanium.UI.createTableViewSection</a> method or <strong><code>&lt;TableViewSection&gt;</code></strong> Alloy element to\ncreate a <code>TableViewSection</code>.</p>\n<p>Before the table is rendered, the <code>TableViewSection</code> <a href=\"Titanium.UI.TableViewSection.add\">add</a>\nmethod may be used to add <a href=\"Titanium.UI.TableViewRow\">TableViewRow</a> objects to a section. After\nit is rendered, one of the <code>TableView</code> <a href=\"Titanium.UI.TableView.insertRowBefore\">insertRowBefore</a>,\n<a href=\"Titanium.UI.TableView.insertRowAfter\">insertRowAfter</a>, or\n<a href=\"Titanium.UI.TableView.appendRow\">appendRow</a> methods must be used instead.</p>\n<p>To remove a row from a section after the table is rendered, use the <code>TableView</code>\n<a href=\"Titanium.UI.TableView.deleteRow\">deleteRow</a> method.</p>\n<p>In order for a section to be visible, either its <code>headerTitle</code> or <code>headerView</code> property must be\nconfigured.</p>\n<p>Starting in Release 3.0, you can directly manipulate the sections in a table using the\nfollowing <code>TableView</code> APIs:</p>\n<ul>\n<li>To set all sections in a table view at one time, use the <code>TableView</code>\n<a href=\"Titanium.UI.TableView.sections\">sections</a> property.</li>\n<li>To add an individual section after a table view is rendered, use either the <code>TableView</code>\n<a href=\"Titanium.UI.TableView.insertSectionBefore\">insertSectionBefore</a>\nor <a href=\"Titanium.UI.TableView.insertSectionAfter\">insertSectionAfter</a> method.</li>\n<li>To add one or more sections to the end of a table view after it is rendered, use the <code>TableView</code>\n<a href=\"Titanium.UI.TableView.appendSection\">appendSection</a> method.</li>\n<li>To remove an individual section after a table view is rendered, use the <code>TableView</code>\n<a href=\"Titanium.UI.TableView.deleteSection\">deleteSection</a> method.</li>\n</ul>\n<p>Prior to Release 3.0, adding or removing sections individually is not supported. Instead, use the\n<code>TableView</code> <a href=\"Titanium.UI.TableView.data\">data</a> property to refresh the whole table with a\nnew section layout.</p>\n<p>See the description and examples sections of <a href=\"Titanium.UI.TableView\">TableView</a> for more details\nabout how to use <code>TableViewSection</code>.</p>\n<p><strong>Note</strong>: On some platforms, <code>TableViewSection</code> may be implemented as a type of view\n(that is, an object that inherits from <a href=\"Titanium.UI.View\">View</a>). However, this is an\nimplementation detail. For portability, you should only use the documented APIs on\ntable view sections.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.9"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.9"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.9"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.TextArea",
            "description": "<p>A multiline text field that supports editing and scrolling.</p>",
            "deprecated": false,
            "events": [
                {
                    "name": "click",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a click against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "dblclick",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a double click against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "doubletap",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a double tap against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "focus",
                    "deprecated": false,
                    "description": "<p>Fired when this text area gains focus.</p>",
                    "properties": [
                        {
                            "name": "value",
                            "constants": [],
                            "description": "<p>Value of this text area.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "keypressed",
                    "deprecated": false,
                    "description": "<p>Fired when a hardware key is pressed in the view.</p>",
                    "properties": [
                        {
                            "name": "keyCode",
                            "constants": [],
                            "description": "<p>The code for the physical key that was pressed. For more details, see <a href=\"https://developer.android.com/reference/android/view/KeyEvent.html\">KeyEvent</a>. This API is experimental and subject to change.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "longclick",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a long click.</p>"
                },
                {
                    "name": "longpress",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a long press.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "pinch",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a pinch gesture.</p>",
                    "properties": [
                        {
                            "name": "scale",
                            "constants": [],
                            "description": "<p>The scale factor relative to the points of the two touches in screen coordinates.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "velocity",
                            "constants": [],
                            "description": "<p>The velocity of the pinch in scale factor per second.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "time",
                            "constants": [],
                            "description": "<p>The event time of the current event being processed.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timeDelta",
                            "constants": [],
                            "description": "<p>The time difference in milliseconds between the previous accepted scaling event and the\ncurrent scaling event.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "currentSpan",
                            "constants": [],
                            "description": "<p>The average distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "currentSpanX",
                            "constants": [],
                            "description": "<p>The average X distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "currentSpanY",
                            "constants": [],
                            "description": "<p>The average Y distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "previousSpan",
                            "constants": [],
                            "description": "<p>The previous average distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "previousSpanX",
                            "constants": [],
                            "description": "<p>The previous average X distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "previousSpanY",
                            "constants": [],
                            "description": "<p>The previous average Y distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "focusX",
                            "constants": [],
                            "description": "<p>The X coordinate of the current gesture's focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "focusY",
                            "constants": [],
                            "description": "<p>The Y coordinate of the current gesture's focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "inProgress",
                            "constants": [],
                            "description": "<p>Returns <code>true</code> if a scale gesture is in progress, <code>false</code> otherwise.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "postlayout",
                    "deprecated": false,
                    "description": "<p>Fired when a layout cycle is finished.</p>"
                },
                {
                    "name": "singletap",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a single tap against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "swipe",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a swipe gesture against the view.</p>",
                    "properties": [
                        {
                            "name": "direction",
                            "constants": [],
                            "description": "<p>Direction of the swipe--either 'left', 'right', 'up', or 'down'.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event's endpoint from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event's endpoint from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchcancel",
                    "deprecated": false,
                    "description": "<p>Fired when a touch event is interrupted by the device.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchend",
                    "deprecated": false,
                    "description": "<p>Fired when a touch event is completed.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Penciland are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchmove",
                    "deprecated": false,
                    "description": "<p>Fired as soon as the device detects movement of a touch.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchstart",
                    "deprecated": false,
                    "description": "<p>Fired as soon as the device detects a touch gesture.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "twofingertap",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a two-finger tap against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "blur",
                    "deprecated": false,
                    "description": "<p>Fired when this text area loses focus.</p>",
                    "properties": [
                        {
                            "name": "value",
                            "constants": [],
                            "description": "<p>Value of this text area.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "change",
                    "deprecated": false,
                    "description": "<p>Fired when this text area value changes.</p>",
                    "properties": [
                        {
                            "name": "value",
                            "constants": [],
                            "description": "<p>New value of this text area.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "link",
                    "deprecated": false,
                    "description": "<p>Fired when user interacts with a URL in the text area. See <a href=\"Titanium.UI.TextArea.handleLinks\">handleLinks</a>.</p>",
                    "properties": [
                        {
                            "name": "url",
                            "constants": [],
                            "description": "<p>The URL that is associated with this event.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "range",
                            "constants": [],
                            "description": "<p>An array of two numbers [location, length] describing the character range of the text associated with this URL.</p>",
                            "type": "Array",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>This is false. This event does not bubble.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "return",
                    "deprecated": false,
                    "description": "<p>Fired when the return key is pressed on the keyboard.</p>",
                    "properties": [
                        {
                            "name": "value",
                            "constants": [],
                            "description": "<p>Value of this text area.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "selected",
                    "deprecated": false,
                    "description": "<p>Fired when text in this text area is selected.</p>",
                    "properties": [
                        {
                            "name": "range",
                            "constants": [],
                            "description": "<p>Dictionary that describes the position and length of the selected text.</p>",
                            "type": "textAreaSelectedParams",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                }
            ],
            "examples": [
                {
                    "title": "Basic Text Area with Customizations",
                    "code": "<p>This example creates a highly customized text area.</p>\n<pre><code>var win = Ti.UI.createWindow({\n  backgroundColor: 'white'\n});\nvar textArea = Ti.UI.createTextArea({\n  borderWidth: 2,\n  borderColor: '#bbb',\n  borderRadius: 5,\n  color: '#888',\n  font: {fontSize:20, fontWeight:'bold'},\n  keyboardType: Ti.UI.KEYBOARD_NUMBER_PAD,\n  returnKeyType: Ti.UI.RETURNKEY_GO,\n  textAlign: 'left',\n  value: 'I am a textarea',\n  top: 60,\n  width: 300, height : 70\n});\nwin.add(textArea);\nwin.open();\n</code></pre>"
                },
                {
                    "title": "Text Area with Custom Keyboard Toolbar (iOS)",
                    "code": "<p>On iOS, a configurable toolbar can be displayed above the virtual keyboard.\nToolbars can be used with both text areas and text fields. See <a href=\"Titanium.UI.iOS.Toolbar\">Titanium.UI.iOS.Toolbar</a>\nfor more information.</p>\n<p>This code excerpt creates a text area with a toolbar:</p>\n<p>Example using a custom keyboard toolbar:</p>\n<pre><code>var send = Ti.UI.createButton({\n    style : Ti.UI.iOS.SystemButtonStyle.DONE,\n    title : 'Send'\n});\n\nvar camera = Ti.UI.createButton({\n    systemButton : Ti.UI.iOS.SystemButton.CAMERA\n});\n\nvar cancel = Ti.UI.createButton({\n    systemButton : Ti.UI.iOS.SystemButton.CANCEL\n});\n\nvar flexSpace = Ti.UI.createButton({\n    systemButton : Ti.UI.iOS.SystemButton.FLEXIBLE_SPACE\n});\n\nvar textarea = Ti.UI.createTextArea({\n    borderColor : '#000',\n    color : '#000',\n    keyboardToolbar : [cancel, flexSpace, camera, flexSpace, send],\n    keyboardToolbarColor : '#999',\n    keyboardToolbarHeight : 40,\n    value : 'Focus to see keyboard with toolbar',\n    top : 10,\n    width : 300, height : 120\n});\n</code></pre>"
                },
                {
                    "title": "Alloy XML Markup",
                    "code": "<p>Previous basic text area with customizations example as an Alloy view.</p>\n<pre><code>&lt;Alloy&gt;\n    &lt;Window id=&quot;win&quot; backgroundColor=&quot;white&quot;&gt;\n        &lt;TextArea id=&quot;textArea&quot;\n            borderWidth=&quot;2&quot; borderColor=&quot;#bbb&quot; borderRadius=&quot;5&quot;\n            color=&quot;#888&quot; textAlign=&quot;left&quot; value=&quot;I am a textarea&quot;\n            top=&quot;60&quot; width=&quot;300&quot; height=&quot;70&quot; /&gt;\n    &lt;/Window&gt;\n&lt;/Alloy&gt;\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "animate",
                    "deprecated": false,
                    "description": "<p>Animates this view.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "animation",
                            "constants": [],
                            "description": "<p>Either a dictionary of animation properties or an\n<a href=\"Titanium.UI.Animation\">Animation</a> object.</p>",
                            "type": "Titanium.UI.Animation",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Function to be invoked upon completion of the animation.</p>",
                            "type": "Function",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "clearMotionEffects",
                    "deprecated": false,
                    "description": "<p>Removes all previously added motion effects.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "finishLayout",
                    "deprecated": true,
                    "description": "<p>Finishes a batch update of the View's layout properties and schedules a layout pass of the\nview tree.\n<strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hide",
                    "deprecated": false,
                    "description": "<p>Hides this view.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Animation options for Android only. <strong>Since SDK 5.1.0 and used only on Android 5.0+</strong></p>\n<p>Determines whether to enable a circular reveal animation.\nNote that the default here is equivalent to passing in <code>{ animated: false }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "insertAt",
                    "deprecated": false,
                    "description": "<p>Inserts a view at the specified position in the <a href=\"Titanium.UI.View.children\">children</a> array.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Pass an object that specifies the view to insert and optionally at which position (defaults to end)</p>",
                            "type": "ViewPositionOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "show",
                    "deprecated": false,
                    "description": "<p>Makes this view visible.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Animation options for Android only. <strong>Since SDK 5.1.0 and only used on Android 5.0+</strong></p>\n<p>Determines whether to enable a circular reveal animation.\nNote that the default here is equivalent to passing in <code>{ animated: false }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "startLayout",
                    "deprecated": true,
                    "description": "<p>Starts a batch update of this view's layout properties. <strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">Titanium.Proxy.applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "toImage",
                    "deprecated": false,
                    "description": "<p>Returns an image of the rendered view, as a Blob.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Function to be invoked upon completion. If non-null, this method will be performed\nasynchronously. If null, it will be performed immediately.</p>",
                            "type": "Function",
                            "usage": "optional"
                        },
                        {
                            "name": "honorScaleFactor",
                            "constants": [],
                            "description": "<p>Determines whether the image is scaled based on scale factor of main screen. (iOS only)</p>\n<p>When set to true, image is scale factor is honored. When set to false, the image in the\nblob has the same dimensions for retina and non-retina devices.</p>",
                            "type": "Boolean",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Blob",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "updateLayout",
                    "deprecated": true,
                    "description": "<p>Performs a batch update of all supplied layout properties and schedules a layout pass after\nthey have been updated.\n<strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">Titanium.Proxy.applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Layout properties to be updated.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "convertPointToView",
                    "deprecated": false,
                    "description": "<p>Translates a point from this view's coordinate system to another view's coordinate system.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "point",
                            "constants": [],
                            "description": "<p>A point in this view's coordinate system.</p>\n<p>If this argument is missing an <code>x</code> or <code>y</code> property, or the properties can not be\nconverted into numbers, an exception will be raised.</p>",
                            "type": "Point",
                            "usage": "required"
                        },
                        {
                            "name": "destinationView",
                            "constants": [],
                            "description": "<p>View that specifies the destination coordinate system to convert to. If this argument\nis not a view, an exception will be raised.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewById",
                    "deprecated": false,
                    "description": "<p>Returns the matching view of a given view ID.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "id",
                            "constants": [],
                            "description": "<p>The ID of the view that should be returned. Use the <code>id</code> property in your views to\nenable it for indexing in this method.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.View",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "blur",
                    "deprecated": false,
                    "description": "<p>Forces this text area to lose focus.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "focus",
                    "deprecated": false,
                    "description": "<p>Forces this text area to gain focus.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hasText",
                    "deprecated": false,
                    "description": "<p>Returns <code>true</code> if this text area contains text.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "<p>True if this text area contains text.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setSelection",
                    "deprecated": false,
                    "description": "<p>Selects the text in range (start, end).</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "start",
                            "constants": [],
                            "description": "<p>Start index for selection. Value ranges from 0 to the text's length.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "end",
                            "constants": [],
                            "description": "<p>End index for selection, not inclusive. Value ranges from 0 to the text's length.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextArea.bubbleParent\">Titanium.UI.TextArea.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextArea.bubbleParent\">Titanium.UI.TextArea.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextArea.bubbleParent\">Titanium.UI.TextArea.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextArea.bubbleParent\">Titanium.UI.TextArea.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextArea.apiName\">Titanium.UI.TextArea.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextArea.apiName\">Titanium.UI.TextArea.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextArea.lifecycleContainer\">Titanium.UI.TextArea.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextArea.lifecycleContainer\">Titanium.UI.TextArea.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextArea.lifecycleContainer\">Titanium.UI.TextArea.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextArea.lifecycleContainer\">Titanium.UI.TextArea.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityHidden",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextArea.accessibilityHidden\">Titanium.UI.TextArea.accessibilityHidden</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextArea.accessibilityHidden\">Titanium.UI.TextArea.accessibilityHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityHidden",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextArea.accessibilityHidden\">Titanium.UI.TextArea.accessibilityHidden</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextArea.accessibilityHidden\">Titanium.UI.TextArea.accessibilityHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityHidden",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityHint",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextArea.accessibilityHint\">Titanium.UI.TextArea.accessibilityHint</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextArea.accessibilityHint\">Titanium.UI.TextArea.accessibilityHint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityHint",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextArea.accessibilityHint\">Titanium.UI.TextArea.accessibilityHint</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextArea.accessibilityHint\">Titanium.UI.TextArea.accessibilityHint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityHint",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityLabel",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextArea.accessibilityLabel\">Titanium.UI.TextArea.accessibilityLabel</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextArea.accessibilityLabel\">Titanium.UI.TextArea.accessibilityLabel</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityLabel",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextArea.accessibilityLabel\">Titanium.UI.TextArea.accessibilityLabel</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextArea.accessibilityLabel\">Titanium.UI.TextArea.accessibilityLabel</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityLabel",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityValue",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextArea.accessibilityValue\">Titanium.UI.TextArea.accessibilityValue</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextArea.accessibilityValue\">Titanium.UI.TextArea.accessibilityValue</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityValue",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextArea.accessibilityValue\">Titanium.UI.TextArea.accessibilityValue</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextArea.accessibilityValue\">Titanium.UI.TextArea.accessibilityValue</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityValue",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAnchorPoint",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextArea.anchorPoint\">Titanium.UI.TextArea.anchorPoint</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextArea.anchorPoint\">Titanium.UI.TextArea.anchorPoint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAnchorPoint",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextArea.anchorPoint\">Titanium.UI.TextArea.anchorPoint</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextArea.anchorPoint\">Titanium.UI.TextArea.anchorPoint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "anchorPoint",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAnimatedCenter",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextArea.animatedCenter\">Titanium.UI.TextArea.animatedCenter</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextArea.animatedCenter\">Titanium.UI.TextArea.animatedCenter</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextArea.backgroundColor\">Titanium.UI.TextArea.backgroundColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextArea.backgroundColor\">Titanium.UI.TextArea.backgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextArea.backgroundColor\">Titanium.UI.TextArea.backgroundColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextArea.backgroundColor\">Titanium.UI.TextArea.backgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundDisabledColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextArea.backgroundDisabledColor\">Titanium.UI.TextArea.backgroundDisabledColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextArea.backgroundDisabledColor\">Titanium.UI.TextArea.backgroundDisabledColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundDisabledColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextArea.backgroundDisabledColor\">Titanium.UI.TextArea.backgroundDisabledColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextArea.backgroundDisabledColor\">Titanium.UI.TextArea.backgroundDisabledColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundDisabledColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundDisabledImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextArea.backgroundDisabledImage\">Titanium.UI.TextArea.backgroundDisabledImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextArea.backgroundDisabledImage\">Titanium.UI.TextArea.backgroundDisabledImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundDisabledImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextArea.backgroundDisabledImage\">Titanium.UI.TextArea.backgroundDisabledImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextArea.backgroundDisabledImage\">Titanium.UI.TextArea.backgroundDisabledImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundDisabledImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundFocusedColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextArea.backgroundFocusedColor\">Titanium.UI.TextArea.backgroundFocusedColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextArea.backgroundFocusedColor\">Titanium.UI.TextArea.backgroundFocusedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundFocusedColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextArea.backgroundFocusedColor\">Titanium.UI.TextArea.backgroundFocusedColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextArea.backgroundFocusedColor\">Titanium.UI.TextArea.backgroundFocusedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundFocusedColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundFocusedImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextArea.backgroundFocusedImage\">Titanium.UI.TextArea.backgroundFocusedImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextArea.backgroundFocusedImage\">Titanium.UI.TextArea.backgroundFocusedImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundFocusedImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextArea.backgroundFocusedImage\">Titanium.UI.TextArea.backgroundFocusedImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextArea.backgroundFocusedImage\">Titanium.UI.TextArea.backgroundFocusedImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundFocusedImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundGradient",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextArea.backgroundGradient\">Titanium.UI.TextArea.backgroundGradient</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextArea.backgroundGradient\">Titanium.UI.TextArea.backgroundGradient</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Gradient",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundGradient",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextArea.backgroundGradient\">Titanium.UI.TextArea.backgroundGradient</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextArea.backgroundGradient\">Titanium.UI.TextArea.backgroundGradient</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundGradient",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Gradient",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextArea.backgroundImage\">Titanium.UI.TextArea.backgroundImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextArea.backgroundImage\">Titanium.UI.TextArea.backgroundImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextArea.backgroundImage\">Titanium.UI.TextArea.backgroundImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextArea.backgroundImage\">Titanium.UI.TextArea.backgroundImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundRepeat",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextArea.backgroundRepeat\">Titanium.UI.TextArea.backgroundRepeat</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextArea.backgroundRepeat\">Titanium.UI.TextArea.backgroundRepeat</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundRepeat",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextArea.backgroundRepeat\">Titanium.UI.TextArea.backgroundRepeat</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextArea.backgroundRepeat\">Titanium.UI.TextArea.backgroundRepeat</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundRepeat",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundLeftCap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextArea.backgroundLeftCap\">Titanium.UI.TextArea.backgroundLeftCap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextArea.backgroundLeftCap\">Titanium.UI.TextArea.backgroundLeftCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundLeftCap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextArea.backgroundLeftCap\">Titanium.UI.TextArea.backgroundLeftCap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextArea.backgroundLeftCap\">Titanium.UI.TextArea.backgroundLeftCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundLeftCap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundSelectedColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextArea.backgroundSelectedColor\">Titanium.UI.TextArea.backgroundSelectedColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextArea.backgroundSelectedColor\">Titanium.UI.TextArea.backgroundSelectedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundSelectedColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextArea.backgroundSelectedColor\">Titanium.UI.TextArea.backgroundSelectedColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextArea.backgroundSelectedColor\">Titanium.UI.TextArea.backgroundSelectedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundSelectedColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundSelectedImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextArea.backgroundSelectedImage\">Titanium.UI.TextArea.backgroundSelectedImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextArea.backgroundSelectedImage\">Titanium.UI.TextArea.backgroundSelectedImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundSelectedImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextArea.backgroundSelectedImage\">Titanium.UI.TextArea.backgroundSelectedImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextArea.backgroundSelectedImage\">Titanium.UI.TextArea.backgroundSelectedImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundSelectedImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundTopCap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextArea.backgroundTopCap\">Titanium.UI.TextArea.backgroundTopCap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextArea.backgroundTopCap\">Titanium.UI.TextArea.backgroundTopCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundTopCap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextArea.backgroundTopCap\">Titanium.UI.TextArea.backgroundTopCap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextArea.backgroundTopCap\">Titanium.UI.TextArea.backgroundTopCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundTopCap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextArea.borderColor\">Titanium.UI.TextArea.borderColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextArea.borderColor\">Titanium.UI.TextArea.borderColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextArea.borderColor\">Titanium.UI.TextArea.borderColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextArea.borderColor\">Titanium.UI.TextArea.borderColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderRadius",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextArea.borderRadius\">Titanium.UI.TextArea.borderRadius</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextArea.borderRadius\">Titanium.UI.TextArea.borderRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderRadius",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextArea.borderRadius\">Titanium.UI.TextArea.borderRadius</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextArea.borderRadius\">Titanium.UI.TextArea.borderRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderRadius",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderWidth",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextArea.borderWidth\">Titanium.UI.TextArea.borderWidth</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextArea.borderWidth\">Titanium.UI.TextArea.borderWidth</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderWidth",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextArea.borderWidth\">Titanium.UI.TextArea.borderWidth</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextArea.borderWidth\">Titanium.UI.TextArea.borderWidth</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderWidth",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBottom",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextArea.bottom\">Titanium.UI.TextArea.bottom</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextArea.bottom\">Titanium.UI.TextArea.bottom</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBottom",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextArea.bottom\">Titanium.UI.TextArea.bottom</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextArea.bottom\">Titanium.UI.TextArea.bottom</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bottom",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getCenter",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextArea.center\">Titanium.UI.TextArea.center</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextArea.center\">Titanium.UI.TextArea.center</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setCenter",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextArea.center\">Titanium.UI.TextArea.center</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextArea.center\">Titanium.UI.TextArea.center</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "center",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getClipMode",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextArea.clipMode\">Titanium.UI.TextArea.clipMode</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextArea.clipMode\">Titanium.UI.TextArea.clipMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setClipMode",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextArea.clipMode\">Titanium.UI.TextArea.clipMode</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextArea.clipMode\">Titanium.UI.TextArea.clipMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "clipMode",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getElevation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextArea.elevation\">Titanium.UI.TextArea.elevation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextArea.elevation\">Titanium.UI.TextArea.elevation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setElevation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextArea.elevation\">Titanium.UI.TextArea.elevation</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextArea.elevation\">Titanium.UI.TextArea.elevation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "elevation",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getFocusable",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextArea.focusable\">Titanium.UI.TextArea.focusable</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextArea.focusable\">Titanium.UI.TextArea.focusable</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setFocusable",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextArea.focusable\">Titanium.UI.TextArea.focusable</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextArea.focusable\">Titanium.UI.TextArea.focusable</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "focusable",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getHeight",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextArea.height\">Titanium.UI.TextArea.height</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextArea.height\">Titanium.UI.TextArea.height</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHeight",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextArea.height\">Titanium.UI.TextArea.height</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextArea.height\">Titanium.UI.TextArea.height</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "height",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHiddenBehavior",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextArea.hiddenBehavior\">Titanium.UI.TextArea.hiddenBehavior</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextArea.hiddenBehavior\">Titanium.UI.TextArea.hiddenBehavior</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setHiddenBehavior",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextArea.hiddenBehavior\">Titanium.UI.TextArea.hiddenBehavior</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextArea.hiddenBehavior\">Titanium.UI.TextArea.hiddenBehavior</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "hiddenBehavior",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getHorizontalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextArea.horizontalMotionEffect\">Titanium.UI.TextArea.horizontalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextArea.horizontalMotionEffect\">Titanium.UI.TextArea.horizontalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "MinMaxOptions",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHorizontalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextArea.horizontalMotionEffect\">Titanium.UI.TextArea.horizontalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextArea.horizontalMotionEffect\">Titanium.UI.TextArea.horizontalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "horizontalMotionEffect",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "MinMaxOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLeft",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextArea.left\">Titanium.UI.TextArea.left</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextArea.left\">Titanium.UI.TextArea.left</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLeft",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextArea.left\">Titanium.UI.TextArea.left</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextArea.left\">Titanium.UI.TextArea.left</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "left",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLayout",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextArea.layout\">Titanium.UI.TextArea.layout</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextArea.layout\">Titanium.UI.TextArea.layout</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLayout",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextArea.layout\">Titanium.UI.TextArea.layout</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextArea.layout\">Titanium.UI.TextArea.layout</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "layout",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getOpacity",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextArea.opacity\">Titanium.UI.TextArea.opacity</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextArea.opacity\">Titanium.UI.TextArea.opacity</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setOpacity",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextArea.opacity\">Titanium.UI.TextArea.opacity</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextArea.opacity\">Titanium.UI.TextArea.opacity</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "opacity",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getOverrideCurrentAnimation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextArea.overrideCurrentAnimation\">Titanium.UI.TextArea.overrideCurrentAnimation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextArea.overrideCurrentAnimation\">Titanium.UI.TextArea.overrideCurrentAnimation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setOverrideCurrentAnimation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextArea.overrideCurrentAnimation\">Titanium.UI.TextArea.overrideCurrentAnimation</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextArea.overrideCurrentAnimation\">Titanium.UI.TextArea.overrideCurrentAnimation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "overrideCurrentAnimation",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getPullBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextArea.pullBackgroundColor\">Titanium.UI.TextArea.pullBackgroundColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextArea.pullBackgroundColor\">Titanium.UI.TextArea.pullBackgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setPullBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextArea.pullBackgroundColor\">Titanium.UI.TextArea.pullBackgroundColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextArea.pullBackgroundColor\">Titanium.UI.TextArea.pullBackgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "pullBackgroundColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPreviewContext",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextArea.previewContext\">Titanium.UI.TextArea.previewContext</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextArea.previewContext\">Titanium.UI.TextArea.previewContext</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.iOS.PreviewContext",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "setPreviewContext",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextArea.previewContext\">Titanium.UI.TextArea.previewContext</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextArea.previewContext\">Titanium.UI.TextArea.previewContext</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "previewContext",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.iOS.PreviewContext",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "getRight",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextArea.right\">Titanium.UI.TextArea.right</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextArea.right\">Titanium.UI.TextArea.right</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setRight",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextArea.right\">Titanium.UI.TextArea.right</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextArea.right\">Titanium.UI.TextArea.right</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "right",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextArea.rect\">Titanium.UI.TextArea.rect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextArea.rect\">Titanium.UI.TextArea.rect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "DimensionWithAbsolutes",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRotation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextArea.rotation\">Titanium.UI.TextArea.rotation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextArea.rotation\">Titanium.UI.TextArea.rotation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRotation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextArea.rotation\">Titanium.UI.TextArea.rotation</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextArea.rotation\">Titanium.UI.TextArea.rotation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rotation",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getRotationX",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextArea.rotationX\">Titanium.UI.TextArea.rotationX</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextArea.rotationX\">Titanium.UI.TextArea.rotationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRotationX",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextArea.rotationX\">Titanium.UI.TextArea.rotationX</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextArea.rotationX\">Titanium.UI.TextArea.rotationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rotationX",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getRotationY",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextArea.rotationY\">Titanium.UI.TextArea.rotationY</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextArea.rotationY\">Titanium.UI.TextArea.rotationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRotationY",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextArea.rotationY\">Titanium.UI.TextArea.rotationY</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextArea.rotationY\">Titanium.UI.TextArea.rotationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rotationY",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getScaleX",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextArea.scaleX\">Titanium.UI.TextArea.scaleX</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextArea.scaleX\">Titanium.UI.TextArea.scaleX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setScaleX",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextArea.scaleX\">Titanium.UI.TextArea.scaleX</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextArea.scaleX\">Titanium.UI.TextArea.scaleX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "scaleX",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getScaleY",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextArea.scaleY\">Titanium.UI.TextArea.scaleY</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextArea.scaleY\">Titanium.UI.TextArea.scaleY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setScaleY",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextArea.scaleY\">Titanium.UI.TextArea.scaleY</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextArea.scaleY\">Titanium.UI.TextArea.scaleY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "scaleY",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getSize",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextArea.size\">Titanium.UI.TextArea.size</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextArea.size\">Titanium.UI.TextArea.size</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Dimension",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSoftKeyboardOnFocus",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextArea.softKeyboardOnFocus\">Titanium.UI.TextArea.softKeyboardOnFocus</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextArea.softKeyboardOnFocus\">Titanium.UI.TextArea.softKeyboardOnFocus</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setSoftKeyboardOnFocus",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextArea.softKeyboardOnFocus\">Titanium.UI.TextArea.softKeyboardOnFocus</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextArea.softKeyboardOnFocus\">Titanium.UI.TextArea.softKeyboardOnFocus</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "softKeyboardOnFocus",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTintColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextArea.tintColor\">Titanium.UI.TextArea.tintColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextArea.tintColor\">Titanium.UI.TextArea.tintColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTintColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextArea.tintColor\">Titanium.UI.TextArea.tintColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextArea.tintColor\">Titanium.UI.TextArea.tintColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "tintColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTop",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextArea.top\">Titanium.UI.TextArea.top</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextArea.top\">Titanium.UI.TextArea.top</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTop",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextArea.top\">Titanium.UI.TextArea.top</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextArea.top\">Titanium.UI.TextArea.top</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "top",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTouchEnabled",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextArea.touchEnabled\">Titanium.UI.TextArea.touchEnabled</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextArea.touchEnabled\">Titanium.UI.TextArea.touchEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTouchEnabled",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextArea.touchEnabled\">Titanium.UI.TextArea.touchEnabled</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextArea.touchEnabled\">Titanium.UI.TextArea.touchEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchEnabled",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTouchFeedback",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextArea.touchFeedback\">Titanium.UI.TextArea.touchFeedback</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextArea.touchFeedback\">Titanium.UI.TextArea.touchFeedback</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTouchFeedback",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextArea.touchFeedback\">Titanium.UI.TextArea.touchFeedback</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextArea.touchFeedback\">Titanium.UI.TextArea.touchFeedback</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchFeedback",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTouchFeedbackColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextArea.touchFeedbackColor\">Titanium.UI.TextArea.touchFeedbackColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextArea.touchFeedbackColor\">Titanium.UI.TextArea.touchFeedbackColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTouchFeedbackColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextArea.touchFeedbackColor\">Titanium.UI.TextArea.touchFeedbackColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextArea.touchFeedbackColor\">Titanium.UI.TextArea.touchFeedbackColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchFeedbackColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTransform",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextArea.transform\">Titanium.UI.TextArea.transform</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextArea.transform\">Titanium.UI.TextArea.transform</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Matrix2D",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTransform",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextArea.transform\">Titanium.UI.TextArea.transform</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextArea.transform\">Titanium.UI.TextArea.transform</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "transform",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Matrix2D",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTranslationX",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextArea.translationX\">Titanium.UI.TextArea.translationX</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextArea.translationX\">Titanium.UI.TextArea.translationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTranslationX",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextArea.translationX\">Titanium.UI.TextArea.translationX</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextArea.translationX\">Titanium.UI.TextArea.translationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translationX",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTranslationY",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextArea.translationY\">Titanium.UI.TextArea.translationY</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextArea.translationY\">Titanium.UI.TextArea.translationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTranslationY",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextArea.translationY\">Titanium.UI.TextArea.translationY</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextArea.translationY\">Titanium.UI.TextArea.translationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translationY",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTranslationZ",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextArea.translationZ\">Titanium.UI.TextArea.translationZ</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextArea.translationZ\">Titanium.UI.TextArea.translationZ</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTranslationZ",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextArea.translationZ\">Titanium.UI.TextArea.translationZ</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextArea.translationZ\">Titanium.UI.TextArea.translationZ</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translationZ",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTransitionName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextArea.transitionName\">Titanium.UI.TextArea.transitionName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextArea.transitionName\">Titanium.UI.TextArea.transitionName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTransitionName",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextArea.transitionName\">Titanium.UI.TextArea.transitionName</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextArea.transitionName\">Titanium.UI.TextArea.transitionName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "transitionName",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getVerticalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextArea.verticalMotionEffect\">Titanium.UI.TextArea.verticalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextArea.verticalMotionEffect\">Titanium.UI.TextArea.verticalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "MinMaxOptions",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setVerticalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextArea.verticalMotionEffect\">Titanium.UI.TextArea.verticalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextArea.verticalMotionEffect\">Titanium.UI.TextArea.verticalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "verticalMotionEffect",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "MinMaxOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowRadius",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextArea.viewShadowRadius\">Titanium.UI.TextArea.viewShadowRadius</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextArea.viewShadowRadius\">Titanium.UI.TextArea.viewShadowRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowRadius",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextArea.viewShadowRadius\">Titanium.UI.TextArea.viewShadowRadius</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextArea.viewShadowRadius\">Titanium.UI.TextArea.viewShadowRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowRadius",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextArea.viewShadowColor\">Titanium.UI.TextArea.viewShadowColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextArea.viewShadowColor\">Titanium.UI.TextArea.viewShadowColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextArea.viewShadowColor\">Titanium.UI.TextArea.viewShadowColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextArea.viewShadowColor\">Titanium.UI.TextArea.viewShadowColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowOffset",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextArea.viewShadowOffset\">Titanium.UI.TextArea.viewShadowOffset</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextArea.viewShadowOffset\">Titanium.UI.TextArea.viewShadowOffset</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowOffset",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextArea.viewShadowOffset\">Titanium.UI.TextArea.viewShadowOffset</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextArea.viewShadowOffset\">Titanium.UI.TextArea.viewShadowOffset</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowOffset",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getVisible",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextArea.visible\">Titanium.UI.TextArea.visible</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextArea.visible\">Titanium.UI.TextArea.visible</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setVisible",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextArea.visible\">Titanium.UI.TextArea.visible</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextArea.visible\">Titanium.UI.TextArea.visible</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "visible",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getWidth",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextArea.width\">Titanium.UI.TextArea.width</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextArea.width\">Titanium.UI.TextArea.width</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setWidth",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextArea.width\">Titanium.UI.TextArea.width</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextArea.width\">Titanium.UI.TextArea.width</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "width",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHorizontalWrap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextArea.horizontalWrap\">Titanium.UI.TextArea.horizontalWrap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextArea.horizontalWrap\">Titanium.UI.TextArea.horizontalWrap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHorizontalWrap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextArea.horizontalWrap\">Titanium.UI.TextArea.horizontalWrap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextArea.horizontalWrap\">Titanium.UI.TextArea.horizontalWrap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "horizontalWrap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getZIndex",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextArea.zIndex\">Titanium.UI.TextArea.zIndex</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextArea.zIndex\">Titanium.UI.TextArea.zIndex</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setZIndex",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextArea.zIndex\">Titanium.UI.TextArea.zIndex</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextArea.zIndex\">Titanium.UI.TextArea.zIndex</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "zIndex",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getKeepScreenOn",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextArea.keepScreenOn\">Titanium.UI.TextArea.keepScreenOn</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextArea.keepScreenOn\">Titanium.UI.TextArea.keepScreenOn</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setKeepScreenOn",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextArea.keepScreenOn\">Titanium.UI.TextArea.keepScreenOn</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextArea.keepScreenOn\">Titanium.UI.TextArea.keepScreenOn</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "keepScreenOn",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getAppearance",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextArea.appearance\">Titanium.UI.TextArea.appearance</a> property. <strong>Removed in 9.0.0. Use <a href=\"Titanium.UI.TextArea.keyboardAppearance\">Titanium.UI.TextArea.keyboardAppearance</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAppearance",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextArea.appearance\">Titanium.UI.TextArea.appearance</a> property. <strong>Removed in 9.0.0. Use <a href=\"Titanium.UI.TextArea.keyboardAppearance\">Titanium.UI.TextArea.keyboardAppearance</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "appearance",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getKeyboardAppearance",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextArea.keyboardAppearance\">Titanium.UI.TextArea.keyboardAppearance</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextArea.keyboardAppearance\">Titanium.UI.TextArea.keyboardAppearance</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setKeyboardAppearance",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextArea.keyboardAppearance\">Titanium.UI.TextArea.keyboardAppearance</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextArea.keyboardAppearance\">Titanium.UI.TextArea.keyboardAppearance</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "keyboardAppearance",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAttributedHintText",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextArea.attributedHintText\">Titanium.UI.TextArea.attributedHintText</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextArea.attributedHintText\">Titanium.UI.TextArea.attributedHintText</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.AttributedString",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAttributedHintText",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextArea.attributedHintText\">Titanium.UI.TextArea.attributedHintText</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextArea.attributedHintText\">Titanium.UI.TextArea.attributedHintText</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "attributedHintText",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.AttributedString",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAttributedString",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextArea.attributedString\">Titanium.UI.TextArea.attributedString</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextArea.attributedString\">Titanium.UI.TextArea.attributedString</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.AttributedString",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAttributedString",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextArea.attributedString\">Titanium.UI.TextArea.attributedString</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextArea.attributedString\">Titanium.UI.TextArea.attributedString</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "attributedString",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.AttributedString",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAutocapitalization",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextArea.autocapitalization\">Titanium.UI.TextArea.autocapitalization</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextArea.autocapitalization\">Titanium.UI.TextArea.autocapitalization</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAutocapitalization",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextArea.autocapitalization\">Titanium.UI.TextArea.autocapitalization</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextArea.autocapitalization\">Titanium.UI.TextArea.autocapitalization</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "autocapitalization",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAutocorrect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextArea.autocorrect\">Titanium.UI.TextArea.autocorrect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextArea.autocorrect\">Titanium.UI.TextArea.autocorrect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAutocorrect",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextArea.autocorrect\">Titanium.UI.TextArea.autocorrect</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextArea.autocorrect\">Titanium.UI.TextArea.autocorrect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "autocorrect",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAutofillType",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextArea.autofillType\">Titanium.UI.TextArea.autofillType</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextArea.autofillType\">Titanium.UI.TextArea.autofillType</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAutofillType",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextArea.autofillType\">Titanium.UI.TextArea.autofillType</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextArea.autofillType\">Titanium.UI.TextArea.autofillType</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "autofillType",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAutoLink",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextArea.autoLink\">Titanium.UI.TextArea.autoLink</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextArea.autoLink\">Titanium.UI.TextArea.autoLink</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAutoLink",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextArea.autoLink\">Titanium.UI.TextArea.autoLink</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextArea.autoLink\">Titanium.UI.TextArea.autoLink</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "autoLink",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getClearOnEdit",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextArea.clearOnEdit\">Titanium.UI.TextArea.clearOnEdit</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextArea.clearOnEdit\">Titanium.UI.TextArea.clearOnEdit</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setClearOnEdit",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextArea.clearOnEdit\">Titanium.UI.TextArea.clearOnEdit</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextArea.clearOnEdit\">Titanium.UI.TextArea.clearOnEdit</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "clearOnEdit",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextArea.color\">Titanium.UI.TextArea.color</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextArea.color\">Titanium.UI.TextArea.color</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextArea.color\">Titanium.UI.TextArea.color</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextArea.color\">Titanium.UI.TextArea.color</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "color",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getEditable",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextArea.editable\">Titanium.UI.TextArea.editable</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextArea.editable\">Titanium.UI.TextArea.editable</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setEditable",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextArea.editable\">Titanium.UI.TextArea.editable</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextArea.editable\">Titanium.UI.TextArea.editable</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "editable",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getEllipsize",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextArea.ellipsize\">Titanium.UI.TextArea.ellipsize</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextArea.ellipsize\">Titanium.UI.TextArea.ellipsize</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setEllipsize",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextArea.ellipsize\">Titanium.UI.TextArea.ellipsize</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextArea.ellipsize\">Titanium.UI.TextArea.ellipsize</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "ellipsize",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getEnableReturnKey",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextArea.enableReturnKey\">Titanium.UI.TextArea.enableReturnKey</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextArea.enableReturnKey\">Titanium.UI.TextArea.enableReturnKey</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setEnableReturnKey",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextArea.enableReturnKey\">Titanium.UI.TextArea.enableReturnKey</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextArea.enableReturnKey\">Titanium.UI.TextArea.enableReturnKey</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "enableReturnKey",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getFont",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextArea.font\">Titanium.UI.TextArea.font</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextArea.font\">Titanium.UI.TextArea.font</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Font",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setFont",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextArea.font\">Titanium.UI.TextArea.font</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextArea.font\">Titanium.UI.TextArea.font</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "font",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Font",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getFullscreen",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextArea.fullscreen\">Titanium.UI.TextArea.fullscreen</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextArea.fullscreen\">Titanium.UI.TextArea.fullscreen</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setFullscreen",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextArea.fullscreen\">Titanium.UI.TextArea.fullscreen</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextArea.fullscreen\">Titanium.UI.TextArea.fullscreen</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "fullscreen",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getHintText",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextArea.hintText\">Titanium.UI.TextArea.hintText</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextArea.hintText\">Titanium.UI.TextArea.hintText</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setHintText",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextArea.hintText\">Titanium.UI.TextArea.hintText</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextArea.hintText\">Titanium.UI.TextArea.hintText</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "hintText",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getHintTextColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextArea.hintTextColor\">Titanium.UI.TextArea.hintTextColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextArea.hintTextColor\">Titanium.UI.TextArea.hintTextColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "4.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setHintTextColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextArea.hintTextColor\">Titanium.UI.TextArea.hintTextColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextArea.hintTextColor\">Titanium.UI.TextArea.hintTextColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "hintTextColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "4.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getHintType",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextArea.hintType\">Titanium.UI.TextArea.hintType</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextArea.hintType\">Titanium.UI.TextArea.hintType</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setHintType",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextArea.hintType\">Titanium.UI.TextArea.hintType</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextArea.hintType\">Titanium.UI.TextArea.hintType</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "hintType",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getHandleLinks",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextArea.handleLinks\">Titanium.UI.TextArea.handleLinks</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextArea.handleLinks\">Titanium.UI.TextArea.handleLinks</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHandleLinks",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextArea.handleLinks\">Titanium.UI.TextArea.handleLinks</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextArea.handleLinks\">Titanium.UI.TextArea.handleLinks</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "handleLinks",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getKeyboardToolbar",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextArea.keyboardToolbar\">Titanium.UI.TextArea.keyboardToolbar</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextArea.keyboardToolbar\">Titanium.UI.TextArea.keyboardToolbar</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setKeyboardToolbar",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextArea.keyboardToolbar\">Titanium.UI.TextArea.keyboardToolbar</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextArea.keyboardToolbar\">Titanium.UI.TextArea.keyboardToolbar</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "keyboardToolbar",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getKeyboardToolbarColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextArea.keyboardToolbarColor\">Titanium.UI.TextArea.keyboardToolbarColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextArea.keyboardToolbarColor\">Titanium.UI.TextArea.keyboardToolbarColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setKeyboardToolbarColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextArea.keyboardToolbarColor\">Titanium.UI.TextArea.keyboardToolbarColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextArea.keyboardToolbarColor\">Titanium.UI.TextArea.keyboardToolbarColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "keyboardToolbarColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getKeyboardToolbarHeight",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextArea.keyboardToolbarHeight\">Titanium.UI.TextArea.keyboardToolbarHeight</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextArea.keyboardToolbarHeight\">Titanium.UI.TextArea.keyboardToolbarHeight</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setKeyboardToolbarHeight",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextArea.keyboardToolbarHeight\">Titanium.UI.TextArea.keyboardToolbarHeight</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextArea.keyboardToolbarHeight\">Titanium.UI.TextArea.keyboardToolbarHeight</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "keyboardToolbarHeight",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getKeyboardType",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextArea.keyboardType\">Titanium.UI.TextArea.keyboardType</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextArea.keyboardType\">Titanium.UI.TextArea.keyboardType</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setKeyboardType",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextArea.keyboardType\">Titanium.UI.TextArea.keyboardType</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextArea.keyboardType\">Titanium.UI.TextArea.keyboardType</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "keyboardType",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLines",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextArea.lines\">Titanium.UI.TextArea.lines</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextArea.lines\">Titanium.UI.TextArea.lines</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLines",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextArea.lines\">Titanium.UI.TextArea.lines</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextArea.lines\">Titanium.UI.TextArea.lines</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lines",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getMaxLength",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextArea.maxLength\">Titanium.UI.TextArea.maxLength</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextArea.maxLength\">Titanium.UI.TextArea.maxLength</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setMaxLength",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextArea.maxLength\">Titanium.UI.TextArea.maxLength</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextArea.maxLength\">Titanium.UI.TextArea.maxLength</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "maxLength",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getMaxLines",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextArea.maxLines\">Titanium.UI.TextArea.maxLines</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextArea.maxLines\">Titanium.UI.TextArea.maxLines</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setMaxLines",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextArea.maxLines\">Titanium.UI.TextArea.maxLines</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextArea.maxLines\">Titanium.UI.TextArea.maxLines</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "maxLines",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getPadding",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextArea.padding\">Titanium.UI.TextArea.padding</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextArea.padding\">Titanium.UI.TextArea.padding</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Padding",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setPadding",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextArea.padding\">Titanium.UI.TextArea.padding</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextArea.padding\">Titanium.UI.TextArea.padding</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "padding",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Padding",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getReturnKeyType",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextArea.returnKeyType\">Titanium.UI.TextArea.returnKeyType</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextArea.returnKeyType\">Titanium.UI.TextArea.returnKeyType</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setReturnKeyType",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextArea.returnKeyType\">Titanium.UI.TextArea.returnKeyType</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextArea.returnKeyType\">Titanium.UI.TextArea.returnKeyType</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "returnKeyType",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getScrollsToTop",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextArea.scrollsToTop\">Titanium.UI.TextArea.scrollsToTop</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextArea.scrollsToTop\">Titanium.UI.TextArea.scrollsToTop</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setScrollsToTop",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextArea.scrollsToTop\">Titanium.UI.TextArea.scrollsToTop</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextArea.scrollsToTop\">Titanium.UI.TextArea.scrollsToTop</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "scrollsToTop",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getShowUndoRedoActions",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextArea.showUndoRedoActions\">Titanium.UI.TextArea.showUndoRedoActions</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextArea.showUndoRedoActions\">Titanium.UI.TextArea.showUndoRedoActions</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setShowUndoRedoActions",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextArea.showUndoRedoActions\">Titanium.UI.TextArea.showUndoRedoActions</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextArea.showUndoRedoActions\">Titanium.UI.TextArea.showUndoRedoActions</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "showUndoRedoActions",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSuppressReturn",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextArea.suppressReturn\">Titanium.UI.TextArea.suppressReturn</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextArea.suppressReturn\">Titanium.UI.TextArea.suppressReturn</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setSuppressReturn",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextArea.suppressReturn\">Titanium.UI.TextArea.suppressReturn</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextArea.suppressReturn\">Titanium.UI.TextArea.suppressReturn</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "suppressReturn",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTextAlign",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextArea.textAlign\">Titanium.UI.TextArea.textAlign</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextArea.textAlign\">Titanium.UI.TextArea.textAlign</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTextAlign",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextArea.textAlign\">Titanium.UI.TextArea.textAlign</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextArea.textAlign\">Titanium.UI.TextArea.textAlign</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "textAlign",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getValue",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextArea.value\">Titanium.UI.TextArea.value</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextArea.value\">Titanium.UI.TextArea.value</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setValue",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextArea.value\">Titanium.UI.TextArea.value</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextArea.value\">Titanium.UI.TextArea.value</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "value",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getScrollable",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextArea.scrollable\">Titanium.UI.TextArea.scrollable</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextArea.scrollable\">Titanium.UI.TextArea.scrollable</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setScrollable",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextArea.scrollable\">Titanium.UI.TextArea.scrollable</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextArea.scrollable\">Titanium.UI.TextArea.scrollable</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "scrollable",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSelection",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextArea.selection\">Titanium.UI.TextArea.selection</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextArea.selection\">Titanium.UI.TextArea.selection</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "textAreaSelectedParams",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getVerticalAlign",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextArea.verticalAlign\">Titanium.UI.TextArea.verticalAlign</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextArea.verticalAlign\">Titanium.UI.TextArea.verticalAlign</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setVerticalAlign",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextArea.verticalAlign\">Titanium.UI.TextArea.verticalAlign</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextArea.verticalAlign\">Titanium.UI.TextArea.verticalAlign</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "verticalAlign",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.UI.View",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "accessibilityHidden",
                    "deprecated": false,
                    "description": "<p>Whether the view should be &quot;hidden&quot; from (i.e., ignored by) the accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityHint",
                    "deprecated": false,
                    "description": "<p>Briefly describes what performing an action (such as a click) on the view will do.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityLabel",
                    "deprecated": false,
                    "description": "<p>A succint label identifying the view for the device's accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityValue",
                    "deprecated": false,
                    "description": "<p>A string describing the value (if any) of the view for the device's accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "anchorPoint",
                    "deprecated": false,
                    "description": "<p>Coordinate of the view about which to pivot an animation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "animatedCenter",
                    "deprecated": false,
                    "description": "<p>Current position of the view during an animation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundColor",
                    "deprecated": false,
                    "description": "<p>Background color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundDisabledColor",
                    "deprecated": false,
                    "description": "<p>Disabled background color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundDisabledImage",
                    "deprecated": false,
                    "description": "<p>Disabled background image for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundFocusedColor",
                    "deprecated": false,
                    "description": "<p>Focused background color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundFocusedImage",
                    "deprecated": false,
                    "description": "<p>Focused background image for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundGradient",
                    "deprecated": false,
                    "description": "<p>A background gradient for the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [
                        {
                            "title": "Linear and Radial Gradients",
                            "code": "<p>The following code excerpt creates two views, one with a linear gradient and one with\na radial gradient.</p>\n<pre><code>var win1 = Titanium.UI.createWindow({\n    title:'Tab 1',\n    backgroundColor:'#fff',\n    layout: 'vertical'\n});\n\nvar radialGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'radial',\n        startPoint: { x: 50, y: 50 },\n        endPoint: { x: 50, y: 50 },\n        colors: [ 'red', 'blue'],\n        startRadius: 50,\n        endRadius: 0,\n        backfillStart: true\n    }\n});\nvar linearGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'linear',\n        startPoint: { x: '0%', y: '50%' },\n        endPoint: { x: '100%', y: '50%' },\n        colors: [ { color: 'red', offset: 0.0}, { color: 'blue', offset: 0.25 }, { color: 'red', offset: 1.0 } ],\n    }\n});\nwin1.add(radialGradient);\nwin1.add(linearGradient);\nwin1.open();\n</code></pre>"
                        }
                    ],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Gradient",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundImage",
                    "deprecated": false,
                    "description": "<p>Background image for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundRepeat",
                    "deprecated": false,
                    "description": "<p>Determines whether to tile a background across a view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundLeftCap",
                    "deprecated": false,
                    "description": "<p>Size of the left end cap.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundSelectedColor",
                    "deprecated": false,
                    "description": "<p>Selected background color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundSelectedImage",
                    "deprecated": false,
                    "description": "<p>Selected background image url for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundTopCap",
                    "deprecated": false,
                    "description": "<p>Size of the top end cap.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderColor",
                    "deprecated": false,
                    "description": "<p>Border color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderRadius",
                    "deprecated": false,
                    "description": "<p>Radius for the rounded corners of the view's border.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderWidth",
                    "deprecated": false,
                    "description": "<p>Border width of the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "bottom",
                    "deprecated": false,
                    "description": "<p>View's bottom position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "center",
                    "deprecated": false,
                    "description": "<p>View's center position, in the parent view's coordinates.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "clipMode",
                    "deprecated": false,
                    "description": "<p>View's clipping behavior.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "elevation",
                    "deprecated": false,
                    "description": "<p>Base elevation of the view relative to its parent in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "focusable",
                    "deprecated": false,
                    "description": "<p>Whether view should be focusable while navigating with the trackball.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "height",
                    "deprecated": false,
                    "description": "<p>View height, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.FILL",
                        "Titanium.UI.SIZE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hiddenBehavior",
                    "deprecated": false,
                    "description": "<p>Sets the behavior when hiding an object to release or keep the free space</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.HIDDEN_BEHAVIOR_INVISIBLE",
                        "Titanium.UI.HIDDEN_BEHAVIOR_GONE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "horizontalMotionEffect",
                    "deprecated": false,
                    "description": "<p>Adds a horizontal parallax effect to the view</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "MinMaxOptions",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "id",
                    "deprecated": false,
                    "description": "<p>View's identifier.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "left",
                    "deprecated": false,
                    "description": "<p>View's left position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "layout",
                    "deprecated": false,
                    "description": "<p>Specifies how the view positions its children.\nOne of: 'composite', 'vertical', or 'horizontal'.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "opacity",
                    "deprecated": false,
                    "description": "<p>Opacity of this view, from 0.0 (transparent) to 1.0 (opaque). Defaults to 1.0 (opaque).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "overrideCurrentAnimation",
                    "deprecated": false,
                    "description": "<p>When on, animate call overrides current animation if applicable.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "pullBackgroundColor",
                    "deprecated": false,
                    "description": "<p>Background color of the wrapper view when this view is used as either <a href=\"Titanium.UI.ListView.pullView\">Titanium.UI.ListView.pullView</a> or <a href=\"Titanium.UI.TableView.headerPullView\">Titanium.UI.TableView.headerPullView</a>.</p>\n<p>Defaults to <code>undefined</code>. Results in a light grey background color on the wrapper view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "previewContext",
                    "deprecated": false,
                    "description": "<p>The preview context used in the 3D-Touch feature &quot;Peek and Pop&quot;.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Titanium.UI.iOS.PreviewContext",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "right",
                    "deprecated": false,
                    "description": "<p>View's right position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "rect",
                    "deprecated": false,
                    "description": "<p>The bounding box of the view relative to its parent, in system units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "type": "DimensionWithAbsolutes",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "rotation",
                    "deprecated": false,
                    "description": "<p>Clockwise 2D rotation of the view in degrees.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "rotationX",
                    "deprecated": false,
                    "description": "<p>Clockwise rotation of the view in degrees (x-axis).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "rotationY",
                    "deprecated": false,
                    "description": "<p>Clockwise rotation of the view in degrees (y-axis).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "scaleX",
                    "deprecated": false,
                    "description": "<p>Scaling of the view in x-axis in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "scaleY",
                    "deprecated": false,
                    "description": "<p>Scaling of the view in y-axis in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "size",
                    "deprecated": false,
                    "description": "<p>The size of the view in system units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Dimension",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "softKeyboardOnFocus",
                    "deprecated": false,
                    "description": "<p>Determines keyboard behavior when this view is focused. Defaults to <a href=\"Titanium.UI.Android.SOFT_KEYBOARD_DEFAULT_ON_FOCUS\">Titanium.UI.Android.SOFT_KEYBOARD_DEFAULT_ON_FOCUS</a>.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.Android.SOFT_KEYBOARD_DEFAULT_ON_FOCUS",
                        "Titanium.UI.Android.SOFT_KEYBOARD_HIDE_ON_FOCUS",
                        "Titanium.UI.Android.SOFT_KEYBOARD_SHOW_ON_FOCUS"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "tintColor",
                    "deprecated": false,
                    "description": "<p>The view's tintColor</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "top",
                    "deprecated": false,
                    "description": "<p>The view's top position.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "touchEnabled",
                    "deprecated": false,
                    "description": "<p>Determines whether view should receive touch events.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "touchFeedback",
                    "deprecated": false,
                    "description": "<p>A material design visual construct that provides an instantaneous visual confirmation of touch point.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "touchFeedbackColor",
                    "deprecated": false,
                    "description": "<p>Optional touch feedback ripple color. This has no effect unless <code>touchFeedback</code> is true.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "transform",
                    "deprecated": false,
                    "description": "<p>Transformation matrix to apply to the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Titanium.UI.Matrix2D",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "translationX",
                    "deprecated": false,
                    "description": "<p>Horizontal location of the view relative to its left position in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "translationY",
                    "deprecated": false,
                    "description": "<p>Vertical location of the view relative to its top position in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "translationZ",
                    "deprecated": false,
                    "description": "<p>Depth of the view relative to its elevation in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "transitionName",
                    "deprecated": false,
                    "description": "<p>A name to identify this view in activity transition.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.2"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "verticalMotionEffect",
                    "deprecated": false,
                    "description": "<p>Adds a vertical parallax effect to the view</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "MinMaxOptions",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowRadius",
                    "deprecated": false,
                    "description": "<p>Determines the blur radius used to create the shadow.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowColor",
                    "deprecated": false,
                    "description": "<p>Determines the color of the shadow.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowOffset",
                    "deprecated": false,
                    "description": "<p>Determines the offset for the shadow of the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "visible",
                    "deprecated": false,
                    "description": "<p>Determines whether the view is visible.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "width",
                    "deprecated": false,
                    "description": "<p>View's width, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.FILL",
                        "Titanium.UI.SIZE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "horizontalWrap",
                    "deprecated": false,
                    "description": "<p>Determines whether the layout has wrapping behavior.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "zIndex",
                    "deprecated": false,
                    "description": "<p>Z-index stack order position, relative to other sibling views.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "keepScreenOn",
                    "deprecated": false,
                    "description": "<p>Determines whether to keep the device screen on.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "appearance",
                    "deprecated": true,
                    "description": "<p>Determines the appearance of the keyboard displayed when this text area is focused. <strong>Removed in 9.0.0. Use <a href=\"Titanium.UI.TextArea.keyboardAppearance\">Titanium.UI.TextArea.keyboardAppearance</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.KEYBOARD_APPEARANCE_ALERT",
                        "Titanium.UI.KEYBOARD_APPEARANCE_DEFAULT",
                        "Titanium.UI.KEYBOARD_APPEARANCE_DARK",
                        "Titanium.UI.KEYBOARD_APPEARANCE_LIGHT"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "keyboardAppearance",
                    "deprecated": false,
                    "description": "<p>Determines the appearance of the keyboard displayed when this text area is focused.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.KEYBOARD_APPEARANCE_ALERT",
                        "Titanium.UI.KEYBOARD_APPEARANCE_DEFAULT",
                        "Titanium.UI.KEYBOARD_APPEARANCE_DARK",
                        "Titanium.UI.KEYBOARD_APPEARANCE_LIGHT"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "attributedHintText",
                    "deprecated": false,
                    "description": "<p>Hint text attributed string.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "Titanium.UI.AttributedString",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "attributedString",
                    "deprecated": false,
                    "description": "<p>TextArea attributed string.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "Titanium.UI.AttributedString",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "autocapitalization",
                    "deprecated": false,
                    "description": "<p>Determines how text is capitalized during typing.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.TEXT_AUTOCAPITALIZATION_ALL",
                        "Titanium.UI.TEXT_AUTOCAPITALIZATION_NONE",
                        "Titanium.UI.TEXT_AUTOCAPITALIZATION_SENTENCES",
                        "Titanium.UI.TEXT_AUTOCAPITALIZATION_WORDS"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "autocorrect",
                    "deprecated": false,
                    "description": "<p>Determines whether to automatically correct text entered into this text area.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "autofillType",
                    "deprecated": false,
                    "description": "<p>Sets the autofill type for the text area.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.AUTOFILL_TYPE_USERNAME",
                        "Titanium.UI.AUTOFILL_TYPE_PASSWORD",
                        "Titanium.UI.AUTOFILL_TYPE_NAME",
                        "Titanium.UI.AUTOFILL_TYPE_NAME_PREFIX",
                        "Titanium.UI.AUTOFILL_TYPE_GIVEN_NAME",
                        "Titanium.UI.AUTOFILL_TYPE_MIDDLE_NAME",
                        "Titanium.UI.AUTOFILL_TYPE_FAMILY_NAME",
                        "Titanium.UI.AUTOFILL_TYPE_NAME_SUFFIX",
                        "Titanium.UI.AUTOFILL_TYPE_NICKNAME",
                        "Titanium.UI.AUTOFILL_TYPE_JOB_TITLE",
                        "Titanium.UI.AUTOFILL_TYPE_ORGANIZATION_NAME",
                        "Titanium.UI.AUTOFILL_TYPE_LOCATION",
                        "Titanium.UI.AUTOFILL_TYPE_ADDRESS",
                        "Titanium.UI.AUTOFILL_TYPE_ADDRESS_LINE1",
                        "Titanium.UI.AUTOFILL_TYPE_ADDRESS_LINE2",
                        "Titanium.UI.AUTOFILL_TYPE_ADDRESS_CITY",
                        "Titanium.UI.AUTOFILL_TYPE_ADDRESS_STATE",
                        "Titanium.UI.AUTOFILL_TYPE_ADDRESS_CITY_STATE",
                        "Titanium.UI.AUTOFILL_TYPE_SUBLOCALITY",
                        "Titanium.UI.AUTOFILL_TYPE_COUNTRY_NAME",
                        "Titanium.UI.AUTOFILL_TYPE_POSTAL_CODE",
                        "Titanium.UI.AUTOFILL_TYPE_PHONE",
                        "Titanium.UI.AUTOFILL_TYPE_EMAIL",
                        "Titanium.UI.AUTOFILL_TYPE_URL",
                        "Titanium.UI.AUTOFILL_TYPE_CARD_NUMBER",
                        "Titanium.UI.AUTOFILL_TYPE_CARD_SECURITY_CODE",
                        "Titanium.UI.AUTOFILL_TYPE_CARD_EXPIRATION_DATE",
                        "Titanium.UI.AUTOFILL_TYPE_CARD_EXPIRATION_DAY",
                        "Titanium.UI.AUTOFILL_TYPE_CARD_EXPIRATION_MONTH",
                        "Titanium.UI.AUTOFILL_TYPE_CARD_EXPIRATION_YEAR",
                        "Titanium.UI.AUTOFILL_TYPE_NEW_PASSWORD",
                        "Titanium.UI.AUTOFILL_TYPE_ONE_TIME_CODE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "autoLink",
                    "deprecated": false,
                    "description": "<p>Automatically convert text to clickable links.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.AUTOLINK_MAP_ADDRESSES",
                        "Titanium.UI.AUTOLINK_ALL",
                        "Titanium.UI.AUTOLINK_CALENDAR",
                        "Titanium.UI.AUTOLINK_URLS",
                        "Titanium.UI.AUTOLINK_NONE",
                        "Titanium.UI.AUTOLINK_PHONE_NUMBERS",
                        "Titanium.UI.AUTOLINK_EMAIL_ADDRESSES"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "clearOnEdit",
                    "deprecated": false,
                    "description": "<p>Determines whether the value of this text area should be cleared when it is focused.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "color",
                    "deprecated": false,
                    "description": "<p>Color of the text in this text area, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "editable",
                    "deprecated": false,
                    "description": "<p>Determines whether this field can be edited.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ellipsize",
                    "deprecated": false,
                    "description": "<p>Determines whether an ellipsis (<code>...</code>) should be used to indicate truncated text.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "enableReturnKey",
                    "deprecated": false,
                    "description": "<p>Determines whether the return key is enabled automatically when there is text in this text\narea.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "font",
                    "deprecated": false,
                    "description": "<p>Font to use for text.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Font",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fullscreen",
                    "deprecated": false,
                    "description": "<p>Leave some space above the keyboard in landscape mode or not.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "hintText",
                    "deprecated": false,
                    "description": "<p>Hint text to display when the field is empty.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "hintTextColor",
                    "deprecated": false,
                    "description": "<p>Color of hint text that displays when field is empty.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "4.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "hintType",
                    "deprecated": false,
                    "description": "<p>Hint type to display on the text field.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.HINT_TYPE_STATIC",
                        "Titanium.UI.HINT_TYPE_ANIMATED"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "handleLinks",
                    "deprecated": false,
                    "description": "<p>Specifies if the text area should allow user interaction with the given URL in the given range of text.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "keyboardToolbar",
                    "deprecated": false,
                    "description": "<p>Array of toolbar button objects or a <a href=\"Titanium.UI.iOS.Toolbar\">toolbar</a> to be used when the\nkeyboard is displayed.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "keyboardToolbarColor",
                    "deprecated": false,
                    "description": "<p>Color of the keyboard toolbar if keyboardToolbar is an array, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "keyboardToolbarHeight",
                    "deprecated": false,
                    "description": "<p>Height of the keyboard toolbar if keyboardToolbar is an array.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "keyboardType",
                    "deprecated": false,
                    "description": "<p>Keyboard type to display when this text area is focused.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.KEYBOARD_APPEARANCE_ALERT",
                        "Titanium.UI.KEYBOARD_APPEARANCE_DEFAULT",
                        "Titanium.UI.KEYBOARD_APPEARANCE_DARK",
                        "Titanium.UI.KEYBOARD_APPEARANCE_LIGHT",
                        "Titanium.UI.KEYBOARD_ASCII",
                        "Titanium.UI.KEYBOARD_DECIMAL_PAD",
                        "Titanium.UI.KEYBOARD_DEFAULT",
                        "Titanium.UI.KEYBOARD_EMAIL",
                        "Titanium.UI.KEYBOARD_NAMEPHONE_PAD",
                        "Titanium.UI.KEYBOARD_NUMBERS_PUNCTUATION",
                        "Titanium.UI.KEYBOARD_NUMBER_PAD",
                        "Titanium.UI.KEYBOARD_PHONE_PAD",
                        "Titanium.UI.KEYBOARD_URL",
                        "Titanium.UI.KEYBOARD_TYPE_DECIMAL_PAD",
                        "Titanium.UI.KEYBOARD_TYPE_ASCII",
                        "Titanium.UI.KEYBOARD_TYPE_DEFAULT",
                        "Titanium.UI.KEYBOARD_TYPE_EMAIL",
                        "Titanium.UI.KEYBOARD_TYPE_NAMEPHONE_PAD",
                        "Titanium.UI.KEYBOARD_TYPE_NUMBERS_PUNCTUATION",
                        "Titanium.UI.KEYBOARD_TYPE_NUMBER_PAD",
                        "Titanium.UI.KEYBOARD_TYPE_PHONE_PAD",
                        "Titanium.UI.KEYBOARD_TYPE_WEBSEARCH",
                        "Titanium.UI.KEYBOARD_TYPE_TWITTER",
                        "Titanium.UI.KEYBOARD_TYPE_URL"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lines",
                    "deprecated": false,
                    "description": "<p>Number of lines tall the text area height will be, if set.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "maxLength",
                    "deprecated": false,
                    "description": "<p>Maximum length of text field input.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "maxLines",
                    "deprecated": false,
                    "description": "<p>Maximum line count of text field input.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "padding",
                    "deprecated": false,
                    "description": "<p>Sets the left and right padding of this TextArea. The text will always be vertically centered.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "Padding",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "returnKeyType",
                    "deprecated": false,
                    "description": "<p>Specifies the text to display on the keyboard <code>Return</code> key when this text area is focused.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.RETURNKEY_CONTINUE",
                        "Titanium.UI.RETURNKEY_DEFAULT",
                        "Titanium.UI.RETURNKEY_DONE",
                        "Titanium.UI.RETURNKEY_EMERGENCY_CALL",
                        "Titanium.UI.RETURNKEY_GO",
                        "Titanium.UI.RETURNKEY_GOOGLE",
                        "Titanium.UI.RETURNKEY_JOIN",
                        "Titanium.UI.RETURNKEY_NEXT",
                        "Titanium.UI.RETURNKEY_ROUTE",
                        "Titanium.UI.RETURNKEY_SEARCH",
                        "Titanium.UI.RETURNKEY_SEND",
                        "Titanium.UI.RETURNKEY_YAHOO"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "scrollsToTop",
                    "deprecated": false,
                    "description": "<p>Controls whether the scroll-to-top gesture is effective.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.2"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "showUndoRedoActions",
                    "deprecated": false,
                    "description": "<p>Determinates if the undo and redo buttons on the left side of the keyboard should be displayed or not. Only valid on iOS9 and above. This property can only be set upon creation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "suppressReturn",
                    "deprecated": false,
                    "description": "<p>Determines if the return key should be suppressed during text entry.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "textAlign",
                    "deprecated": false,
                    "description": "<p>Text alignment within this text area.</p>\n<p>This has no effect on <code>hintText</code> when <code>hintType</code> is Ti.UI.HINT_TYPE_ANIMATED.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.TEXT_ALIGNMENT_CENTER",
                        "Titanium.UI.TEXT_ALIGNMENT_JUSTIFY",
                        "Titanium.UI.TEXT_ALIGNMENT_LEFT",
                        "Titanium.UI.TEXT_ALIGNMENT_RIGHT"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "value",
                    "deprecated": false,
                    "description": "<p>Value of this text area, which may be set programmatically and modified by the user.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "scrollable",
                    "deprecated": false,
                    "description": "<p>Determines whether this text area can be scrolled.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "selection",
                    "deprecated": false,
                    "description": "<p>Returns the currently selected text of the text area.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "textAreaSelectedParams",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "verticalAlign",
                    "deprecated": false,
                    "description": "<p>Vertical alignment within this text area.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.TEXT_VERTICAL_ALIGNMENT_BOTTOM",
                        "Titanium.UI.TEXT_VERTICAL_ALIGNMENT_CENTER",
                        "Titanium.UI.TEXT_VERTICAL_ALIGNMENT_TOP"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "remarks": [
                "<table id=\"platformComparison\">\n  <tbody>\n    <tr>\n      <td><img src=\"images/textarea/textarea_android.png\" height=\"50\" /></td>\n      <td><img src=\"images/textarea/textarea_ios.png\" height=\"50\" /></td>\n      <td><img src=\"images/textarea/textarea_wp.png\" height=\"50\" /></td>\n    </tr>\n  </tbody>\n  <tfoot>\n    <tr>\n      <th>Android</th>\n      <th>iOS</th>\n      <th>Windows Phone</th>\n    </tr>\n  </tfoot>\n</table>\n<p>Use the <a href=\"Titanium.UI.createTextArea\">Titanium.UI.createTextArea</a> method or <strong>&lt;TextArea&gt;</strong> Alloy element to create a text area.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "textAreaSelectedParams",
            "description": "<p>Dictionary object of parameters for the <a href=\"Titanium.UI.TextArea.selected\">Titanium.UI.TextArea.selected</a> event and <a href=\"Titanium.UI.TextArea.selection\">Titanium.UI.TextArea.selection</a> property that describes\nposition and length of the selected text.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "location",
                    "deprecated": false,
                    "description": "<p>Starting position of selected text.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "length",
                    "deprecated": false,
                    "description": "<p>Number of characters selected.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.TextField",
            "description": "<p>A single line text field.</p>",
            "deprecated": false,
            "events": [
                {
                    "name": "click",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a click against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "dblclick",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a double click against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "doubletap",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a double tap against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "focus",
                    "deprecated": false,
                    "description": "<p>Fired when the field gains focus.</p>",
                    "properties": [
                        {
                            "name": "value",
                            "constants": [],
                            "description": "<p>Value of the field.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "keypressed",
                    "deprecated": false,
                    "description": "<p>Fired when a hardware key is pressed in the view.</p>",
                    "properties": [
                        {
                            "name": "keyCode",
                            "constants": [],
                            "description": "<p>The code for the physical key that was pressed. For more details, see <a href=\"https://developer.android.com/reference/android/view/KeyEvent.html\">KeyEvent</a>. This API is experimental and subject to change.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "longclick",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a long click.</p>"
                },
                {
                    "name": "longpress",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a long press.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "pinch",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a pinch gesture.</p>",
                    "properties": [
                        {
                            "name": "scale",
                            "constants": [],
                            "description": "<p>The scale factor relative to the points of the two touches in screen coordinates.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "velocity",
                            "constants": [],
                            "description": "<p>The velocity of the pinch in scale factor per second.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "time",
                            "constants": [],
                            "description": "<p>The event time of the current event being processed.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timeDelta",
                            "constants": [],
                            "description": "<p>The time difference in milliseconds between the previous accepted scaling event and the\ncurrent scaling event.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "currentSpan",
                            "constants": [],
                            "description": "<p>The average distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "currentSpanX",
                            "constants": [],
                            "description": "<p>The average X distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "currentSpanY",
                            "constants": [],
                            "description": "<p>The average Y distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "previousSpan",
                            "constants": [],
                            "description": "<p>The previous average distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "previousSpanX",
                            "constants": [],
                            "description": "<p>The previous average X distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "previousSpanY",
                            "constants": [],
                            "description": "<p>The previous average Y distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "focusX",
                            "constants": [],
                            "description": "<p>The X coordinate of the current gesture's focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "focusY",
                            "constants": [],
                            "description": "<p>The Y coordinate of the current gesture's focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "inProgress",
                            "constants": [],
                            "description": "<p>Returns <code>true</code> if a scale gesture is in progress, <code>false</code> otherwise.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "postlayout",
                    "deprecated": false,
                    "description": "<p>Fired when a layout cycle is finished.</p>"
                },
                {
                    "name": "singletap",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a single tap against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "swipe",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a swipe gesture against the view.</p>",
                    "properties": [
                        {
                            "name": "direction",
                            "constants": [],
                            "description": "<p>Direction of the swipe--either 'left', 'right', 'up', or 'down'.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event's endpoint from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event's endpoint from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchcancel",
                    "deprecated": false,
                    "description": "<p>Fired when a touch event is interrupted by the device.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchend",
                    "deprecated": false,
                    "description": "<p>Fired when a touch event is completed.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Penciland are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchmove",
                    "deprecated": false,
                    "description": "<p>Fired as soon as the device detects movement of a touch.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchstart",
                    "deprecated": false,
                    "description": "<p>Fired as soon as the device detects a touch gesture.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "twofingertap",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a two-finger tap against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "blur",
                    "deprecated": false,
                    "description": "<p>Fired when the field loses focus.</p>",
                    "properties": [
                        {
                            "name": "value",
                            "constants": [],
                            "description": "<p>Value of the field.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "change",
                    "deprecated": false,
                    "description": "<p>Fired when the field value changes.</p>",
                    "properties": [
                        {
                            "name": "value",
                            "constants": [],
                            "description": "<p>New value of the field.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "return",
                    "deprecated": false,
                    "description": "<p>Fired when the return key is pressed on the keyboard.</p>",
                    "properties": [
                        {
                            "name": "value",
                            "constants": [],
                            "description": "<p>Value of this text area.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                }
            ],
            "examples": [
                {
                    "title": "Basic Text Field",
                    "code": "<p>Create a simple text field with green text color.</p>\n<pre><code>var win = Ti.UI.createWindow({\n  backgroundColor: 'white'\n});\n\nvar textField = Ti.UI.createTextField({\n  backgroundColor: '#fafafa',\n  color: 'green',\n  width: 250,\n  height: 40\n});\n\nwin.add(textField);\nwin.open();\n</code></pre>"
                },
                {
                    "title": "Custom Keyboard Toolbar (iOS)",
                    "code": "<p>On iOS, a configurable toolbar can be displayed above the virtual keyboard.\nToolbars can be used with both text areas and text fields. See <a href=\"Titanium.UI.iOS.Toolbar\">Titanium.UI.iOS.Toolbar</a>\nfor more information.</p>\n<p>This code excerpt creates a text field with a toolbar:</p>\n<pre><code>var win = Ti.UI.createWindow({\n    backgroundColor: 'white'\n});\n\nvar send = Ti.UI.createButton({\n    title: 'Send',\n    style: Ti.UI.iOS.SystemButtonStyle.DONE,\n});\n\nvar camera = Ti.UI.createButton({\n    systemButton: Ti.UI.iOS.SystemButton.CAMERA,\n});\n\nvar cancel = Ti.UI.createButton({\n    systemButton: Ti.UI.iOS.SystemButton.CANCEL\n});\n\nvar flexSpace = Ti.UI.createButton({\n    systemButton: Ti.UI.iOS.SystemButton.FLEXIBLE_SPACE\n});\n\nvar textfield = Ti.UI.createTextField({\n    borderStyle: Ti.UI.INPUT_BORDERSTYLE_BEZEL,\n    hintText: 'Focus to see keyboard with toolbar',\n    keyboardToolbar : [cancel, flexSpace, camera, flexSpace, send],\n    keyboardToolbarColor: '#999',\n    keyboardToolbarHeight: 40,\n    top: 10,\n    width: 300,\n    height: 35\n});\n\nwin.add(textField);\nwin.open();\n</code></pre>"
                },
                {
                    "title": "Alloy XML Markup",
                    "code": "<p>Previous basic text field with green text color example using Alloy.</p>\n<p>Alternatively, define the properties using the TSS file.</p>\n<pre><code>&lt;Alloy&gt;\n    &lt;Window id=&quot;win&quot; backgroundColor=&quot;white&quot;&gt;\n        &lt;TextField class=&quot;myTextField&quot; color=&quot;green&quot; width=&quot;250&quot; height=&quot;45&quot; /&gt;\n    &lt;/Window&gt;\n&lt;/Alloy&gt;\n</code></pre>"
                },
                {
                    "title": "Alloy Custom Keyboard Toolbar (iOS)",
                    "code": "<p>Previous custom keyboard toolbar example as an Alloy view.  Use the <code>&lt;KeyboardToolbar&gt;</code> XML\nelement to set the <code>keyboardToolbar</code> property.</p>\n<p>You can also declare the <code>leftButton</code> and <code>rightButton</code> properties in XML markup as the\n<code>&lt;LeftButton&gt;</code> and <code>&lt;RightButton&gt;</code> XML elements.</p>\n<pre><code>&lt;Alloy&gt;\n    &lt;Window fullscreen=&quot;true&quot; backgroundColor=&quot;white&quot;&gt;\n        &lt;TextField\n            platform=&quot;ios&quot;\n            borderStyle=&quot;Ti.UI.INPUT_BORDERSTYLE_BEZEL&quot;\n            keyboardToolbarColor=&quot;#999&quot;\n            keyboardToolbarHeight=&quot;40&quot;\n            top=&quot;10&quot;\n            height=&quot;35&quot;\n            width=&quot;300&quot;\n            value=&quot;Focus to see keyboard with toolbar&quot;&gt;\n\n            &lt;!-- Sets the keyboardToolbar property --&gt;\n            &lt;KeyboardToolbar&gt;\n                &lt;Toolbar&gt;\n                    &lt;Items&gt;\n                        &lt;Button systemButton=&quot;CANCEL&quot; /&gt;\n                        &lt;FlexSpace/&gt;\n                        &lt;Button systemButton=&quot;CAMERA&quot; /&gt;\n                        &lt;FlexSpace/&gt;\n                        &lt;Button style=&quot;DONE&quot;&gt;Send&lt;/Button&gt;\n                    &lt;/Items&gt;\n                &lt;/Toolbar&gt;\n            &lt;/KeyboardToolbar&gt;\n        &lt;/TextField&gt;\n    &lt;/Window&gt;\n&lt;/Alloy&gt;\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "animate",
                    "deprecated": false,
                    "description": "<p>Animates this view.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "animation",
                            "constants": [],
                            "description": "<p>Either a dictionary of animation properties or an\n<a href=\"Titanium.UI.Animation\">Animation</a> object.</p>",
                            "type": "Titanium.UI.Animation",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Function to be invoked upon completion of the animation.</p>",
                            "type": "Function",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "clearMotionEffects",
                    "deprecated": false,
                    "description": "<p>Removes all previously added motion effects.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "finishLayout",
                    "deprecated": true,
                    "description": "<p>Finishes a batch update of the View's layout properties and schedules a layout pass of the\nview tree.\n<strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hide",
                    "deprecated": false,
                    "description": "<p>Hides this view.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Animation options for Android only. <strong>Since SDK 5.1.0 and used only on Android 5.0+</strong></p>\n<p>Determines whether to enable a circular reveal animation.\nNote that the default here is equivalent to passing in <code>{ animated: false }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "insertAt",
                    "deprecated": false,
                    "description": "<p>Inserts a view at the specified position in the <a href=\"Titanium.UI.View.children\">children</a> array.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Pass an object that specifies the view to insert and optionally at which position (defaults to end)</p>",
                            "type": "ViewPositionOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "show",
                    "deprecated": false,
                    "description": "<p>Makes this view visible.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Animation options for Android only. <strong>Since SDK 5.1.0 and only used on Android 5.0+</strong></p>\n<p>Determines whether to enable a circular reveal animation.\nNote that the default here is equivalent to passing in <code>{ animated: false }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "startLayout",
                    "deprecated": true,
                    "description": "<p>Starts a batch update of this view's layout properties. <strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">Titanium.Proxy.applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "toImage",
                    "deprecated": false,
                    "description": "<p>Returns an image of the rendered view, as a Blob.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Function to be invoked upon completion. If non-null, this method will be performed\nasynchronously. If null, it will be performed immediately.</p>",
                            "type": "Function",
                            "usage": "optional"
                        },
                        {
                            "name": "honorScaleFactor",
                            "constants": [],
                            "description": "<p>Determines whether the image is scaled based on scale factor of main screen. (iOS only)</p>\n<p>When set to true, image is scale factor is honored. When set to false, the image in the\nblob has the same dimensions for retina and non-retina devices.</p>",
                            "type": "Boolean",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Blob",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "updateLayout",
                    "deprecated": true,
                    "description": "<p>Performs a batch update of all supplied layout properties and schedules a layout pass after\nthey have been updated.\n<strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">Titanium.Proxy.applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Layout properties to be updated.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "convertPointToView",
                    "deprecated": false,
                    "description": "<p>Translates a point from this view's coordinate system to another view's coordinate system.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "point",
                            "constants": [],
                            "description": "<p>A point in this view's coordinate system.</p>\n<p>If this argument is missing an <code>x</code> or <code>y</code> property, or the properties can not be\nconverted into numbers, an exception will be raised.</p>",
                            "type": "Point",
                            "usage": "required"
                        },
                        {
                            "name": "destinationView",
                            "constants": [],
                            "description": "<p>View that specifies the destination coordinate system to convert to. If this argument\nis not a view, an exception will be raised.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewById",
                    "deprecated": false,
                    "description": "<p>Returns the matching view of a given view ID.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "id",
                            "constants": [],
                            "description": "<p>The ID of the view that should be returned. Use the <code>id</code> property in your views to\nenable it for indexing in this method.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.View",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "blur",
                    "deprecated": false,
                    "description": "<p>Forces the field to lose focus.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "focus",
                    "deprecated": false,
                    "description": "<p>Forces the field to gain focus.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hasText",
                    "deprecated": false,
                    "description": "<p>Returns <code>true</code> if this text field contains text.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "<p>True if this text field contains text.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setSelection",
                    "deprecated": false,
                    "description": "<p>Selects the text in range (start, end).</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "start",
                            "constants": [],
                            "description": "<p>Start index for selection. Value ranges from 0 to the text's length.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "end",
                            "constants": [],
                            "description": "<p>End index for selection, not inclusive. Value ranges from 0 to the text's length.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.bubbleParent\">Titanium.UI.TextField.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.bubbleParent\">Titanium.UI.TextField.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextField.bubbleParent\">Titanium.UI.TextField.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextField.bubbleParent\">Titanium.UI.TextField.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.apiName\">Titanium.UI.TextField.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.apiName\">Titanium.UI.TextField.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.lifecycleContainer\">Titanium.UI.TextField.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.lifecycleContainer\">Titanium.UI.TextField.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextField.lifecycleContainer\">Titanium.UI.TextField.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextField.lifecycleContainer\">Titanium.UI.TextField.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityHidden",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.accessibilityHidden\">Titanium.UI.TextField.accessibilityHidden</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.accessibilityHidden\">Titanium.UI.TextField.accessibilityHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityHidden",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextField.accessibilityHidden\">Titanium.UI.TextField.accessibilityHidden</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextField.accessibilityHidden\">Titanium.UI.TextField.accessibilityHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityHidden",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityHint",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.accessibilityHint\">Titanium.UI.TextField.accessibilityHint</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.accessibilityHint\">Titanium.UI.TextField.accessibilityHint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityHint",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextField.accessibilityHint\">Titanium.UI.TextField.accessibilityHint</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextField.accessibilityHint\">Titanium.UI.TextField.accessibilityHint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityHint",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityLabel",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.accessibilityLabel\">Titanium.UI.TextField.accessibilityLabel</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.accessibilityLabel\">Titanium.UI.TextField.accessibilityLabel</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityLabel",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextField.accessibilityLabel\">Titanium.UI.TextField.accessibilityLabel</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextField.accessibilityLabel\">Titanium.UI.TextField.accessibilityLabel</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityLabel",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityValue",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.accessibilityValue\">Titanium.UI.TextField.accessibilityValue</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.accessibilityValue\">Titanium.UI.TextField.accessibilityValue</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityValue",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextField.accessibilityValue\">Titanium.UI.TextField.accessibilityValue</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextField.accessibilityValue\">Titanium.UI.TextField.accessibilityValue</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityValue",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAnchorPoint",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.anchorPoint\">Titanium.UI.TextField.anchorPoint</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.anchorPoint\">Titanium.UI.TextField.anchorPoint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAnchorPoint",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextField.anchorPoint\">Titanium.UI.TextField.anchorPoint</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextField.anchorPoint\">Titanium.UI.TextField.anchorPoint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "anchorPoint",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAnimatedCenter",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.animatedCenter\">Titanium.UI.TextField.animatedCenter</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.animatedCenter\">Titanium.UI.TextField.animatedCenter</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.backgroundColor\">Titanium.UI.TextField.backgroundColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.backgroundColor\">Titanium.UI.TextField.backgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextField.backgroundColor\">Titanium.UI.TextField.backgroundColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextField.backgroundColor\">Titanium.UI.TextField.backgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundDisabledColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.backgroundDisabledColor\">Titanium.UI.TextField.backgroundDisabledColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.backgroundDisabledColor\">Titanium.UI.TextField.backgroundDisabledColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundDisabledColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextField.backgroundDisabledColor\">Titanium.UI.TextField.backgroundDisabledColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextField.backgroundDisabledColor\">Titanium.UI.TextField.backgroundDisabledColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundDisabledColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundDisabledImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.backgroundDisabledImage\">Titanium.UI.TextField.backgroundDisabledImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.backgroundDisabledImage\">Titanium.UI.TextField.backgroundDisabledImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundDisabledImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextField.backgroundDisabledImage\">Titanium.UI.TextField.backgroundDisabledImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextField.backgroundDisabledImage\">Titanium.UI.TextField.backgroundDisabledImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundDisabledImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundFocusedColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.backgroundFocusedColor\">Titanium.UI.TextField.backgroundFocusedColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.backgroundFocusedColor\">Titanium.UI.TextField.backgroundFocusedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundFocusedColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextField.backgroundFocusedColor\">Titanium.UI.TextField.backgroundFocusedColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextField.backgroundFocusedColor\">Titanium.UI.TextField.backgroundFocusedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundFocusedColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundFocusedImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.backgroundFocusedImage\">Titanium.UI.TextField.backgroundFocusedImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.backgroundFocusedImage\">Titanium.UI.TextField.backgroundFocusedImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundFocusedImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextField.backgroundFocusedImage\">Titanium.UI.TextField.backgroundFocusedImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextField.backgroundFocusedImage\">Titanium.UI.TextField.backgroundFocusedImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundFocusedImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundGradient",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.backgroundGradient\">Titanium.UI.TextField.backgroundGradient</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.backgroundGradient\">Titanium.UI.TextField.backgroundGradient</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Gradient",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundGradient",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextField.backgroundGradient\">Titanium.UI.TextField.backgroundGradient</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextField.backgroundGradient\">Titanium.UI.TextField.backgroundGradient</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundGradient",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Gradient",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.backgroundImage\">Titanium.UI.TextField.backgroundImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.backgroundImage\">Titanium.UI.TextField.backgroundImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextField.backgroundImage\">Titanium.UI.TextField.backgroundImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextField.backgroundImage\">Titanium.UI.TextField.backgroundImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundRepeat",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.backgroundRepeat\">Titanium.UI.TextField.backgroundRepeat</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.backgroundRepeat\">Titanium.UI.TextField.backgroundRepeat</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundRepeat",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextField.backgroundRepeat\">Titanium.UI.TextField.backgroundRepeat</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextField.backgroundRepeat\">Titanium.UI.TextField.backgroundRepeat</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundRepeat",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundLeftCap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.backgroundLeftCap\">Titanium.UI.TextField.backgroundLeftCap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.backgroundLeftCap\">Titanium.UI.TextField.backgroundLeftCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundLeftCap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextField.backgroundLeftCap\">Titanium.UI.TextField.backgroundLeftCap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextField.backgroundLeftCap\">Titanium.UI.TextField.backgroundLeftCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundLeftCap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundSelectedColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.backgroundSelectedColor\">Titanium.UI.TextField.backgroundSelectedColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.backgroundSelectedColor\">Titanium.UI.TextField.backgroundSelectedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundSelectedColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextField.backgroundSelectedColor\">Titanium.UI.TextField.backgroundSelectedColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextField.backgroundSelectedColor\">Titanium.UI.TextField.backgroundSelectedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundSelectedColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundSelectedImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.backgroundSelectedImage\">Titanium.UI.TextField.backgroundSelectedImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.backgroundSelectedImage\">Titanium.UI.TextField.backgroundSelectedImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundSelectedImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextField.backgroundSelectedImage\">Titanium.UI.TextField.backgroundSelectedImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextField.backgroundSelectedImage\">Titanium.UI.TextField.backgroundSelectedImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundSelectedImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundTopCap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.backgroundTopCap\">Titanium.UI.TextField.backgroundTopCap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.backgroundTopCap\">Titanium.UI.TextField.backgroundTopCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundTopCap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextField.backgroundTopCap\">Titanium.UI.TextField.backgroundTopCap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextField.backgroundTopCap\">Titanium.UI.TextField.backgroundTopCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundTopCap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.borderColor\">Titanium.UI.TextField.borderColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.borderColor\">Titanium.UI.TextField.borderColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextField.borderColor\">Titanium.UI.TextField.borderColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextField.borderColor\">Titanium.UI.TextField.borderColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderRadius",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.borderRadius\">Titanium.UI.TextField.borderRadius</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.borderRadius\">Titanium.UI.TextField.borderRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderRadius",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextField.borderRadius\">Titanium.UI.TextField.borderRadius</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextField.borderRadius\">Titanium.UI.TextField.borderRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderRadius",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderWidth",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.borderWidth\">Titanium.UI.TextField.borderWidth</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.borderWidth\">Titanium.UI.TextField.borderWidth</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderWidth",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextField.borderWidth\">Titanium.UI.TextField.borderWidth</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextField.borderWidth\">Titanium.UI.TextField.borderWidth</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderWidth",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBottom",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.bottom\">Titanium.UI.TextField.bottom</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.bottom\">Titanium.UI.TextField.bottom</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBottom",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextField.bottom\">Titanium.UI.TextField.bottom</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextField.bottom\">Titanium.UI.TextField.bottom</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bottom",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getCenter",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.center\">Titanium.UI.TextField.center</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.center\">Titanium.UI.TextField.center</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setCenter",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextField.center\">Titanium.UI.TextField.center</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextField.center\">Titanium.UI.TextField.center</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "center",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getClipMode",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.clipMode\">Titanium.UI.TextField.clipMode</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.clipMode\">Titanium.UI.TextField.clipMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setClipMode",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextField.clipMode\">Titanium.UI.TextField.clipMode</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextField.clipMode\">Titanium.UI.TextField.clipMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "clipMode",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getElevation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.elevation\">Titanium.UI.TextField.elevation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.elevation\">Titanium.UI.TextField.elevation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setElevation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextField.elevation\">Titanium.UI.TextField.elevation</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextField.elevation\">Titanium.UI.TextField.elevation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "elevation",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getFocusable",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.focusable\">Titanium.UI.TextField.focusable</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.focusable\">Titanium.UI.TextField.focusable</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setFocusable",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextField.focusable\">Titanium.UI.TextField.focusable</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextField.focusable\">Titanium.UI.TextField.focusable</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "focusable",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getHeight",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.height\">Titanium.UI.TextField.height</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.height\">Titanium.UI.TextField.height</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHeight",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextField.height\">Titanium.UI.TextField.height</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextField.height\">Titanium.UI.TextField.height</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "height",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHiddenBehavior",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.hiddenBehavior\">Titanium.UI.TextField.hiddenBehavior</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.hiddenBehavior\">Titanium.UI.TextField.hiddenBehavior</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setHiddenBehavior",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextField.hiddenBehavior\">Titanium.UI.TextField.hiddenBehavior</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextField.hiddenBehavior\">Titanium.UI.TextField.hiddenBehavior</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "hiddenBehavior",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getHorizontalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.horizontalMotionEffect\">Titanium.UI.TextField.horizontalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.horizontalMotionEffect\">Titanium.UI.TextField.horizontalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "MinMaxOptions",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHorizontalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextField.horizontalMotionEffect\">Titanium.UI.TextField.horizontalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextField.horizontalMotionEffect\">Titanium.UI.TextField.horizontalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "horizontalMotionEffect",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "MinMaxOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLeft",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.left\">Titanium.UI.TextField.left</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.left\">Titanium.UI.TextField.left</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLeft",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextField.left\">Titanium.UI.TextField.left</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextField.left\">Titanium.UI.TextField.left</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "left",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLayout",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.layout\">Titanium.UI.TextField.layout</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.layout\">Titanium.UI.TextField.layout</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLayout",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextField.layout\">Titanium.UI.TextField.layout</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextField.layout\">Titanium.UI.TextField.layout</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "layout",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getOpacity",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.opacity\">Titanium.UI.TextField.opacity</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.opacity\">Titanium.UI.TextField.opacity</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setOpacity",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextField.opacity\">Titanium.UI.TextField.opacity</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextField.opacity\">Titanium.UI.TextField.opacity</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "opacity",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getOverrideCurrentAnimation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.overrideCurrentAnimation\">Titanium.UI.TextField.overrideCurrentAnimation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.overrideCurrentAnimation\">Titanium.UI.TextField.overrideCurrentAnimation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setOverrideCurrentAnimation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextField.overrideCurrentAnimation\">Titanium.UI.TextField.overrideCurrentAnimation</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextField.overrideCurrentAnimation\">Titanium.UI.TextField.overrideCurrentAnimation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "overrideCurrentAnimation",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getPullBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.pullBackgroundColor\">Titanium.UI.TextField.pullBackgroundColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.pullBackgroundColor\">Titanium.UI.TextField.pullBackgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setPullBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextField.pullBackgroundColor\">Titanium.UI.TextField.pullBackgroundColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextField.pullBackgroundColor\">Titanium.UI.TextField.pullBackgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "pullBackgroundColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPreviewContext",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.previewContext\">Titanium.UI.TextField.previewContext</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.previewContext\">Titanium.UI.TextField.previewContext</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.iOS.PreviewContext",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "setPreviewContext",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextField.previewContext\">Titanium.UI.TextField.previewContext</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextField.previewContext\">Titanium.UI.TextField.previewContext</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "previewContext",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.iOS.PreviewContext",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "getRight",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.right\">Titanium.UI.TextField.right</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.right\">Titanium.UI.TextField.right</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setRight",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextField.right\">Titanium.UI.TextField.right</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextField.right\">Titanium.UI.TextField.right</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "right",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.rect\">Titanium.UI.TextField.rect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.rect\">Titanium.UI.TextField.rect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "DimensionWithAbsolutes",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRotation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.rotation\">Titanium.UI.TextField.rotation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.rotation\">Titanium.UI.TextField.rotation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRotation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextField.rotation\">Titanium.UI.TextField.rotation</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextField.rotation\">Titanium.UI.TextField.rotation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rotation",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getRotationX",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.rotationX\">Titanium.UI.TextField.rotationX</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.rotationX\">Titanium.UI.TextField.rotationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRotationX",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextField.rotationX\">Titanium.UI.TextField.rotationX</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextField.rotationX\">Titanium.UI.TextField.rotationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rotationX",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getRotationY",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.rotationY\">Titanium.UI.TextField.rotationY</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.rotationY\">Titanium.UI.TextField.rotationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRotationY",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextField.rotationY\">Titanium.UI.TextField.rotationY</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextField.rotationY\">Titanium.UI.TextField.rotationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rotationY",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getScaleX",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.scaleX\">Titanium.UI.TextField.scaleX</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.scaleX\">Titanium.UI.TextField.scaleX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setScaleX",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextField.scaleX\">Titanium.UI.TextField.scaleX</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextField.scaleX\">Titanium.UI.TextField.scaleX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "scaleX",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getScaleY",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.scaleY\">Titanium.UI.TextField.scaleY</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.scaleY\">Titanium.UI.TextField.scaleY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setScaleY",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextField.scaleY\">Titanium.UI.TextField.scaleY</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextField.scaleY\">Titanium.UI.TextField.scaleY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "scaleY",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getSize",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.size\">Titanium.UI.TextField.size</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.size\">Titanium.UI.TextField.size</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Dimension",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSoftKeyboardOnFocus",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.softKeyboardOnFocus\">Titanium.UI.TextField.softKeyboardOnFocus</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.softKeyboardOnFocus\">Titanium.UI.TextField.softKeyboardOnFocus</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setSoftKeyboardOnFocus",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextField.softKeyboardOnFocus\">Titanium.UI.TextField.softKeyboardOnFocus</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextField.softKeyboardOnFocus\">Titanium.UI.TextField.softKeyboardOnFocus</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "softKeyboardOnFocus",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTintColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.tintColor\">Titanium.UI.TextField.tintColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.tintColor\">Titanium.UI.TextField.tintColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTintColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextField.tintColor\">Titanium.UI.TextField.tintColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextField.tintColor\">Titanium.UI.TextField.tintColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "tintColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTop",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.top\">Titanium.UI.TextField.top</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.top\">Titanium.UI.TextField.top</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTop",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextField.top\">Titanium.UI.TextField.top</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextField.top\">Titanium.UI.TextField.top</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "top",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTouchEnabled",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.touchEnabled\">Titanium.UI.TextField.touchEnabled</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.touchEnabled\">Titanium.UI.TextField.touchEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTouchEnabled",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextField.touchEnabled\">Titanium.UI.TextField.touchEnabled</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextField.touchEnabled\">Titanium.UI.TextField.touchEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchEnabled",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTouchFeedback",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.touchFeedback\">Titanium.UI.TextField.touchFeedback</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.touchFeedback\">Titanium.UI.TextField.touchFeedback</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTouchFeedback",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextField.touchFeedback\">Titanium.UI.TextField.touchFeedback</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextField.touchFeedback\">Titanium.UI.TextField.touchFeedback</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchFeedback",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTouchFeedbackColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.touchFeedbackColor\">Titanium.UI.TextField.touchFeedbackColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.touchFeedbackColor\">Titanium.UI.TextField.touchFeedbackColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTouchFeedbackColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextField.touchFeedbackColor\">Titanium.UI.TextField.touchFeedbackColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextField.touchFeedbackColor\">Titanium.UI.TextField.touchFeedbackColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchFeedbackColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTransform",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.transform\">Titanium.UI.TextField.transform</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.transform\">Titanium.UI.TextField.transform</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Matrix2D",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTransform",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextField.transform\">Titanium.UI.TextField.transform</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextField.transform\">Titanium.UI.TextField.transform</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "transform",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Matrix2D",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTranslationX",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.translationX\">Titanium.UI.TextField.translationX</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.translationX\">Titanium.UI.TextField.translationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTranslationX",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextField.translationX\">Titanium.UI.TextField.translationX</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextField.translationX\">Titanium.UI.TextField.translationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translationX",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTranslationY",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.translationY\">Titanium.UI.TextField.translationY</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.translationY\">Titanium.UI.TextField.translationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTranslationY",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextField.translationY\">Titanium.UI.TextField.translationY</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextField.translationY\">Titanium.UI.TextField.translationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translationY",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTranslationZ",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.translationZ\">Titanium.UI.TextField.translationZ</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.translationZ\">Titanium.UI.TextField.translationZ</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTranslationZ",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextField.translationZ\">Titanium.UI.TextField.translationZ</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextField.translationZ\">Titanium.UI.TextField.translationZ</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translationZ",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTransitionName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.transitionName\">Titanium.UI.TextField.transitionName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.transitionName\">Titanium.UI.TextField.transitionName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTransitionName",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextField.transitionName\">Titanium.UI.TextField.transitionName</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextField.transitionName\">Titanium.UI.TextField.transitionName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "transitionName",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getVerticalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.verticalMotionEffect\">Titanium.UI.TextField.verticalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.verticalMotionEffect\">Titanium.UI.TextField.verticalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "MinMaxOptions",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setVerticalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextField.verticalMotionEffect\">Titanium.UI.TextField.verticalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextField.verticalMotionEffect\">Titanium.UI.TextField.verticalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "verticalMotionEffect",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "MinMaxOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowRadius",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.viewShadowRadius\">Titanium.UI.TextField.viewShadowRadius</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.viewShadowRadius\">Titanium.UI.TextField.viewShadowRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowRadius",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextField.viewShadowRadius\">Titanium.UI.TextField.viewShadowRadius</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextField.viewShadowRadius\">Titanium.UI.TextField.viewShadowRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowRadius",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.viewShadowColor\">Titanium.UI.TextField.viewShadowColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.viewShadowColor\">Titanium.UI.TextField.viewShadowColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextField.viewShadowColor\">Titanium.UI.TextField.viewShadowColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextField.viewShadowColor\">Titanium.UI.TextField.viewShadowColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowOffset",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.viewShadowOffset\">Titanium.UI.TextField.viewShadowOffset</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.viewShadowOffset\">Titanium.UI.TextField.viewShadowOffset</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowOffset",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextField.viewShadowOffset\">Titanium.UI.TextField.viewShadowOffset</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextField.viewShadowOffset\">Titanium.UI.TextField.viewShadowOffset</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowOffset",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getVisible",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.visible\">Titanium.UI.TextField.visible</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.visible\">Titanium.UI.TextField.visible</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setVisible",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextField.visible\">Titanium.UI.TextField.visible</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextField.visible\">Titanium.UI.TextField.visible</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "visible",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getWidth",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.width\">Titanium.UI.TextField.width</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.width\">Titanium.UI.TextField.width</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setWidth",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextField.width\">Titanium.UI.TextField.width</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextField.width\">Titanium.UI.TextField.width</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "width",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHorizontalWrap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.horizontalWrap\">Titanium.UI.TextField.horizontalWrap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.horizontalWrap\">Titanium.UI.TextField.horizontalWrap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHorizontalWrap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextField.horizontalWrap\">Titanium.UI.TextField.horizontalWrap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextField.horizontalWrap\">Titanium.UI.TextField.horizontalWrap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "horizontalWrap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getZIndex",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.zIndex\">Titanium.UI.TextField.zIndex</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.zIndex\">Titanium.UI.TextField.zIndex</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setZIndex",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextField.zIndex\">Titanium.UI.TextField.zIndex</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextField.zIndex\">Titanium.UI.TextField.zIndex</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "zIndex",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getKeepScreenOn",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.keepScreenOn\">Titanium.UI.TextField.keepScreenOn</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.keepScreenOn\">Titanium.UI.TextField.keepScreenOn</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setKeepScreenOn",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextField.keepScreenOn\">Titanium.UI.TextField.keepScreenOn</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextField.keepScreenOn\">Titanium.UI.TextField.keepScreenOn</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "keepScreenOn",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getAppearance",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.appearance\">Titanium.UI.TextField.appearance</a> property. <strong>Removed in 9.0.0. Use <a href=\"Titanium.UI.TextField.keyboardAppearance\">Titanium.UI.TextField.keyboardAppearance</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAppearance",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextField.appearance\">Titanium.UI.TextField.appearance</a> property. <strong>Removed in 9.0.0. Use <a href=\"Titanium.UI.TextField.keyboardAppearance\">Titanium.UI.TextField.keyboardAppearance</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "appearance",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getKeyboardAppearance",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.keyboardAppearance\">Titanium.UI.TextField.keyboardAppearance</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.keyboardAppearance\">Titanium.UI.TextField.keyboardAppearance</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setKeyboardAppearance",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextField.keyboardAppearance\">Titanium.UI.TextField.keyboardAppearance</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextField.keyboardAppearance\">Titanium.UI.TextField.keyboardAppearance</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "keyboardAppearance",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAttributedString",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.attributedString\">Titanium.UI.TextField.attributedString</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.attributedString\">Titanium.UI.TextField.attributedString</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.AttributedString",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAttributedString",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextField.attributedString\">Titanium.UI.TextField.attributedString</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextField.attributedString\">Titanium.UI.TextField.attributedString</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "attributedString",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.AttributedString",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAttributedHintText",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.attributedHintText\">Titanium.UI.TextField.attributedHintText</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.attributedHintText\">Titanium.UI.TextField.attributedHintText</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.AttributedString",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAttributedHintText",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextField.attributedHintText\">Titanium.UI.TextField.attributedHintText</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextField.attributedHintText\">Titanium.UI.TextField.attributedHintText</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "attributedHintText",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.AttributedString",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAutocapitalization",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.autocapitalization\">Titanium.UI.TextField.autocapitalization</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.autocapitalization\">Titanium.UI.TextField.autocapitalization</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAutocapitalization",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextField.autocapitalization\">Titanium.UI.TextField.autocapitalization</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextField.autocapitalization\">Titanium.UI.TextField.autocapitalization</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "autocapitalization",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAutocorrect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.autocorrect\">Titanium.UI.TextField.autocorrect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.autocorrect\">Titanium.UI.TextField.autocorrect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAutocorrect",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextField.autocorrect\">Titanium.UI.TextField.autocorrect</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextField.autocorrect\">Titanium.UI.TextField.autocorrect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "autocorrect",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAutofillType",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.autofillType\">Titanium.UI.TextField.autofillType</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.autofillType\">Titanium.UI.TextField.autofillType</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAutofillType",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextField.autofillType\">Titanium.UI.TextField.autofillType</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextField.autofillType\">Titanium.UI.TextField.autofillType</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "autofillType",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAutoLink",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.autoLink\">Titanium.UI.TextField.autoLink</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.autoLink\">Titanium.UI.TextField.autoLink</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setAutoLink",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextField.autoLink\">Titanium.UI.TextField.autoLink</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextField.autoLink\">Titanium.UI.TextField.autoLink</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "autoLink",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBorderStyle",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.borderStyle\">Titanium.UI.TextField.borderStyle</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.borderStyle\">Titanium.UI.TextField.borderStyle</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderStyle",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextField.borderStyle\">Titanium.UI.TextField.borderStyle</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextField.borderStyle\">Titanium.UI.TextField.borderStyle</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderStyle",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getClearButtonMode",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.clearButtonMode\">Titanium.UI.TextField.clearButtonMode</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.clearButtonMode\">Titanium.UI.TextField.clearButtonMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setClearButtonMode",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextField.clearButtonMode\">Titanium.UI.TextField.clearButtonMode</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextField.clearButtonMode\">Titanium.UI.TextField.clearButtonMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "clearButtonMode",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getClearOnEdit",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.clearOnEdit\">Titanium.UI.TextField.clearOnEdit</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.clearOnEdit\">Titanium.UI.TextField.clearOnEdit</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setClearOnEdit",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextField.clearOnEdit\">Titanium.UI.TextField.clearOnEdit</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextField.clearOnEdit\">Titanium.UI.TextField.clearOnEdit</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "clearOnEdit",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.color\">Titanium.UI.TextField.color</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.color\">Titanium.UI.TextField.color</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextField.color\">Titanium.UI.TextField.color</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextField.color\">Titanium.UI.TextField.color</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "color",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getEditable",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.editable\">Titanium.UI.TextField.editable</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.editable\">Titanium.UI.TextField.editable</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setEditable",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextField.editable\">Titanium.UI.TextField.editable</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextField.editable\">Titanium.UI.TextField.editable</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "editable",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getEllipsize",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.ellipsize\">Titanium.UI.TextField.ellipsize</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.ellipsize\">Titanium.UI.TextField.ellipsize</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setEllipsize",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextField.ellipsize\">Titanium.UI.TextField.ellipsize</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextField.ellipsize\">Titanium.UI.TextField.ellipsize</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "ellipsize",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getEnableReturnKey",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.enableReturnKey\">Titanium.UI.TextField.enableReturnKey</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.enableReturnKey\">Titanium.UI.TextField.enableReturnKey</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setEnableReturnKey",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextField.enableReturnKey\">Titanium.UI.TextField.enableReturnKey</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextField.enableReturnKey\">Titanium.UI.TextField.enableReturnKey</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "enableReturnKey",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getFont",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.font\">Titanium.UI.TextField.font</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.font\">Titanium.UI.TextField.font</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Font",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setFont",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextField.font\">Titanium.UI.TextField.font</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextField.font\">Titanium.UI.TextField.font</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "font",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Font",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getFullscreen",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.fullscreen\">Titanium.UI.TextField.fullscreen</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.fullscreen\">Titanium.UI.TextField.fullscreen</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setFullscreen",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextField.fullscreen\">Titanium.UI.TextField.fullscreen</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextField.fullscreen\">Titanium.UI.TextField.fullscreen</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "fullscreen",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getHintText",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.hintText\">Titanium.UI.TextField.hintText</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.hintText\">Titanium.UI.TextField.hintText</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHintText",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextField.hintText\">Titanium.UI.TextField.hintText</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextField.hintText\">Titanium.UI.TextField.hintText</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "hintText",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHintTextColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.hintTextColor\">Titanium.UI.TextField.hintTextColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.hintTextColor\">Titanium.UI.TextField.hintTextColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "4.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHintTextColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextField.hintTextColor\">Titanium.UI.TextField.hintTextColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextField.hintTextColor\">Titanium.UI.TextField.hintTextColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "hintTextColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "4.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHinttextid",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.hinttextid\">Titanium.UI.TextField.hinttextid</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.hinttextid\">Titanium.UI.TextField.hinttextid</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHinttextid",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextField.hinttextid\">Titanium.UI.TextField.hinttextid</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextField.hinttextid\">Titanium.UI.TextField.hinttextid</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "hinttextid",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHintType",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.hintType\">Titanium.UI.TextField.hintType</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.hintType\">Titanium.UI.TextField.hintType</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setHintType",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextField.hintType\">Titanium.UI.TextField.hintType</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextField.hintType\">Titanium.UI.TextField.hintType</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "hintType",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getInputType",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.inputType\">Titanium.UI.TextField.inputType</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.inputType\">Titanium.UI.TextField.inputType</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setInputType",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextField.inputType\">Titanium.UI.TextField.inputType</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextField.inputType\">Titanium.UI.TextField.inputType</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "inputType",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getKeyboardToolbar",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.keyboardToolbar\">Titanium.UI.TextField.keyboardToolbar</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.keyboardToolbar\">Titanium.UI.TextField.keyboardToolbar</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setKeyboardToolbar",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextField.keyboardToolbar\">Titanium.UI.TextField.keyboardToolbar</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextField.keyboardToolbar\">Titanium.UI.TextField.keyboardToolbar</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "keyboardToolbar",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getKeyboardToolbarColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.keyboardToolbarColor\">Titanium.UI.TextField.keyboardToolbarColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.keyboardToolbarColor\">Titanium.UI.TextField.keyboardToolbarColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setKeyboardToolbarColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextField.keyboardToolbarColor\">Titanium.UI.TextField.keyboardToolbarColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextField.keyboardToolbarColor\">Titanium.UI.TextField.keyboardToolbarColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "keyboardToolbarColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getKeyboardToolbarHeight",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.keyboardToolbarHeight\">Titanium.UI.TextField.keyboardToolbarHeight</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.keyboardToolbarHeight\">Titanium.UI.TextField.keyboardToolbarHeight</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setKeyboardToolbarHeight",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextField.keyboardToolbarHeight\">Titanium.UI.TextField.keyboardToolbarHeight</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextField.keyboardToolbarHeight\">Titanium.UI.TextField.keyboardToolbarHeight</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "keyboardToolbarHeight",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getKeyboardType",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.keyboardType\">Titanium.UI.TextField.keyboardType</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.keyboardType\">Titanium.UI.TextField.keyboardType</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setKeyboardType",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextField.keyboardType\">Titanium.UI.TextField.keyboardType</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextField.keyboardType\">Titanium.UI.TextField.keyboardType</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "keyboardType",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLeftButton",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.leftButton\">Titanium.UI.TextField.leftButton</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.leftButton\">Titanium.UI.TextField.leftButton</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.View",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLeftButton",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextField.leftButton\">Titanium.UI.TextField.leftButton</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextField.leftButton\">Titanium.UI.TextField.leftButton</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "leftButton",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLeftButtonMode",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.leftButtonMode\">Titanium.UI.TextField.leftButtonMode</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.leftButtonMode\">Titanium.UI.TextField.leftButtonMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLeftButtonMode",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextField.leftButtonMode\">Titanium.UI.TextField.leftButtonMode</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextField.leftButtonMode\">Titanium.UI.TextField.leftButtonMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "leftButtonMode",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLeftButtonPadding",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.leftButtonPadding\">Titanium.UI.TextField.leftButtonPadding</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.leftButtonPadding\">Titanium.UI.TextField.leftButtonPadding</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLeftButtonPadding",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextField.leftButtonPadding\">Titanium.UI.TextField.leftButtonPadding</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextField.leftButtonPadding\">Titanium.UI.TextField.leftButtonPadding</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "leftButtonPadding",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getMinimumFontSize",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.minimumFontSize\">Titanium.UI.TextField.minimumFontSize</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.minimumFontSize\">Titanium.UI.TextField.minimumFontSize</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setMinimumFontSize",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextField.minimumFontSize\">Titanium.UI.TextField.minimumFontSize</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextField.minimumFontSize\">Titanium.UI.TextField.minimumFontSize</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "minimumFontSize",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPadding",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.padding\">Titanium.UI.TextField.padding</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.padding\">Titanium.UI.TextField.padding</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "TextFieldPadding",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setPadding",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextField.padding\">Titanium.UI.TextField.padding</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextField.padding\">Titanium.UI.TextField.padding</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "padding",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "TextFieldPadding",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPaddingLeft",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.paddingLeft\">Titanium.UI.TextField.paddingLeft</a> property. <strong>Removed in 9.0.0. Use <a href=\"Titanium.UI.TextField.padding\">Titanium.UI.TextField.padding</a> for parity instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setPaddingLeft",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextField.paddingLeft\">Titanium.UI.TextField.paddingLeft</a> property. <strong>Removed in 9.0.0. Use <a href=\"Titanium.UI.TextField.padding\">Titanium.UI.TextField.padding</a> for parity instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "paddingLeft",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPaddingRight",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.paddingRight\">Titanium.UI.TextField.paddingRight</a> property. <strong>Removed in 9.0.0. Use <a href=\"Titanium.UI.TextField.padding\">Titanium.UI.TextField.padding</a> for parity instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setPaddingRight",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextField.paddingRight\">Titanium.UI.TextField.paddingRight</a> property. <strong>Removed in 9.0.0. Use <a href=\"Titanium.UI.TextField.padding\">Titanium.UI.TextField.padding</a> for parity instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "paddingRight",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPasswordMask",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.passwordMask\">Titanium.UI.TextField.passwordMask</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.passwordMask\">Titanium.UI.TextField.passwordMask</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setPasswordMask",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextField.passwordMask\">Titanium.UI.TextField.passwordMask</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextField.passwordMask\">Titanium.UI.TextField.passwordMask</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "passwordMask",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPasswordRules",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.passwordRules\">Titanium.UI.TextField.passwordRules</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.passwordRules\">Titanium.UI.TextField.passwordRules</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.5.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setPasswordRules",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextField.passwordRules\">Titanium.UI.TextField.passwordRules</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextField.passwordRules\">Titanium.UI.TextField.passwordRules</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "passwordRules",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.5.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getReturnKeyType",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.returnKeyType\">Titanium.UI.TextField.returnKeyType</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.returnKeyType\">Titanium.UI.TextField.returnKeyType</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setReturnKeyType",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextField.returnKeyType\">Titanium.UI.TextField.returnKeyType</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextField.returnKeyType\">Titanium.UI.TextField.returnKeyType</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "returnKeyType",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRightButton",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.rightButton\">Titanium.UI.TextField.rightButton</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.rightButton\">Titanium.UI.TextField.rightButton</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.View",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setRightButton",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextField.rightButton\">Titanium.UI.TextField.rightButton</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextField.rightButton\">Titanium.UI.TextField.rightButton</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rightButton",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRightButtonMode",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.rightButtonMode\">Titanium.UI.TextField.rightButtonMode</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.rightButtonMode\">Titanium.UI.TextField.rightButtonMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setRightButtonMode",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextField.rightButtonMode\">Titanium.UI.TextField.rightButtonMode</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextField.rightButtonMode\">Titanium.UI.TextField.rightButtonMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rightButtonMode",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRightButtonPadding",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.rightButtonPadding\">Titanium.UI.TextField.rightButtonPadding</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.rightButtonPadding\">Titanium.UI.TextField.rightButtonPadding</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setRightButtonPadding",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextField.rightButtonPadding\">Titanium.UI.TextField.rightButtonPadding</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextField.rightButtonPadding\">Titanium.UI.TextField.rightButtonPadding</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rightButtonPadding",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSuppressReturn",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.suppressReturn\">Titanium.UI.TextField.suppressReturn</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.suppressReturn\">Titanium.UI.TextField.suppressReturn</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setSuppressReturn",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextField.suppressReturn\">Titanium.UI.TextField.suppressReturn</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextField.suppressReturn\">Titanium.UI.TextField.suppressReturn</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "suppressReturn",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSelection",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.selection\">Titanium.UI.TextField.selection</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.selection\">Titanium.UI.TextField.selection</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "textFieldSelectedParams",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getShowUndoRedoActions",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.showUndoRedoActions\">Titanium.UI.TextField.showUndoRedoActions</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.showUndoRedoActions\">Titanium.UI.TextField.showUndoRedoActions</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setShowUndoRedoActions",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextField.showUndoRedoActions\">Titanium.UI.TextField.showUndoRedoActions</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextField.showUndoRedoActions\">Titanium.UI.TextField.showUndoRedoActions</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "showUndoRedoActions",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTextAlign",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.textAlign\">Titanium.UI.TextField.textAlign</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.textAlign\">Titanium.UI.TextField.textAlign</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTextAlign",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextField.textAlign\">Titanium.UI.TextField.textAlign</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextField.textAlign\">Titanium.UI.TextField.textAlign</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "textAlign",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getValue",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.value\">Titanium.UI.TextField.value</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.value\">Titanium.UI.TextField.value</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setValue",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextField.value\">Titanium.UI.TextField.value</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextField.value\">Titanium.UI.TextField.value</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "value",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getVerticalAlign",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.verticalAlign\">Titanium.UI.TextField.verticalAlign</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.verticalAlign\">Titanium.UI.TextField.verticalAlign</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setVerticalAlign",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextField.verticalAlign\">Titanium.UI.TextField.verticalAlign</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextField.verticalAlign\">Titanium.UI.TextField.verticalAlign</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "verticalAlign",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getMaxLength",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.TextField.maxLength\">Titanium.UI.TextField.maxLength</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.TextField.maxLength\">Titanium.UI.TextField.maxLength</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "setMaxLength",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.TextField.maxLength\">Titanium.UI.TextField.maxLength</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.TextField.maxLength\">Titanium.UI.TextField.maxLength</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "maxLength",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.UI.View",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "accessibilityHidden",
                    "deprecated": false,
                    "description": "<p>Whether the view should be &quot;hidden&quot; from (i.e., ignored by) the accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityHint",
                    "deprecated": false,
                    "description": "<p>Briefly describes what performing an action (such as a click) on the view will do.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityLabel",
                    "deprecated": false,
                    "description": "<p>A succint label identifying the view for the device's accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityValue",
                    "deprecated": false,
                    "description": "<p>A string describing the value (if any) of the view for the device's accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "anchorPoint",
                    "deprecated": false,
                    "description": "<p>Coordinate of the view about which to pivot an animation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "animatedCenter",
                    "deprecated": false,
                    "description": "<p>Current position of the view during an animation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundColor",
                    "deprecated": false,
                    "description": "<p>Background color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundDisabledColor",
                    "deprecated": false,
                    "description": "<p>Disabled background color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundDisabledImage",
                    "deprecated": false,
                    "description": "<p>Disabled background image for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundFocusedColor",
                    "deprecated": false,
                    "description": "<p>Focused background color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundFocusedImage",
                    "deprecated": false,
                    "description": "<p>Focused background image for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundGradient",
                    "deprecated": false,
                    "description": "<p>A background gradient for the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [
                        {
                            "title": "Linear and Radial Gradients",
                            "code": "<p>The following code excerpt creates two views, one with a linear gradient and one with\na radial gradient.</p>\n<pre><code>var win1 = Titanium.UI.createWindow({\n    title:'Tab 1',\n    backgroundColor:'#fff',\n    layout: 'vertical'\n});\n\nvar radialGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'radial',\n        startPoint: { x: 50, y: 50 },\n        endPoint: { x: 50, y: 50 },\n        colors: [ 'red', 'blue'],\n        startRadius: 50,\n        endRadius: 0,\n        backfillStart: true\n    }\n});\nvar linearGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'linear',\n        startPoint: { x: '0%', y: '50%' },\n        endPoint: { x: '100%', y: '50%' },\n        colors: [ { color: 'red', offset: 0.0}, { color: 'blue', offset: 0.25 }, { color: 'red', offset: 1.0 } ],\n    }\n});\nwin1.add(radialGradient);\nwin1.add(linearGradient);\nwin1.open();\n</code></pre>"
                        }
                    ],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Gradient",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundImage",
                    "deprecated": false,
                    "description": "<p>Background image for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundRepeat",
                    "deprecated": false,
                    "description": "<p>Determines whether to tile a background across a view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundLeftCap",
                    "deprecated": false,
                    "description": "<p>Size of the left end cap.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundSelectedColor",
                    "deprecated": false,
                    "description": "<p>Selected background color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundSelectedImage",
                    "deprecated": false,
                    "description": "<p>Selected background image url for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundTopCap",
                    "deprecated": false,
                    "description": "<p>Size of the top end cap.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderColor",
                    "deprecated": false,
                    "description": "<p>Border color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderRadius",
                    "deprecated": false,
                    "description": "<p>Radius for the rounded corners of the view's border.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderWidth",
                    "deprecated": false,
                    "description": "<p>Border width of the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "bottom",
                    "deprecated": false,
                    "description": "<p>View's bottom position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "center",
                    "deprecated": false,
                    "description": "<p>View's center position, in the parent view's coordinates.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "clipMode",
                    "deprecated": false,
                    "description": "<p>View's clipping behavior.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "elevation",
                    "deprecated": false,
                    "description": "<p>Base elevation of the view relative to its parent in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "focusable",
                    "deprecated": false,
                    "description": "<p>Whether view should be focusable while navigating with the trackball.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "height",
                    "deprecated": false,
                    "description": "<p>View height, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.FILL",
                        "Titanium.UI.SIZE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hiddenBehavior",
                    "deprecated": false,
                    "description": "<p>Sets the behavior when hiding an object to release or keep the free space</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.HIDDEN_BEHAVIOR_INVISIBLE",
                        "Titanium.UI.HIDDEN_BEHAVIOR_GONE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "horizontalMotionEffect",
                    "deprecated": false,
                    "description": "<p>Adds a horizontal parallax effect to the view</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "MinMaxOptions",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "id",
                    "deprecated": false,
                    "description": "<p>View's identifier.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "left",
                    "deprecated": false,
                    "description": "<p>View's left position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "layout",
                    "deprecated": false,
                    "description": "<p>Specifies how the view positions its children.\nOne of: 'composite', 'vertical', or 'horizontal'.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "opacity",
                    "deprecated": false,
                    "description": "<p>Opacity of this view, from 0.0 (transparent) to 1.0 (opaque). Defaults to 1.0 (opaque).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "overrideCurrentAnimation",
                    "deprecated": false,
                    "description": "<p>When on, animate call overrides current animation if applicable.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "pullBackgroundColor",
                    "deprecated": false,
                    "description": "<p>Background color of the wrapper view when this view is used as either <a href=\"Titanium.UI.ListView.pullView\">Titanium.UI.ListView.pullView</a> or <a href=\"Titanium.UI.TableView.headerPullView\">Titanium.UI.TableView.headerPullView</a>.</p>\n<p>Defaults to <code>undefined</code>. Results in a light grey background color on the wrapper view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "previewContext",
                    "deprecated": false,
                    "description": "<p>The preview context used in the 3D-Touch feature &quot;Peek and Pop&quot;.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Titanium.UI.iOS.PreviewContext",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "right",
                    "deprecated": false,
                    "description": "<p>View's right position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "rect",
                    "deprecated": false,
                    "description": "<p>The bounding box of the view relative to its parent, in system units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "type": "DimensionWithAbsolutes",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "rotation",
                    "deprecated": false,
                    "description": "<p>Clockwise 2D rotation of the view in degrees.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "rotationX",
                    "deprecated": false,
                    "description": "<p>Clockwise rotation of the view in degrees (x-axis).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "rotationY",
                    "deprecated": false,
                    "description": "<p>Clockwise rotation of the view in degrees (y-axis).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "scaleX",
                    "deprecated": false,
                    "description": "<p>Scaling of the view in x-axis in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "scaleY",
                    "deprecated": false,
                    "description": "<p>Scaling of the view in y-axis in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "size",
                    "deprecated": false,
                    "description": "<p>The size of the view in system units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Dimension",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "softKeyboardOnFocus",
                    "deprecated": false,
                    "description": "<p>Determines keyboard behavior when this view is focused. Defaults to <a href=\"Titanium.UI.Android.SOFT_KEYBOARD_DEFAULT_ON_FOCUS\">Titanium.UI.Android.SOFT_KEYBOARD_DEFAULT_ON_FOCUS</a>.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.Android.SOFT_KEYBOARD_DEFAULT_ON_FOCUS",
                        "Titanium.UI.Android.SOFT_KEYBOARD_HIDE_ON_FOCUS",
                        "Titanium.UI.Android.SOFT_KEYBOARD_SHOW_ON_FOCUS"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "tintColor",
                    "deprecated": false,
                    "description": "<p>The view's tintColor</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "top",
                    "deprecated": false,
                    "description": "<p>The view's top position.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "touchEnabled",
                    "deprecated": false,
                    "description": "<p>Determines whether view should receive touch events.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "touchFeedback",
                    "deprecated": false,
                    "description": "<p>A material design visual construct that provides an instantaneous visual confirmation of touch point.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "touchFeedbackColor",
                    "deprecated": false,
                    "description": "<p>Optional touch feedback ripple color. This has no effect unless <code>touchFeedback</code> is true.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "transform",
                    "deprecated": false,
                    "description": "<p>Transformation matrix to apply to the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Titanium.UI.Matrix2D",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "translationX",
                    "deprecated": false,
                    "description": "<p>Horizontal location of the view relative to its left position in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "translationY",
                    "deprecated": false,
                    "description": "<p>Vertical location of the view relative to its top position in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "translationZ",
                    "deprecated": false,
                    "description": "<p>Depth of the view relative to its elevation in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "transitionName",
                    "deprecated": false,
                    "description": "<p>A name to identify this view in activity transition.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.2"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "verticalMotionEffect",
                    "deprecated": false,
                    "description": "<p>Adds a vertical parallax effect to the view</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "MinMaxOptions",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowRadius",
                    "deprecated": false,
                    "description": "<p>Determines the blur radius used to create the shadow.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowColor",
                    "deprecated": false,
                    "description": "<p>Determines the color of the shadow.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowOffset",
                    "deprecated": false,
                    "description": "<p>Determines the offset for the shadow of the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "visible",
                    "deprecated": false,
                    "description": "<p>Determines whether the view is visible.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "width",
                    "deprecated": false,
                    "description": "<p>View's width, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.FILL",
                        "Titanium.UI.SIZE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "horizontalWrap",
                    "deprecated": false,
                    "description": "<p>Determines whether the layout has wrapping behavior.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "zIndex",
                    "deprecated": false,
                    "description": "<p>Z-index stack order position, relative to other sibling views.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "keepScreenOn",
                    "deprecated": false,
                    "description": "<p>Determines whether to keep the device screen on.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "appearance",
                    "deprecated": true,
                    "description": "<p>Determines the appearance of the keyboard displayed when this field is focused. <strong>Removed in 9.0.0. Use <a href=\"Titanium.UI.TextField.keyboardAppearance\">Titanium.UI.TextField.keyboardAppearance</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.KEYBOARD_APPEARANCE_ALERT",
                        "Titanium.UI.KEYBOARD_APPEARANCE_DEFAULT",
                        "Titanium.UI.KEYBOARD_APPEARANCE_DARK",
                        "Titanium.UI.KEYBOARD_APPEARANCE_LIGHT"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "keyboardAppearance",
                    "deprecated": false,
                    "description": "<p>Determines the appearance of the keyboard displayed when this field is focused.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.KEYBOARD_APPEARANCE_DARK",
                        "Titanium.UI.KEYBOARD_APPEARANCE_LIGHT",
                        "Titanium.UI.KEYBOARD_APPEARANCE_DEFAULT"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "attributedString",
                    "deprecated": false,
                    "description": "<p>TextField attributed string.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "Titanium.UI.AttributedString",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "attributedHintText",
                    "deprecated": false,
                    "description": "<p>Hint text attributed string.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "Titanium.UI.AttributedString",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "autocapitalization",
                    "deprecated": false,
                    "description": "<p>Determines how text is capitalized during typing.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.TEXT_AUTOCAPITALIZATION_ALL",
                        "Titanium.UI.TEXT_AUTOCAPITALIZATION_NONE",
                        "Titanium.UI.TEXT_AUTOCAPITALIZATION_SENTENCES",
                        "Titanium.UI.TEXT_AUTOCAPITALIZATION_WORDS"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "autocorrect",
                    "deprecated": false,
                    "description": "<p>Determines whether to automatically correct text entered into this text field.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "autofillType",
                    "deprecated": false,
                    "description": "<p>Sets the autofill type for the text field.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.AUTOFILL_TYPE_USERNAME",
                        "Titanium.UI.AUTOFILL_TYPE_PASSWORD",
                        "Titanium.UI.AUTOFILL_TYPE_NAME",
                        "Titanium.UI.AUTOFILL_TYPE_NAME_PREFIX",
                        "Titanium.UI.AUTOFILL_TYPE_GIVEN_NAME",
                        "Titanium.UI.AUTOFILL_TYPE_MIDDLE_NAME",
                        "Titanium.UI.AUTOFILL_TYPE_FAMILY_NAME",
                        "Titanium.UI.AUTOFILL_TYPE_NAME_SUFFIX",
                        "Titanium.UI.AUTOFILL_TYPE_NICKNAME",
                        "Titanium.UI.AUTOFILL_TYPE_JOB_TITLE",
                        "Titanium.UI.AUTOFILL_TYPE_ORGANIZATION_NAME",
                        "Titanium.UI.AUTOFILL_TYPE_LOCATION",
                        "Titanium.UI.AUTOFILL_TYPE_ADDRESS",
                        "Titanium.UI.AUTOFILL_TYPE_ADDRESS_LINE1",
                        "Titanium.UI.AUTOFILL_TYPE_ADDRESS_LINE2",
                        "Titanium.UI.AUTOFILL_TYPE_ADDRESS_CITY",
                        "Titanium.UI.AUTOFILL_TYPE_ADDRESS_STATE",
                        "Titanium.UI.AUTOFILL_TYPE_ADDRESS_CITY_STATE",
                        "Titanium.UI.AUTOFILL_TYPE_SUBLOCALITY",
                        "Titanium.UI.AUTOFILL_TYPE_COUNTRY_NAME",
                        "Titanium.UI.AUTOFILL_TYPE_POSTAL_CODE",
                        "Titanium.UI.AUTOFILL_TYPE_PHONE",
                        "Titanium.UI.AUTOFILL_TYPE_EMAIL",
                        "Titanium.UI.AUTOFILL_TYPE_URL",
                        "Titanium.UI.AUTOFILL_TYPE_CARD_NUMBER",
                        "Titanium.UI.AUTOFILL_TYPE_CARD_SECURITY_CODE",
                        "Titanium.UI.AUTOFILL_TYPE_CARD_EXPIRATION_DATE",
                        "Titanium.UI.AUTOFILL_TYPE_CARD_EXPIRATION_DAY",
                        "Titanium.UI.AUTOFILL_TYPE_CARD_EXPIRATION_MONTH",
                        "Titanium.UI.AUTOFILL_TYPE_CARD_EXPIRATION_YEAR",
                        "Titanium.UI.AUTOFILL_TYPE_NEW_PASSWORD",
                        "Titanium.UI.AUTOFILL_TYPE_ONE_TIME_CODE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "autoLink",
                    "deprecated": false,
                    "description": "<p>Automatically convert text to clickable links.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.AUTOLINK_MAP_ADDRESSES",
                        "Titanium.UI.AUTOLINK_ALL",
                        "Titanium.UI.AUTOLINK_CALENDAR",
                        "Titanium.UI.AUTOLINK_URLS",
                        "Titanium.UI.AUTOLINK_NONE",
                        "Titanium.UI.AUTOLINK_PHONE_NUMBERS",
                        "Titanium.UI.AUTOLINK_EMAIL_ADDRESSES"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "borderStyle",
                    "deprecated": false,
                    "description": "<p>Border style for the field.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.INPUT_BORDERSTYLE_BEZEL",
                        "Titanium.UI.INPUT_BORDERSTYLE_LINE",
                        "Titanium.UI.INPUT_BORDERSTYLE_NONE",
                        "Titanium.UI.INPUT_BORDERSTYLE_ROUNDED"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "clearButtonMode",
                    "deprecated": false,
                    "description": "<p>Determines when the clear button is displayed.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.INPUT_BUTTONMODE_ALWAYS",
                        "Titanium.UI.INPUT_BUTTONMODE_NEVER",
                        "Titanium.UI.INPUT_BUTTONMODE_ONBLUR",
                        "Titanium.UI.INPUT_BUTTONMODE_ONFOCUS"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "clearOnEdit",
                    "deprecated": false,
                    "description": "<p>Determines whether the value of this text field should be cleared when it is focused.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "color",
                    "deprecated": false,
                    "description": "<p>Color of the text in this text field, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "editable",
                    "deprecated": false,
                    "description": "<p>Determines whether this field can be edited.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ellipsize",
                    "deprecated": false,
                    "description": "<p>Determines whether an ellipsis (<code>...</code>) should be used to indicate truncated text.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "enableReturnKey",
                    "deprecated": false,
                    "description": "<p>Determines whether the return key is enabled automatically when there is text in this text\nfield.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "font",
                    "deprecated": false,
                    "description": "<p>Font to use for text.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Font",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fullscreen",
                    "deprecated": false,
                    "description": "<p>Leave some space above the keyboard in landscape mode or not.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "hintText",
                    "deprecated": false,
                    "description": "<p>Hint text to display when the field is empty.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hintTextColor",
                    "deprecated": false,
                    "description": "<p>Hint text color to display when the field is empty.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "4.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hinttextid",
                    "deprecated": false,
                    "description": "<p>Key identifying a string from the locale file to use for the\n<a href=\"Titanium.UI.TextField.hintText\">hintText</a> property.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hintType",
                    "deprecated": false,
                    "description": "<p>Hint type to display on the text field.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.HINT_TYPE_STATIC",
                        "Titanium.UI.HINT_TYPE_ANIMATED"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "inputType",
                    "deprecated": false,
                    "description": "<p>Input type to accept in the text field. Also influences the Keyboard type to display.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.INPUT_TYPE_CLASS_NUMBER",
                        "Titanium.UI.INPUT_TYPE_CLASS_TEXT"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "keyboardToolbar",
                    "deprecated": false,
                    "description": "<p>Array of toolbar button objects or a <a href=\"Titanium.UI.iOS.Toolbar\">toolbar</a> to be used when the\nkeyboard is displayed.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "keyboardToolbarColor",
                    "deprecated": false,
                    "description": "<p>Color of the keyboard toolbar if keyboardToolbar is an array, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "keyboardToolbarHeight",
                    "deprecated": false,
                    "description": "<p>Height of the keyboard toolbar if keyboardToolbar is an array.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "keyboardType",
                    "deprecated": false,
                    "description": "<p>Keyboard type to display when this text field is focused.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.KEYBOARD_TYPE_DECIMAL_PAD",
                        "Titanium.UI.KEYBOARD_TYPE_ASCII",
                        "Titanium.UI.KEYBOARD_TYPE_DEFAULT",
                        "Titanium.UI.KEYBOARD_TYPE_EMAIL",
                        "Titanium.UI.KEYBOARD_TYPE_NAMEPHONE_PAD",
                        "Titanium.UI.KEYBOARD_TYPE_NUMBERS_PUNCTUATION",
                        "Titanium.UI.KEYBOARD_TYPE_NUMBER_PAD",
                        "Titanium.UI.KEYBOARD_TYPE_PHONE_PAD",
                        "Titanium.UI.KEYBOARD_TYPE_WEBSEARCH",
                        "Titanium.UI.KEYBOARD_TYPE_TWITTER",
                        "Titanium.UI.KEYBOARD_TYPE_URL"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "leftButton",
                    "deprecated": false,
                    "description": "<p>Left button view to display in the <code>TextField</code>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Titanium.UI.View",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "leftButtonMode",
                    "deprecated": false,
                    "description": "<p>Determines when to display the left button view.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.INPUT_BUTTONMODE_ALWAYS",
                        "Titanium.UI.INPUT_BUTTONMODE_NEVER",
                        "Titanium.UI.INPUT_BUTTONMODE_ONBLUR",
                        "Titanium.UI.INPUT_BUTTONMODE_ONFOCUS"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "leftButtonPadding",
                    "deprecated": false,
                    "description": "<p>Padding between the left button and the edge of the field.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "minimumFontSize",
                    "deprecated": false,
                    "description": "<p>Minimum size of the font when the font is sized based on the contents.  Enables font\nscaling to fit.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "padding",
                    "deprecated": false,
                    "description": "<p>Sets the padding of this text field.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "type": "TextFieldPadding",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "paddingLeft",
                    "deprecated": true,
                    "description": "<p>Left padding of this text field. <strong>Removed in 9.0.0. Use <a href=\"Titanium.UI.TextField.padding\">Titanium.UI.TextField.padding</a> for parity instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "paddingRight",
                    "deprecated": true,
                    "description": "<p>Right padding of this text field. <strong>Removed in 9.0.0. Use <a href=\"Titanium.UI.TextField.padding\">Titanium.UI.TextField.padding</a> for parity instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "passwordMask",
                    "deprecated": false,
                    "description": "<p>Obscure the input text from the user.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "passwordRules",
                    "deprecated": false,
                    "description": "<p>Set password rules that should be used for this text field.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.5.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "returnKeyType",
                    "deprecated": false,
                    "description": "<p>Specifies the text to display on the keyboard <code>Return</code> key when this field is focused.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.RETURNKEY_CONTINUE",
                        "Titanium.UI.RETURNKEY_DEFAULT",
                        "Titanium.UI.RETURNKEY_DONE",
                        "Titanium.UI.RETURNKEY_EMERGENCY_CALL",
                        "Titanium.UI.RETURNKEY_GO",
                        "Titanium.UI.RETURNKEY_GOOGLE",
                        "Titanium.UI.RETURNKEY_JOIN",
                        "Titanium.UI.RETURNKEY_NEXT",
                        "Titanium.UI.RETURNKEY_ROUTE",
                        "Titanium.UI.RETURNKEY_SEARCH",
                        "Titanium.UI.RETURNKEY_SEND",
                        "Titanium.UI.RETURNKEY_YAHOO"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "rightButton",
                    "deprecated": false,
                    "description": "<p>Right button view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Titanium.UI.View",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "rightButtonMode",
                    "deprecated": false,
                    "description": "<p>Determines when to display the right button view.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.INPUT_BUTTONMODE_ALWAYS",
                        "Titanium.UI.INPUT_BUTTONMODE_NEVER",
                        "Titanium.UI.INPUT_BUTTONMODE_ONBLUR",
                        "Titanium.UI.INPUT_BUTTONMODE_ONFOCUS"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "rightButtonPadding",
                    "deprecated": false,
                    "description": "<p>Padding between the right button and the edge of the field.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "suppressReturn",
                    "deprecated": false,
                    "description": "<p>Determines whether the return key should be suppressed during entry.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "selection",
                    "deprecated": false,
                    "description": "<p>Returns the currently selected text of the text field.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "textFieldSelectedParams",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "showUndoRedoActions",
                    "deprecated": false,
                    "description": "<p>Determinates if the undo and redo buttons on the left side of the keyboard should be displayed or not. Only valid on iOS9 and above.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "textAlign",
                    "deprecated": false,
                    "description": "<p>Text alignment within this text field.</p>\n<p>This has no effect on <code>hintText</code> when <code>hintType</code> is Ti.UI.HINT_TYPE_ANIMATED.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.TEXT_ALIGNMENT_CENTER",
                        "Titanium.UI.TEXT_ALIGNMENT_JUSTIFY",
                        "Titanium.UI.TEXT_ALIGNMENT_LEFT",
                        "Titanium.UI.TEXT_ALIGNMENT_RIGHT"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "value",
                    "deprecated": false,
                    "description": "<p>Value of this text field, which may be set programmatically and modified by the user.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "verticalAlign",
                    "deprecated": false,
                    "description": "<p>Vertical alignment within this text field.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.TEXT_VERTICAL_ALIGNMENT_BOTTOM",
                        "Titanium.UI.TEXT_VERTICAL_ALIGNMENT_CENTER",
                        "Titanium.UI.TEXT_VERTICAL_ALIGNMENT_TOP"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "maxLength",
                    "deprecated": false,
                    "description": "<p>Maximum length of text field input.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        }
                    ]
                }
            ],
            "remarks": [
                "<table id=\"platformComparison\">\n  <tbody>\n    <tr>\n      <td><img src=\"images/textfield/textfield_android.png\" height=\"25\" /></td>\n      <td><img src=\"images/textfield/textfield_ios.png\" height=\"25\" /></td>\n      <td><img src=\"images/textfield/textfield_wp.png\" height=\"25\" /></td>\n    </tr>\n  </tbody>\n  <tfoot>\n    <tr>\n      <th>Android</th>\n      <th>iOS</th>\n      <th>Windows Phone</th>\n    </tr>\n  </tfoot>\n</table>\n<p>Use the <a href=\"Titanium.UI.createTextField\">Titanium.UI.createTextField</a> method or <strong><code>&lt;TextField&gt;</code></strong> Alloy element to create a text field.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "textFieldSelectedParams",
            "description": "<p>Dictionary object of parameters for the <a href=\"Titanium.UI.TextField.selection\">Titanium.UI.TextField.selection</a> property that describes\nposition and length of the selected text.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "location",
                    "deprecated": false,
                    "description": "<p>Starting position of selected text.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "length",
                    "deprecated": false,
                    "description": "<p>Number of characters selected.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "TextFieldPadding",
            "description": "<p>Dictionary object of parameters for the <a href=\"Titanium.UI.TextField.padding\">Titanium.UI.TextField.padding</a> that describes the padding. Most notable difference from typical <a href=\"Padding\">Padding</a> is that <code>top</code>/<code>bottom</code> are only supported on Android.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Padding",
            "isInternal": false,
            "properties": [
                {
                    "name": "left",
                    "deprecated": false,
                    "description": "<p>Left padding</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "right",
                    "deprecated": false,
                    "description": "<p>Right padding</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "top",
                    "deprecated": false,
                    "description": "<p>Top padding (Android only, since 6.1.0)</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "bottom",
                    "deprecated": false,
                    "description": "<p>Bottom padding (Android only, since 6.1.0)</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "6.0.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "6.0.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "6.0.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.Toolbar",
            "description": "<p>A Toolbar can contain buttons, as well as certain other widgets, including text fields and labels.</p>",
            "deprecated": false,
            "events": [
                {
                    "name": "click",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a click against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "dblclick",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a double click against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "doubletap",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a double tap against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "focus",
                    "deprecated": false,
                    "description": "<p>Fired when the view element gains focus.</p>"
                },
                {
                    "name": "keypressed",
                    "deprecated": false,
                    "description": "<p>Fired when a hardware key is pressed in the view.</p>",
                    "properties": [
                        {
                            "name": "keyCode",
                            "constants": [],
                            "description": "<p>The code for the physical key that was pressed. For more details, see <a href=\"https://developer.android.com/reference/android/view/KeyEvent.html\">KeyEvent</a>. This API is experimental and subject to change.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "longpress",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a long press.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "pinch",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a pinch gesture.</p>",
                    "properties": [
                        {
                            "name": "scale",
                            "constants": [],
                            "description": "<p>The scale factor relative to the points of the two touches in screen coordinates.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "velocity",
                            "constants": [],
                            "description": "<p>The velocity of the pinch in scale factor per second.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "time",
                            "constants": [],
                            "description": "<p>The event time of the current event being processed.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timeDelta",
                            "constants": [],
                            "description": "<p>The time difference in milliseconds between the previous accepted scaling event and the\ncurrent scaling event.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "currentSpan",
                            "constants": [],
                            "description": "<p>The average distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "currentSpanX",
                            "constants": [],
                            "description": "<p>The average X distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "currentSpanY",
                            "constants": [],
                            "description": "<p>The average Y distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "previousSpan",
                            "constants": [],
                            "description": "<p>The previous average distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "previousSpanX",
                            "constants": [],
                            "description": "<p>The previous average X distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "previousSpanY",
                            "constants": [],
                            "description": "<p>The previous average Y distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "focusX",
                            "constants": [],
                            "description": "<p>The X coordinate of the current gesture's focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "focusY",
                            "constants": [],
                            "description": "<p>The Y coordinate of the current gesture's focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "inProgress",
                            "constants": [],
                            "description": "<p>Returns <code>true</code> if a scale gesture is in progress, <code>false</code> otherwise.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "postlayout",
                    "deprecated": false,
                    "description": "<p>Fired when a layout cycle is finished.</p>"
                },
                {
                    "name": "singletap",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a single tap against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "swipe",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a swipe gesture against the view.</p>",
                    "properties": [
                        {
                            "name": "direction",
                            "constants": [],
                            "description": "<p>Direction of the swipe--either 'left', 'right', 'up', or 'down'.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event's endpoint from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event's endpoint from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchcancel",
                    "deprecated": false,
                    "description": "<p>Fired when a touch event is interrupted by the device.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchend",
                    "deprecated": false,
                    "description": "<p>Fired when a touch event is completed.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Penciland are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchmove",
                    "deprecated": false,
                    "description": "<p>Fired as soon as the device detects movement of a touch.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchstart",
                    "deprecated": false,
                    "description": "<p>Fired as soon as the device detects a touch gesture.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                }
            ],
            "examples": [
                {
                    "title": "Simple Toolbar",
                    "code": "<p>The following code excerpt creates a simple toolbar, placed at the bottom of the window.</p>\n<pre><code>var win = Ti.UI.createWindow({\n    backgroundColor: 'white'\n});\n\nvar send = Ti.UI.createButton({\n    title: 'Send'\n});\n\nvar camera = Ti.UI.createButton({\n    title: 'Camera'\n});\n\nvar cancel = Ti.UI.createButton({\n    title: 'Cancel'\n});\n\nvar toolbar = Ti.UI.createToolbar({\n    items: [send, camera, cancel],\n    bottom: 0\n});\n\nwin.add(toolbar);\nwin.open();\n</code></pre>"
                },
                {
                    "title": "Toolbar (iOS) with extended background",
                    "code": "<p>The following code excerpt creates a simple toolbar, placed at the top of the window which extends its background under the status bar.</p>\n<pre><code>var win = Ti.UI.createWindow({\n    backgroundColor: 'white'\n});\n\nvar send = Ti.UI.createButton({\n    title: 'Send',\n    style: Ti.UI.iOS.SystemButtonStyle.DONE,\n});\n\nvar camera = Ti.UI.createButton({\n    systemButton: Ti.UI.iOS.SystemButton.CAMERA,\n});\n\nvar cancel = Ti.UI.createButton({\n    systemButton: Ti.UI.iOS.SystemButton.CANCEL\n});\n\nflexSpace = Ti.UI.createButton({\n    systemButton: Ti.UI.iOS.SystemButton.FLEXIBLE_SPACE\n});\n\nvar toolbar = Ti.UI.createToolbar({\n    items: [send, flexSpace, camera, flexSpace, cancel],\n    top: 20,\n    extendBackground: true\n});\n\nwin.add(toolbar);\nwin.open();\n</code></pre>\n<p>Note the use of the flexible space for positioning the toolbar buttons -- the\n<code>FLEXIBLE_SPACE</code> button doesn't appear as a button, but a variable space between the\ncontrols on either side of it. Available space in the toolbar is divided between all of the\nflexible space buttons in the toolbar. Without the flexible spaces in this example,\nthe toolbar buttons would be grouped tightly together on the left side of the toolbar.</p>"
                },
                {
                    "title": "Alloy Example (simple Toolbar)",
                    "code": "<p>Simple Toolbar example as an Alloy view.</p>\n<pre><code>&lt;Alloy&gt;\n    &lt;Window&gt;\n        &lt;Toolbar bottom=&quot;0&quot;&gt;\n\n            &lt;!-- The Items tag sets the Toolbar.items property. --&gt;\n            &lt;Items&gt;\n                &lt;Button id=&quot;send&quot; title=&quot;Send&quot; /&gt;\n                &lt;Button id=&quot;camera&quot; title=&quot;Camera&quot; /&gt;\n                &lt;Button id=&quot;cancel&quot; title=&quot;Cancel&quot; /&gt;\n            &lt;/Items&gt;\n\n        &lt;/Toolbar&gt;\n    &lt;/Window&gt;\n&lt;/Alloy&gt;\n</code></pre>"
                },
                {
                    "title": "Alloy Example (Toolbar as ActionBar)",
                    "code": "<p>Example how to set up Toolbar as an ActionBar</p>\n<pre><code>&lt;Alloy&gt;\n    &lt;Window title=&quot;My Test App&quot; backgroundColor=&quot;gray&quot; customToolbar=&quot;toolbar&quot;&gt;\n        &lt;Toolbar\n            title=&quot;MyMenu&quot;\n            subtitle=&quot;Subtitle&quot;\n            width=&quot;Ti.UI.FILL&quot;\n            top=&quot;0&quot;\n            barColor=&quot;#639851&quot;\n            displayHomeAsUp=&quot;true&quot;\n            homeButtonEnabled=&quot;true&quot;\n            overflowIcon=&quot;logo.png&quot;&gt;\n\n            &lt;!-- The Items tag sets the Toolbar.items property. --&gt;\n            &lt;Items&gt;\n                &lt;Button id=&quot;ok&quot; title=&quot;OK&quot;/&gt;\n                &lt;Button id=&quot;cancel&quot; title=&quot;Cancel&quot;/&gt;\n            &lt;/Items&gt;\n        &lt;/Toolbar&gt;\n\n        &lt;!-- The MenuItem's to be mapped to the toolbar --&gt;\n        &lt;Menu&gt;\n            &lt;MenuItem id=&quot;item1&quot; title=&quot;Settings&quot; showAsAction=&quot;Ti.Android.SHOW_AS_ACTION_NEVER&quot;/&gt;\n            &lt;MenuItem id=&quot;item2&quot; title=&quot;Search&quot; showAsAction=&quot;Ti.Android.SHOW_AS_ACTION_NEVER&quot;/&gt;\n        &lt;/Menu&gt;\n    &lt;/Window&gt;\n&lt;/Alloy&gt;\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "animate",
                    "deprecated": false,
                    "description": "<p>Animates this view.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "animation",
                            "constants": [],
                            "description": "<p>Either a dictionary of animation properties or an\n<a href=\"Titanium.UI.Animation\">Animation</a> object.</p>",
                            "type": "Titanium.UI.Animation",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Function to be invoked upon completion of the animation.</p>",
                            "type": "Function",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "clearMotionEffects",
                    "deprecated": false,
                    "description": "<p>Removes all previously added motion effects.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "finishLayout",
                    "deprecated": true,
                    "description": "<p>Finishes a batch update of the View's layout properties and schedules a layout pass of the\nview tree.\n<strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hide",
                    "deprecated": false,
                    "description": "<p>Hides this view.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Animation options for Android only. <strong>Since SDK 5.1.0 and used only on Android 5.0+</strong></p>\n<p>Determines whether to enable a circular reveal animation.\nNote that the default here is equivalent to passing in <code>{ animated: false }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "insertAt",
                    "deprecated": false,
                    "description": "<p>Inserts a view at the specified position in the <a href=\"Titanium.UI.View.children\">children</a> array.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Pass an object that specifies the view to insert and optionally at which position (defaults to end)</p>",
                            "type": "ViewPositionOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "show",
                    "deprecated": false,
                    "description": "<p>Makes this view visible.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Animation options for Android only. <strong>Since SDK 5.1.0 and only used on Android 5.0+</strong></p>\n<p>Determines whether to enable a circular reveal animation.\nNote that the default here is equivalent to passing in <code>{ animated: false }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "startLayout",
                    "deprecated": true,
                    "description": "<p>Starts a batch update of this view's layout properties. <strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">Titanium.Proxy.applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "toImage",
                    "deprecated": false,
                    "description": "<p>Returns an image of the rendered view, as a Blob.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Function to be invoked upon completion. If non-null, this method will be performed\nasynchronously. If null, it will be performed immediately.</p>",
                            "type": "Function",
                            "usage": "optional"
                        },
                        {
                            "name": "honorScaleFactor",
                            "constants": [],
                            "description": "<p>Determines whether the image is scaled based on scale factor of main screen. (iOS only)</p>\n<p>When set to true, image is scale factor is honored. When set to false, the image in the\nblob has the same dimensions for retina and non-retina devices.</p>",
                            "type": "Boolean",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Blob",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "updateLayout",
                    "deprecated": true,
                    "description": "<p>Performs a batch update of all supplied layout properties and schedules a layout pass after\nthey have been updated.\n<strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">Titanium.Proxy.applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Layout properties to be updated.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "convertPointToView",
                    "deprecated": false,
                    "description": "<p>Translates a point from this view's coordinate system to another view's coordinate system.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "point",
                            "constants": [],
                            "description": "<p>A point in this view's coordinate system.</p>\n<p>If this argument is missing an <code>x</code> or <code>y</code> property, or the properties can not be\nconverted into numbers, an exception will be raised.</p>",
                            "type": "Point",
                            "usage": "required"
                        },
                        {
                            "name": "destinationView",
                            "constants": [],
                            "description": "<p>View that specifies the destination coordinate system to convert to. If this argument\nis not a view, an exception will be raised.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewById",
                    "deprecated": false,
                    "description": "<p>Returns the matching view of a given view ID.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "id",
                            "constants": [],
                            "description": "<p>The ID of the view that should be returned. Use the <code>id</code> property in your views to\nenable it for indexing in this method.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.View",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "collapseActionViews",
                    "deprecated": false,
                    "description": "<p>Collapses expanded ActionViews if there is any</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "dismissPopupMenus",
                    "deprecated": false,
                    "description": "<p>Collapses expandend ActionViews and hides overflow menu</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getContentInsetEnd",
                    "deprecated": false,
                    "description": "<p>Returns the margin at the toolbar's content end.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getContentInsetLeft",
                    "deprecated": false,
                    "description": "<p>Returns the margin on the left of the toolbar's content.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getContentInsetRight",
                    "deprecated": false,
                    "description": "<p>Returns the margin on the right of the toolbar's content.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getContentInsetStart",
                    "deprecated": false,
                    "description": "<p>Returns the margin at the toolbar's content start.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getCurrentContentInsetEnd",
                    "deprecated": false,
                    "description": "<p>Returns the margin at the toolbar's content end that will be used with the current configuration of the toolbar.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getCurrentContentInsetLeft",
                    "deprecated": false,
                    "description": "<p>Returns the margin on the left of the toolbar's content that will be used with the current configuration of the toolbar.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getCurrentContentInsetRight",
                    "deprecated": false,
                    "description": "<p>Returns the margin on the right of the toolbar's content that will be used with the current configuration of the toolbar.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getCurrentContentInsetStart",
                    "deprecated": false,
                    "description": "<p>Returns the margin at the toolbar's content start that will be used with the current configuration of the toolbar.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "hasExpandedActionView",
                    "deprecated": false,
                    "description": "<p>Checks if the toolbar is currently hosting an expanded action view.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "hideOverflowMenu",
                    "deprecated": false,
                    "description": "<p>Hides the overflow menu if there is one.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "isOverflowMenuShowing",
                    "deprecated": false,
                    "description": "<p>Checks if the toolbar is currently hosting an expanded action view.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setContentInsetsAbsolute",
                    "deprecated": false,
                    "description": "<p>Sets the content margins of the toolbar</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "insetLeft",
                            "constants": [],
                            "description": "<p>Offset at the left side of the content</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "insetRight",
                            "constants": [],
                            "description": "<p>Offset at the right side of the content</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setContentInsetsRelative",
                    "deprecated": false,
                    "description": "<p>Sets the content margins relative to the layout direction</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "insetStart",
                            "constants": [],
                            "description": "<p>Offset before the start of the content</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "insetEnd",
                            "constants": [],
                            "description": "<p>Offset after the end of the content</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "showOverflowMenu",
                    "deprecated": false,
                    "description": "<p>Shows the overflow menu if there is one</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Toolbar.bubbleParent\">Titanium.UI.Toolbar.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Toolbar.bubbleParent\">Titanium.UI.Toolbar.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Toolbar.bubbleParent\">Titanium.UI.Toolbar.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Toolbar.bubbleParent\">Titanium.UI.Toolbar.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Toolbar.apiName\">Titanium.UI.Toolbar.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Toolbar.apiName\">Titanium.UI.Toolbar.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Toolbar.lifecycleContainer\">Titanium.UI.Toolbar.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Toolbar.lifecycleContainer\">Titanium.UI.Toolbar.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Toolbar.lifecycleContainer\">Titanium.UI.Toolbar.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Toolbar.lifecycleContainer\">Titanium.UI.Toolbar.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityHidden",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Toolbar.accessibilityHidden\">Titanium.UI.Toolbar.accessibilityHidden</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Toolbar.accessibilityHidden\">Titanium.UI.Toolbar.accessibilityHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityHidden",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Toolbar.accessibilityHidden\">Titanium.UI.Toolbar.accessibilityHidden</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Toolbar.accessibilityHidden\">Titanium.UI.Toolbar.accessibilityHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityHidden",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityHint",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Toolbar.accessibilityHint\">Titanium.UI.Toolbar.accessibilityHint</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Toolbar.accessibilityHint\">Titanium.UI.Toolbar.accessibilityHint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityHint",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Toolbar.accessibilityHint\">Titanium.UI.Toolbar.accessibilityHint</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Toolbar.accessibilityHint\">Titanium.UI.Toolbar.accessibilityHint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityHint",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityLabel",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Toolbar.accessibilityLabel\">Titanium.UI.Toolbar.accessibilityLabel</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Toolbar.accessibilityLabel\">Titanium.UI.Toolbar.accessibilityLabel</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityLabel",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Toolbar.accessibilityLabel\">Titanium.UI.Toolbar.accessibilityLabel</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Toolbar.accessibilityLabel\">Titanium.UI.Toolbar.accessibilityLabel</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityLabel",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityValue",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Toolbar.accessibilityValue\">Titanium.UI.Toolbar.accessibilityValue</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Toolbar.accessibilityValue\">Titanium.UI.Toolbar.accessibilityValue</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityValue",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Toolbar.accessibilityValue\">Titanium.UI.Toolbar.accessibilityValue</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Toolbar.accessibilityValue\">Titanium.UI.Toolbar.accessibilityValue</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityValue",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAnchorPoint",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Toolbar.anchorPoint\">Titanium.UI.Toolbar.anchorPoint</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Toolbar.anchorPoint\">Titanium.UI.Toolbar.anchorPoint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAnchorPoint",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Toolbar.anchorPoint\">Titanium.UI.Toolbar.anchorPoint</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Toolbar.anchorPoint\">Titanium.UI.Toolbar.anchorPoint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "anchorPoint",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAnimatedCenter",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Toolbar.animatedCenter\">Titanium.UI.Toolbar.animatedCenter</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Toolbar.animatedCenter\">Titanium.UI.Toolbar.animatedCenter</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundGradient",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Toolbar.backgroundGradient\">Titanium.UI.Toolbar.backgroundGradient</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Toolbar.backgroundGradient\">Titanium.UI.Toolbar.backgroundGradient</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Gradient",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundGradient",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Toolbar.backgroundGradient\">Titanium.UI.Toolbar.backgroundGradient</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Toolbar.backgroundGradient\">Titanium.UI.Toolbar.backgroundGradient</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundGradient",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Gradient",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Toolbar.backgroundImage\">Titanium.UI.Toolbar.backgroundImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Toolbar.backgroundImage\">Titanium.UI.Toolbar.backgroundImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Toolbar.backgroundImage\">Titanium.UI.Toolbar.backgroundImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Toolbar.backgroundImage\">Titanium.UI.Toolbar.backgroundImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Toolbar.borderColor\">Titanium.UI.Toolbar.borderColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Toolbar.borderColor\">Titanium.UI.Toolbar.borderColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Toolbar.borderColor\">Titanium.UI.Toolbar.borderColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Toolbar.borderColor\">Titanium.UI.Toolbar.borderColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderRadius",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Toolbar.borderRadius\">Titanium.UI.Toolbar.borderRadius</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Toolbar.borderRadius\">Titanium.UI.Toolbar.borderRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderRadius",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Toolbar.borderRadius\">Titanium.UI.Toolbar.borderRadius</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Toolbar.borderRadius\">Titanium.UI.Toolbar.borderRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderRadius",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderWidth",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Toolbar.borderWidth\">Titanium.UI.Toolbar.borderWidth</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Toolbar.borderWidth\">Titanium.UI.Toolbar.borderWidth</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderWidth",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Toolbar.borderWidth\">Titanium.UI.Toolbar.borderWidth</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Toolbar.borderWidth\">Titanium.UI.Toolbar.borderWidth</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderWidth",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBottom",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Toolbar.bottom\">Titanium.UI.Toolbar.bottom</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Toolbar.bottom\">Titanium.UI.Toolbar.bottom</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBottom",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Toolbar.bottom\">Titanium.UI.Toolbar.bottom</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Toolbar.bottom\">Titanium.UI.Toolbar.bottom</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bottom",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getCenter",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Toolbar.center\">Titanium.UI.Toolbar.center</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Toolbar.center\">Titanium.UI.Toolbar.center</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setCenter",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Toolbar.center\">Titanium.UI.Toolbar.center</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Toolbar.center\">Titanium.UI.Toolbar.center</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "center",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getClipMode",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Toolbar.clipMode\">Titanium.UI.Toolbar.clipMode</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Toolbar.clipMode\">Titanium.UI.Toolbar.clipMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setClipMode",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Toolbar.clipMode\">Titanium.UI.Toolbar.clipMode</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Toolbar.clipMode\">Titanium.UI.Toolbar.clipMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "clipMode",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getElevation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Toolbar.elevation\">Titanium.UI.Toolbar.elevation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Toolbar.elevation\">Titanium.UI.Toolbar.elevation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setElevation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Toolbar.elevation\">Titanium.UI.Toolbar.elevation</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Toolbar.elevation\">Titanium.UI.Toolbar.elevation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "elevation",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getFocusable",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Toolbar.focusable\">Titanium.UI.Toolbar.focusable</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Toolbar.focusable\">Titanium.UI.Toolbar.focusable</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setFocusable",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Toolbar.focusable\">Titanium.UI.Toolbar.focusable</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Toolbar.focusable\">Titanium.UI.Toolbar.focusable</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "focusable",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getHeight",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Toolbar.height\">Titanium.UI.Toolbar.height</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Toolbar.height\">Titanium.UI.Toolbar.height</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHeight",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Toolbar.height\">Titanium.UI.Toolbar.height</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Toolbar.height\">Titanium.UI.Toolbar.height</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "height",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHiddenBehavior",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Toolbar.hiddenBehavior\">Titanium.UI.Toolbar.hiddenBehavior</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Toolbar.hiddenBehavior\">Titanium.UI.Toolbar.hiddenBehavior</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setHiddenBehavior",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Toolbar.hiddenBehavior\">Titanium.UI.Toolbar.hiddenBehavior</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Toolbar.hiddenBehavior\">Titanium.UI.Toolbar.hiddenBehavior</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "hiddenBehavior",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getHorizontalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Toolbar.horizontalMotionEffect\">Titanium.UI.Toolbar.horizontalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Toolbar.horizontalMotionEffect\">Titanium.UI.Toolbar.horizontalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "MinMaxOptions",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHorizontalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Toolbar.horizontalMotionEffect\">Titanium.UI.Toolbar.horizontalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Toolbar.horizontalMotionEffect\">Titanium.UI.Toolbar.horizontalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "horizontalMotionEffect",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "MinMaxOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLeft",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Toolbar.left\">Titanium.UI.Toolbar.left</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Toolbar.left\">Titanium.UI.Toolbar.left</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLeft",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Toolbar.left\">Titanium.UI.Toolbar.left</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Toolbar.left\">Titanium.UI.Toolbar.left</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "left",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getOpacity",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Toolbar.opacity\">Titanium.UI.Toolbar.opacity</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Toolbar.opacity\">Titanium.UI.Toolbar.opacity</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setOpacity",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Toolbar.opacity\">Titanium.UI.Toolbar.opacity</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Toolbar.opacity\">Titanium.UI.Toolbar.opacity</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "opacity",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getOverrideCurrentAnimation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Toolbar.overrideCurrentAnimation\">Titanium.UI.Toolbar.overrideCurrentAnimation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Toolbar.overrideCurrentAnimation\">Titanium.UI.Toolbar.overrideCurrentAnimation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setOverrideCurrentAnimation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Toolbar.overrideCurrentAnimation\">Titanium.UI.Toolbar.overrideCurrentAnimation</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Toolbar.overrideCurrentAnimation\">Titanium.UI.Toolbar.overrideCurrentAnimation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "overrideCurrentAnimation",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getPullBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Toolbar.pullBackgroundColor\">Titanium.UI.Toolbar.pullBackgroundColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Toolbar.pullBackgroundColor\">Titanium.UI.Toolbar.pullBackgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setPullBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Toolbar.pullBackgroundColor\">Titanium.UI.Toolbar.pullBackgroundColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Toolbar.pullBackgroundColor\">Titanium.UI.Toolbar.pullBackgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "pullBackgroundColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPreviewContext",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Toolbar.previewContext\">Titanium.UI.Toolbar.previewContext</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Toolbar.previewContext\">Titanium.UI.Toolbar.previewContext</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.iOS.PreviewContext",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "setPreviewContext",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Toolbar.previewContext\">Titanium.UI.Toolbar.previewContext</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Toolbar.previewContext\">Titanium.UI.Toolbar.previewContext</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "previewContext",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.iOS.PreviewContext",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "getRight",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Toolbar.right\">Titanium.UI.Toolbar.right</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Toolbar.right\">Titanium.UI.Toolbar.right</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setRight",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Toolbar.right\">Titanium.UI.Toolbar.right</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Toolbar.right\">Titanium.UI.Toolbar.right</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "right",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Toolbar.rect\">Titanium.UI.Toolbar.rect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Toolbar.rect\">Titanium.UI.Toolbar.rect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "DimensionWithAbsolutes",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRotation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Toolbar.rotation\">Titanium.UI.Toolbar.rotation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Toolbar.rotation\">Titanium.UI.Toolbar.rotation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRotation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Toolbar.rotation\">Titanium.UI.Toolbar.rotation</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Toolbar.rotation\">Titanium.UI.Toolbar.rotation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rotation",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getRotationX",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Toolbar.rotationX\">Titanium.UI.Toolbar.rotationX</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Toolbar.rotationX\">Titanium.UI.Toolbar.rotationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRotationX",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Toolbar.rotationX\">Titanium.UI.Toolbar.rotationX</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Toolbar.rotationX\">Titanium.UI.Toolbar.rotationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rotationX",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getRotationY",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Toolbar.rotationY\">Titanium.UI.Toolbar.rotationY</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Toolbar.rotationY\">Titanium.UI.Toolbar.rotationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRotationY",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Toolbar.rotationY\">Titanium.UI.Toolbar.rotationY</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Toolbar.rotationY\">Titanium.UI.Toolbar.rotationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rotationY",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getScaleX",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Toolbar.scaleX\">Titanium.UI.Toolbar.scaleX</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Toolbar.scaleX\">Titanium.UI.Toolbar.scaleX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setScaleX",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Toolbar.scaleX\">Titanium.UI.Toolbar.scaleX</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Toolbar.scaleX\">Titanium.UI.Toolbar.scaleX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "scaleX",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getScaleY",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Toolbar.scaleY\">Titanium.UI.Toolbar.scaleY</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Toolbar.scaleY\">Titanium.UI.Toolbar.scaleY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setScaleY",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Toolbar.scaleY\">Titanium.UI.Toolbar.scaleY</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Toolbar.scaleY\">Titanium.UI.Toolbar.scaleY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "scaleY",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getSize",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Toolbar.size\">Titanium.UI.Toolbar.size</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Toolbar.size\">Titanium.UI.Toolbar.size</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Dimension",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTintColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Toolbar.tintColor\">Titanium.UI.Toolbar.tintColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Toolbar.tintColor\">Titanium.UI.Toolbar.tintColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTintColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Toolbar.tintColor\">Titanium.UI.Toolbar.tintColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Toolbar.tintColor\">Titanium.UI.Toolbar.tintColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "tintColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTop",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Toolbar.top\">Titanium.UI.Toolbar.top</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Toolbar.top\">Titanium.UI.Toolbar.top</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTop",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Toolbar.top\">Titanium.UI.Toolbar.top</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Toolbar.top\">Titanium.UI.Toolbar.top</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "top",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTouchEnabled",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Toolbar.touchEnabled\">Titanium.UI.Toolbar.touchEnabled</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Toolbar.touchEnabled\">Titanium.UI.Toolbar.touchEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTouchEnabled",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Toolbar.touchEnabled\">Titanium.UI.Toolbar.touchEnabled</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Toolbar.touchEnabled\">Titanium.UI.Toolbar.touchEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchEnabled",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTouchFeedback",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Toolbar.touchFeedback\">Titanium.UI.Toolbar.touchFeedback</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Toolbar.touchFeedback\">Titanium.UI.Toolbar.touchFeedback</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTouchFeedback",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Toolbar.touchFeedback\">Titanium.UI.Toolbar.touchFeedback</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Toolbar.touchFeedback\">Titanium.UI.Toolbar.touchFeedback</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchFeedback",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTouchFeedbackColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Toolbar.touchFeedbackColor\">Titanium.UI.Toolbar.touchFeedbackColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Toolbar.touchFeedbackColor\">Titanium.UI.Toolbar.touchFeedbackColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTouchFeedbackColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Toolbar.touchFeedbackColor\">Titanium.UI.Toolbar.touchFeedbackColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Toolbar.touchFeedbackColor\">Titanium.UI.Toolbar.touchFeedbackColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchFeedbackColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTransform",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Toolbar.transform\">Titanium.UI.Toolbar.transform</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Toolbar.transform\">Titanium.UI.Toolbar.transform</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Matrix2D",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTransform",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Toolbar.transform\">Titanium.UI.Toolbar.transform</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Toolbar.transform\">Titanium.UI.Toolbar.transform</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "transform",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Matrix2D",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTranslationX",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Toolbar.translationX\">Titanium.UI.Toolbar.translationX</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Toolbar.translationX\">Titanium.UI.Toolbar.translationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTranslationX",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Toolbar.translationX\">Titanium.UI.Toolbar.translationX</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Toolbar.translationX\">Titanium.UI.Toolbar.translationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translationX",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTranslationY",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Toolbar.translationY\">Titanium.UI.Toolbar.translationY</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Toolbar.translationY\">Titanium.UI.Toolbar.translationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTranslationY",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Toolbar.translationY\">Titanium.UI.Toolbar.translationY</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Toolbar.translationY\">Titanium.UI.Toolbar.translationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translationY",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTranslationZ",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Toolbar.translationZ\">Titanium.UI.Toolbar.translationZ</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Toolbar.translationZ\">Titanium.UI.Toolbar.translationZ</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTranslationZ",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Toolbar.translationZ\">Titanium.UI.Toolbar.translationZ</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Toolbar.translationZ\">Titanium.UI.Toolbar.translationZ</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translationZ",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTransitionName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Toolbar.transitionName\">Titanium.UI.Toolbar.transitionName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Toolbar.transitionName\">Titanium.UI.Toolbar.transitionName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTransitionName",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Toolbar.transitionName\">Titanium.UI.Toolbar.transitionName</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Toolbar.transitionName\">Titanium.UI.Toolbar.transitionName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "transitionName",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getVerticalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Toolbar.verticalMotionEffect\">Titanium.UI.Toolbar.verticalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Toolbar.verticalMotionEffect\">Titanium.UI.Toolbar.verticalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "MinMaxOptions",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setVerticalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Toolbar.verticalMotionEffect\">Titanium.UI.Toolbar.verticalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Toolbar.verticalMotionEffect\">Titanium.UI.Toolbar.verticalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "verticalMotionEffect",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "MinMaxOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowRadius",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Toolbar.viewShadowRadius\">Titanium.UI.Toolbar.viewShadowRadius</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Toolbar.viewShadowRadius\">Titanium.UI.Toolbar.viewShadowRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowRadius",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Toolbar.viewShadowRadius\">Titanium.UI.Toolbar.viewShadowRadius</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Toolbar.viewShadowRadius\">Titanium.UI.Toolbar.viewShadowRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowRadius",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Toolbar.viewShadowColor\">Titanium.UI.Toolbar.viewShadowColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Toolbar.viewShadowColor\">Titanium.UI.Toolbar.viewShadowColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Toolbar.viewShadowColor\">Titanium.UI.Toolbar.viewShadowColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Toolbar.viewShadowColor\">Titanium.UI.Toolbar.viewShadowColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowOffset",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Toolbar.viewShadowOffset\">Titanium.UI.Toolbar.viewShadowOffset</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Toolbar.viewShadowOffset\">Titanium.UI.Toolbar.viewShadowOffset</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowOffset",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Toolbar.viewShadowOffset\">Titanium.UI.Toolbar.viewShadowOffset</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Toolbar.viewShadowOffset\">Titanium.UI.Toolbar.viewShadowOffset</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowOffset",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getVisible",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Toolbar.visible\">Titanium.UI.Toolbar.visible</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Toolbar.visible\">Titanium.UI.Toolbar.visible</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setVisible",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Toolbar.visible\">Titanium.UI.Toolbar.visible</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Toolbar.visible\">Titanium.UI.Toolbar.visible</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "visible",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getWidth",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Toolbar.width\">Titanium.UI.Toolbar.width</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Toolbar.width\">Titanium.UI.Toolbar.width</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setWidth",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Toolbar.width\">Titanium.UI.Toolbar.width</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Toolbar.width\">Titanium.UI.Toolbar.width</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "width",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHorizontalWrap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Toolbar.horizontalWrap\">Titanium.UI.Toolbar.horizontalWrap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Toolbar.horizontalWrap\">Titanium.UI.Toolbar.horizontalWrap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHorizontalWrap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Toolbar.horizontalWrap\">Titanium.UI.Toolbar.horizontalWrap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Toolbar.horizontalWrap\">Titanium.UI.Toolbar.horizontalWrap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "horizontalWrap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getZIndex",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Toolbar.zIndex\">Titanium.UI.Toolbar.zIndex</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Toolbar.zIndex\">Titanium.UI.Toolbar.zIndex</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setZIndex",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Toolbar.zIndex\">Titanium.UI.Toolbar.zIndex</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Toolbar.zIndex\">Titanium.UI.Toolbar.zIndex</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "zIndex",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getKeepScreenOn",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Toolbar.keepScreenOn\">Titanium.UI.Toolbar.keepScreenOn</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Toolbar.keepScreenOn\">Titanium.UI.Toolbar.keepScreenOn</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setKeepScreenOn",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Toolbar.keepScreenOn\">Titanium.UI.Toolbar.keepScreenOn</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Toolbar.keepScreenOn\">Titanium.UI.Toolbar.keepScreenOn</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "keepScreenOn",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBarColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Toolbar.barColor\">Titanium.UI.Toolbar.barColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Toolbar.barColor\">Titanium.UI.Toolbar.barColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBarColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Toolbar.barColor\">Titanium.UI.Toolbar.barColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Toolbar.barColor\">Titanium.UI.Toolbar.barColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "barColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getItems",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Toolbar.items\">Titanium.UI.Toolbar.items</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Toolbar.items\">Titanium.UI.Toolbar.items</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setItems",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Toolbar.items\">Titanium.UI.Toolbar.items</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Toolbar.items\">Titanium.UI.Toolbar.items</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "items",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTranslucent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Toolbar.translucent\">Titanium.UI.Toolbar.translucent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Toolbar.translucent\">Titanium.UI.Toolbar.translucent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTranslucent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Toolbar.translucent\">Titanium.UI.Toolbar.translucent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Toolbar.translucent\">Titanium.UI.Toolbar.translucent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translucent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getContentInsetEndWithActions",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Toolbar.contentInsetEndWithActions\">Titanium.UI.Toolbar.contentInsetEndWithActions</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Toolbar.contentInsetEndWithActions\">Titanium.UI.Toolbar.contentInsetEndWithActions</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setContentInsetEndWithActions",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Toolbar.contentInsetEndWithActions\">Titanium.UI.Toolbar.contentInsetEndWithActions</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Toolbar.contentInsetEndWithActions\">Titanium.UI.Toolbar.contentInsetEndWithActions</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "contentInsetEndWithActions",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getContentInsetStartWithNavigation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Toolbar.contentInsetStartWithNavigation\">Titanium.UI.Toolbar.contentInsetStartWithNavigation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Toolbar.contentInsetStartWithNavigation\">Titanium.UI.Toolbar.contentInsetStartWithNavigation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setContentInsetStartWithNavigation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Toolbar.contentInsetStartWithNavigation\">Titanium.UI.Toolbar.contentInsetStartWithNavigation</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Toolbar.contentInsetStartWithNavigation\">Titanium.UI.Toolbar.contentInsetStartWithNavigation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "contentInsetStartWithNavigation",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getLogo",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Toolbar.logo\">Titanium.UI.Toolbar.logo</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Toolbar.logo\">Titanium.UI.Toolbar.logo</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLogo",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Toolbar.logo\">Titanium.UI.Toolbar.logo</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Toolbar.logo\">Titanium.UI.Toolbar.logo</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "logo",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getNavigationIcon",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Toolbar.navigationIcon\">Titanium.UI.Toolbar.navigationIcon</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Toolbar.navigationIcon\">Titanium.UI.Toolbar.navigationIcon</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setNavigationIcon",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Toolbar.navigationIcon\">Titanium.UI.Toolbar.navigationIcon</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Toolbar.navigationIcon\">Titanium.UI.Toolbar.navigationIcon</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "navigationIcon",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getOverflowIcon",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Toolbar.overflowIcon\">Titanium.UI.Toolbar.overflowIcon</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Toolbar.overflowIcon\">Titanium.UI.Toolbar.overflowIcon</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setOverflowIcon",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Toolbar.overflowIcon\">Titanium.UI.Toolbar.overflowIcon</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Toolbar.overflowIcon\">Titanium.UI.Toolbar.overflowIcon</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "overflowIcon",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getSubtitle",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Toolbar.subtitle\">Titanium.UI.Toolbar.subtitle</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Toolbar.subtitle\">Titanium.UI.Toolbar.subtitle</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setSubtitle",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Toolbar.subtitle\">Titanium.UI.Toolbar.subtitle</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Toolbar.subtitle\">Titanium.UI.Toolbar.subtitle</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "subtitle",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getSubtitleTextColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Toolbar.subtitleTextColor\">Titanium.UI.Toolbar.subtitleTextColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Toolbar.subtitleTextColor\">Titanium.UI.Toolbar.subtitleTextColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setSubtitleTextColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Toolbar.subtitleTextColor\">Titanium.UI.Toolbar.subtitleTextColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Toolbar.subtitleTextColor\">Titanium.UI.Toolbar.subtitleTextColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "subtitleTextColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTitle",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Toolbar.title\">Titanium.UI.Toolbar.title</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Toolbar.title\">Titanium.UI.Toolbar.title</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTitle",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Toolbar.title\">Titanium.UI.Toolbar.title</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Toolbar.title\">Titanium.UI.Toolbar.title</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "title",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTitleTextColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Toolbar.titleTextColor\">Titanium.UI.Toolbar.titleTextColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Toolbar.titleTextColor\">Titanium.UI.Toolbar.titleTextColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTitleTextColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Toolbar.titleTextColor\">Titanium.UI.Toolbar.titleTextColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Toolbar.titleTextColor\">Titanium.UI.Toolbar.titleTextColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "titleTextColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.UI.View",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "accessibilityHidden",
                    "deprecated": false,
                    "description": "<p>Whether the view should be &quot;hidden&quot; from (i.e., ignored by) the accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityHint",
                    "deprecated": false,
                    "description": "<p>Briefly describes what performing an action (such as a click) on the view will do.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityLabel",
                    "deprecated": false,
                    "description": "<p>A succint label identifying the view for the device's accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityValue",
                    "deprecated": false,
                    "description": "<p>A string describing the value (if any) of the view for the device's accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "anchorPoint",
                    "deprecated": false,
                    "description": "<p>Coordinate of the view about which to pivot an animation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "animatedCenter",
                    "deprecated": false,
                    "description": "<p>Current position of the view during an animation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundGradient",
                    "deprecated": false,
                    "description": "<p>A background gradient for the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [
                        {
                            "title": "Linear and Radial Gradients",
                            "code": "<p>The following code excerpt creates two views, one with a linear gradient and one with\na radial gradient.</p>\n<pre><code>var win1 = Titanium.UI.createWindow({\n    title:'Tab 1',\n    backgroundColor:'#fff',\n    layout: 'vertical'\n});\n\nvar radialGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'radial',\n        startPoint: { x: 50, y: 50 },\n        endPoint: { x: 50, y: 50 },\n        colors: [ 'red', 'blue'],\n        startRadius: 50,\n        endRadius: 0,\n        backfillStart: true\n    }\n});\nvar linearGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'linear',\n        startPoint: { x: '0%', y: '50%' },\n        endPoint: { x: '100%', y: '50%' },\n        colors: [ { color: 'red', offset: 0.0}, { color: 'blue', offset: 0.25 }, { color: 'red', offset: 1.0 } ],\n    }\n});\nwin1.add(radialGradient);\nwin1.add(linearGradient);\nwin1.open();\n</code></pre>"
                        }
                    ],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Gradient",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundImage",
                    "deprecated": false,
                    "description": "<p>Background image for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderColor",
                    "deprecated": false,
                    "description": "<p>Border color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderRadius",
                    "deprecated": false,
                    "description": "<p>Radius for the rounded corners of the view's border.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderWidth",
                    "deprecated": false,
                    "description": "<p>Border width of the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "bottom",
                    "deprecated": false,
                    "description": "<p>View's bottom position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "center",
                    "deprecated": false,
                    "description": "<p>View's center position, in the parent view's coordinates.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "clipMode",
                    "deprecated": false,
                    "description": "<p>View's clipping behavior.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "elevation",
                    "deprecated": false,
                    "description": "<p>Base elevation of the view relative to its parent in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "focusable",
                    "deprecated": false,
                    "description": "<p>Whether view should be focusable while navigating with the trackball.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "height",
                    "deprecated": false,
                    "description": "<p>View height, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.FILL",
                        "Titanium.UI.SIZE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hiddenBehavior",
                    "deprecated": false,
                    "description": "<p>Sets the behavior when hiding an object to release or keep the free space</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.HIDDEN_BEHAVIOR_INVISIBLE",
                        "Titanium.UI.HIDDEN_BEHAVIOR_GONE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "horizontalMotionEffect",
                    "deprecated": false,
                    "description": "<p>Adds a horizontal parallax effect to the view</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "MinMaxOptions",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "id",
                    "deprecated": false,
                    "description": "<p>View's identifier.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "left",
                    "deprecated": false,
                    "description": "<p>View's left position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "opacity",
                    "deprecated": false,
                    "description": "<p>Opacity of this view, from 0.0 (transparent) to 1.0 (opaque). Defaults to 1.0 (opaque).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "overrideCurrentAnimation",
                    "deprecated": false,
                    "description": "<p>When on, animate call overrides current animation if applicable.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "pullBackgroundColor",
                    "deprecated": false,
                    "description": "<p>Background color of the wrapper view when this view is used as either <a href=\"Titanium.UI.ListView.pullView\">Titanium.UI.ListView.pullView</a> or <a href=\"Titanium.UI.TableView.headerPullView\">Titanium.UI.TableView.headerPullView</a>.</p>\n<p>Defaults to <code>undefined</code>. Results in a light grey background color on the wrapper view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "previewContext",
                    "deprecated": false,
                    "description": "<p>The preview context used in the 3D-Touch feature &quot;Peek and Pop&quot;.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Titanium.UI.iOS.PreviewContext",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "right",
                    "deprecated": false,
                    "description": "<p>View's right position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "rect",
                    "deprecated": false,
                    "description": "<p>The bounding box of the view relative to its parent, in system units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "DimensionWithAbsolutes",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "rotation",
                    "deprecated": false,
                    "description": "<p>Clockwise 2D rotation of the view in degrees.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "rotationX",
                    "deprecated": false,
                    "description": "<p>Clockwise rotation of the view in degrees (x-axis).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "rotationY",
                    "deprecated": false,
                    "description": "<p>Clockwise rotation of the view in degrees (y-axis).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "scaleX",
                    "deprecated": false,
                    "description": "<p>Scaling of the view in x-axis in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "scaleY",
                    "deprecated": false,
                    "description": "<p>Scaling of the view in y-axis in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "size",
                    "deprecated": false,
                    "description": "<p>The size of the view in system units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Dimension",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "tintColor",
                    "deprecated": false,
                    "description": "<p>The view's tintColor</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "top",
                    "deprecated": false,
                    "description": "<p>The view's top position.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "touchEnabled",
                    "deprecated": false,
                    "description": "<p>Determines whether view should receive touch events.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "touchFeedback",
                    "deprecated": false,
                    "description": "<p>A material design visual construct that provides an instantaneous visual confirmation of touch point.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "touchFeedbackColor",
                    "deprecated": false,
                    "description": "<p>Optional touch feedback ripple color. This has no effect unless <code>touchFeedback</code> is true.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "transform",
                    "deprecated": false,
                    "description": "<p>Transformation matrix to apply to the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Titanium.UI.Matrix2D",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "translationX",
                    "deprecated": false,
                    "description": "<p>Horizontal location of the view relative to its left position in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "translationY",
                    "deprecated": false,
                    "description": "<p>Vertical location of the view relative to its top position in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "translationZ",
                    "deprecated": false,
                    "description": "<p>Depth of the view relative to its elevation in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "transitionName",
                    "deprecated": false,
                    "description": "<p>A name to identify this view in activity transition.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "verticalMotionEffect",
                    "deprecated": false,
                    "description": "<p>Adds a vertical parallax effect to the view</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "MinMaxOptions",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowRadius",
                    "deprecated": false,
                    "description": "<p>Determines the blur radius used to create the shadow.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowColor",
                    "deprecated": false,
                    "description": "<p>Determines the color of the shadow.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowOffset",
                    "deprecated": false,
                    "description": "<p>Determines the offset for the shadow of the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "visible",
                    "deprecated": false,
                    "description": "<p>Determines whether the view is visible.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "width",
                    "deprecated": false,
                    "description": "<p>View's width, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.FILL",
                        "Titanium.UI.SIZE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "horizontalWrap",
                    "deprecated": false,
                    "description": "<p>Determines whether the layout has wrapping behavior.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "zIndex",
                    "deprecated": false,
                    "description": "<p>Z-index stack order position, relative to other sibling views.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "keepScreenOn",
                    "deprecated": false,
                    "description": "<p>Determines whether to keep the device screen on.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "barColor",
                    "deprecated": false,
                    "description": "<p>Background color for the toolbar, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "items",
                    "deprecated": false,
                    "description": "<p>An array of buttons (or other widgets) contained in the toolbar.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "extendBackground",
                    "deprecated": false,
                    "description": "<p>If <code>true</code>, the background of the toolbar extends upwards.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "translucent",
                    "deprecated": false,
                    "description": "<p>If <code>true</code>, a translucent background color is used for the toolbar.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "contentInsetEndWithActions",
                    "deprecated": false,
                    "description": "<p>Returns the margin after the toolbar's content when there are action buttons.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "contentInsetStartWithNavigation",
                    "deprecated": false,
                    "description": "<p>Returns the margin at the toolbar's content start when there is a navigation button.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "logo",
                    "deprecated": false,
                    "description": "<p>Image to be used as a logo in the Toolbar.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "navigationIcon",
                    "deprecated": false,
                    "description": "<p>Image to be used for a navigation icon.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "overflowIcon",
                    "deprecated": false,
                    "description": "<p>Image to be used for the overflow menu.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "subtitle",
                    "deprecated": false,
                    "description": "<p>Text of the subtitle.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "subtitleTextColor",
                    "deprecated": false,
                    "description": "<p>Color for toolbar's subtitle</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "title",
                    "deprecated": false,
                    "description": "<p>Text of the title.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "titleTextColor",
                    "deprecated": false,
                    "description": "<p>Color string with any Titanium supported format</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>A <code>Toolbar</code> is created by the <a href=\"Titanium.UI.createToolbar\">Titanium.UI.createToolbar</a> factory method or <strong><code>&lt;Toolbar&gt;</code></strong> Alloy element.</p>\n<p>To provide spacing between items in the toolbar, on iOS you can use the special system button types,\n<a href=\"Titanium.UI.iOS.SystemButton.FIXED_SPACE\">FIXED_SPACE</a> and\n<a href=\"Titanium.UI.iOS.SystemButton.FLEXIBLE_SPACE\">FLEXIBLE_SPACE</a>.</p>\n<p>Note that toolbars are positioned like other views (using the <code>top</code> and <code>bottom</code> properties,\nfor example), but the <a href=\"https://developer.apple.com/ios/human-interface-guidelines/overview/themes/#//apple_ref/doc/uid/TP40006556-CH12-SW4\">iOS Human Interface Guidelines</a>\nhave specific requirements for placing toolbars, specifically:</p>\n<ul>\n<li>On the iPhone and Android, a toolbar should be at the bottom of the window.</li>\n<li>On the iPad, a toolbar should appear at the top or bottom of a window.</li>\n</ul>\n<p>Due to an iOS limitation, the buttons in the toolbar only support the <code>click</code> event.\nThe native object underlying a toolbar button does not generate standard view events,\nsuch as <code>touchstart</code> and <code>touchend</code>.</p>\n<p>On Android a toolbar can also be used as an ActionBar for <a href=\"Titanium.Android.Activity\">activities</a>. This allows a toolbar to\ninherit <a href=\"Titanium.Android.ActionBar\">ActionBar's</a> methods, properties and events as well as provide a better customization of this\ndesign element. For example you can provide your own images to be used as navigation button icon, overflow menu icon and logo.\nIn order to do that, an application must be using Theme.AppCompat.NoTitleBar.\nIt can be set in the tiapp.xml file of the application.</p>\n<p>See also:</p>\n<ul>\n<li><a href=\"https://developer.apple.com/ios/human-interface-guidelines/bars/toolbars/\">Toolbar in the iOS Human Interface Guidelines.</a></li>\n</ul>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "6.2.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "6.2.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "6.2.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI",
            "description": "<p>The main <a href=\"Titanium.UI\">Titanium.UI</a> module.</p>",
            "deprecated": false,
            "events": [],
            "examples": [
                {
                    "title": "Color Demo",
                    "code": "<p>The following example demonstrates all the color formats, and color names, that are intended\nto be supported by Titanium. See the <a href=\"Titanium.UI\">description</a> section for details.</p>\n<pre><code>var colorArray = [\n  '#ff00ff', '#f0f', 'rgb(255,0,255)',\n  'transparent', '#55ff00ff', '#5f0f', 'rgba(255,0,255,0.3)',\n  'aqua', 'black', 'blue', 'brown', 'cyan', 'darkgray', 'fuchsia', 'gray', 'green',\n  'lightgray', 'lime', 'magenta', 'maroon', 'navy', 'olive', 'orange', 'pink',\n  'purple', 'red', 'silver', 'teal', 'white', 'yellow',\n];\nvar win = Ti.UI.createWindow({\n  backgroundColor: 'black',\n  exitOnClose: true,\n  fullscreen: false,\n  layout: 'vertical',\n  title: 'Color Demo'\n});\nvar rows = [];\nvar row;\nfor (var i=0, ilen = colorArray.length; i &lt; ilen; i++){\n  row = Ti.UI.createTableViewRow({\n    color:'black',\n    backgroundColor: colorArray[i],\n    title: colorArray[i],\n    height: 40\n  });\n  rows.push(row);\n}\nvar table = Ti.UI.createTableView({\n  data: rows,\n  backgroundColor: 'white'\n});\nwin.add(table);\nwin.open();\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "create2DMatrix",
                    "deprecated": true,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.UI.2DMatrix\">Titanium.UI.2DMatrix</a>. <strong>Deprecated since 8.0.0. Use <a href=\"Titanium.UI.createMatrix2D\">Titanium.UI.createMatrix2D</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Initial transformation of the matrix.</p>",
                            "type": "Matrix2DCreationDict",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI._2DMatrix",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createMatrix2D",
                    "deprecated": false,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.UI.Matrix2D\">Titanium.UI.Matrix2D</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Initial transformation of the matrix.</p>",
                            "type": "Matrix2DCreationDict",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Matrix2D",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "create3DMatrix",
                    "deprecated": true,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.UI.3DMatrix\">Titanium.UI.3DMatrix</a>. <strong>Deprecated since 8.0.0. Use <a href=\"Titanium.UI.createMatrix3D\">Titanium.UI.createMatrix3D</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Initial transformation of the matrix.</p>",
                            "type": "Matrix3DCreationDict",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI._3DMatrix",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createMatrix3D",
                    "deprecated": false,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.UI.Matrix3D\">Titanium.UI.Matrix3D</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Initial transformation of the matrix.</p>",
                            "type": "Matrix3DCreationDict",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Matrix3D",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "convertUnits",
                    "deprecated": false,
                    "description": "<p>Converts one type of unit to another using the metrics of the main display.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "convertFromValue",
                            "constants": [],
                            "description": "<p>Measurement and optional unit to convert from, i.e. 160, &quot;120dip&quot;.  Percentages are\nnot accepted.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "convertToUnits",
                            "constants": [
                                "Titanium.UI.UNIT_CM",
                                "Titanium.UI.UNIT_DIP",
                                "Titanium.UI.UNIT_IN",
                                "Titanium.UI.UNIT_MM",
                                "Titanium.UI.UNIT_PX"
                            ],
                            "description": "<p>Desired unit for the conversion result.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fetchSemanticColor",
                    "deprecated": false,
                    "description": "<p>Fetches the correct color to be used with a UI element dependent on the users current dark mode setting on iOS 13 and above, or the <a href=\"Titanium.UI.semanticColorType\">Titanium.UI.semanticColorType</a> setting in other instances.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "colorName",
                            "constants": [],
                            "description": "<p>Name of the semantic color defined in the applications colorset.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createView",
                    "deprecated": false,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.UI.View\">Titanium.UI.View</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any defined by <a href=\"Titanium.UI.View\">Titanium.UI.View</a> except those marked not-creation or read-only.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.View",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createActivityIndicator",
                    "deprecated": false,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.UI.ActivityIndicator\">Titanium.UI.ActivityIndicator</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any defined by <a href=\"Titanium.UI.ActivityIndicator\">Titanium.UI.ActivityIndicator</a> except those marked not-creation or read-only.</p>",
                            "type": "Titanium.UI.ActivityIndicator",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.ActivityIndicator",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createAlertDialog",
                    "deprecated": false,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.UI.AlertDialog\">Titanium.UI.AlertDialog</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any defined by <a href=\"Titanium.UI.AlertDialog\">Titanium.UI.AlertDialog</a> except those marked not-creation or read-only.</p>",
                            "type": "Titanium.UI.AlertDialog",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.AlertDialog",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createAnimation",
                    "deprecated": false,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.UI.Animation\">Titanium.UI.Animation</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any defined by <a href=\"Titanium.UI.Animation\">Titanium.UI.Animation</a> except those marked not-creation or read-only.</p>",
                            "type": "Titanium.UI.Animation",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Animation",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createAttributedString",
                    "deprecated": false,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.UI.AttributedString\">Titanium.UI.AttributedString</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any defined by <a href=\"Titanium.UI.AttributedString\">Titanium.UI.AttributedString</a> except those marked not-creation or read-only.</p>",
                            "type": "Titanium.UI.AttributedString",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.AttributedString",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createButton",
                    "deprecated": false,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.UI.Button\">Titanium.UI.Button</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any defined by <a href=\"Titanium.UI.Button\">Titanium.UI.Button</a> except those marked not-creation or read-only.</p>",
                            "type": "Titanium.UI.Button",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Button",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createButtonBar",
                    "deprecated": false,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.UI.ButtonBar\">Titanium.UI.ButtonBar</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any defined by <a href=\"Titanium.UI.ButtonBar\">Titanium.UI.ButtonBar</a> except those marked not-creation or read-only.</p>",
                            "type": "Titanium.UI.ButtonBar",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.ButtonBar",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createCoverFlowView",
                    "deprecated": true,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.UI.CoverFlowView\">Titanium.UI.CoverFlowView</a>.\n<strong>Removed in 6.0.0. Use <a href=\"Titanium.UI.iOS.CoverFlowView\">Titanium.UI.iOS.CoverFlowView</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any defined by <a href=\"Titanium.UI.CoverFlowView\">Titanium.UI.CoverFlowView</a> except those marked not-creation or read-only.</p>",
                            "type": "Titanium.UI.CoverFlowView",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.CoverFlowView",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createDashboardItem",
                    "deprecated": false,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.UI.DashboardItem\">Titanium.UI.DashboardItem</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any defined by <a href=\"Titanium.UI.DashboardItem\">Titanium.UI.DashboardItem</a> except those marked not-creation or read-only.</p>",
                            "type": "Titanium.UI.DashboardItem",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.DashboardItem",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createDashboardView",
                    "deprecated": false,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.UI.DashboardView\">Titanium.UI.DashboardView</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any defined by <a href=\"Titanium.UI.DashboardView\">Titanium.UI.DashboardView</a> except those marked not-creation or read-only.</p>",
                            "type": "Titanium.UI.DashboardView",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.DashboardView",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createEmailDialog",
                    "deprecated": false,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.UI.EmailDialog\">Titanium.UI.EmailDialog</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any defined by <a href=\"Titanium.UI.EmailDialog\">Titanium.UI.EmailDialog</a> except those marked not-creation or read-only.</p>",
                            "type": "Titanium.UI.EmailDialog",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.EmailDialog",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createImageView",
                    "deprecated": false,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.UI.ImageView\">Titanium.UI.ImageView</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any defined by <a href=\"Titanium.UI.ImageView\">Titanium.UI.ImageView</a> except those marked not-creation or read-only.</p>",
                            "type": "Titanium.UI.ImageView",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.ImageView",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createLabel",
                    "deprecated": false,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.UI.Label\">Titanium.UI.Label</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any defined by <a href=\"Titanium.UI.Label\">Titanium.UI.Label</a> except those marked not-creation or read-only.</p>",
                            "type": "Titanium.UI.Label",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Label",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createListSection",
                    "deprecated": false,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.UI.ListSection\">Titanium.UI.ListSection</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any defined by <a href=\"Titanium.UI.ListSection\">Titanium.UI.ListSection</a> except those marked not-creation or read-only.</p>",
                            "type": "Titanium.UI.ListSection",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.ListSection",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createListView",
                    "deprecated": false,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.UI.ListView\">Titanium.UI.ListView</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any defined by <a href=\"Titanium.UI.ListView\">Titanium.UI.ListView</a> except those marked not-creation or read-only.</p>",
                            "type": "Titanium.UI.ListView",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.ListView",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createMaskedImage",
                    "deprecated": false,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.UI.MaskedImage\">Titanium.UI.MaskedImage</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any defined by <a href=\"Titanium.UI.MaskedImage\">Titanium.UI.MaskedImage</a> except those marked not-creation or read-only.</p>",
                            "type": "Titanium.UI.MaskedImage",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.MaskedImage",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createNavigationWindow",
                    "deprecated": false,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.UI.NavigationWindow\">Titanium.UI.NavigationWindow</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any defined by <a href=\"Titanium.UI.NavigationWindow\">Titanium.UI.NavigationWindow</a> except those marked not-creation or read-only.</p>",
                            "type": "Titanium.UI.NavigationWindow",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.NavigationWindow",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createNotification",
                    "deprecated": false,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.UI.Notification\">Titanium.UI.Notification</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any defined by <a href=\"Titanium.UI.Notification\">Titanium.UI.Notification</a> except those marked not-creation or read-only.</p>",
                            "type": "Titanium.UI.Notification",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Notification",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "createOptionDialog",
                    "deprecated": false,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.UI.OptionDialog\">Titanium.UI.OptionDialog</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any defined by <a href=\"Titanium.UI.OptionDialog\">Titanium.UI.OptionDialog</a> except those marked not-creation or read-only.</p>",
                            "type": "Titanium.UI.OptionDialog",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.OptionDialog",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createPicker",
                    "deprecated": false,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.UI.Picker\">Titanium.UI.Picker</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any defined by <a href=\"Titanium.UI.Picker\">Titanium.UI.Picker</a> except those marked not-creation or read-only.</p>",
                            "type": "Titanium.UI.Picker",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Picker",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createPickerColumn",
                    "deprecated": false,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.UI.PickerColumn\">Titanium.UI.PickerColumn</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any defined by <a href=\"Titanium.UI.PickerColumn\">Titanium.UI.PickerColumn</a> except those marked not-creation or read-only.</p>",
                            "type": "Titanium.UI.PickerColumn",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.PickerColumn",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createPickerRow",
                    "deprecated": false,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.UI.PickerRow\">Titanium.UI.PickerRow</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any defined by <a href=\"Titanium.UI.PickerRow\">Titanium.UI.PickerRow</a> except those marked not-creation or read-only.</p>",
                            "type": "Titanium.UI.PickerRow",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.PickerRow",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createProgressBar",
                    "deprecated": false,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.UI.ProgressBar\">Titanium.UI.ProgressBar</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any defined by <a href=\"Titanium.UI.ProgressBar\">Titanium.UI.ProgressBar</a> except those marked not-creation or read-only.</p>",
                            "type": "Titanium.UI.ProgressBar",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.ProgressBar",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createRefreshControl",
                    "deprecated": false,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.UI.RefreshControl\">Titanium.UI.RefreshControl</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any defined by <a href=\"Titanium.UI.RefreshControl\">Titanium.UI.RefreshControl</a> except those marked not-creation or read-only.</p>",
                            "type": "Titanium.UI.RefreshControl",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.RefreshControl",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createScrollView",
                    "deprecated": false,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.UI.ScrollView\">Titanium.UI.ScrollView</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any defined by <a href=\"Titanium.UI.ScrollView\">Titanium.UI.ScrollView</a> except those marked not-creation or read-only.</p>",
                            "type": "Titanium.UI.ScrollView",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.ScrollView",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createScrollableView",
                    "deprecated": false,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.UI.ScrollableView\">Titanium.UI.ScrollableView</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any defined by <a href=\"Titanium.UI.ScrollableView\">Titanium.UI.ScrollableView</a> except those marked not-creation or read-only.</p>",
                            "type": "Titanium.UI.ScrollableView",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.ScrollableView",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createSearchBar",
                    "deprecated": false,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.UI.SearchBar\">Titanium.UI.SearchBar</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any defined by <a href=\"Titanium.UI.SearchBar\">Titanium.UI.SearchBar</a> except those marked not-creation or read-only.</p>",
                            "type": "Titanium.UI.SearchBar",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.SearchBar",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createShortcutItem",
                    "deprecated": false,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.UI.ShortcutItem\">Titanium.UI.ShortcutItem</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any defined by <a href=\"Titanium.UI.ShortcutItem\">Titanium.UI.ShortcutItem</a> except those marked not-creation or read-only.</p>",
                            "type": "Titanium.UI.ShortcutItem",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.ShortcutItem",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "createSlider",
                    "deprecated": false,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.UI.Slider\">Titanium.UI.Slider</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any defined by <a href=\"Titanium.UI.Slider\">Titanium.UI.Slider</a> except those marked not-creation or read-only.</p>",
                            "type": "Titanium.UI.Slider",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Slider",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createSwitch",
                    "deprecated": false,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.UI.Switch\">Titanium.UI.Switch</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any defined by <a href=\"Titanium.UI.Switch\">Titanium.UI.Switch</a> except those marked not-creation or read-only.</p>",
                            "type": "Titanium.UI.Switch",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Switch",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createTab",
                    "deprecated": false,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.UI.Tab\">Titanium.UI.Tab</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any defined by <a href=\"Titanium.UI.Tab\">Titanium.UI.Tab</a> except those marked not-creation or read-only.</p>",
                            "type": "Titanium.UI.Tab",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Tab",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createTabGroup",
                    "deprecated": false,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.UI.TabGroup\">Titanium.UI.TabGroup</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any defined by <a href=\"Titanium.UI.TabGroup\">Titanium.UI.TabGroup</a> except those marked not-creation or read-only.</p>",
                            "type": "Titanium.UI.TabGroup",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.TabGroup",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createTabbedBar",
                    "deprecated": false,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.UI.TabbedBar\">Titanium.UI.TabbedBar</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any defined by <a href=\"Titanium.UI.TabbedBar\">Titanium.UI.TabbedBar</a> except those marked not-creation or read-only.</p>",
                            "type": "Titanium.UI.TabbedBar",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.TabbedBar",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createTableView",
                    "deprecated": false,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.UI.TableView\">Titanium.UI.TableView</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any defined by <a href=\"Titanium.UI.TableView\">Titanium.UI.TableView</a> except those marked not-creation or read-only.</p>",
                            "type": "Titanium.UI.TableView",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.TableView",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createTableViewRow",
                    "deprecated": false,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.UI.TableViewRow\">Titanium.UI.TableViewRow</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any defined by <a href=\"Titanium.UI.TableViewRow\">Titanium.UI.TableViewRow</a> except those marked not-creation or read-only.</p>",
                            "type": "Titanium.UI.TableViewRow",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.TableViewRow",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createTableViewSection",
                    "deprecated": false,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.UI.TableViewSection\">Titanium.UI.TableViewSection</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any defined by <a href=\"Titanium.UI.TableViewSection\">Titanium.UI.TableViewSection</a> except those marked not-creation or read-only.</p>",
                            "type": "Titanium.UI.TableViewSection",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.TableViewSection",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createTextArea",
                    "deprecated": false,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.UI.TextArea\">Titanium.UI.TextArea</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any defined by <a href=\"Titanium.UI.TextArea\">Titanium.UI.TextArea</a> except those marked not-creation or read-only.</p>",
                            "type": "Titanium.UI.TextArea",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.TextArea",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createTextField",
                    "deprecated": false,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.UI.TextField\">Titanium.UI.TextField</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any defined by <a href=\"Titanium.UI.TextField\">Titanium.UI.TextField</a> except those marked not-creation or read-only.</p>",
                            "type": "Titanium.UI.TextField",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.TextField",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createToolbar",
                    "deprecated": false,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.UI.Toolbar\">Titanium.UI.Toolbar</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any defined by <a href=\"Titanium.UI.Toolbar\">Titanium.UI.Toolbar</a> except those marked not-creation or read-only.</p>",
                            "type": "Titanium.UI.Toolbar",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Toolbar",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.bubbleParent\">Titanium.UI.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.bubbleParent\">Titanium.UI.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.bubbleParent\">Titanium.UI.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.bubbleParent\">Titanium.UI.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.apiName\">Titanium.UI.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.apiName\">Titanium.UI.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.lifecycleContainer\">Titanium.UI.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.lifecycleContainer\">Titanium.UI.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.lifecycleContainer\">Titanium.UI.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.lifecycleContainer\">Titanium.UI.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getSemanticColorType",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.semanticColorType\">Titanium.UI.semanticColorType</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.semanticColorType\">Titanium.UI.semanticColorType</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setSemanticColorType",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.semanticColorType\">Titanium.UI.semanticColorType</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.semanticColorType\">Titanium.UI.semanticColorType</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "semanticColorType",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.backgroundColor\">Titanium.UI.backgroundColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.backgroundColor\">Titanium.UI.backgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.backgroundColor\">Titanium.UI.backgroundColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.backgroundColor\">Titanium.UI.backgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.backgroundImage\">Titanium.UI.backgroundImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.backgroundImage\">Titanium.UI.backgroundImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.backgroundImage\">Titanium.UI.backgroundImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.backgroundImage\">Titanium.UI.backgroundImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getCurrentTab",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.currentTab\">Titanium.UI.currentTab</a> property. <strong>Removed in 6.0.0.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Tab",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.8.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setCurrentTab",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.currentTab\">Titanium.UI.currentTab</a> property. <strong>Removed in 6.0.0.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "currentTab",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Tab",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.8.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getCurrentWindow",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.currentWindow\">Titanium.UI.currentWindow</a> property. <strong>Removed in 6.0.0.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getOrientation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.orientation\">Titanium.UI.orientation</a> property. <strong>Removed in 3.0.0. Use <a href=\"Titanium.UI.Window.orientationModes\">Titanium.UI.Window.orientationModes</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setOrientation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.orientation\">Titanium.UI.orientation</a> property. <strong>Removed in 3.0.0. Use <a href=\"Titanium.UI.Window.orientationModes\">Titanium.UI.Window.orientationModes</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "orientation",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTintColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.tintColor\">Titanium.UI.tintColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.tintColor\">Titanium.UI.tintColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTintColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.tintColor\">Titanium.UI.tintColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.tintColor\">Titanium.UI.tintColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "tintColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createWebView",
                    "deprecated": false,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.UI.WebView\">Titanium.UI.WebView</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any defined by <a href=\"Titanium.UI.WebView\">Titanium.UI.WebView</a> except those marked not-creation or read-only.</p>",
                            "type": "Titanium.UI.WebView",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.WebView",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createWindow",
                    "deprecated": false,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.UI.Window\">Titanium.UI.Window</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any defined by <a href=\"Titanium.UI.Window\">Titanium.UI.Window</a> except those marked not-creation or read-only.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Module",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "ANIMATION_CURVE_EASE_IN",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.Animation.curve\">Animation.curve</a> to specify an animation that starts\nslowly and speeds up.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ANIMATION_CURVE_EASE_IN_OUT",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.Animation.curve\">Animation.curve</a> to specify an animation that starts\nslowly, and speeds up, then slows down at the end of the animation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ANIMATION_CURVE_EASE_OUT",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.Animation.curve\">Animation.curve</a> to specify an animation that starts\nquickly, then slows down at the end of the animation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ANIMATION_CURVE_LINEAR",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.Animation.curve\">Animation.curve</a> to specify an animation that proceeds\nat a constant rate.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ATTRIBUTE_FONT",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Attribute.type\">Attribute.type</a> to specify a font.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ATTRIBUTE_FOREGROUND_COLOR",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Attribute.type\">Attribute.type</a> to specify a font color.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ATTRIBUTE_BACKGROUND_COLOR",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Attribute.type\">Attribute.type</a> to specify a background color.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ATTRIBUTE_LIGATURE",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Attribute.type\">Attribute.type</a> to enable or disable ligatures.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ATTRIBUTE_LETTERPRESS_STYLE",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Attribute.value\">Attribute.value</a> to use a letterpress text effect.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ATTRIBUTE_KERN",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Attribute.type\">Attribute.type</a> to specify kerning (space between characters).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ATTRIBUTE_STRIKETHROUGH_STYLE",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Attribute.type\">Attribute.type</a> to place a horizontal line through the text.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ATTRIBUTE_UNDERLINES_STYLE",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Attribute.type\">Attribute.type</a> to place a horizontal line under the text.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ATTRIBUTE_SUPERSCRIPT_STYLE",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Attribute.type\">Attribute.type</a> to place the text in an upper position.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "ATTRIBUTE_SUBSCRIPT_STYLE",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Attribute.type\">Attribute.type</a> to place the text in a lower position.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "ATTRIBUTE_STROKE_COLOR",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Attribute.type\">Attribute.type</a> to specify a color for the stroke text.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ATTRIBUTE_PARAGRAPH_STYLE",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Attribute.type\">Attribute.type</a> to manages the behaviour of string set.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.5.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ATTRIBUTE_STROKE_WIDTH",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Attribute.type\">Attribute.type</a> to specify the width of the stroke text.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ATTRIBUTE_SHADOW",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Attribute.type\">Attribute.type</a> to display a shadow behind the text.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ATTRIBUTE_WRITING_DIRECTION",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Attribute.type\">Attribute.type</a> to control the direction of the text.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ATTRIBUTE_TEXT_EFFECT",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Attribute.type\">Attribute.type</a> to apply a text effect.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ATTRIBUTE_LINK",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Attribute.type\">Attribute.type</a> to create a link.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ATTRIBUTE_BASELINE_OFFSET",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Attribute.type\">Attribute.type</a> to apply a different baseline to the text.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ATTRIBUTE_UNDERLINE_COLOR",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Attribute.type\">Attribute.type</a> to change the color of the horizontal line.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ATTRIBUTE_STRIKETHROUGH_COLOR",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Attribute.type\">Attribute.type</a> to change the color of the horizontal line.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ATTRIBUTE_OBLIQUENESS",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Attribute.type\">Attribute.type</a> to skew the text.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ATTRIBUTE_EXPANSION",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Attribute.type\">Attribute.type</a> to stretch the text horizontally.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ATTRIBUTE_LINE_BREAK",
                    "deprecated": true,
                    "description": "<p>Use with <a href=\"Attribute.type\">Attribute.type</a> to wrap and truncate the text.\n<strong>Deprecated since 7.5.0. Use <a href=\"ParagraphAttribute.lineBreakMode\">ParagraphAttribute.lineBreakMode</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ATTRIBUTE_UNDERLINE_STYLE_NONE",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Attribute.value\">Attribute.value</a> to not draw a line.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ATTRIBUTE_UNDERLINE_STYLE_SINGLE",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Attribute.value\">Attribute.value</a> to draw a single line.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ATTRIBUTE_UNDERLINE_STYLE_THICK",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Attribute.value\">Attribute.value</a> to draw a thick line.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ATTRIBUTE_UNDERLINE_STYLE_DOUBLE",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Attribute.value\">Attribute.value</a> to draw a double line.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ATTRIBUTE_UNDERLINE_PATTERN_SOLID",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Attribute.value\">Attribute.value</a> to draw a solid line.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ATTRIBUTE_UNDERLINE_PATTERN_DOT",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Attribute.value\">Attribute.value</a> to draw a dotted line.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ATTRIBUTE_UNDERLINE_PATTERN_DASH",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Attribute.value\">Attribute.value</a> to draw a dashed line.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ATTRIBUTE_UNDERLINE_PATTERN_DASH_DOT",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Attribute.value\">Attribute.value</a> to draw an alternating line of dashes and dots.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ATTRIBUTE_UNDERLINE_PATTERN_DASH_DOT_DOT",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Attribute.value\">Attribute.value</a> to draw an alternating line of dashes and two dots.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ATTRIBUTE_UNDERLINE_BY_WORD",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Attribute.value\">Attribute.value</a> to draw a line only underneath or through words.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ATTRIBUTE_WRITING_DIRECTION_EMBEDDING",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Attribute.value\">Attribute.value</a> to use the embedded text direction.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ATTRIBUTE_WRITING_DIRECTION_OVERRIDE",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Attribute.value\">Attribute.value</a> to override the text direction.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ATTRIBUTE_WRITING_DIRECTION_NATURAL",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Attribute.value\">Attribute.value</a> to use the\n<a href=\"http://www.unicode.org/reports/tr9/#The_Paragraph_Level\">Unicode Bidirection Algorithm rules P2 and P3</a>\nto determine which direction to use.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ATTRIBUTE_WRITING_DIRECTION_LEFT_TO_RIGHT",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Attribute.value\">Attribute.value</a> to write text left to right.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ATTRIBUTE_WRITING_DIRECTION_RIGHT_TO_LEFT",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Attribute.value\">Attribute.value</a> to write text right to left.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ATTRIBUTE_LINE_BREAK_BY_WORD_WRAPPING",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Attribute.value\">Attribute.value</a> to wrap words at word boundaries.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ATTRIBUTE_LINE_BREAK_BY_CHAR_WRAPPING",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Attribute.value\">Attribute.value</a> to wrap words at word boundaries.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ATTRIBUTE_LINE_BREAK_BY_CLIPPING",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Attribute.value\">Attribute.value</a> to set lines to not draw past the edge of the text container.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ATTRIBUTE_LINE_BREAK_BY_TRUNCATING_HEAD",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Attribute.value\">Attribute.value</a> to use ellipsis glyph at the beginning of the line for missing text.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ATTRIBUTE_LINE_BREAK_BY_TRUNCATING_MIDDLE",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Attribute.value\">Attribute.value</a> to use ellipsis glyph at the middle of the line for missing text.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ATTRIBUTE_LINE_BREAK_BY_TRUNCATING_TAIL",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Attribute.value\">Attribute.value</a> to use ellipsis glyph at the end of the line for missing text.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUTODETECT_ADDRESS",
                    "deprecated": true,
                    "description": "<p>Converts strings formatted as addresses into clickable links. <strong>Removed in 6.0.0. Use <a href=\"Titanium.UI.AUTOLINK_MAP_ADDRESSES\">Titanium.UI.AUTOLINK_MAP_ADDRESSES</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUTODETECT_ALL",
                    "deprecated": true,
                    "description": "<p>Converts all detectable types of data into clickable links. <strong>Removed in 6.0.0. Use <a href=\"Titanium.UI.AUTOLINK_ALL\">Titanium.UI.AUTOLINK_ALL</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUTODETECT_CALENDAR",
                    "deprecated": true,
                    "description": "<p>Converts strings formatted as calendar events into clickable links. <strong>Removed in 6.0.0. Use <a href=\"Titanium.UI.AUTOLINK_CALENDAR\">Titanium.UI.AUTOLINK_CALENDAR</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUTODETECT_LINK",
                    "deprecated": true,
                    "description": "<p>Converts strings formatted as URLs into clickable links. <strong>Removed in 6.0.0. Use <a href=\"Titanium.UI.AUTOLINK_URLS\">Titanium.UI.AUTOLINK_URLS</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUTODETECT_NONE",
                    "deprecated": true,
                    "description": "<p>Disables converting strings into clickable links. <strong>Removed in 6.0.0. Use <a href=\"Titanium.UI.AUTOLINK_NONE\">Titanium.UI.AUTOLINK_NONE</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUTODETECT_PHONE",
                    "deprecated": true,
                    "description": "<p>Converts strings formatted as phone numbers into clickable links. <strong>Removed in 6.0.0. Use <a href=\"Titanium.UI.AUTOLINK_PHONE_NUMBERS\">Titanium.UI.AUTOLINK_PHONE_NUMBERS</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUTOFILL_TYPE_USERNAME",
                    "deprecated": false,
                    "description": "<p>Specifies the expectation of an account or login name.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUTOFILL_TYPE_PASSWORD",
                    "deprecated": false,
                    "description": "<p>Specifies the expectation of a password.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUTOFILL_TYPE_NAME",
                    "deprecated": false,
                    "description": "<p>Specifies the expectation of a name.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUTOFILL_TYPE_NAME_PREFIX",
                    "deprecated": false,
                    "description": "<p>Specifies the expectation of a prefix or title, such as 'Dr.'</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUTOFILL_TYPE_GIVEN_NAME",
                    "deprecated": false,
                    "description": "<p>Specifies the expectation of a given name.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUTOFILL_TYPE_MIDDLE_NAME",
                    "deprecated": false,
                    "description": "<p>Specifies the expectation of a middle name.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUTOFILL_TYPE_FAMILY_NAME",
                    "deprecated": false,
                    "description": "<p>Specifies the expectation of a family name.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUTOFILL_TYPE_NAME_SUFFIX",
                    "deprecated": false,
                    "description": "<p>Specifies the expectation of a suffix, such as 'Jr.'</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUTOFILL_TYPE_NICKNAME",
                    "deprecated": false,
                    "description": "<p>Specifies the expectation of a nickname.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUTOFILL_TYPE_JOB_TITLE",
                    "deprecated": false,
                    "description": "<p>Specifies the expectation of a job title.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUTOFILL_TYPE_ORGANIZATION_NAME",
                    "deprecated": false,
                    "description": "<p>Specifies the expectation of an organization name.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUTOFILL_TYPE_LOCATION",
                    "deprecated": false,
                    "description": "<p>Specifies the expectation of a location, such as a point of interest, an address, or another way to identify a location.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUTOFILL_TYPE_ADDRESS",
                    "deprecated": false,
                    "description": "<p>Specifies the expectation of an address.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUTOFILL_TYPE_ADDRESS_LINE1",
                    "deprecated": false,
                    "description": "<p>Specifies the expectation of the first line of a street address.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUTOFILL_TYPE_ADDRESS_LINE2",
                    "deprecated": false,
                    "description": "<p>Specifies the expectation of the second line of a street address.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUTOFILL_TYPE_ADDRESS_CITY",
                    "deprecated": false,
                    "description": "<p>Specifies the expectation of a city name.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUTOFILL_TYPE_ADDRESS_STATE",
                    "deprecated": false,
                    "description": "<p>Specifies the expectation of a state name.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUTOFILL_TYPE_ADDRESS_CITY_STATE",
                    "deprecated": false,
                    "description": "<p>Specifies the expectation of a city name combined with a state name.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUTOFILL_TYPE_SUBLOCALITY",
                    "deprecated": false,
                    "description": "<p>Specifies the expectation of a sublocality.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUTOFILL_TYPE_COUNTRY_NAME",
                    "deprecated": false,
                    "description": "<p>Specifies the expectation of a country name.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUTOFILL_TYPE_POSTAL_CODE",
                    "deprecated": false,
                    "description": "<p>Specifies the expectation of a postal code.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUTOFILL_TYPE_PHONE",
                    "deprecated": false,
                    "description": "<p>Specifies the expectation of a telephone number.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUTOFILL_TYPE_EMAIL",
                    "deprecated": false,
                    "description": "<p>Specifies the expectation of an email address.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUTOFILL_TYPE_URL",
                    "deprecated": false,
                    "description": "<p>Specifies the expectation of a URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUTOFILL_TYPE_CARD_NUMBER",
                    "deprecated": false,
                    "description": "<p>Specifies the expectation of a card number.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUTOFILL_TYPE_CARD_SECURITY_CODE",
                    "deprecated": false,
                    "description": "<p>Specifies the expectation of a card security code.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "AUTOFILL_TYPE_CARD_EXPIRATION_DATE",
                    "deprecated": false,
                    "description": "<p>Specifies the expectation of a card expiration date.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "AUTOFILL_TYPE_CARD_EXPIRATION_DAY",
                    "deprecated": false,
                    "description": "<p>Specifies the expectation of a card expiration day.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "AUTOFILL_TYPE_CARD_EXPIRATION_MONTH",
                    "deprecated": false,
                    "description": "<p>Specifies the expectation of a card expiration month.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "AUTOFILL_TYPE_CARD_EXPIRATION_YEAR",
                    "deprecated": false,
                    "description": "<p>Specifies the expectation of a card expiration year.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "AUTOFILL_TYPE_NEW_PASSWORD",
                    "deprecated": false,
                    "description": "<p>Specifies the expectation of a new password.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.4.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUTOFILL_TYPE_ONE_TIME_CODE",
                    "deprecated": false,
                    "description": "<p>Specifies the expectation of a single-factor SMS login code.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.4.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUTOLINK_MAP_ADDRESSES",
                    "deprecated": false,
                    "description": "<p>Converts strings formatted as addresses into clickable links.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUTOLINK_ALL",
                    "deprecated": false,
                    "description": "<p>Converts all detectable types of data into clickable links.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUTOLINK_CALENDAR",
                    "deprecated": false,
                    "description": "<p>Converts strings formatted as calendar events into clickable links.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUTOLINK_URLS",
                    "deprecated": false,
                    "description": "<p>Converts strings formatted as URLs into clickable links.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUTOLINK_NONE",
                    "deprecated": false,
                    "description": "<p>Disables converting strings into clickable links.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUTOLINK_PHONE_NUMBERS",
                    "deprecated": false,
                    "description": "<p>Converts strings formatted as phone numbers into clickable links.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUTOLINK_EMAIL_ADDRESSES",
                    "deprecated": false,
                    "description": "<p>Converts strings formatted as email addresses into clickable links.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "BLEND_MODE_CLEAR",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.MaskedImage.mode\">MaskedImage.mode</a> to specify a blend mode.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "BLEND_MODE_COLOR",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.MaskedImage.mode\">MaskedImage.mode</a> to specify a blend mode.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "BLEND_MODE_COLOR_BURN",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.MaskedImage.mode\">MaskedImage.mode</a> to specify a blend mode.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "BLEND_MODE_COLOR_DODGE",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.MaskedImage.mode\">MaskedImage.mode</a> to specify a blend mode.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "BLEND_MODE_COPY",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.MaskedImage.mode\">MaskedImage.mode</a> to specify a blend mode.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "BLEND_MODE_DARKEN",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.MaskedImage.mode\">MaskedImage.mode</a> to specify a blend mode.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "BLEND_MODE_DESTINATION_ATOP",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.MaskedImage.mode\">MaskedImage.mode</a> to specify a blend mode.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "BLEND_MODE_DESTINATION_IN",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.MaskedImage.mode\">MaskedImage.mode</a> to specify a blend mode.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "BLEND_MODE_DESTINATION_OUT",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.MaskedImage.mode\">MaskedImage.mode</a> to specify a blend mode.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "BLEND_MODE_DESTINATION_OVER",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.MaskedImage.mode\">MaskedImage.mode</a> to specify a blend mode.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "BLEND_MODE_DIFFERENCE",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.MaskedImage.mode\">MaskedImage.mode</a> to specify a blend mode.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "BLEND_MODE_EXCLUSION",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.MaskedImage.mode\">MaskedImage.mode</a> to specify a blend mode.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "BLEND_MODE_HARD_LIGHT",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.MaskedImage.mode\">MaskedImage.mode</a> to specify a blend mode.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "BLEND_MODE_HUE",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.MaskedImage.mode\">MaskedImage.mode</a> to specify a blend mode.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "BLEND_MODE_LIGHTEN",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.MaskedImage.mode\">MaskedImage.mode</a> to specify a blend mode.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "BLEND_MODE_LUMINOSITY",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.MaskedImage.mode\">MaskedImage.mode</a> to specify a blend mode.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "BLEND_MODE_MULTIPLY",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.MaskedImage.mode\">MaskedImage.mode</a> to specify a blend mode.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "BLEND_MODE_NORMAL",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.MaskedImage.mode\">MaskedImage.mode</a> to specify a blend mode.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "BLEND_MODE_OVERLAY",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.MaskedImage.mode\">MaskedImage.mode</a> to specify a blend mode.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "BLEND_MODE_PLUS_DARKER",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.MaskedImage.mode\">MaskedImage.mode</a> to specify a blend mode.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "BLEND_MODE_PLUS_LIGHTER",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.MaskedImage.mode\">MaskedImage.mode</a> to specify a blend mode.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "BLEND_MODE_SATURATION",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.MaskedImage.mode\">MaskedImage.mode</a> to specify a blend mode.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "BLEND_MODE_SCREEN",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.MaskedImage.mode\">MaskedImage.mode</a> to specify a blend mode.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "BLEND_MODE_SOFT_LIGHT",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.MaskedImage.mode\">MaskedImage.mode</a> to specify a blend mode.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "BLEND_MODE_SOURCE_ATOP",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.MaskedImage.mode\">MaskedImage.mode</a> to specify a blend mode.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "BLEND_MODE_SOURCE_IN",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.MaskedImage.mode\">MaskedImage.mode</a> to specify a blend mode.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "BLEND_MODE_SOURCE_OUT",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.MaskedImage.mode\">MaskedImage.mode</a> to specify a blend mode.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "BLEND_MODE_XOR",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.MaskedImage.mode\">MaskedImage.mode</a> to specify a blend mode.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "HINT_TYPE_STATIC",
                    "deprecated": false,
                    "description": "<p>Use when creating a TextField to specify the hintType as static.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "HINT_TYPE_ANIMATED",
                    "deprecated": false,
                    "description": "<p>Use when creating a TextField to specify the hintType as animated.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "TEXT_ELLIPSIZE_TRUNCATE_WORD_WRAP",
                    "deprecated": false,
                    "description": "<p>Add ellipses at word boundaries, unless the word itself doesn't fit on a single line.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "TEXT_ELLIPSIZE_TRUNCATE_CHAR_WRAP",
                    "deprecated": false,
                    "description": "<p>Add ellipses before the first character that doesnt fit.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "TEXT_ELLIPSIZE_TRUNCATE_CLIP",
                    "deprecated": false,
                    "description": "<p>Lines are simply not drawn past the edge of the text container.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "TEXT_ELLIPSIZE_TRUNCATE_START",
                    "deprecated": false,
                    "description": "<p>Add ellipses at the beginning of the label if the text is too large to fit.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "4.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "4.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "4.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "TEXT_ELLIPSIZE_TRUNCATE_MIDDLE",
                    "deprecated": false,
                    "description": "<p>Add ellipses in the middle of the label if the text is too large to fit.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "4.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "4.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "4.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "TEXT_ELLIPSIZE_TRUNCATE_END",
                    "deprecated": false,
                    "description": "<p>Add ellipses at the end of the label if the text is too large to fit.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "4.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "4.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "4.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "TEXT_ELLIPSIZE_TRUNCATE_MARQUEE",
                    "deprecated": false,
                    "description": "<p>Turns on a marquee effect of the label if the text is too large to fit. (This requires <a href=\"Titanium.UI.Label.focusable\">Titanium.UI.Label.focusable</a> to be true)</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "4.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "TEXT_ELLIPSIZE_TRUNCATE_NONE",
                    "deprecated": false,
                    "description": "<p>Disables ellipsizing of the label. The text will be cut off if it is too long.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "EXTEND_EDGE_TOP",
                    "deprecated": false,
                    "description": "<p>Specifies that the top edge of the window can extend.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "EXTEND_EDGE_BOTTOM",
                    "deprecated": false,
                    "description": "<p>Specifies that the bottom edge of the window can extend.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "EXTEND_EDGE_LEFT",
                    "deprecated": false,
                    "description": "<p>Specifies that the left edge of the window can extend.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "EXTEND_EDGE_RIGHT",
                    "deprecated": false,
                    "description": "<p>Specifies that the right edge of the window can extend.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "EXTEND_EDGE_NONE",
                    "deprecated": false,
                    "description": "<p>Specifies that none of the edges of the window can extend.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "EXTEND_EDGE_ALL",
                    "deprecated": false,
                    "description": "<p>Specifies that all the edges of the window can extend.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "FACE_DOWN",
                    "deprecated": false,
                    "description": "<p>Constant value for face-down orientation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "FACE_UP",
                    "deprecated": false,
                    "description": "<p>Constant value for face-up orientation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "FILL",
                    "deprecated": false,
                    "description": "<p>FILL behavior for UI layout.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "HIDDEN_BEHAVIOR_GONE",
                    "deprecated": false,
                    "description": "<p>Release free space when hiding an object.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "HIDDEN_BEHAVIOR_INVISIBLE",
                    "deprecated": false,
                    "description": "<p>Keeps free space when hiding an object.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "INPUT_BORDERSTYLE_BEZEL",
                    "deprecated": false,
                    "description": "<p>Use a bezel-style border on the input field.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "INPUT_BORDERSTYLE_LINE",
                    "deprecated": false,
                    "description": "<p>Use a simple line border on the input field.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "INPUT_BORDERSTYLE_NONE",
                    "deprecated": false,
                    "description": "<p>Use no border on the input field.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "INPUT_BORDERSTYLE_ROUNDED",
                    "deprecated": false,
                    "description": "<p>Use a rounded-rectangle border on the input field.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "INPUT_BUTTONMODE_ALWAYS",
                    "deprecated": false,
                    "description": "<p>Always show buttons on the input field.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "INPUT_BUTTONMODE_NEVER",
                    "deprecated": false,
                    "description": "<p>Never show buttons on the input field.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "INPUT_BUTTONMODE_ONBLUR",
                    "deprecated": false,
                    "description": "<p>Show buttons on the input field when it loses focus.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "INPUT_BUTTONMODE_ONFOCUS",
                    "deprecated": false,
                    "description": "<p>Show buttons on the input field when it gains focus.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "INPUT_TYPE_CLASS_NUMBER",
                    "deprecated": false,
                    "description": "<p>Use a keyboard with a number pad only, with the pad keyboard layout. Accepts only numbers.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "INPUT_TYPE_CLASS_TEXT",
                    "deprecated": false,
                    "description": "<p>Use an ASCII keyboard, with the standard keyboard layout.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "KEYBOARD_APPEARANCE_ALERT",
                    "deprecated": true,
                    "description": "<p>Use a keyboard appearance suitable for entering text on an alert. <strong>Removed in 8.0.0.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "KEYBOARD_APPEARANCE_DEFAULT",
                    "deprecated": false,
                    "description": "<p>Use the platform-specific default keyboard appearance.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "KEYBOARD_APPEARANCE_DARK",
                    "deprecated": false,
                    "description": "<p>Use the platform-specific dark keyboard appearance.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "KEYBOARD_APPEARANCE_LIGHT",
                    "deprecated": false,
                    "description": "<p>Use the platform-specific light keyboard appearance.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "KEYBOARD_ASCII",
                    "deprecated": true,
                    "description": "<p>Use an ASCII keyboard, with the standard keyboard layout. <strong>Removed in 8.0.0. Use <a href=\"Titanium.UI.KEYBOARD_TYPE_ASCII\">Titanium.UI.KEYBOARD_TYPE_ASCII</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "KEYBOARD_DECIMAL_PAD",
                    "deprecated": true,
                    "description": "<p>Use a keyboard with decimal numbers only, with the pad keyboard layout. <strong>Removed in 8.0.0. Use <a href=\"Titanium.UI.KEYBOARD_TYPE_DECIMAL_PAD\">Titanium.UI.KEYBOARD_TYPE_DECIMAL_PAD</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "KEYBOARD_DEFAULT",
                    "deprecated": true,
                    "description": "<p>Use the default keyboard, depending on the platform. <strong>Removed in 8.0.0. Use <a href=\"Titanium.UI.KEYBOARD_TYPE_DEFAULT\">Titanium.UI.KEYBOARD_TYPE_DEFAULT</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "KEYBOARD_EMAIL",
                    "deprecated": true,
                    "description": "<p>Use a keyboard suitable for composing email, with the standard keyboard layout. <strong>Removed in 8.0.0. Use <a href=\"Titanium.UI.KEYBOARD_TYPE_EMAIL\">Titanium.UI.KEYBOARD_TYPE_EMAIL</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "KEYBOARD_NAMEPHONE_PAD",
                    "deprecated": true,
                    "description": "<p>Use a keyboard suitable for entering names and phone numbers, with the pad keyboard layout. <strong>Removed in 8.0.0. Use <a href=\"Titanium.UI.KEYBOARD_TYPE_NAMEPHONE_PAD\">Titanium.UI.KEYBOARD_TYPE_NAMEPHONE_PAD</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "KEYBOARD_NUMBERS_PUNCTUATION",
                    "deprecated": true,
                    "description": "<p>Use a keyboard with numbers and punctuation only, with the standard keyboard layout. <strong>Removed in 8.0.0. Use <a href=\"Titanium.UI.KEYBOARD_TYPE_NUMBERS_PUNCTUATION\">Titanium.UI.KEYBOARD_TYPE_NUMBERS_PUNCTUATION</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "KEYBOARD_NUMBER_PAD",
                    "deprecated": true,
                    "description": "<p>Use a keyboard with a number pad only, with the pad keyboard layout. <strong>Removed in 8.0.0. Use <a href=\"Titanium.UI.KEYBOARD_TYPE_NUMBER_PAD\">Titanium.UI.KEYBOARD_TYPE_NUMBER_PAD</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "KEYBOARD_PHONE_PAD",
                    "deprecated": true,
                    "description": "<p>Use a keyboard with a phone-style number pad, with the pad keyboard layout. <strong>Removed in 8.0.0. Use <a href=\"Titanium.UI.KEYBOARD_TYPE_PHONE_PAD\">Titanium.UI.KEYBOARD_TYPE_PHONE_PAD</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "KEYBOARD_URL",
                    "deprecated": true,
                    "description": "<p>Use a keyboard optimized for entering URLs, with the standard keyboard layout. <strong>Removed in 8.0.0. Use <a href=\"Titanium.UI.KEYBOARD_TYPE_URL\">Titanium.UI.KEYBOARD_TYPE_URL</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "KEYBOARD_TYPE_DECIMAL_PAD",
                    "deprecated": false,
                    "description": "<p>Use a keyboard with decimal numbers only, with the pad keyboard layout.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "KEYBOARD_TYPE_ASCII",
                    "deprecated": false,
                    "description": "<p>Use an ASCII keyboard, with the standard keyboard layout.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "KEYBOARD_TYPE_DEFAULT",
                    "deprecated": false,
                    "description": "<p>Use the default keyboard, depending on the platform.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "KEYBOARD_TYPE_EMAIL",
                    "deprecated": false,
                    "description": "<p>Use a keyboard suitable for composing email, with the standard keyboard layout.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "KEYBOARD_TYPE_NAMEPHONE_PAD",
                    "deprecated": false,
                    "description": "<p>Use a keyboard suitable for entering names and phone numbers, with the pad keyboard layout.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "KEYBOARD_TYPE_NUMBERS_PUNCTUATION",
                    "deprecated": false,
                    "description": "<p>Use a keyboard with numbers and punctuation only, with the standard keyboard layout.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "KEYBOARD_TYPE_NUMBER_PAD",
                    "deprecated": false,
                    "description": "<p>Use a keyboard with a number pad only, with the pad keyboard layout.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "KEYBOARD_TYPE_PHONE_PAD",
                    "deprecated": false,
                    "description": "<p>Use a keyboard with a phone-style number pad, with the pad keyboard layout.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "KEYBOARD_TYPE_WEBSEARCH",
                    "deprecated": false,
                    "description": "<p>Use a keyboard optimized for web search terms and URL entry.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "KEYBOARD_TYPE_TWITTER",
                    "deprecated": false,
                    "description": "<p>Use a keyboard optimized for twitter text entry, with easy access to the @ and</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "KEYBOARD_TYPE_URL",
                    "deprecated": false,
                    "description": "<p>Use a keyboard optimized for entering URLs, with the standard keyboard layout.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "LANDSCAPE_LEFT",
                    "deprecated": false,
                    "description": "<p>Standard landscape orientation (home button on left).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "LANDSCAPE_RIGHT",
                    "deprecated": false,
                    "description": "<p>Reverse landscape orientation (home button on right).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "LIST_ACCESSORY_TYPE_NONE",
                    "deprecated": false,
                    "description": "<p>Do not display anything on the right side of an item in a list view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "LIST_ACCESSORY_TYPE_CHECKMARK",
                    "deprecated": false,
                    "description": "<p>Displays a checkmark on the right side of an item in a list view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "LIST_ACCESSORY_TYPE_DETAIL",
                    "deprecated": false,
                    "description": "<p>Displays a detail disclosure button on the right side of an item in a list view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "LIST_ACCESSORY_TYPE_DISCLOSURE",
                    "deprecated": false,
                    "description": "<p>Displays a disclosure indicator on the right side of an item in a list view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "LIST_ITEM_TEMPLATE_DEFAULT",
                    "deprecated": false,
                    "description": "<p>A built-in style for an item with an image view and left-aligned title label.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "LIST_ITEM_TEMPLATE_SETTINGS",
                    "deprecated": false,
                    "description": "<p>A built-in style for a item with an image view; a left-aligned title label; and a\nright-aligned subtitle label.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "LIST_ITEM_TEMPLATE_CONTACTS",
                    "deprecated": false,
                    "description": "<p>A built-in style for an item with a right-aligned title label on the left side of the cell,\nwhich is next to a left-aligned subtitle label.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "LIST_ITEM_TEMPLATE_SUBTITLE",
                    "deprecated": false,
                    "description": "<p>A built-in style for an item with an image view; a black, left-aligned title label across the\ntop of the cell and a subtitle label below it.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "NOTIFICATION_DURATION_LONG",
                    "deprecated": false,
                    "description": "<p>Specifies a long duration for an Android Toast notification (<a href=\"Titanium.UI.Notification\">Titanium.UI.Notification</a>).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "NOTIFICATION_DURATION_SHORT",
                    "deprecated": false,
                    "description": "<p>Specifies a short duration for an Android Toast notification (<a href=\"Titanium.UI.Notification\">Titanium.UI.Notification</a>).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "CLIPBOARD_OPTION_LOCAL_ONLY",
                    "deprecated": false,
                    "description": "<p>Specifies that the clipboard items should not be available to other devices through Handoff.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.5.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "CLIPBOARD_OPTION_EXPIRATION_DATE",
                    "deprecated": false,
                    "description": "<p>Specifies the time and date that you want the system to remove the clipboard items from the clipboard.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.5.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "PICKER_TYPE_COUNT_DOWN_TIMER",
                    "deprecated": false,
                    "description": "<p>Use a picker with a countdown timer appearance, showing hours and minutes.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "PICKER_TYPE_DATE",
                    "deprecated": false,
                    "description": "<p>Use a date picker.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "PICKER_TYPE_DATE_AND_TIME",
                    "deprecated": false,
                    "description": "<p>Use a date and time picker.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "PICKER_TYPE_PLAIN",
                    "deprecated": false,
                    "description": "<p>Use a plain picker (for values other than date or time).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "PICKER_TYPE_TIME",
                    "deprecated": false,
                    "description": "<p>Use a time picker.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "PORTRAIT",
                    "deprecated": false,
                    "description": "<p>Orientation constant for portrait mode orientation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "RETURNKEY_CONTINUE",
                    "deprecated": false,
                    "description": "<p>Set the return key text to &quot;Continue&quot;.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "RETURNKEY_DEFAULT",
                    "deprecated": false,
                    "description": "<p>Use the default return key on the virtual keyboard.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "RETURNKEY_DONE",
                    "deprecated": false,
                    "description": "<p>Set the return key text to &quot;Done&quot;.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "RETURNKEY_EMERGENCY_CALL",
                    "deprecated": false,
                    "description": "<p>Set the return key text to &quot;Emergency Call&quot;.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "RETURNKEY_GO",
                    "deprecated": false,
                    "description": "<p>Set the return key text to &quot;Go&quot;.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "RETURNKEY_GOOGLE",
                    "deprecated": false,
                    "description": "<p>Set the return key text to &quot;Google&quot;.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "RETURNKEY_JOIN",
                    "deprecated": false,
                    "description": "<p>Set the return key text to &quot;Join&quot;.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "RETURNKEY_NEXT",
                    "deprecated": false,
                    "description": "<p>Set the return key text to &quot;Next&quot;.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "RETURNKEY_ROUTE",
                    "deprecated": false,
                    "description": "<p>Set the return key text to &quot;Route&quot;.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "RETURNKEY_SEARCH",
                    "deprecated": false,
                    "description": "<p>Set the return key text to &quot;Search&quot;.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "RETURNKEY_SEND",
                    "deprecated": false,
                    "description": "<p>Set the return key text to &quot;Send&quot;.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "RETURNKEY_YAHOO",
                    "deprecated": false,
                    "description": "<p>Set the return key text to &quot;Yahoo&quot;.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "SEMANTIC_COLOR_TYPE_DARK",
                    "deprecated": false,
                    "description": "<p>Return the dark value from the applications colorset</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "SEMANTIC_COLOR_TYPE_LIGHT",
                    "deprecated": false,
                    "description": "<p>Return the light value from the applications colorset.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "semanticColorType",
                    "deprecated": false,
                    "description": "<p>When running on Android, iOS 10 or lower, or Windows the value to return form the applications colorset.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.SEMANTIC_COLOR_TYPE_DARK",
                        "Titanium.UI.SEMANTIC_COLOR_TYPE_LIGHT"
                    ],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "SIZE",
                    "deprecated": false,
                    "description": "<p>SIZE behavior for UI layout.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "TABLE_VIEW_SEPARATOR_STYLE_NONE",
                    "deprecated": false,
                    "description": "<p>The row divider is hidden.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "TABLE_VIEW_SEPARATOR_STYLE_SINGLE_LINE",
                    "deprecated": false,
                    "description": "<p>The row divider is shown as a single line.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "TEXT_ALIGNMENT_CENTER",
                    "deprecated": false,
                    "description": "<p>Center align text.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "TEXT_ALIGNMENT_JUSTIFY",
                    "deprecated": false,
                    "description": "<p>Justify align text.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "TEXT_ALIGNMENT_LEFT",
                    "deprecated": false,
                    "description": "<p>Left align text.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "TEXT_ALIGNMENT_RIGHT",
                    "deprecated": false,
                    "description": "<p>Right align text.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "TEXT_AUTOCAPITALIZATION_ALL",
                    "deprecated": false,
                    "description": "<p>Auto-capitalize all text in the input field.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "TEXT_AUTOCAPITALIZATION_NONE",
                    "deprecated": false,
                    "description": "<p>Do not auto-capitalize.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "TEXT_AUTOCAPITALIZATION_SENTENCES",
                    "deprecated": false,
                    "description": "<p>Use sentence-style auto-capitalization in the input field.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "TEXT_AUTOCAPITALIZATION_WORDS",
                    "deprecated": false,
                    "description": "<p>Auto-capitalize the first letter of each word in the input field.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "TEXT_STYLE_HEADLINE",
                    "deprecated": false,
                    "description": "<p>The font used for headings.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "TEXT_STYLE_SUBHEADLINE",
                    "deprecated": false,
                    "description": "<p>The font used for subheadings.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "TEXT_STYLE_BODY",
                    "deprecated": false,
                    "description": "<p>The font used for body texts.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "TEXT_STYLE_FOOTNOTE",
                    "deprecated": false,
                    "description": "<p>The font used in footnotes.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "TEXT_STYLE_CAPTION1",
                    "deprecated": false,
                    "description": "<p>The font used for standard captions.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "TEXT_STYLE_CAPTION2",
                    "deprecated": false,
                    "description": "<p>The font used for alternate captions.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "TEXT_STYLE_CALLOUT",
                    "deprecated": false,
                    "description": "<p>The font used for callouts.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "TEXT_STYLE_TITLE1",
                    "deprecated": false,
                    "description": "<p>The font used for first level hierarchical headings.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "TEXT_STYLE_TITLE2",
                    "deprecated": false,
                    "description": "<p>The font used for second level hierarchical headings.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "TEXT_STYLE_TITLE3",
                    "deprecated": false,
                    "description": "<p>The font used for third level hierarchical headings.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "TEXT_STYLE_LARGE_TITLE",
                    "deprecated": false,
                    "description": "<p>Specifies the text style for the <a href=\"Font\">Font</a> Object.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "TEXT_VERTICAL_ALIGNMENT_BOTTOM",
                    "deprecated": false,
                    "description": "<p>Align text to the bottom of the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "TEXT_VERTICAL_ALIGNMENT_CENTER",
                    "deprecated": false,
                    "description": "<p>Vertically align text to the center of the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "TEXT_VERTICAL_ALIGNMENT_TOP",
                    "deprecated": false,
                    "description": "<p>Align text to the top of the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "UNIT_CM",
                    "deprecated": false,
                    "description": "<p>Unit constant representing units in centimeters.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "UNIT_DIP",
                    "deprecated": false,
                    "description": "<p>Unit constant representing units in density-independent pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "UNIT_IN",
                    "deprecated": false,
                    "description": "<p>Unit constant representing units in inches.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "UNIT_MM",
                    "deprecated": false,
                    "description": "<p>Unit constant representing units in millimeters.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "UNIT_PX",
                    "deprecated": false,
                    "description": "<p>Unit constant representing units in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "UNKNOWN",
                    "deprecated": false,
                    "description": "<p>Orientation constant representing an unknown orientation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "UPSIDE_PORTRAIT",
                    "deprecated": false,
                    "description": "<p>Orientation constant for inverted portait orientation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "URL_ERROR_AUTHENTICATION",
                    "deprecated": false,
                    "description": "<p>Authentication error code reported via <a href=\"Titanium.UI.WebView.error\">Titanium.UI.WebView.error</a>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "URL_ERROR_BAD_URL",
                    "deprecated": false,
                    "description": "<p>Bad url error code reported via <a href=\"Titanium.UI.WebView.error\">Titanium.UI.WebView.error</a>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "URL_ERROR_CONNECT",
                    "deprecated": false,
                    "description": "<p>Error code reported via <a href=\"Titanium.UI.WebView.error\">Titanium.UI.WebView.error</a> for a failure to connect to host.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "URL_ERROR_SSL_FAILED",
                    "deprecated": false,
                    "description": "<p>Error code reported via <a href=\"Titanium.UI.WebView.error\">Titanium.UI.WebView.error</a> for an SSL failure.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "URL_ERROR_FILE",
                    "deprecated": false,
                    "description": "<p>Error code reported via <a href=\"Titanium.UI.WebView.error\">Titanium.UI.WebView.error</a> for a failure to access a file resource on a host, except &quot;file not found&quot;, which has its own constant.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "URL_ERROR_FILE_NOT_FOUND",
                    "deprecated": false,
                    "description": "<p>Error code reported via <a href=\"Titanium.UI.WebView.error\">Titanium.UI.WebView.error</a> when a requested file does not exist on the host.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "URL_ERROR_HOST_LOOKUP",
                    "deprecated": false,
                    "description": "<p>Error code reported via <a href=\"Titanium.UI.WebView.error\">Titanium.UI.WebView.error</a> when a host name cannot be resolved, such as via a DNS lookup error.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "URL_ERROR_REDIRECT_LOOP",
                    "deprecated": false,
                    "description": "<p>Error code reported via <a href=\"Titanium.UI.WebView.error\">Titanium.UI.WebView.error</a> when a redirect loop is detected.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "URL_ERROR_TIMEOUT",
                    "deprecated": false,
                    "description": "<p>Error code reported via <a href=\"Titanium.UI.WebView.error\">Titanium.UI.WebView.error</a> when a timeout occurs.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "URL_ERROR_UNKNOWN",
                    "deprecated": false,
                    "description": "<p>Error code reported via <a href=\"Titanium.UI.WebView.error\">Titanium.UI.WebView.error</a> when an unknown error occurs.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "URL_ERROR_UNSUPPORTED_SCHEME",
                    "deprecated": false,
                    "description": "<p>Error code reported via <a href=\"Titanium.UI.WebView.error\">Titanium.UI.WebView.error</a> when a url contains an unsupported scheme.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundColor",
                    "deprecated": false,
                    "description": "<p>Sets the background color of the master view (when there are no windows or other top-level\ncontrols displayed).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundImage",
                    "deprecated": false,
                    "description": "<p>Local path or URL to an image file for setting a background for the master view (when there\nare no windows or other top-level controls displayed).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "currentTab",
                    "deprecated": true,
                    "description": "<p>The currently active tab, if a tab group is open. <strong>Removed in 6.0.0.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.8.0"
                        }
                    ],
                    "type": "Titanium.UI.Tab",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "currentWindow",
                    "deprecated": true,
                    "description": "<p>The active window associated with the executing JavaScript context. <strong>Removed in 6.0.0.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "orientation",
                    "deprecated": true,
                    "description": "<p>Updates the orientation of the current window to the specified orientation value. <strong>Removed in 3.0.0. Use <a href=\"Titanium.UI.Window.orientationModes\">Titanium.UI.Window.orientationModes</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "tintColor",
                    "deprecated": false,
                    "description": "<p>Sets the global tint color of the application. It is inherited by the child views and can be\noverwritten by them using the <code>tintColor</code> property.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>The UI module is responsible for native user-interface components and interaction inside\nTitanium.  The goal of the UI module is to provide a native experience along with native\nperformance by compiling Javascript code into their native counterparts as part of the\nbuild process.</p>\n<h4>Design</h4>\n<p>The UI module is broken down into 3 major area:</p>\n<ul>\n<li>\n<p><strong>Views</strong> - <a href=\"Titanium.UI.View\">Views</a> are containers that host visual elements such as\ncontrols or other views.  Views can have their properties customized, such as their border color\nand radius, can fire events such as swipe events or touches, and can optionally contain a\nhierarchy or other views as children. In Titanium, most views are specialized to perform both a\nvisual function and set of interaction behaviors such as <a href=\"Titanium.UI.TableView\">Table View</a> or\n<a href=\"Titanium.UI.iOS.CoverFlowView\">Coverflow View</a>.  Views are always named with the suffix <code>View</code>.</p>\n</li>\n<li>\n<p><strong>Controls</strong> - controls, or sometimes referred as widgets, are visual elements such as\n<a href=\"Titanium.UI.Slider\">sliders</a>,  <a href=\"Titanium.UI.Button\">buttons</a> and <a href=\"Titanium.UI.Switch\">switches</a>.\nThey provide a visual element which has a defined behavior and typical have special\nconfiguration and special events.  Controls themselves are views and also inherit a views\nproperties, functions and events.</p>\n</li>\n<li>\n<p><strong>Windows</strong> - <a href=\"Titanium.UI.Window\">Windows</a> are typically top-level visual constructs that are\nthe main part of your interface. An application will always have at least one window and windows\ncan take different shapes and sizes, can have display and interaction properties such as\nfullscreen or modal and can be customized, such as changing their opacity or background color.\nWindows themselves are views and also inherit a views properties, functions and events. There\nare a few specialization of Windows such as a <a href=\"Titanium.UI.TabGroup\">Tab Group</a> which offer\nadditional behavior beyond the basic Window.</p>\n</li>\n</ul>\n<p>Titanium uses the <a href=\"http://en.wikipedia.org/wiki/Factory_method_pattern\">Factory Pattern</a> for\nconstructing objects and a general naming pattern for APIs.  For example, to construct a\n<a href=\"Titanium.UI.AlertDialog\">Alert Dialog</a>, you call the method <a href=\"Titanium.UI.createAlertDialog\">Titanium.UI.createAlertDialog</a>.\nTo create a <a href=\"Titanium.UI.TextArea\">TextArea</a>, you call the method <a href=\"Titanium.UI.createTextArea\">Titanium.UI.createTextArea</a>.\nOnce an object is created, it will be available until it goes out of scope.</p>\n<h4>Optimizations</h4>\n<p>UI objects are optimized by Titanium to not be realized into the drawing context and placed into\nthe device UI surface until needed.  That means that you can create UI objects, set their\nproperties and add them to their hierarchy without much worry about memory or performance.\nWhen the native drawing surface needs to render a specific view or control, Titanium will\nautomatically create the view as needed.  Additionally, Titanium is optimized to also release\nmemory once the view is no longer needed, on screen or in low memory situations.  However, it's\na good idea to help Titanium along in certain cases where you are no longer using objects.  For\nexample, you should call <code>close</code> on a <a href=\"Titanium.UI.Window\">Window</a> instance when you are no\nlonger using it.  You can safely call <code>open</code> on the window again to re-open it.</p>\n<h4>Global Context and Threading</h4>\n<p>Be careful with the objects that are created in <code>app.js</code> but only used once. Since the <code>app.js</code>\ncontext is global and generally is not garbage collected until the application exits, you\nshould think about the design of your application as it relates to this fact.</p>\n<p><a href=\"Titanium.UI.Window\">Window</a> objects that are opened up with the <code>url</code> property to another\nJavaScript file provide a nice way to decompose your application into smaller units.</p>\n<p>Additionally, Window objects created with a <code>url</code> value run in a separate JavaScript context\nand thread. While all UI processing is done on the main UI thread, other processing inside\na Window or the <code>app.js</code> that does not have UI interaction will run in its own thread.</p>\n<p>The other benefit of using the <code>url</code> property is that when the window is closed, resources\nallocated in the window's context can be immediately cleaned up, saving resources such as\nmemory and CPU.</p>\n<p>For more information, see the sections &quot;Sub-contexts&quot; and &quot;Passing Data Between Contexts&quot; on the\n<a href=\"Titanium.UI.Window\">Window</a> reference page.</p>\n<h4>Portability</h4>\n<p>Titanium components are designed to be portable across as many platforms as it supports.\nHowever, there are cases where a device either does not support a specific feature or capability\nor where it support additional functionality.  For cases where the device OS supports\ncapabilities that other platforms do not, we attempt to place those capabilities in a separate\nnamespace, such as <a href=\"Titanium.UI.iPhone\">Titanium.UI.iPhone</a>. However, in cases where the control is in a common\nnamespace and support additional features, we continue to place that functionality directly on\nthe object.</p>\n<h4>Events</h4>\n<p>Event listeners must be defined before their respective events are likely to be fired, otherwise\nthey are not guaranteed to be called. The open and focus <a href=\"Titanium.UI.Window\">Window</a> event\nlisteners, for instance, must be defined before the window is opened.</p>\n<p>Evaluating events as late as possible while bearing the above consideration in mind, however,\ncan significantly improve application responsiveness. For example, an event listener for a\nclick event may be defined after the parent window has been opened.</p>\n<h4>Colors</h4>\n<p>Many UI components have properties that control their color.</p>\n<p>Colors may be specified as a hex triplet to determine the red, green and blue channels. Thus,\n<code>'#000000'</code> is specified for black, <code>'#ff0000'</code> for red, <code>'#00ff00'</code> for green, <code>'#0000ff'</code> for\nblue, and <code>'#ffffff'</code> for white, etc. A channel may be abbreviated when its two hex digits are\nidentical, such as <code>'#000'</code>, <code>'#f00'</code>, <code>'#0f0#'</code>, <code>'#00f'</code> and <code>'#fff'</code> for the above colors,\nrespectively.</p>\n<p>An additional alpha channel is supported as a prefix to the hex triplet. So, to make\nthe purple-like color <code>'#ff00ff'</code> semi-opaque, you could use an alpha value of <code>'55'</code>, giving,\n<code>'#55ff00ff'</code> or <code>'#5f0f'</code>.</p>\n<p>Note that while the pound symbol, <code>#</code>, is not mandatory on iOS when using the hex triplet format,\nit is recommended to include it to provide compatibility with other platforms.</p>\n<p>iOS also accepts colors specified in the form, <code>rgb(R,G,B)</code> and <code>rgba(R,G,B,A)</code>, with the color\nchannels inside the parethesis represented by integer numbers between <code>0</code> and <code>255</code> and the\nalpha channel by a float number between <code>0</code> and <code>1.0</code> (transparent to opaque, respectively).\nFor example, an opaque purple could be obtained using <code>'rgb(255,0,255)'</code> and a semi-opaque purple\nusing <code>'rgba(255,0,255,0.3)'</code>. Note that although this format will work if the <code>rgb</code> or <code>rgba</code>\nprefix is omitted, this is not officially supported and thus not recommended.</p>\n<p>Alternatively, the following set of color names are recognized.</p>\n<p><code>'aqua'</code>, <code>'black'</code>, <code>'blue'</code>, <code>'brown'</code>, <code>'cyan'</code>, <code>'darkgray'</code>, <code>'fuchsia'</code>, <code>'gray'</code>,\n<code>'green'</code>, <code>'lightgray'</code>, <code>'lime'</code>, <code>'magenta'</code>, <code>'maroon'</code>, <code>'navy'</code>, <code>'olive'</code>, <code>'orange'</code>,\n<code>'pink'</code>, <code>'purple'</code>, <code>'red'</code>, <code>'silver'</code>, <code>'teal'</code>, <code>'white'</code>, <code>'yellow'</code>.</p>\n<p>All color properties also accept a value of <code>'transparent'</code>.</p>\n<p>On Android, if you want to create a semi-transparent window, set the <code>opacity</code>\nproperty <strong>before</strong> opening the window.</p>\n<p>On iOS, you can set a global tinting using <a href=\"Titanium.UI.tintColor\">Titanium.UI.tintColor</a>. All child views will inherit\nthe tint color by default and are able to override the color using <code>tintColor</code> on their own views.\nThe default <code>tintColor</code> on iOS is the blue (system-color).</p>\n<p>If a color property is undefined, the default color of the particular UI element is applied.\nIf a color value is not valid on iOS, the default color is applied, whereas, on Android, the\ncolor yellow is applied.</p>\n<h4>Dark Mode</h4>\n<p>In iOS 13 Apple introduced support for users to adopt a system-wide Dark Mode setting where the screens, view, menus, and controls use a darker color palette. You can read more about this in the Apple Human Interface Guidelines.</p>\n<p>There are two aspects to dark mode that can be specified for your app, colors and images.</p>\n<h5>Specifying Dark Mode colors</h5>\n<p>To specify colors for dark mode, also known as semantic colors, first create a file called <code>semantic.colors.json</code> in the Resources directory for classic applications, or in the assets directory for Alloy applications. Then you can specify color names in the following format:</p>\n<pre><code>  {\n    &quot;textColor&quot;: { // the name for your color\n      &quot;dark&quot;: {\n        &quot;color&quot;: &quot;#ff85e2&quot;, // hex color code to be set\n        &quot;alpha&quot;: &quot;50.0&quot; // can be set from a range of 0-100\n      },\n      &quot;light&quot;: &quot;#ff1f1f&quot;\n    }\n  }\n</code></pre>\n<p>To reference these colors in your application use the <a href=\"Titanium.UI.fetchSemanticColor\">Titanium.UI.fetchSemanticColor</a> API, this is a cross platform API that on iOS 13 and above will use the native method that checks the users system-wide setting, and in all other instances will check the <a href=\"Titanium.UI.semanticColorType\">Titanium.UI.semanticColorType</a> property and return the correct color for the current setting.</p>\n<h5>Specifying Dark Mode images</h5>\n<p>Note: Dark Mode images are iOS only.</p>\n<p>To specify dark mode images, use the <code>-dark</code> suffix on the image name. When building your app the images are set as the dark mode variant, then refer to images as normal and iOS will select the correct image dependent on the users system-wide setting.</p>\n<p>For example given an image <code>logo.png</code> with <code>@2x</code> and <code>@3x</code> variants, the following dark mode images should exist:</p>\n<ul>\n<li>logo-dark.png</li>\n<li>logo-dark@2x.png</li>\n<li>logo-dark@3x.png</li>\n</ul>\n<p>And you would reference the image as before using <code>logo-dark.png</code></p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Point",
            "description": "<p>A pair of coordinates used to describe the location of a <a href=\"Titanium.UI.View\">Titanium.UI.View</a>.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "x",
                    "deprecated": false,
                    "description": "<p>The x-axis coordinate of this point.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.8.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.8.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.8.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "y",
                    "deprecated": false,
                    "description": "<p>The y-axis coordinate of this point.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.8.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.8.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.8.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "1.8.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "1.8.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "1.8.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Gradient",
            "description": "<p>A simple object defining a color gradient.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "type",
                    "deprecated": false,
                    "description": "<p>Type of gradient, either 'linear' or 'radial'.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.8.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.8.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.8.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "startPoint",
                    "deprecated": false,
                    "description": "<p>Start point for the gradient.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.8.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.8.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.8.0"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "endPoint",
                    "deprecated": false,
                    "description": "<p>End point for the gradient.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.8.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.8.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.8.0"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "startRadius",
                    "deprecated": false,
                    "description": "<p>For a radial gradient, the radius at the <code>startPoint</code>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.8.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.8.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "endRadius",
                    "deprecated": false,
                    "description": "<p>For a radial gradient, the radius at the <code>endPoint</code>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.8.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.8.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "colors",
                    "deprecated": false,
                    "description": "<p>An array of colors, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.8.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.8.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.8.0"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backfillStart",
                    "deprecated": false,
                    "description": "<p>Set to <code>true</code> to continue filling with the starting color beyond the <code>startPoint</code>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.8.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.8.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backfillEnd",
                    "deprecated": false,
                    "description": "<p>Set to <code>true</code> to continue filling with the final color beyond the <code>endPoint</code>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.8.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.8.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "1.8.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "1.8.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "1.8.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "GradientColorRef",
            "description": "<p>A simple object consisting of a color and an offset.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "color",
                    "deprecated": false,
                    "description": "<p>Color value at this point in the gradient, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "offset",
                    "deprecated": false,
                    "description": "<p>The color's normalized position within the gradient, ranging from 0 (start) to 1 (end).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "MinMaxOptions",
            "description": "<p>An object for setting <code>min</code>/<code>max</code> value pairs.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "min",
                    "deprecated": false,
                    "description": "<p>Minimum value</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "max",
                    "deprecated": false,
                    "description": "<p>Maximum value</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "ViewPositionOptions",
            "description": "<p>Pass an object with the following key-value pairs:</p>\n<ul>\n<li><code>view</code> (Titanium.UI.View): View to insert</li>\n<li><code>position</code> (Number): Position in the <a href=\"Titanium.UI.View.children\">children</a> array of\nthe view elment to replace.</li>\n</ul>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "view",
                    "deprecated": false,
                    "description": "<p>View to insert. Required.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Titanium.UI.View",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "position",
                    "deprecated": false,
                    "description": "<p>Position in the <a href=\"Titanium.UI.View.children\">children</a> array of the view element to replace.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.WebView",
            "description": "<p>The web view allows you to open an HTML5 based view which can load either local or remote content.</p>",
            "deprecated": false,
            "events": [
                {
                    "name": "click",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a click against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "dblclick",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a double click against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "doubletap",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a double tap against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "focus",
                    "deprecated": false,
                    "description": "<p>Fired when the view element gains focus.</p>"
                },
                {
                    "name": "keypressed",
                    "deprecated": false,
                    "description": "<p>Fired when a hardware key is pressed in the view.</p>",
                    "properties": [
                        {
                            "name": "keyCode",
                            "constants": [],
                            "description": "<p>The code for the physical key that was pressed. For more details, see <a href=\"https://developer.android.com/reference/android/view/KeyEvent.html\">KeyEvent</a>. This API is experimental and subject to change.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "longclick",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a long click.</p>"
                },
                {
                    "name": "longpress",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a long press.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "pinch",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a pinch gesture.</p>",
                    "properties": [
                        {
                            "name": "scale",
                            "constants": [],
                            "description": "<p>The scale factor relative to the points of the two touches in screen coordinates.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "velocity",
                            "constants": [],
                            "description": "<p>The velocity of the pinch in scale factor per second.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "time",
                            "constants": [],
                            "description": "<p>The event time of the current event being processed.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timeDelta",
                            "constants": [],
                            "description": "<p>The time difference in milliseconds between the previous accepted scaling event and the\ncurrent scaling event.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "currentSpan",
                            "constants": [],
                            "description": "<p>The average distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "currentSpanX",
                            "constants": [],
                            "description": "<p>The average X distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "currentSpanY",
                            "constants": [],
                            "description": "<p>The average Y distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "previousSpan",
                            "constants": [],
                            "description": "<p>The previous average distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "previousSpanX",
                            "constants": [],
                            "description": "<p>The previous average X distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "previousSpanY",
                            "constants": [],
                            "description": "<p>The previous average Y distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "focusX",
                            "constants": [],
                            "description": "<p>The X coordinate of the current gesture's focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "focusY",
                            "constants": [],
                            "description": "<p>The Y coordinate of the current gesture's focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "inProgress",
                            "constants": [],
                            "description": "<p>Returns <code>true</code> if a scale gesture is in progress, <code>false</code> otherwise.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "postlayout",
                    "deprecated": false,
                    "description": "<p>Fired when a layout cycle is finished.</p>"
                },
                {
                    "name": "singletap",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a single tap against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "swipe",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a swipe gesture against the view.</p>",
                    "properties": [
                        {
                            "name": "direction",
                            "constants": [],
                            "description": "<p>Direction of the swipe--either 'left', 'right', 'up', or 'down'.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event's endpoint from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event's endpoint from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchcancel",
                    "deprecated": false,
                    "description": "<p>Fired when a touch event is interrupted by the device.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchend",
                    "deprecated": false,
                    "description": "<p>Fired when a touch event is completed.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Penciland are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchmove",
                    "deprecated": false,
                    "description": "<p>Fired as soon as the device detects movement of a touch.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchstart",
                    "deprecated": false,
                    "description": "<p>Fired as soon as the device detects a touch gesture.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "twofingertap",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a two-finger tap against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "beforeload",
                    "deprecated": false,
                    "description": "<p>Fired before the web view starts loading its content.</p>",
                    "properties": [
                        {
                            "name": "url",
                            "constants": [],
                            "description": "<p>URL of the web document being loaded.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "navigationType",
                            "constants": [
                                "Titanium.UI.iOS.WEBVIEW_NAVIGATIONTYPE_LINK_CLICKED",
                                "Titanium.UI.iOS.WEBVIEW_NAVIGATIONTYPE_FORM_SUBMITTED",
                                "Titanium.UI.iOS.WEBVIEW_NAVIGATIONTYPE_BACK_FORWARD",
                                "Titanium.UI.iOS.WEBVIEW_NAVIGATIONTYPE_RELOAD",
                                "Titanium.UI.iOS.WEBVIEW_NAVIGATIONTYPE_FORM_RESUBMITTED",
                                "Titanium.UI.iOS.WEBVIEW_NAVIGATIONTYPE_OTHER"
                            ],
                            "description": "<p>Constant indicating the user's action.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "isMainFrame",
                            "constants": [],
                            "description": "<p>Indicate if the event was generated from the main page or an iframe.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "error",
                    "deprecated": false,
                    "description": "<p>Fired when the web view cannot load the content.</p>",
                    "properties": [
                        {
                            "name": "success",
                            "constants": [],
                            "description": "<p>Indicates a successful operation. Returns <code>false</code>.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "error",
                            "constants": [],
                            "description": "<p>Error message, if any returned. May be undefined.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "code",
                            "constants": [
                                "Titanium.UI.URL_ERROR_AUTHENTICATION",
                                "Titanium.UI.URL_ERROR_BAD_URL",
                                "Titanium.UI.URL_ERROR_CONNECT",
                                "Titanium.UI.URL_ERROR_SSL_FAILED",
                                "Titanium.UI.URL_ERROR_FILE",
                                "Titanium.UI.URL_ERROR_FILE_NOT_FOUND",
                                "Titanium.UI.URL_ERROR_HOST_LOOKUP",
                                "Titanium.UI.URL_ERROR_REDIRECT_LOOP",
                                "Titanium.UI.URL_ERROR_TIMEOUT",
                                "Titanium.UI.URL_ERROR_UNKNOWN",
                                "Titanium.UI.URL_ERROR_UNSUPPORTED_SCHEME"
                            ],
                            "description": "<p>Error code.\nIf the error was generated by the operating system, that system's error value\nis used. Otherwise, this value will be -1.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "url",
                            "constants": [],
                            "description": "<p>URL of the web document.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "message",
                            "constants": [],
                            "description": "<p>Error message. Use error instead. <strong>Removed in 9.0.0. Removed on ios in 8.0.0. Removed on android in 9.0.0.</strong></p>",
                            "type": "String",
                            "deprecated": true
                        },
                        {
                            "name": "errorCode",
                            "constants": [
                                "Titanium.UI.URL_ERROR_AUTHENTICATION",
                                "Titanium.UI.URL_ERROR_BAD_URL",
                                "Titanium.UI.URL_ERROR_CONNECT",
                                "Titanium.UI.URL_ERROR_SSL_FAILED",
                                "Titanium.UI.URL_ERROR_FILE",
                                "Titanium.UI.URL_ERROR_FILE_NOT_FOUND",
                                "Titanium.UI.URL_ERROR_HOST_LOOKUP",
                                "Titanium.UI.URL_ERROR_REDIRECT_LOOP",
                                "Titanium.UI.URL_ERROR_TIMEOUT",
                                "Titanium.UI.URL_ERROR_UNKNOWN",
                                "Titanium.UI.URL_ERROR_UNSUPPORTED_SCHEME"
                            ],
                            "description": "<p>A constant or underlying platform specific error code. Use code instead. <strong>Removed in 9.0.0. Removed on ios in 8.0.0. Removed on android in 9.0.0.</strong></p>",
                            "type": "Number",
                            "deprecated": true
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "load",
                    "deprecated": false,
                    "description": "<p>Fired when the web view content is loaded.</p>",
                    "properties": [
                        {
                            "name": "url",
                            "constants": [],
                            "description": "<p>URL of the web document.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "onLoadResource",
                    "deprecated": false,
                    "description": "<p>Fired when loading resource.</p>",
                    "properties": [
                        {
                            "name": "url",
                            "constants": [],
                            "description": "<p>The url of the resource that will load.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "sslerror",
                    "deprecated": false,
                    "description": "<p>Fired when an SSL error occurred.</p>",
                    "properties": [
                        {
                            "name": "code",
                            "constants": [],
                            "description": "<p>SSL error code.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "onStopBlacklistedUrl",
                    "deprecated": true,
                    "description": "<p>Fired when a blacklisted URL is stopped. <strong>Removed in 9.0.0. Use the  cross-platform <code>blacklisturl</code> event instead.</strong></p>",
                    "properties": [
                        {
                            "name": "url",
                            "constants": [],
                            "description": "<p>The URL of the web document that is stopped.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "blacklisturl",
                    "deprecated": false,
                    "description": "<p>Fired when a blacklisted URL is stopped.</p>",
                    "properties": [
                        {
                            "name": "url",
                            "constants": [],
                            "description": "<p>The URL of the web document that is stopped.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "message",
                    "deprecated": false,
                    "description": "<p>Fired when a script message is received from a webpage.</p>",
                    "properties": [
                        {
                            "name": "url",
                            "constants": [],
                            "description": "<p>URL of the web document being loaded.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "body",
                            "constants": [],
                            "description": "<p>The body of the message sent from webview.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>The name of the message handler to which the message is sent.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "isMainFrame",
                            "constants": [],
                            "description": "<p>A Boolean value indicating whether the frame is the web site's main frame or a subframe.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "progress",
                    "deprecated": false,
                    "description": "<p>Fired when webpage download progresses.</p>",
                    "properties": [
                        {
                            "name": "value",
                            "constants": [],
                            "description": "<p>An estimate of what fraction of the current navigation has been loaded.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "url",
                            "constants": [],
                            "description": "<p>URL of the web document being loaded.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "redirect",
                    "deprecated": false,
                    "description": "<p>Fired when a web view receives a server redirect.</p>",
                    "properties": [
                        {
                            "name": "title",
                            "constants": [],
                            "description": "<p>Page title of webpage.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "url",
                            "constants": [],
                            "description": "<p>URL of the web document being loaded.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "handleurl",
                    "deprecated": false,
                    "description": "<p>Fired when <a href=\"Titanium.UI.WebView.allowedURLSchemes\">Titanium.UI.WebView.allowedURLSchemes</a> contains scheme of opening url.</p>",
                    "properties": [
                        {
                            "name": "handler",
                            "constants": [],
                            "description": "<p>Handler <a href=\"Titanium.UI.iOS.WebViewDecisionHandler\">Titanium.UI.iOS.WebViewDecisionHandler</a>.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "url",
                            "constants": [],
                            "description": "<p>URL of the web document being loaded.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                }
            ],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "animate",
                    "deprecated": false,
                    "description": "<p>Animates this view.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "animation",
                            "constants": [],
                            "description": "<p>Either a dictionary of animation properties or an\n<a href=\"Titanium.UI.Animation\">Animation</a> object.</p>",
                            "type": "Titanium.UI.Animation",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Function to be invoked upon completion of the animation.</p>",
                            "type": "Function",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "clearMotionEffects",
                    "deprecated": false,
                    "description": "<p>Removes all previously added motion effects.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "finishLayout",
                    "deprecated": true,
                    "description": "<p>Finishes a batch update of the View's layout properties and schedules a layout pass of the\nview tree.\n<strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hide",
                    "deprecated": false,
                    "description": "<p>Hides this view.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Animation options for Android only. <strong>Since SDK 5.1.0 and used only on Android 5.0+</strong></p>\n<p>Determines whether to enable a circular reveal animation.\nNote that the default here is equivalent to passing in <code>{ animated: false }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "insertAt",
                    "deprecated": false,
                    "description": "<p>Inserts a view at the specified position in the <a href=\"Titanium.UI.View.children\">children</a> array.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Pass an object that specifies the view to insert and optionally at which position (defaults to end)</p>",
                            "type": "ViewPositionOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "show",
                    "deprecated": false,
                    "description": "<p>Makes this view visible.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Animation options for Android only. <strong>Since SDK 5.1.0 and only used on Android 5.0+</strong></p>\n<p>Determines whether to enable a circular reveal animation.\nNote that the default here is equivalent to passing in <code>{ animated: false }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "startLayout",
                    "deprecated": true,
                    "description": "<p>Starts a batch update of this view's layout properties. <strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">Titanium.Proxy.applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "toImage",
                    "deprecated": false,
                    "description": "<p>Returns an image of the rendered view, as a Blob.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Function to be invoked upon completion. If non-null, this method will be performed\nasynchronously. If null, it will be performed immediately.</p>",
                            "type": "Function",
                            "usage": "optional"
                        },
                        {
                            "name": "honorScaleFactor",
                            "constants": [],
                            "description": "<p>Determines whether the image is scaled based on scale factor of main screen. (iOS only)</p>\n<p>When set to true, image is scale factor is honored. When set to false, the image in the\nblob has the same dimensions for retina and non-retina devices.</p>",
                            "type": "Boolean",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Blob",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "updateLayout",
                    "deprecated": true,
                    "description": "<p>Performs a batch update of all supplied layout properties and schedules a layout pass after\nthey have been updated.\n<strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">Titanium.Proxy.applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Layout properties to be updated.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "convertPointToView",
                    "deprecated": false,
                    "description": "<p>Translates a point from this view's coordinate system to another view's coordinate system.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "point",
                            "constants": [],
                            "description": "<p>A point in this view's coordinate system.</p>\n<p>If this argument is missing an <code>x</code> or <code>y</code> property, or the properties can not be\nconverted into numbers, an exception will be raised.</p>",
                            "type": "Point",
                            "usage": "required"
                        },
                        {
                            "name": "destinationView",
                            "constants": [],
                            "description": "<p>View that specifies the destination coordinate system to convert to. If this argument\nis not a view, an exception will be raised.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewById",
                    "deprecated": false,
                    "description": "<p>Returns the matching view of a given view ID.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "id",
                            "constants": [],
                            "description": "<p>The ID of the view that should be returned. Use the <code>id</code> property in your views to\nenable it for indexing in this method.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.View",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHtml",
                    "deprecated": false,
                    "description": "<p>Sets the value of <a href=\"Titanium.UI.WebView.html\">html</a> property.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "html",
                            "constants": [],
                            "description": "<p>New HTML to display in the web view.</p>",
                            "type": "Object",
                            "usage": "required"
                        },
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Optional parameters for the content. Only used by iOS and Android.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "canGoBack",
                    "deprecated": false,
                    "description": "<p>Returns <code>true</code> if the web view can go back in its history list.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "canGoForward",
                    "deprecated": false,
                    "description": "<p>Returns <code>true</code> if the web view can go forward in its history list.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "evalJS",
                    "deprecated": false,
                    "description": "<p>Evaluates a JavaScript expression inside the context of the web view and\noptionally, returns a result. If a callback function is passed in as second argument,\nthe evaluation will take place asynchronously and the the callback function will be called with the result.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "code",
                            "constants": [],
                            "description": "<p>JavaScript code as a string. The code will be evaluated inside the web view context.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Optional callback function for the result. Required on Windows, optional on iOS/Android.</p>",
                            "type": "Function",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "<p>Result of the evaluation. May be null if the asynchronous variant of this method is called.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "goBack",
                    "deprecated": false,
                    "description": "<p>Goes back one entry in the web view's history list, to the previous page.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "goForward",
                    "deprecated": false,
                    "description": "<p>Goes forward one entry in this web view's history list, if possible.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "pause",
                    "deprecated": false,
                    "description": "<p>Pauses native webview plugins.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.8.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "reload",
                    "deprecated": false,
                    "description": "<p>Reloads the current webpage.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "repaint",
                    "deprecated": false,
                    "description": "<p>Forces the web view to repaint its contents.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "release",
                    "deprecated": false,
                    "description": "<p>Releases memory when the web view is no longer needed.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "resume",
                    "deprecated": false,
                    "description": "<p>Resume native webview plugins.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.8.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBasicAuthentication",
                    "deprecated": false,
                    "description": "<p>Sets the basic authentication for this web view to use on subsequent URL requests.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "username",
                            "constants": [],
                            "description": "<p>Basic auth user name.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "password",
                            "constants": [],
                            "description": "<p>Basic auth password.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "persistence",
                            "constants": [
                                "Titanium.UI.iOS.CREDENTIAL_PERSISTENCE_NONE",
                                "Titanium.UI.iOS.CREDENTIAL_PERSISTENCE_FOR_SESSION",
                                "Titanium.UI.iOS.CREDENTIAL_PERSISTENCE_PERMANENT",
                                "Titanium.UI.iOS.CREDENTIAL_PERSISTENCE_SYNCHRONIZABLE"
                            ],
                            "description": "<p>Constants specify how long the credential will be kept.\nThis is only supported on iOS and Titanium SDK 8.0.0+.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "stopLoading",
                    "deprecated": false,
                    "description": "<p>Stops loading a currently loading page.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "startListeningToProperties",
                    "deprecated": false,
                    "description": "<p>Add native properties for observing for change.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "propertyList",
                            "constants": [],
                            "description": "<p>List of properties for listen.</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "stopListeningToProperties",
                    "deprecated": false,
                    "description": "<p>Remove native properties from observing.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "propertyList",
                            "constants": [],
                            "description": "<p>List of properties to remove.</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "takeSnapshot",
                    "deprecated": false,
                    "description": "<p>Takes a snapshot of the view's visible viewport.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Function to call upon snapshot captured.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "addUserScript",
                    "deprecated": false,
                    "description": "<p>Adds a user script.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>A script that can be injected into a webpage.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "injectionTime",
                            "constants": [
                                "Titanium.UI.iOS.INJECTION_TIME_DOCUMENT_START",
                                "Titanium.UI.iOS.INJECTION_TIME_DOCUMENT_END"
                            ],
                            "description": "<p>The time when the script should be injected into the webpage.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "mainFrameOnly",
                            "constants": [],
                            "description": "<p>A Boolean value indicating whether the script should be injected only into the\nmain frame (true) or into all frames (false).</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeAllUserScripts",
                    "deprecated": false,
                    "description": "<p>Removes all associated user scripts.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "addScriptMessageHandler",
                    "deprecated": false,
                    "description": "<p>Adds a script message handler.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "handlerName",
                            "constants": [],
                            "description": "<p>The name of the message handler and should not be '<em>Ti</em>',\nas titanium is using it for internal usage.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeScriptMessageHandler",
                    "deprecated": false,
                    "description": "<p>Removes a script message handler.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>The name of the message handler.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backForwardList",
                    "deprecated": false,
                    "description": "<p>An object which maintains a list of visited pages used to go back and forward to the most recent page.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "BackForwardList",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.WebView.bubbleParent\">Titanium.UI.WebView.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.WebView.bubbleParent\">Titanium.UI.WebView.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.WebView.bubbleParent\">Titanium.UI.WebView.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.WebView.bubbleParent\">Titanium.UI.WebView.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.WebView.apiName\">Titanium.UI.WebView.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.WebView.apiName\">Titanium.UI.WebView.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.WebView.lifecycleContainer\">Titanium.UI.WebView.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.WebView.lifecycleContainer\">Titanium.UI.WebView.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.WebView.lifecycleContainer\">Titanium.UI.WebView.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.WebView.lifecycleContainer\">Titanium.UI.WebView.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityHidden",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.WebView.accessibilityHidden\">Titanium.UI.WebView.accessibilityHidden</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.WebView.accessibilityHidden\">Titanium.UI.WebView.accessibilityHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityHidden",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.WebView.accessibilityHidden\">Titanium.UI.WebView.accessibilityHidden</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.WebView.accessibilityHidden\">Titanium.UI.WebView.accessibilityHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityHidden",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityHint",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.WebView.accessibilityHint\">Titanium.UI.WebView.accessibilityHint</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.WebView.accessibilityHint\">Titanium.UI.WebView.accessibilityHint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityHint",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.WebView.accessibilityHint\">Titanium.UI.WebView.accessibilityHint</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.WebView.accessibilityHint\">Titanium.UI.WebView.accessibilityHint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityHint",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityLabel",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.WebView.accessibilityLabel\">Titanium.UI.WebView.accessibilityLabel</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.WebView.accessibilityLabel\">Titanium.UI.WebView.accessibilityLabel</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityLabel",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.WebView.accessibilityLabel\">Titanium.UI.WebView.accessibilityLabel</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.WebView.accessibilityLabel\">Titanium.UI.WebView.accessibilityLabel</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityLabel",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityValue",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.WebView.accessibilityValue\">Titanium.UI.WebView.accessibilityValue</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.WebView.accessibilityValue\">Titanium.UI.WebView.accessibilityValue</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityValue",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.WebView.accessibilityValue\">Titanium.UI.WebView.accessibilityValue</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.WebView.accessibilityValue\">Titanium.UI.WebView.accessibilityValue</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityValue",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAnchorPoint",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.WebView.anchorPoint\">Titanium.UI.WebView.anchorPoint</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.WebView.anchorPoint\">Titanium.UI.WebView.anchorPoint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAnchorPoint",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.WebView.anchorPoint\">Titanium.UI.WebView.anchorPoint</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.WebView.anchorPoint\">Titanium.UI.WebView.anchorPoint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "anchorPoint",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAnimatedCenter",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.WebView.animatedCenter\">Titanium.UI.WebView.animatedCenter</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.WebView.animatedCenter\">Titanium.UI.WebView.animatedCenter</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.WebView.backgroundColor\">Titanium.UI.WebView.backgroundColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.WebView.backgroundColor\">Titanium.UI.WebView.backgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.WebView.backgroundColor\">Titanium.UI.WebView.backgroundColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.WebView.backgroundColor\">Titanium.UI.WebView.backgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundDisabledColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.WebView.backgroundDisabledColor\">Titanium.UI.WebView.backgroundDisabledColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.WebView.backgroundDisabledColor\">Titanium.UI.WebView.backgroundDisabledColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundDisabledColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.WebView.backgroundDisabledColor\">Titanium.UI.WebView.backgroundDisabledColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.WebView.backgroundDisabledColor\">Titanium.UI.WebView.backgroundDisabledColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundDisabledColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundDisabledImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.WebView.backgroundDisabledImage\">Titanium.UI.WebView.backgroundDisabledImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.WebView.backgroundDisabledImage\">Titanium.UI.WebView.backgroundDisabledImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundDisabledImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.WebView.backgroundDisabledImage\">Titanium.UI.WebView.backgroundDisabledImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.WebView.backgroundDisabledImage\">Titanium.UI.WebView.backgroundDisabledImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundDisabledImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundFocusedColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.WebView.backgroundFocusedColor\">Titanium.UI.WebView.backgroundFocusedColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.WebView.backgroundFocusedColor\">Titanium.UI.WebView.backgroundFocusedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundFocusedColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.WebView.backgroundFocusedColor\">Titanium.UI.WebView.backgroundFocusedColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.WebView.backgroundFocusedColor\">Titanium.UI.WebView.backgroundFocusedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundFocusedColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundFocusedImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.WebView.backgroundFocusedImage\">Titanium.UI.WebView.backgroundFocusedImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.WebView.backgroundFocusedImage\">Titanium.UI.WebView.backgroundFocusedImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundFocusedImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.WebView.backgroundFocusedImage\">Titanium.UI.WebView.backgroundFocusedImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.WebView.backgroundFocusedImage\">Titanium.UI.WebView.backgroundFocusedImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundFocusedImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundGradient",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.WebView.backgroundGradient\">Titanium.UI.WebView.backgroundGradient</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.WebView.backgroundGradient\">Titanium.UI.WebView.backgroundGradient</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Gradient",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundGradient",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.WebView.backgroundGradient\">Titanium.UI.WebView.backgroundGradient</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.WebView.backgroundGradient\">Titanium.UI.WebView.backgroundGradient</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundGradient",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Gradient",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.WebView.backgroundImage\">Titanium.UI.WebView.backgroundImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.WebView.backgroundImage\">Titanium.UI.WebView.backgroundImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.WebView.backgroundImage\">Titanium.UI.WebView.backgroundImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.WebView.backgroundImage\">Titanium.UI.WebView.backgroundImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundRepeat",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.WebView.backgroundRepeat\">Titanium.UI.WebView.backgroundRepeat</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.WebView.backgroundRepeat\">Titanium.UI.WebView.backgroundRepeat</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundRepeat",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.WebView.backgroundRepeat\">Titanium.UI.WebView.backgroundRepeat</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.WebView.backgroundRepeat\">Titanium.UI.WebView.backgroundRepeat</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundRepeat",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundLeftCap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.WebView.backgroundLeftCap\">Titanium.UI.WebView.backgroundLeftCap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.WebView.backgroundLeftCap\">Titanium.UI.WebView.backgroundLeftCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundLeftCap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.WebView.backgroundLeftCap\">Titanium.UI.WebView.backgroundLeftCap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.WebView.backgroundLeftCap\">Titanium.UI.WebView.backgroundLeftCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundLeftCap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundSelectedColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.WebView.backgroundSelectedColor\">Titanium.UI.WebView.backgroundSelectedColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.WebView.backgroundSelectedColor\">Titanium.UI.WebView.backgroundSelectedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundSelectedColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.WebView.backgroundSelectedColor\">Titanium.UI.WebView.backgroundSelectedColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.WebView.backgroundSelectedColor\">Titanium.UI.WebView.backgroundSelectedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundSelectedColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundSelectedImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.WebView.backgroundSelectedImage\">Titanium.UI.WebView.backgroundSelectedImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.WebView.backgroundSelectedImage\">Titanium.UI.WebView.backgroundSelectedImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundSelectedImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.WebView.backgroundSelectedImage\">Titanium.UI.WebView.backgroundSelectedImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.WebView.backgroundSelectedImage\">Titanium.UI.WebView.backgroundSelectedImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundSelectedImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundTopCap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.WebView.backgroundTopCap\">Titanium.UI.WebView.backgroundTopCap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.WebView.backgroundTopCap\">Titanium.UI.WebView.backgroundTopCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundTopCap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.WebView.backgroundTopCap\">Titanium.UI.WebView.backgroundTopCap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.WebView.backgroundTopCap\">Titanium.UI.WebView.backgroundTopCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundTopCap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.WebView.borderColor\">Titanium.UI.WebView.borderColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.WebView.borderColor\">Titanium.UI.WebView.borderColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.WebView.borderColor\">Titanium.UI.WebView.borderColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.WebView.borderColor\">Titanium.UI.WebView.borderColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderRadius",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.WebView.borderRadius\">Titanium.UI.WebView.borderRadius</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.WebView.borderRadius\">Titanium.UI.WebView.borderRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderRadius",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.WebView.borderRadius\">Titanium.UI.WebView.borderRadius</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.WebView.borderRadius\">Titanium.UI.WebView.borderRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderRadius",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderWidth",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.WebView.borderWidth\">Titanium.UI.WebView.borderWidth</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.WebView.borderWidth\">Titanium.UI.WebView.borderWidth</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderWidth",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.WebView.borderWidth\">Titanium.UI.WebView.borderWidth</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.WebView.borderWidth\">Titanium.UI.WebView.borderWidth</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderWidth",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBottom",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.WebView.bottom\">Titanium.UI.WebView.bottom</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.WebView.bottom\">Titanium.UI.WebView.bottom</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBottom",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.WebView.bottom\">Titanium.UI.WebView.bottom</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.WebView.bottom\">Titanium.UI.WebView.bottom</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bottom",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getCenter",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.WebView.center\">Titanium.UI.WebView.center</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.WebView.center\">Titanium.UI.WebView.center</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setCenter",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.WebView.center\">Titanium.UI.WebView.center</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.WebView.center\">Titanium.UI.WebView.center</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "center",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getClipMode",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.WebView.clipMode\">Titanium.UI.WebView.clipMode</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.WebView.clipMode\">Titanium.UI.WebView.clipMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setClipMode",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.WebView.clipMode\">Titanium.UI.WebView.clipMode</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.WebView.clipMode\">Titanium.UI.WebView.clipMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "clipMode",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getElevation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.WebView.elevation\">Titanium.UI.WebView.elevation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.WebView.elevation\">Titanium.UI.WebView.elevation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setElevation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.WebView.elevation\">Titanium.UI.WebView.elevation</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.WebView.elevation\">Titanium.UI.WebView.elevation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "elevation",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getFocusable",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.WebView.focusable\">Titanium.UI.WebView.focusable</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.WebView.focusable\">Titanium.UI.WebView.focusable</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setFocusable",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.WebView.focusable\">Titanium.UI.WebView.focusable</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.WebView.focusable\">Titanium.UI.WebView.focusable</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "focusable",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getHeight",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.WebView.height\">Titanium.UI.WebView.height</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.WebView.height\">Titanium.UI.WebView.height</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHeight",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.WebView.height\">Titanium.UI.WebView.height</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.WebView.height\">Titanium.UI.WebView.height</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "height",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHiddenBehavior",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.WebView.hiddenBehavior\">Titanium.UI.WebView.hiddenBehavior</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.WebView.hiddenBehavior\">Titanium.UI.WebView.hiddenBehavior</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setHiddenBehavior",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.WebView.hiddenBehavior\">Titanium.UI.WebView.hiddenBehavior</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.WebView.hiddenBehavior\">Titanium.UI.WebView.hiddenBehavior</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "hiddenBehavior",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getHorizontalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.WebView.horizontalMotionEffect\">Titanium.UI.WebView.horizontalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.WebView.horizontalMotionEffect\">Titanium.UI.WebView.horizontalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "MinMaxOptions",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHorizontalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.WebView.horizontalMotionEffect\">Titanium.UI.WebView.horizontalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.WebView.horizontalMotionEffect\">Titanium.UI.WebView.horizontalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "horizontalMotionEffect",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "MinMaxOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLeft",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.WebView.left\">Titanium.UI.WebView.left</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.WebView.left\">Titanium.UI.WebView.left</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLeft",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.WebView.left\">Titanium.UI.WebView.left</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.WebView.left\">Titanium.UI.WebView.left</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "left",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLayout",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.WebView.layout\">Titanium.UI.WebView.layout</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.WebView.layout\">Titanium.UI.WebView.layout</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLayout",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.WebView.layout\">Titanium.UI.WebView.layout</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.WebView.layout\">Titanium.UI.WebView.layout</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "layout",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getOpacity",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.WebView.opacity\">Titanium.UI.WebView.opacity</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.WebView.opacity\">Titanium.UI.WebView.opacity</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setOpacity",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.WebView.opacity\">Titanium.UI.WebView.opacity</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.WebView.opacity\">Titanium.UI.WebView.opacity</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "opacity",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getOverrideCurrentAnimation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.WebView.overrideCurrentAnimation\">Titanium.UI.WebView.overrideCurrentAnimation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.WebView.overrideCurrentAnimation\">Titanium.UI.WebView.overrideCurrentAnimation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setOverrideCurrentAnimation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.WebView.overrideCurrentAnimation\">Titanium.UI.WebView.overrideCurrentAnimation</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.WebView.overrideCurrentAnimation\">Titanium.UI.WebView.overrideCurrentAnimation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "overrideCurrentAnimation",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getPullBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.WebView.pullBackgroundColor\">Titanium.UI.WebView.pullBackgroundColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.WebView.pullBackgroundColor\">Titanium.UI.WebView.pullBackgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setPullBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.WebView.pullBackgroundColor\">Titanium.UI.WebView.pullBackgroundColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.WebView.pullBackgroundColor\">Titanium.UI.WebView.pullBackgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "pullBackgroundColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPreviewContext",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.WebView.previewContext\">Titanium.UI.WebView.previewContext</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.WebView.previewContext\">Titanium.UI.WebView.previewContext</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.iOS.PreviewContext",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "setPreviewContext",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.WebView.previewContext\">Titanium.UI.WebView.previewContext</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.WebView.previewContext\">Titanium.UI.WebView.previewContext</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "previewContext",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.iOS.PreviewContext",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "getRight",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.WebView.right\">Titanium.UI.WebView.right</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.WebView.right\">Titanium.UI.WebView.right</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setRight",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.WebView.right\">Titanium.UI.WebView.right</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.WebView.right\">Titanium.UI.WebView.right</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "right",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.WebView.rect\">Titanium.UI.WebView.rect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.WebView.rect\">Titanium.UI.WebView.rect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "DimensionWithAbsolutes",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRotation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.WebView.rotation\">Titanium.UI.WebView.rotation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.WebView.rotation\">Titanium.UI.WebView.rotation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRotation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.WebView.rotation\">Titanium.UI.WebView.rotation</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.WebView.rotation\">Titanium.UI.WebView.rotation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rotation",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getRotationX",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.WebView.rotationX\">Titanium.UI.WebView.rotationX</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.WebView.rotationX\">Titanium.UI.WebView.rotationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRotationX",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.WebView.rotationX\">Titanium.UI.WebView.rotationX</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.WebView.rotationX\">Titanium.UI.WebView.rotationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rotationX",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getRotationY",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.WebView.rotationY\">Titanium.UI.WebView.rotationY</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.WebView.rotationY\">Titanium.UI.WebView.rotationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRotationY",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.WebView.rotationY\">Titanium.UI.WebView.rotationY</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.WebView.rotationY\">Titanium.UI.WebView.rotationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rotationY",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getScaleX",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.WebView.scaleX\">Titanium.UI.WebView.scaleX</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.WebView.scaleX\">Titanium.UI.WebView.scaleX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setScaleX",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.WebView.scaleX\">Titanium.UI.WebView.scaleX</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.WebView.scaleX\">Titanium.UI.WebView.scaleX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "scaleX",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getScaleY",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.WebView.scaleY\">Titanium.UI.WebView.scaleY</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.WebView.scaleY\">Titanium.UI.WebView.scaleY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setScaleY",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.WebView.scaleY\">Titanium.UI.WebView.scaleY</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.WebView.scaleY\">Titanium.UI.WebView.scaleY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "scaleY",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getSize",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.WebView.size\">Titanium.UI.WebView.size</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.WebView.size\">Titanium.UI.WebView.size</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Dimension",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSoftKeyboardOnFocus",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.WebView.softKeyboardOnFocus\">Titanium.UI.WebView.softKeyboardOnFocus</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.WebView.softKeyboardOnFocus\">Titanium.UI.WebView.softKeyboardOnFocus</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setSoftKeyboardOnFocus",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.WebView.softKeyboardOnFocus\">Titanium.UI.WebView.softKeyboardOnFocus</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.WebView.softKeyboardOnFocus\">Titanium.UI.WebView.softKeyboardOnFocus</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "softKeyboardOnFocus",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTintColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.WebView.tintColor\">Titanium.UI.WebView.tintColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.WebView.tintColor\">Titanium.UI.WebView.tintColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTintColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.WebView.tintColor\">Titanium.UI.WebView.tintColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.WebView.tintColor\">Titanium.UI.WebView.tintColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "tintColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTop",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.WebView.top\">Titanium.UI.WebView.top</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.WebView.top\">Titanium.UI.WebView.top</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTop",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.WebView.top\">Titanium.UI.WebView.top</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.WebView.top\">Titanium.UI.WebView.top</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "top",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTouchEnabled",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.WebView.touchEnabled\">Titanium.UI.WebView.touchEnabled</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.WebView.touchEnabled\">Titanium.UI.WebView.touchEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTouchEnabled",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.WebView.touchEnabled\">Titanium.UI.WebView.touchEnabled</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.WebView.touchEnabled\">Titanium.UI.WebView.touchEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchEnabled",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTouchFeedback",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.WebView.touchFeedback\">Titanium.UI.WebView.touchFeedback</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.WebView.touchFeedback\">Titanium.UI.WebView.touchFeedback</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTouchFeedback",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.WebView.touchFeedback\">Titanium.UI.WebView.touchFeedback</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.WebView.touchFeedback\">Titanium.UI.WebView.touchFeedback</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchFeedback",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTouchFeedbackColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.WebView.touchFeedbackColor\">Titanium.UI.WebView.touchFeedbackColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.WebView.touchFeedbackColor\">Titanium.UI.WebView.touchFeedbackColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTouchFeedbackColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.WebView.touchFeedbackColor\">Titanium.UI.WebView.touchFeedbackColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.WebView.touchFeedbackColor\">Titanium.UI.WebView.touchFeedbackColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchFeedbackColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTransform",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.WebView.transform\">Titanium.UI.WebView.transform</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.WebView.transform\">Titanium.UI.WebView.transform</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Matrix2D",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTransform",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.WebView.transform\">Titanium.UI.WebView.transform</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.WebView.transform\">Titanium.UI.WebView.transform</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "transform",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Matrix2D",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTranslationX",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.WebView.translationX\">Titanium.UI.WebView.translationX</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.WebView.translationX\">Titanium.UI.WebView.translationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTranslationX",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.WebView.translationX\">Titanium.UI.WebView.translationX</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.WebView.translationX\">Titanium.UI.WebView.translationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translationX",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTranslationY",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.WebView.translationY\">Titanium.UI.WebView.translationY</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.WebView.translationY\">Titanium.UI.WebView.translationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTranslationY",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.WebView.translationY\">Titanium.UI.WebView.translationY</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.WebView.translationY\">Titanium.UI.WebView.translationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translationY",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTranslationZ",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.WebView.translationZ\">Titanium.UI.WebView.translationZ</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.WebView.translationZ\">Titanium.UI.WebView.translationZ</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTranslationZ",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.WebView.translationZ\">Titanium.UI.WebView.translationZ</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.WebView.translationZ\">Titanium.UI.WebView.translationZ</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translationZ",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTransitionName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.WebView.transitionName\">Titanium.UI.WebView.transitionName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.WebView.transitionName\">Titanium.UI.WebView.transitionName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTransitionName",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.WebView.transitionName\">Titanium.UI.WebView.transitionName</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.WebView.transitionName\">Titanium.UI.WebView.transitionName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "transitionName",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getVerticalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.WebView.verticalMotionEffect\">Titanium.UI.WebView.verticalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.WebView.verticalMotionEffect\">Titanium.UI.WebView.verticalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "MinMaxOptions",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setVerticalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.WebView.verticalMotionEffect\">Titanium.UI.WebView.verticalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.WebView.verticalMotionEffect\">Titanium.UI.WebView.verticalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "verticalMotionEffect",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "MinMaxOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowRadius",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.WebView.viewShadowRadius\">Titanium.UI.WebView.viewShadowRadius</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.WebView.viewShadowRadius\">Titanium.UI.WebView.viewShadowRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowRadius",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.WebView.viewShadowRadius\">Titanium.UI.WebView.viewShadowRadius</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.WebView.viewShadowRadius\">Titanium.UI.WebView.viewShadowRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowRadius",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.WebView.viewShadowColor\">Titanium.UI.WebView.viewShadowColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.WebView.viewShadowColor\">Titanium.UI.WebView.viewShadowColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.WebView.viewShadowColor\">Titanium.UI.WebView.viewShadowColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.WebView.viewShadowColor\">Titanium.UI.WebView.viewShadowColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowOffset",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.WebView.viewShadowOffset\">Titanium.UI.WebView.viewShadowOffset</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.WebView.viewShadowOffset\">Titanium.UI.WebView.viewShadowOffset</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowOffset",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.WebView.viewShadowOffset\">Titanium.UI.WebView.viewShadowOffset</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.WebView.viewShadowOffset\">Titanium.UI.WebView.viewShadowOffset</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowOffset",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getVisible",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.WebView.visible\">Titanium.UI.WebView.visible</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.WebView.visible\">Titanium.UI.WebView.visible</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setVisible",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.WebView.visible\">Titanium.UI.WebView.visible</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.WebView.visible\">Titanium.UI.WebView.visible</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "visible",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getWidth",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.WebView.width\">Titanium.UI.WebView.width</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.WebView.width\">Titanium.UI.WebView.width</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setWidth",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.WebView.width\">Titanium.UI.WebView.width</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.WebView.width\">Titanium.UI.WebView.width</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "width",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHorizontalWrap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.WebView.horizontalWrap\">Titanium.UI.WebView.horizontalWrap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.WebView.horizontalWrap\">Titanium.UI.WebView.horizontalWrap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHorizontalWrap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.WebView.horizontalWrap\">Titanium.UI.WebView.horizontalWrap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.WebView.horizontalWrap\">Titanium.UI.WebView.horizontalWrap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "horizontalWrap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getZIndex",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.WebView.zIndex\">Titanium.UI.WebView.zIndex</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.WebView.zIndex\">Titanium.UI.WebView.zIndex</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setZIndex",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.WebView.zIndex\">Titanium.UI.WebView.zIndex</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.WebView.zIndex\">Titanium.UI.WebView.zIndex</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "zIndex",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getKeepScreenOn",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.WebView.keepScreenOn\">Titanium.UI.WebView.keepScreenOn</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.WebView.keepScreenOn\">Titanium.UI.WebView.keepScreenOn</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setKeepScreenOn",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.WebView.keepScreenOn\">Titanium.UI.WebView.keepScreenOn</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.WebView.keepScreenOn\">Titanium.UI.WebView.keepScreenOn</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "keepScreenOn",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getAllowsLinkPreview",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.WebView.allowsLinkPreview\">Titanium.UI.WebView.allowsLinkPreview</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.WebView.allowsLinkPreview\">Titanium.UI.WebView.allowsLinkPreview</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "setAllowsLinkPreview",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.WebView.allowsLinkPreview\">Titanium.UI.WebView.allowsLinkPreview</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.WebView.allowsLinkPreview\">Titanium.UI.WebView.allowsLinkPreview</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "allowsLinkPreview",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "getBlacklistedURLs",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.WebView.blacklistedURLs\">Titanium.UI.WebView.blacklistedURLs</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.WebView.blacklistedURLs\">Titanium.UI.WebView.blacklistedURLs</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBlacklistedURLs",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.WebView.blacklistedURLs\">Titanium.UI.WebView.blacklistedURLs</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.WebView.blacklistedURLs\">Titanium.UI.WebView.blacklistedURLs</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "blacklistedURLs",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getData",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.WebView.data\">Titanium.UI.WebView.data</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.WebView.data\">Titanium.UI.WebView.data</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Blob",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setData",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.WebView.data\">Titanium.UI.WebView.data</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.WebView.data\">Titanium.UI.WebView.data</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "data",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.Blob",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getDisableBounce",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.WebView.disableBounce\">Titanium.UI.WebView.disableBounce</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.WebView.disableBounce\">Titanium.UI.WebView.disableBounce</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setDisableBounce",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.WebView.disableBounce\">Titanium.UI.WebView.disableBounce</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.WebView.disableBounce\">Titanium.UI.WebView.disableBounce</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "disableBounce",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getDisableContextMenu",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.WebView.disableContextMenu\">Titanium.UI.WebView.disableContextMenu</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.WebView.disableContextMenu\">Titanium.UI.WebView.disableContextMenu</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setDisableContextMenu",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.WebView.disableContextMenu\">Titanium.UI.WebView.disableContextMenu</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.WebView.disableContextMenu\">Titanium.UI.WebView.disableContextMenu</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "disableContextMenu",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getEnableJavascriptInterface",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.WebView.enableJavascriptInterface\">Titanium.UI.WebView.enableJavascriptInterface</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.WebView.enableJavascriptInterface\">Titanium.UI.WebView.enableJavascriptInterface</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setEnableJavascriptInterface",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.WebView.enableJavascriptInterface\">Titanium.UI.WebView.enableJavascriptInterface</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.WebView.enableJavascriptInterface\">Titanium.UI.WebView.enableJavascriptInterface</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "enableJavascriptInterface",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getHandlePlatformUrl",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.WebView.handlePlatformUrl\">Titanium.UI.WebView.handlePlatformUrl</a> property. <strong>Deprecated since 8.0.0. This property in no more supported in Titanium SDK 8.0.0+. Use property <a href=\"Titanium.UI.WebView.allowedURLSchemes\">Titanium.UI.WebView.allowedURLSchemes</a>\nin conjuction with <a href=\"Titanium.UI.WebView.handleurl\">Titanium.UI.WebView.handleurl</a>. See the example section\n&quot;Usage of allowedURLSchemes and handleurl in iOS&quot;.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHandlePlatformUrl",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.WebView.handlePlatformUrl\">Titanium.UI.WebView.handlePlatformUrl</a> property. <strong>Deprecated since 8.0.0. This property in no more supported in Titanium SDK 8.0.0+. Use property <a href=\"Titanium.UI.WebView.allowedURLSchemes\">Titanium.UI.WebView.allowedURLSchemes</a>\nin conjuction with <a href=\"Titanium.UI.WebView.handleurl\">Titanium.UI.WebView.handleurl</a>. See the example section\n&quot;Usage of allowedURLSchemes and handleurl in iOS&quot;.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "handlePlatformUrl",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getConfiguration",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.WebView.configuration\">Titanium.UI.WebView.configuration</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.WebView.configuration\">Titanium.UI.WebView.configuration</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.iOS.WebViewConfiguration",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setConfiguration",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.WebView.configuration\">Titanium.UI.WebView.configuration</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.WebView.configuration\">Titanium.UI.WebView.configuration</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "configuration",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.iOS.WebViewConfiguration",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAllowedURLSchemes",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.WebView.allowedURLSchemes\">Titanium.UI.WebView.allowedURLSchemes</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.WebView.allowedURLSchemes\">Titanium.UI.WebView.allowedURLSchemes</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAllowedURLSchemes",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.WebView.allowedURLSchemes\">Titanium.UI.WebView.allowedURLSchemes</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.WebView.allowedURLSchemes\">Titanium.UI.WebView.allowedURLSchemes</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "allowedURLSchemes",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHideLoadIndicator",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.WebView.hideLoadIndicator\">Titanium.UI.WebView.hideLoadIndicator</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.WebView.hideLoadIndicator\">Titanium.UI.WebView.hideLoadIndicator</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHideLoadIndicator",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.WebView.hideLoadIndicator\">Titanium.UI.WebView.hideLoadIndicator</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.WebView.hideLoadIndicator\">Titanium.UI.WebView.hideLoadIndicator</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "hideLoadIndicator",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAssetsDirectory",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.WebView.assetsDirectory\">Titanium.UI.WebView.assetsDirectory</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.WebView.assetsDirectory\">Titanium.UI.WebView.assetsDirectory</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "9.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "9.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAssetsDirectory",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.WebView.assetsDirectory\">Titanium.UI.WebView.assetsDirectory</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.WebView.assetsDirectory\">Titanium.UI.WebView.assetsDirectory</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "assetsDirectory",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "9.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "9.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHtml",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.WebView.html\">Titanium.UI.WebView.html</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.WebView.html\">Titanium.UI.WebView.html</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getKeyboardDisplayRequiresUserAction",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.WebView.keyboardDisplayRequiresUserAction\">Titanium.UI.WebView.keyboardDisplayRequiresUserAction</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.WebView.keyboardDisplayRequiresUserAction\">Titanium.UI.WebView.keyboardDisplayRequiresUserAction</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setKeyboardDisplayRequiresUserAction",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.WebView.keyboardDisplayRequiresUserAction\">Titanium.UI.WebView.keyboardDisplayRequiresUserAction</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.WebView.keyboardDisplayRequiresUserAction\">Titanium.UI.WebView.keyboardDisplayRequiresUserAction</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "keyboardDisplayRequiresUserAction",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getIgnoreSslError",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.WebView.ignoreSslError\">Titanium.UI.WebView.ignoreSslError</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.WebView.ignoreSslError\">Titanium.UI.WebView.ignoreSslError</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setIgnoreSslError",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.WebView.ignoreSslError\">Titanium.UI.WebView.ignoreSslError</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.WebView.ignoreSslError\">Titanium.UI.WebView.ignoreSslError</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "ignoreSslError",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLoading",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.WebView.loading\">Titanium.UI.WebView.loading</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.WebView.loading\">Titanium.UI.WebView.loading</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLoading",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.WebView.loading\">Titanium.UI.WebView.loading</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.WebView.loading\">Titanium.UI.WebView.loading</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "loading",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getOnCreateWindow",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.WebView.onCreateWindow\">Titanium.UI.WebView.onCreateWindow</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.WebView.onCreateWindow\">Titanium.UI.WebView.onCreateWindow</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Function",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setOnCreateWindow",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.WebView.onCreateWindow\">Titanium.UI.WebView.onCreateWindow</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.WebView.onCreateWindow\">Titanium.UI.WebView.onCreateWindow</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "onCreateWindow",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getOnlink",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.WebView.onlink\">Titanium.UI.WebView.onlink</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.WebView.onlink\">Titanium.UI.WebView.onlink</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Function",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.5.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setOnlink",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.WebView.onlink\">Titanium.UI.WebView.onlink</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.WebView.onlink\">Titanium.UI.WebView.onlink</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "onlink",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.5.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getOverScrollMode",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.WebView.overScrollMode\">Titanium.UI.WebView.overScrollMode</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.WebView.overScrollMode\">Titanium.UI.WebView.overScrollMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setOverScrollMode",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.WebView.overScrollMode\">Titanium.UI.WebView.overScrollMode</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.WebView.overScrollMode\">Titanium.UI.WebView.overScrollMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "overScrollMode",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getCacheMode",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.WebView.cacheMode\">Titanium.UI.WebView.cacheMode</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.WebView.cacheMode\">Titanium.UI.WebView.cacheMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setCacheMode",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.WebView.cacheMode\">Titanium.UI.WebView.cacheMode</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.WebView.cacheMode\">Titanium.UI.WebView.cacheMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "cacheMode",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getPluginState",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.WebView.pluginState\">Titanium.UI.WebView.pluginState</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.WebView.pluginState\">Titanium.UI.WebView.pluginState</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.8.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setPluginState",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.WebView.pluginState\">Titanium.UI.WebView.pluginState</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.WebView.pluginState\">Titanium.UI.WebView.pluginState</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "pluginState",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.8.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getScrollsToTop",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.WebView.scrollsToTop\">Titanium.UI.WebView.scrollsToTop</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.WebView.scrollsToTop\">Titanium.UI.WebView.scrollsToTop</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setScrollsToTop",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.WebView.scrollsToTop\">Titanium.UI.WebView.scrollsToTop</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.WebView.scrollsToTop\">Titanium.UI.WebView.scrollsToTop</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "scrollsToTop",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getEnableZoomControls",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.WebView.enableZoomControls\">Titanium.UI.WebView.enableZoomControls</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.WebView.enableZoomControls\">Titanium.UI.WebView.enableZoomControls</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.8.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setEnableZoomControls",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.WebView.enableZoomControls\">Titanium.UI.WebView.enableZoomControls</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.WebView.enableZoomControls\">Titanium.UI.WebView.enableZoomControls</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "enableZoomControls",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.8.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getMixedContentMode",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.WebView.mixedContentMode\">Titanium.UI.WebView.mixedContentMode</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.WebView.mixedContentMode\">Titanium.UI.WebView.mixedContentMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setMixedContentMode",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.WebView.mixedContentMode\">Titanium.UI.WebView.mixedContentMode</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.WebView.mixedContentMode\">Titanium.UI.WebView.mixedContentMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "mixedContentMode",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getScalesPageToFit",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.WebView.scalesPageToFit\">Titanium.UI.WebView.scalesPageToFit</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.WebView.scalesPageToFit\">Titanium.UI.WebView.scalesPageToFit</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setScalesPageToFit",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.WebView.scalesPageToFit\">Titanium.UI.WebView.scalesPageToFit</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.WebView.scalesPageToFit\">Titanium.UI.WebView.scalesPageToFit</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "scalesPageToFit",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getUrl",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.WebView.url\">Titanium.UI.WebView.url</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.WebView.url\">Titanium.UI.WebView.url</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setUrl",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.WebView.url\">Titanium.UI.WebView.url</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.WebView.url\">Titanium.UI.WebView.url</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "url",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getUserAgent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.WebView.userAgent\">Titanium.UI.WebView.userAgent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.WebView.userAgent\">Titanium.UI.WebView.userAgent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setUserAgent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.WebView.userAgent\">Titanium.UI.WebView.userAgent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.WebView.userAgent\">Titanium.UI.WebView.userAgent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "userAgent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getWillHandleTouches",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.WebView.willHandleTouches\">Titanium.UI.WebView.willHandleTouches</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.WebView.willHandleTouches\">Titanium.UI.WebView.willHandleTouches</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.8.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.8.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setWillHandleTouches",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.WebView.willHandleTouches\">Titanium.UI.WebView.willHandleTouches</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.WebView.willHandleTouches\">Titanium.UI.WebView.willHandleTouches</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "willHandleTouches",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.8.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.8.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLightTouchEnabled",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.WebView.lightTouchEnabled\">Titanium.UI.WebView.lightTouchEnabled</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.WebView.lightTouchEnabled\">Titanium.UI.WebView.lightTouchEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLightTouchEnabled",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.WebView.lightTouchEnabled\">Titanium.UI.WebView.lightTouchEnabled</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.WebView.lightTouchEnabled\">Titanium.UI.WebView.lightTouchEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lightTouchEnabled",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getRequestHeaders",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.WebView.requestHeaders\">Titanium.UI.WebView.requestHeaders</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.WebView.requestHeaders\">Titanium.UI.WebView.requestHeaders</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Object",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setRequestHeaders",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.WebView.requestHeaders\">Titanium.UI.WebView.requestHeaders</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.WebView.requestHeaders\">Titanium.UI.WebView.requestHeaders</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "requestHeaders",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getZoomLevel",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.WebView.zoomLevel\">Titanium.UI.WebView.zoomLevel</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.WebView.zoomLevel\">Titanium.UI.WebView.zoomLevel</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setZoomLevel",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.WebView.zoomLevel\">Titanium.UI.WebView.zoomLevel</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.WebView.zoomLevel\">Titanium.UI.WebView.zoomLevel</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "zoomLevel",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAllowsBackForwardNavigationGestures",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.WebView.allowsBackForwardNavigationGestures\">Titanium.UI.WebView.allowsBackForwardNavigationGestures</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.WebView.allowsBackForwardNavigationGestures\">Titanium.UI.WebView.allowsBackForwardNavigationGestures</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAllowsBackForwardNavigationGestures",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.WebView.allowsBackForwardNavigationGestures\">Titanium.UI.WebView.allowsBackForwardNavigationGestures</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.WebView.allowsBackForwardNavigationGestures\">Titanium.UI.WebView.allowsBackForwardNavigationGestures</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "allowsBackForwardNavigationGestures",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTitle",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.WebView.title\">Titanium.UI.WebView.title</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.WebView.title\">Titanium.UI.WebView.title</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getProgress",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.WebView.progress\">Titanium.UI.WebView.progress</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.WebView.progress\">Titanium.UI.WebView.progress</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getCachePolicy",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.WebView.cachePolicy\">Titanium.UI.WebView.cachePolicy</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.WebView.cachePolicy\">Titanium.UI.WebView.cachePolicy</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setCachePolicy",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.WebView.cachePolicy\">Titanium.UI.WebView.cachePolicy</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.WebView.cachePolicy\">Titanium.UI.WebView.cachePolicy</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "cachePolicy",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTimeout",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.WebView.timeout\">Titanium.UI.WebView.timeout</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.WebView.timeout\">Titanium.UI.WebView.timeout</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTimeout",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.WebView.timeout\">Titanium.UI.WebView.timeout</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.WebView.timeout\">Titanium.UI.WebView.timeout</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "timeout",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSelectionGranularity",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.WebView.selectionGranularity\">Titanium.UI.WebView.selectionGranularity</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.WebView.selectionGranularity\">Titanium.UI.WebView.selectionGranularity</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSecure",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.WebView.secure\">Titanium.UI.WebView.secure</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.WebView.secure\">Titanium.UI.WebView.secure</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.UI.View",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "accessibilityHidden",
                    "deprecated": false,
                    "description": "<p>Whether the view should be &quot;hidden&quot; from (i.e., ignored by) the accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityHint",
                    "deprecated": false,
                    "description": "<p>Briefly describes what performing an action (such as a click) on the view will do.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityLabel",
                    "deprecated": false,
                    "description": "<p>A succint label identifying the view for the device's accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityValue",
                    "deprecated": false,
                    "description": "<p>A string describing the value (if any) of the view for the device's accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "anchorPoint",
                    "deprecated": false,
                    "description": "<p>Coordinate of the view about which to pivot an animation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "animatedCenter",
                    "deprecated": false,
                    "description": "<p>Current position of the view during an animation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundColor",
                    "deprecated": false,
                    "description": "<p>Background color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundDisabledColor",
                    "deprecated": false,
                    "description": "<p>Disabled background color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundDisabledImage",
                    "deprecated": false,
                    "description": "<p>Disabled background image for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundFocusedColor",
                    "deprecated": false,
                    "description": "<p>Focused background color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundFocusedImage",
                    "deprecated": false,
                    "description": "<p>Focused background image for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundGradient",
                    "deprecated": false,
                    "description": "<p>A background gradient for the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [
                        {
                            "title": "Linear and Radial Gradients",
                            "code": "<p>The following code excerpt creates two views, one with a linear gradient and one with\na radial gradient.</p>\n<pre><code>var win1 = Titanium.UI.createWindow({\n    title:'Tab 1',\n    backgroundColor:'#fff',\n    layout: 'vertical'\n});\n\nvar radialGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'radial',\n        startPoint: { x: 50, y: 50 },\n        endPoint: { x: 50, y: 50 },\n        colors: [ 'red', 'blue'],\n        startRadius: 50,\n        endRadius: 0,\n        backfillStart: true\n    }\n});\nvar linearGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'linear',\n        startPoint: { x: '0%', y: '50%' },\n        endPoint: { x: '100%', y: '50%' },\n        colors: [ { color: 'red', offset: 0.0}, { color: 'blue', offset: 0.25 }, { color: 'red', offset: 1.0 } ],\n    }\n});\nwin1.add(radialGradient);\nwin1.add(linearGradient);\nwin1.open();\n</code></pre>"
                        }
                    ],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Gradient",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundImage",
                    "deprecated": false,
                    "description": "<p>Background image for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundRepeat",
                    "deprecated": false,
                    "description": "<p>Determines whether to tile a background across a view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundLeftCap",
                    "deprecated": false,
                    "description": "<p>Size of the left end cap.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundSelectedColor",
                    "deprecated": false,
                    "description": "<p>Selected background color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundSelectedImage",
                    "deprecated": false,
                    "description": "<p>Selected background image url for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundTopCap",
                    "deprecated": false,
                    "description": "<p>Size of the top end cap.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderColor",
                    "deprecated": false,
                    "description": "<p>Border color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderRadius",
                    "deprecated": false,
                    "description": "<p>Radius for the rounded corners of the view's border.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderWidth",
                    "deprecated": false,
                    "description": "<p>Border width of the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "bottom",
                    "deprecated": false,
                    "description": "<p>View's bottom position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "center",
                    "deprecated": false,
                    "description": "<p>View's center position, in the parent view's coordinates.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "clipMode",
                    "deprecated": false,
                    "description": "<p>View's clipping behavior.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "elevation",
                    "deprecated": false,
                    "description": "<p>Base elevation of the view relative to its parent in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "focusable",
                    "deprecated": false,
                    "description": "<p>Whether view should be focusable while navigating with the trackball.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "height",
                    "deprecated": false,
                    "description": "<p>View height, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.FILL",
                        "Titanium.UI.SIZE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hiddenBehavior",
                    "deprecated": false,
                    "description": "<p>Sets the behavior when hiding an object to release or keep the free space</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.HIDDEN_BEHAVIOR_INVISIBLE",
                        "Titanium.UI.HIDDEN_BEHAVIOR_GONE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "horizontalMotionEffect",
                    "deprecated": false,
                    "description": "<p>Adds a horizontal parallax effect to the view</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "MinMaxOptions",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "id",
                    "deprecated": false,
                    "description": "<p>View's identifier.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "left",
                    "deprecated": false,
                    "description": "<p>View's left position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "layout",
                    "deprecated": false,
                    "description": "<p>Specifies how the view positions its children.\nOne of: 'composite', 'vertical', or 'horizontal'.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "opacity",
                    "deprecated": false,
                    "description": "<p>Opacity of this view, from 0.0 (transparent) to 1.0 (opaque). Defaults to 1.0 (opaque).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "overrideCurrentAnimation",
                    "deprecated": false,
                    "description": "<p>When on, animate call overrides current animation if applicable.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "pullBackgroundColor",
                    "deprecated": false,
                    "description": "<p>Background color of the wrapper view when this view is used as either <a href=\"Titanium.UI.ListView.pullView\">Titanium.UI.ListView.pullView</a> or <a href=\"Titanium.UI.TableView.headerPullView\">Titanium.UI.TableView.headerPullView</a>.</p>\n<p>Defaults to <code>undefined</code>. Results in a light grey background color on the wrapper view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "previewContext",
                    "deprecated": false,
                    "description": "<p>The preview context used in the 3D-Touch feature &quot;Peek and Pop&quot;.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Titanium.UI.iOS.PreviewContext",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "right",
                    "deprecated": false,
                    "description": "<p>View's right position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "rect",
                    "deprecated": false,
                    "description": "<p>The bounding box of the view relative to its parent, in system units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "type": "DimensionWithAbsolutes",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "rotation",
                    "deprecated": false,
                    "description": "<p>Clockwise 2D rotation of the view in degrees.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "rotationX",
                    "deprecated": false,
                    "description": "<p>Clockwise rotation of the view in degrees (x-axis).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "rotationY",
                    "deprecated": false,
                    "description": "<p>Clockwise rotation of the view in degrees (y-axis).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "scaleX",
                    "deprecated": false,
                    "description": "<p>Scaling of the view in x-axis in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "scaleY",
                    "deprecated": false,
                    "description": "<p>Scaling of the view in y-axis in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "size",
                    "deprecated": false,
                    "description": "<p>The size of the view in system units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Dimension",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "softKeyboardOnFocus",
                    "deprecated": false,
                    "description": "<p>Determines keyboard behavior when this view is focused. Defaults to <a href=\"Titanium.UI.Android.SOFT_KEYBOARD_DEFAULT_ON_FOCUS\">Titanium.UI.Android.SOFT_KEYBOARD_DEFAULT_ON_FOCUS</a>.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.Android.SOFT_KEYBOARD_DEFAULT_ON_FOCUS",
                        "Titanium.UI.Android.SOFT_KEYBOARD_HIDE_ON_FOCUS",
                        "Titanium.UI.Android.SOFT_KEYBOARD_SHOW_ON_FOCUS"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "tintColor",
                    "deprecated": false,
                    "description": "<p>The view's tintColor</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "top",
                    "deprecated": false,
                    "description": "<p>The view's top position.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "touchEnabled",
                    "deprecated": false,
                    "description": "<p>Determines whether view should receive touch events.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "touchFeedback",
                    "deprecated": false,
                    "description": "<p>A material design visual construct that provides an instantaneous visual confirmation of touch point.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "touchFeedbackColor",
                    "deprecated": false,
                    "description": "<p>Optional touch feedback ripple color. This has no effect unless <code>touchFeedback</code> is true.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "transform",
                    "deprecated": false,
                    "description": "<p>Transformation matrix to apply to the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Titanium.UI.Matrix2D",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "translationX",
                    "deprecated": false,
                    "description": "<p>Horizontal location of the view relative to its left position in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "translationY",
                    "deprecated": false,
                    "description": "<p>Vertical location of the view relative to its top position in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "translationZ",
                    "deprecated": false,
                    "description": "<p>Depth of the view relative to its elevation in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "transitionName",
                    "deprecated": false,
                    "description": "<p>A name to identify this view in activity transition.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.2"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "verticalMotionEffect",
                    "deprecated": false,
                    "description": "<p>Adds a vertical parallax effect to the view</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "MinMaxOptions",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowRadius",
                    "deprecated": false,
                    "description": "<p>Determines the blur radius used to create the shadow.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowColor",
                    "deprecated": false,
                    "description": "<p>Determines the color of the shadow.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowOffset",
                    "deprecated": false,
                    "description": "<p>Determines the offset for the shadow of the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "visible",
                    "deprecated": false,
                    "description": "<p>Determines whether the view is visible.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "width",
                    "deprecated": false,
                    "description": "<p>View's width, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.FILL",
                        "Titanium.UI.SIZE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "horizontalWrap",
                    "deprecated": false,
                    "description": "<p>Determines whether the layout has wrapping behavior.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "zIndex",
                    "deprecated": false,
                    "description": "<p>Z-index stack order position, relative to other sibling views.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "keepScreenOn",
                    "deprecated": false,
                    "description": "<p>Determines whether to keep the device screen on.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "allowsLinkPreview",
                    "deprecated": false,
                    "description": "<p>A Boolean value that determines whether pressing on a link displays a preview of the\ndestination for the link.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "blacklistedURLs",
                    "deprecated": false,
                    "description": "<p>An array of url strings to blacklist.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "data",
                    "deprecated": false,
                    "description": "<p>Web content to load.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Titanium.Blob",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "disableBounce",
                    "deprecated": false,
                    "description": "<p>Determines whether the view will bounce when scrolling to the edge of the scrollable region.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "disableContextMenu",
                    "deprecated": false,
                    "description": "<p>Determines whether or not the webview should not be able to display the context menu.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "enableJavascriptInterface",
                    "deprecated": false,
                    "description": "<p>Enable adding javascript interfaces internally to webview prior to JELLY_BEAN_MR1 (Android 4.2)</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "handlePlatformUrl",
                    "deprecated": true,
                    "description": "<p>Lets the webview handle platform supported urls <strong>Deprecated since 8.0.0. This property in no more supported in Titanium SDK 8.0.0+. Use property <a href=\"Titanium.UI.WebView.allowedURLSchemes\">Titanium.UI.WebView.allowedURLSchemes</a>\nin conjuction with <a href=\"Titanium.UI.WebView.handleurl\">Titanium.UI.WebView.handleurl</a>. See the example section\n&quot;Usage of allowedURLSchemes and handleurl in iOS&quot;.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "configuration",
                    "deprecated": false,
                    "description": "<p>The configuration for the new web view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Titanium.UI.iOS.WebViewConfiguration",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "allowedURLSchemes",
                    "deprecated": false,
                    "description": "<p>List of allowed URL schemes for the web view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hideLoadIndicator",
                    "deprecated": false,
                    "description": "<p>Hides activity indicator when loading remote URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "assetsDirectory",
                    "deprecated": false,
                    "description": "<p>Path of file or directory to allow read access by the WebView.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "9.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "9.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "html",
                    "deprecated": false,
                    "description": "<p>HTML content of this web view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "keyboardDisplayRequiresUserAction",
                    "deprecated": false,
                    "description": "<p>A Boolean value indicating whether web content can programmatically display the keyboard.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ignoreSslError",
                    "deprecated": false,
                    "description": "<p>Controls whether to ignore invalid SSL certificates or not.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.2"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "loading",
                    "deprecated": false,
                    "description": "<p>Indicates if the webview is loading content.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "onCreateWindow",
                    "deprecated": false,
                    "description": "<p>Callback function called when there is a request for the application to create a new window\nto host new content.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.1.0"
                        }
                    ],
                    "type": "Function",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "onlink",
                    "deprecated": false,
                    "description": "<p>Fired before navigating to a link.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.5.0"
                        }
                    ],
                    "type": "Function",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "overScrollMode",
                    "deprecated": false,
                    "description": "<p>Determines the behavior when the user overscrolls the view.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.Android.OVER_SCROLL_ALWAYS",
                        "Titanium.UI.Android.OVER_SCROLL_IF_CONTENT_SCROLLS",
                        "Titanium.UI.Android.OVER_SCROLL_NEVER"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "cacheMode",
                    "deprecated": false,
                    "description": "<p>Determines how a cache is used in this web view.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.Android.WEBVIEW_LOAD_DEFAULT",
                        "Titanium.UI.Android.WEBVIEW_LOAD_NO_CACHE",
                        "Titanium.UI.Android.WEBVIEW_LOAD_CACHE_ONLY",
                        "Titanium.UI.Android.WEBVIEW_LOAD_CACHE_ELSE_NETWORK"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "pluginState",
                    "deprecated": false,
                    "description": "<p>Determines how to treat content that requires plugins in this web view.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.Android.WEBVIEW_PLUGINS_OFF",
                        "Titanium.UI.Android.WEBVIEW_PLUGINS_ON",
                        "Titanium.UI.Android.WEBVIEW_PLUGINS_ON_DEMAND"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.8.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "scrollsToTop",
                    "deprecated": false,
                    "description": "<p>Controls whether the scroll-to-top gesture is effective.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "enableZoomControls",
                    "deprecated": false,
                    "description": "<p>If <code>true</code>, zoom controls are enabled.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.8.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "mixedContentMode",
                    "deprecated": false,
                    "description": "<p>If <code>true</code>, allows the loading of insecure resources from a secure origin.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "scalesPageToFit",
                    "deprecated": false,
                    "description": "<p>If <code>true</code>, scale contents to fit the web view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "url",
                    "deprecated": false,
                    "description": "<p>URL to the web document.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "userAgent",
                    "deprecated": false,
                    "description": "<p>The User-Agent header used by the web view when requesting content.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "willHandleTouches",
                    "deprecated": false,
                    "description": "<p>Explicitly specifies if this web view handles touches.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.8.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.8.2"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lightTouchEnabled",
                    "deprecated": false,
                    "description": "<p>Enables using light touches to make a selection and activate mouseovers.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "requestHeaders",
                    "deprecated": false,
                    "description": "<p>Sets extra request headers for this web view to use on subsequent URL requests.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "Object",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "zoomLevel",
                    "deprecated": false,
                    "description": "<p>Manage the zoom-level of the current page.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "allowsBackForwardNavigationGestures",
                    "deprecated": false,
                    "description": "<p>A Boolean value indicating whether horizontal swipe gestures will trigger back-forward list navigations.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "title",
                    "deprecated": false,
                    "description": "<p>Returns page title of webpage.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "progress",
                    "deprecated": false,
                    "description": "<p>An estimate of what fraction of the current navigation has been loaded.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "cachePolicy",
                    "deprecated": false,
                    "description": "<p>The cache policy for the request.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.iOS.CACHE_POLICY_USE_PROTOCOL_CACHE_POLICY",
                        "Titanium.UI.iOS.CACHE_POLICY_RELOAD_IGNORING_LOCAL_CACHE_DATA",
                        "Titanium.UI.iOS.CACHE_POLICY_RETURN_CACHE_DATA_ELSE_LOAD",
                        "Titanium.UI.iOS.CACHE_POLICY_RETURN_CACHE_DATA_DONT_LOAD"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "timeout",
                    "deprecated": false,
                    "description": "<p>The timeout interval for the request, in seconds.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "selectionGranularity",
                    "deprecated": false,
                    "description": "<p>The level of granularity with which the user can interactively select content in the web view.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.iOS.SELECTION_GRANULARITY_DYNAMIC",
                        "Titanium.UI.iOS.SELECTION_GRANULARITY_CHARACTER"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "secure",
                    "deprecated": false,
                    "description": "<p>A Boolean value indicating whether all resources on the page have been loaded through\nsecurely encrypted connections.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>Use the <a href=\"Titanium.UI.createWebView\">Titanium.UI.createWebView</a> method or <strong><code>&lt;WebView&gt;</code></strong> Alloy element to create a web view.</p>\n<p>Web views are more expensive to create than other native views because of the requirement to\nload the HTML browser into memory.</p>\n<p>The web view content can be any valid web content such as HTML, PDF, SVG or other WebKit supported\ncontent types.</p>\n<h4>JavaScript Context in WebViews--Local vs. Remote Content</h4>\n<p>JavaScript in the web view executes in its own context.  The web view can interact with this\ncontent, but most of this functionality is limited to local content.</p>\n<p><strong>Local Scripts</strong></p>\n<p>When running local web content\n(that is, content that is included in the application's resources), scripts have\naccess to the Titanium namespace. In particular, when running local web content:</p>\n<ul>\n<li>\n<p>You can use <a href=\"Titanium.App.addEventListener\">Titanium.App.addEventListener</a> and\n<a href=\"Titanium.App.fireEvent\">Titanium.App.fireEvent</a> to receive and send application-level events.</p>\n</li>\n<li>\n<p>Events can be logged using the <a href=\"Titanium.API\">Titanium.API</a> logging methods.</p>\n</li>\n</ul>\n<p><strong>Remote Scripts</strong></p>\n<p>Scripts downloaded from remote web servers cannot access the Titanium namespace.</p>\n<p>To interact with remote content, wait until the content is loaded, then use the\n<a href=\"Titanium.UI.WebView.evalJS\">evalJS</a> method to execute a JavaScript expression\ninside the web view and retrieve the value of an expression.</p>\n<h4>Local JavaScript Files</h4>\n<p>During the build process for creating a package, all JavaScript files, that is, any file with a\n'.js' extension, are removed and their content is encrypted and obfuscated into one resource,\ncausing these files to not load properly in a WebView if they are loaded externally.</p>\n<p>For JavaScript files referenced in static local HTML files, these JavaScript files are omitted\nfrom processing and left intact, which means they can be correctly loaded in the WebView.</p>\n<p>For local JavaScript files not referenced in static local HTML files, for example, a\ndynamically-generated HTML file referencing a local JavaScript file,\nrename the file extension of the local JavaScript files to '.jslocal' instead of '.js'.</p>\n<p>The build process for testing your application on the simulator, emulator or device does not\naffect the loading of local JavaScript files.</p>\n<h4>iOS Platform Implementation Notes</h4>\n<p>On the iOS platform, the native web view handles scrolling and other related touch\nevents internally. If you add event listeners on the web view <strong>or its parent views</strong>\nfor any of the standard touch events (<code>touchstart</code>, <code>click</code>, and so on), these events\ndo not reach the native web view, and the user will not be able to scroll, zoom, click\non links, and so on. To prevent this default behavior, set\n<a href=\"Titanium.UI.WebView.willHandleTouches\">willHandleTouches</a> to <code>false</code>.</p>\n<p>In other words, you can have either Titanium-style events against the\nweb view instance, or internal JavaScript events in the DOM, but not both.</p>\n<h4>Android Platform Implementation Notes</h4>\n<p><strong>Android 4.4 and Later Support</strong></p>\n<p>Starting with Android 4.4 (API Level 19), the WebView component is based off of Chromium,\nintroducing a number of changes to its rendering engine.  Web content may look or behave\ndifferently depending on the Android version.  The WebView does not\nhave full feature parity with Chrome for Android.</p>\n<p>By default, the Chromium WebView uses hardware acceleration, which may cause content to\nfail to render. If the WebView fails to render the content, the web view will clear\nitself, displaying only the default background color. The following log messages will be\ndisplayed in the console:</p>\n<pre><code>[WARN] :   AwContents: nativeOnDraw failed; clearing to background color.\n[INFO] :   chromium: [INFO:async_pixel_transfer_manager_android.cc(56)]\n</code></pre>\n<p>To workaround this issue, you can enable software rendering by setting the WebView's\n<a href=\"Titanium.UI.WebView.borderRadius\">borderRadius</a> property to a value greater than zero.</p>\n<p>If you are developing local HTML content and size your elements using percentages, the WebView may\nnot calculate the sizes correctly when hardware acceleration is enabled, resulting in the same\nbehavior previously mentioned.</p>\n<p>To workaround this issue, you can use the previously mentioned workaround to enable software\nrendering, use absolute size values or use the\n<a href=\"https://developer.mozilla.org/en-US/docs/Web/API/Window.onresize\">onresize</a> event to set the\nheights of the components.  For example, if you have a div element with an id set to <code>component</code>\nthat needs to use the entire web view, the following callback resizes the content to use the\nfull height of the web view:</p>\n<pre><code>window.onresize= function(){\n    document.getElementById(&quot;component&quot;).style.height = window.innerHeight + 'px';\n};\n</code></pre>\n<p>For more information, see the following topics:</p>\n<ul>\n<li><a href=\"https://developer.android.com/guide/webapps/migrating.html\">Android Developers: Migrating to WebView in Android 4.4</a></li>\n<li><a href=\"https://developer.chrome.com/multidevice/webview/overview\">Google Chrome: WebView for Android</a></li>\n</ul>\n<p><strong>Plugin Support</strong></p>\n<p>The Android web view supports native plugins.</p>\n<p>To use plugin content, you must set the <a href=\"Titanium.UI.WebView.pluginState\">pluginState</a> property\nto either <a href=\"Titanium.UI.Android.WEBVIEW_PLUGINS_ON\">WEBVIEW_PLUGINS_ON</a> or\n<a href=\"Titanium.UI.Android.WEBVIEW_PLUGINS_ON_DEMAND\">WEBVIEW_PLUGINS_ON_DEMAND</a>.</p>\n<p>You must also call <a href=\"Titanium.UI.WebView.pause\">pause</a> when the current activity is\npaused, to prevent plugin content from continuing to run in the background. Call\n<a href=\"Titanium.UI.WebView.resume\">resume</a> when the current activity is resumed. You can\ndo this by adding listeners for the <a href=\"Titanium.Android.Activity.pause\">Activity.pause</a>\nand <a href=\"Titanium.Android.Activity.resume\">Activity.resume</a> events.</p>\n<p><strong>Accessing Cookies</strong></p>\n<p>On Android, the web view uses the system cookie store which does not share cookies with the\n<a href=\"Titanium.Network.HTTPClient\">Titanium.Network.HTTPClient</a> cookie store. Developers can manage their cookies for both\ncookie stores using the methods <a href=\"Titanium.Network.addHTTPCookie\">Titanium.Network.addHTTPCookie</a>, <a href=\"Titanium.Network.addSystemCookie\">Titanium.Network.addSystemCookie</a>,\n<a href=\"Titanium.Network.getHTTPCookies\">Titanium.Network.getHTTPCookies</a>, <a href=\"Titanium.Network.getHTTPCookiesForDomain\">Titanium.Network.getHTTPCookiesForDomain</a>, <a href=\"Titanium.Network.getSystemCookies\">Titanium.Network.getSystemCookies</a>,\n<a href=\"Titanium.Network.removeHTTPCookie\">Titanium.Network.removeHTTPCookie</a>, <a href=\"Titanium.Network.removeHTTPCookiesForDomain\">Titanium.Network.removeHTTPCookiesForDomain</a>, <a href=\"Titanium.Network.removeAllHTTPCookies\">Titanium.Network.removeAllHTTPCookies</a>,\n<a href=\"Titanium.Network.removeSystemCookie\">Titanium.Network.removeSystemCookie</a>, <a href=\"Titanium.Network.removeAllSystemCookies\">Titanium.Network.removeAllSystemCookies</a>.</p>\n<p><strong>WKWebView</strong></p>\n<p>With Titanium SDK 8.0.0, we now use WKWebView to implement Ti.UI.WebView (as Apple has deprecated UIWebView).\nWKWebView has few restriction specially with local file accessing. For supporting custom-fonts with WKWebView\na little modification is required in the HTML files:</p>\n<pre><code>&lt;style&gt;\n  @font-face\n    {\n      font-family: 'Lato-Regular';\n      src: url('fonts/Lato-Regular.ttf');\n    }\n&lt;/style&gt;\n</code></pre>\n<p>To have a WKWebView scale the page the same way as UIWebView, add the following meta tag to the HTML header:</p>\n<pre><code>&lt;html&gt;\n  &lt;head&gt;\n    &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;&gt;\n  &lt;/head&gt;\n&lt;/html&gt;\n</code></pre>\n<h3>Ti.UI.SIZE and WebViews</h3>\n<p>With Titanium 8.0.0+, <a href=\"Titanium.UI.SIZE\">Titanium.UI.SIZE</a> does not work for WebViews. We recommend to give a <strong>fixed height</strong>\nto <a href=\"Titanium.UI.WebView\">Titanium.UI.WebView</a> (as noted in <a href=\"https://jira.appcelerator.org/browse/TIDOC-3355\">TIDOC-3355</a>).</p>\n<p>As a workaround you can try to get the <code>document.body.scrollHeight</code> inside <a href=\"Titanium.UI.WebView.load\">Titanium.UI.WebView.load</a> event\nof webview and set the height to webview. See following example.</p>\n<pre><code>var win = Ti.UI.createWindow({\n  backgroundColor: 'white';\n});\n\nvar verticalView = Ti.UI.createView({layout: 'vertical', width: &quot;100%&quot;, height: &quot;100%&quot;});\n\nverticalView.add(Ti.UI.createLabel({text: 'Label 1', top: 30, width: Ti.UI.SIZE, height: Ti.UI.SIZE}));\n\nvar htmla = &quot;&lt;div style='font-family: Helvetica Neue; font-size:16px'&gt;&lt;ul&gt;&lt;li&gt;Item 1&lt;/li&gt;&lt;li&gt;Item 2&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&quot;;\nvar html = &quot;&lt;!DOCTYPE html&gt;&quot;;\n\nhtml += &quot;&lt;html&gt;&lt;head&gt;&lt;meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0'&gt;&lt;style type='text/css'&gt;html {-webkit-text-size-adjust: none;}&lt;/style&gt;&lt;script type='text/javascript'&gt;document.ontouchmove = function(event){event.preventDefault();}&lt;/script&gt;&lt;/head&gt;&lt;body style='overflow: hidden'&gt;&quot;;\nhtml += htmla;\nhtml += &quot;&lt;/body&gt;&lt;/html&gt;&quot;;\n\nvar webview = Ti.UI.createWebView({left: '14dp', right: '14dp', top: '7dp', height: Ti.UI.SIZE, html: html, backgroundColor: &quot;yellow&quot;});\n\nverticalView.add(webview);\n\nverticalView.add(Ti.UI.createLabel({text: 'Label 2', top: 30, width: Ti.UI.SIZE, height: Ti.UI.SIZE}));\n\nwin.add(verticalView);\n\nwin.open();\n\nwebview.addEventListener('load', function(e) {\n  var result = webview.evalJSSync('document.body.scrollHeight');\n  Ti.API.info('webview height: ' + result);\n  webview.height = result;\n});    \n</code></pre>\n<h4>For More Information</h4>\n<p>See <a href=\"https://docs.appcelerator.com/platform/latest/#!/guide/Integrating_Web_Content\">Integrating Web\nContent</a>\nin the Titanium Mobile Guides for more information on using web views, including use\ncases, more code examples, and best practices for web view content.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "SnapshotResult",
            "description": "<p>The parameter passed to the <a href=\"Titanium.UI.WebView.takeSnapshot\">Titanium.UI.WebView.takeSnapshot</a> callback.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "snapshot",
                    "deprecated": false,
                    "description": "<p>The snapshot image.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Titanium.Blob",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "success",
                    "deprecated": false,
                    "description": "<p>Indicates if the snapshot taken.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "error",
                    "deprecated": false,
                    "description": "<p>Error message, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "8.0.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "8.0.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "BackForwardList",
            "description": "<p>The object returned to the <a href=\"Titanium.UI.WebView.backForwardList\">Titanium.UI.WebView.backForwardList</a> method.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "currentItem",
                    "deprecated": false,
                    "description": "<p>The current item.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "BackForwardListItem",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backItem",
                    "deprecated": false,
                    "description": "<p>The item immediately preceding the current item.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "BackForwardListItem",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "forwardItem",
                    "deprecated": false,
                    "description": "<p>The item immediately following the current item.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "BackForwardListItem",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backList",
                    "deprecated": false,
                    "description": "<p>The portion of the list preceding the current item.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "forwardList",
                    "deprecated": false,
                    "description": "<p>The portion of the list following the current item.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "8.0.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "8.0.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "BackForwardListItem",
            "description": "<p>The object represents a webpage in the back-forward of a web view.</p>",
            "deprecated": false,
            "events": [],
            "examples": [
                {
                    "title": "Basic Web View to External URL",
                    "code": "<p>Create a web view to a remote URL and open the window as modal.</p>\n<pre><code>var webview = Titanium.UI.createWebView({url:'http://www.appcelerator.com'});\nvar window = Titanium.UI.createWindow();\nwindow.add(webview);\nwindow.open({modal:true});\n</code></pre>"
                },
                {
                    "title": "Alloy XML Markup",
                    "code": "<p>Previous example as an Alloy view.</p>\n<pre><code>&lt;Alloy&gt;\n    &lt;Window id=&quot;win&quot; modal=&quot;true&quot;&gt;\n        &lt;WebView id=&quot;webview&quot; url=&quot;http://www.appcelerator.com&quot; /&gt;\n    &lt;/Window&gt;\n&lt;/Alloy&gt;\n</code></pre>"
                },
                {
                    "title": "Listening to Web View properties in iOS",
                    "code": "<p>Create a web view and listen 'title' property of web view.</p>\n<pre><code>var webview = Ti.UI.createWebView({\n    url:'http://www.appcelerator.com'\n});\nwebview.startListeningToProperties([ 'title' ]);\nwebview.addEventListener('title', function(e) {\n    alert('Title is : -' +e.value);\n});\nvar window = Ti.UI.createWindow();\nwindow.add(webview);\nwindow.open();\n</code></pre>"
                },
                {
                    "title": "Usage of allowedURLSchemes and handleurl in iOS",
                    "code": "<p>Create a web view and listen 'handleurl' event to open url from Titanium platform.</p>\n<pre><code>var webview = Ti.UI.createWebView({\n    url: 'https://www.google.com',\n    allowedURLSchemes: [ 'https', 'http' ]\n});\n\nwebview.addEventListener('handleurl', function(e) {\n    var handler = e.handler;\n    Ti.Platform.openURL(e.url);\n    handler.invoke(Ti.UI.iOS.ACTION_POLICY_CANCEL); \n});\nvar window = Ti.UI.createWindow();\nwindow.add(webview);\nwindow.open();\n</code></pre>"
                }
            ],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "url",
                    "deprecated": false,
                    "description": "<p>The URL of the webpage represented by this item.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "initialUrl",
                    "deprecated": false,
                    "description": "<p>The URL of the initial request that created this item.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "title",
                    "deprecated": false,
                    "description": "<p>The title of the webpage represented by this item.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "8.0.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "8.0.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "OnLinkURLResponse",
            "description": "<p>An object returned when the <a href=\"Titanium.UI.WebView.onlink\">Titanium.UI.WebView.onlink</a> callback is fired.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "url",
                    "deprecated": false,
                    "description": "<p>The url of the link that should be navigated to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.Window",
            "description": "<p>The Window is an empty drawing surface or container.</p>",
            "deprecated": false,
            "events": [
                {
                    "name": "click",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a click against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "dblclick",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a double click against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "doubletap",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a double tap against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "focus",
                    "deprecated": false,
                    "description": "<p>Fired when the window gains focus.</p>"
                },
                {
                    "name": "keypressed",
                    "deprecated": false,
                    "description": "<p>Fired when a hardware key is pressed in the view.</p>",
                    "properties": [
                        {
                            "name": "keyCode",
                            "constants": [],
                            "description": "<p>The code for the physical key that was pressed. For more details, see <a href=\"https://developer.android.com/reference/android/view/KeyEvent.html\">KeyEvent</a>. This API is experimental and subject to change.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "longclick",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a long click.</p>"
                },
                {
                    "name": "longpress",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a long press.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "pinch",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a pinch gesture.</p>",
                    "properties": [
                        {
                            "name": "scale",
                            "constants": [],
                            "description": "<p>The scale factor relative to the points of the two touches in screen coordinates.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "velocity",
                            "constants": [],
                            "description": "<p>The velocity of the pinch in scale factor per second.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "time",
                            "constants": [],
                            "description": "<p>The event time of the current event being processed.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timeDelta",
                            "constants": [],
                            "description": "<p>The time difference in milliseconds between the previous accepted scaling event and the\ncurrent scaling event.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "currentSpan",
                            "constants": [],
                            "description": "<p>The average distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "currentSpanX",
                            "constants": [],
                            "description": "<p>The average X distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "currentSpanY",
                            "constants": [],
                            "description": "<p>The average Y distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "previousSpan",
                            "constants": [],
                            "description": "<p>The previous average distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "previousSpanX",
                            "constants": [],
                            "description": "<p>The previous average X distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "previousSpanY",
                            "constants": [],
                            "description": "<p>The previous average Y distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "focusX",
                            "constants": [],
                            "description": "<p>The X coordinate of the current gesture's focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "focusY",
                            "constants": [],
                            "description": "<p>The Y coordinate of the current gesture's focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "inProgress",
                            "constants": [],
                            "description": "<p>Returns <code>true</code> if a scale gesture is in progress, <code>false</code> otherwise.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "postlayout",
                    "deprecated": false,
                    "description": "<p>Fired when a layout cycle is finished.</p>"
                },
                {
                    "name": "singletap",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a single tap against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "swipe",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a swipe gesture against the view.</p>",
                    "properties": [
                        {
                            "name": "direction",
                            "constants": [],
                            "description": "<p>Direction of the swipe--either 'left', 'right', 'up', or 'down'.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event's endpoint from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event's endpoint from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchcancel",
                    "deprecated": false,
                    "description": "<p>Fired when a touch event is interrupted by the device.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchend",
                    "deprecated": false,
                    "description": "<p>Fired when a touch event is completed.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Penciland are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchmove",
                    "deprecated": false,
                    "description": "<p>Fired as soon as the device detects movement of a touch.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchstart",
                    "deprecated": false,
                    "description": "<p>Fired as soon as the device detects a touch gesture.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "twofingertap",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a two-finger tap against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "android:back",
                    "deprecated": true,
                    "description": "<p>Fired when the Back button is released. <strong>Removed in 9.0.0. Use <a href=\"Titanium.UI.Window.androidback\">Titanium.UI.Window.androidback</a> instead.</strong></p>"
                },
                {
                    "name": "android:camera",
                    "deprecated": true,
                    "description": "<p>Fired when the Camera button is released. <strong>Removed in 9.0.0. Use <a href=\"Titanium.UI.Window.androidcamera\">Titanium.UI.Window.androidcamera</a> instead.</strong></p>"
                },
                {
                    "name": "android:focus",
                    "deprecated": true,
                    "description": "<p>Fired when the Camera button is half-pressed then released. <strong>Removed in 9.0.0. Use <a href=\"Titanium.UI.Window.androidfocus\">Titanium.UI.Window.androidfocus</a> instead.</strong></p>"
                },
                {
                    "name": "android:search",
                    "deprecated": true,
                    "description": "<p>Fired when the Search button is released. <strong>Removed in 9.0.0. Use <a href=\"Titanium.UI.Window.androidsearch\">Titanium.UI.Window.androidsearch</a> instead.</strong></p>"
                },
                {
                    "name": "android:voldown",
                    "deprecated": true,
                    "description": "<p>Fired when the volume down button is released. <strong>Removed in 9.0.0. Use <a href=\"Titanium.UI.Window.androidvoldown\">Titanium.UI.Window.androidvoldown</a> instead.</strong></p>"
                },
                {
                    "name": "android:volup",
                    "deprecated": true,
                    "description": "<p>Fired when the volume up button is released. <strong>Removed in 9.0.0. Use <a href=\"Titanium.UI.Window.androidvolup\">Titanium.UI.Window.androidvolup</a> instead.</strong></p>"
                },
                {
                    "name": "androidback",
                    "deprecated": false,
                    "description": "<p>Fired when the back button is pressed by the user.</p>"
                },
                {
                    "name": "androidcamera",
                    "deprecated": false,
                    "description": "<p>Fired when the Camera button is released.</p>"
                },
                {
                    "name": "androidfocus",
                    "deprecated": false,
                    "description": "<p>Fired when the Camera button is half-pressed then released.</p>"
                },
                {
                    "name": "androidsearch",
                    "deprecated": false,
                    "description": "<p>Fired when the Search button is released.</p>"
                },
                {
                    "name": "androidvoldown",
                    "deprecated": false,
                    "description": "<p>Fired when the volume down button is released.</p>"
                },
                {
                    "name": "androidvolup",
                    "deprecated": false,
                    "description": "<p>Fired when the volume up button is released.</p>"
                },
                {
                    "name": "blur",
                    "deprecated": false,
                    "description": "<p>Fired when the window loses focus.</p>"
                },
                {
                    "name": "close",
                    "deprecated": false,
                    "description": "<p>Fired when the window is closed.</p>"
                },
                {
                    "name": "open",
                    "deprecated": false,
                    "description": "<p>Fired when the window is opened.</p>"
                }
            ],
            "examples": [
                {
                    "title": "Full Screen Window example",
                    "code": "<p>Create a fullscreen window with a red background.</p>\n<pre><code>var window = Titanium.UI.createWindow({\n   backgroundColor:'red'\n});\nwindow.open({fullscreen:true});\n</code></pre>"
                },
                {
                    "title": "Alloy XML Markup",
                    "code": "<p>Previous example as an Alloy view.</p>\n<pre><code>&lt;Alloy&gt;\n    &lt;Window id=&quot;win&quot; backgroundColor=&quot;red&quot; fullscreen=&quot;true&quot; /&gt;\n&lt;/Alloy&gt;\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "add",
                    "deprecated": false,
                    "description": "<p>Adds a child to this view's hierarchy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "view",
                            "constants": [],
                            "description": "<p>View to add to this view's hierarchy.</p>\n<p>You may pass an array of views, e.g. <code>view.add([subview1, subview2]</code>.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "animate",
                    "deprecated": false,
                    "description": "<p>Animates this view.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "animation",
                            "constants": [],
                            "description": "<p>Either a dictionary of animation properties or an\n<a href=\"Titanium.UI.Animation\">Animation</a> object.</p>",
                            "type": "Titanium.UI.Animation",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Function to be invoked upon completion of the animation.</p>",
                            "type": "Function",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "clearMotionEffects",
                    "deprecated": false,
                    "description": "<p>Removes all previously added motion effects.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "finishLayout",
                    "deprecated": true,
                    "description": "<p>Finishes a batch update of the View's layout properties and schedules a layout pass of the\nview tree.\n<strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hide",
                    "deprecated": false,
                    "description": "<p>Hides this view.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Animation options for Android only. <strong>Since SDK 5.1.0 and used only on Android 5.0+</strong></p>\n<p>Determines whether to enable a circular reveal animation.\nNote that the default here is equivalent to passing in <code>{ animated: false }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "insertAt",
                    "deprecated": false,
                    "description": "<p>Inserts a view at the specified position in the <a href=\"Titanium.UI.View.children\">children</a> array.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Pass an object that specifies the view to insert and optionally at which position (defaults to end)</p>",
                            "type": "ViewPositionOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "remove",
                    "deprecated": false,
                    "description": "<p>Removes a child view from this view's hierarchy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "view",
                            "constants": [],
                            "description": "<p>View to remove from this view's hierarchy.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "replaceAt",
                    "deprecated": false,
                    "description": "<p>Replaces a view at the specified position in the <a href=\"Titanium.UI.View.children\">children</a> array.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Pass an object with the view to insert and the position of the view to replace. In this case the <code>position</code> property is required.</p>",
                            "type": "ViewPositionOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "show",
                    "deprecated": false,
                    "description": "<p>Makes this view visible.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Animation options for Android only. <strong>Since SDK 5.1.0 and only used on Android 5.0+</strong></p>\n<p>Determines whether to enable a circular reveal animation.\nNote that the default here is equivalent to passing in <code>{ animated: false }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "startLayout",
                    "deprecated": true,
                    "description": "<p>Starts a batch update of this view's layout properties. <strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">Titanium.Proxy.applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "toImage",
                    "deprecated": false,
                    "description": "<p>Returns an image of the rendered view, as a Blob.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Function to be invoked upon completion. If non-null, this method will be performed\nasynchronously. If null, it will be performed immediately.</p>",
                            "type": "Function",
                            "usage": "optional"
                        },
                        {
                            "name": "honorScaleFactor",
                            "constants": [],
                            "description": "<p>Determines whether the image is scaled based on scale factor of main screen. (iOS only)</p>\n<p>When set to true, image is scale factor is honored. When set to false, the image in the\nblob has the same dimensions for retina and non-retina devices.</p>",
                            "type": "Boolean",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Blob",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "updateLayout",
                    "deprecated": true,
                    "description": "<p>Performs a batch update of all supplied layout properties and schedules a layout pass after\nthey have been updated.\n<strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">Titanium.Proxy.applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Layout properties to be updated.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "convertPointToView",
                    "deprecated": false,
                    "description": "<p>Translates a point from this view's coordinate system to another view's coordinate system.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "point",
                            "constants": [],
                            "description": "<p>A point in this view's coordinate system.</p>\n<p>If this argument is missing an <code>x</code> or <code>y</code> property, or the properties can not be\nconverted into numbers, an exception will be raised.</p>",
                            "type": "Point",
                            "usage": "required"
                        },
                        {
                            "name": "destinationView",
                            "constants": [],
                            "description": "<p>View that specifies the destination coordinate system to convert to. If this argument\nis not a view, an exception will be raised.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewById",
                    "deprecated": false,
                    "description": "<p>Returns the matching view of a given view ID.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "id",
                            "constants": [],
                            "description": "<p>The ID of the view that should be returned. Use the <code>id</code> property in your views to\nenable it for indexing in this method.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.View",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "addSharedElement",
                    "deprecated": false,
                    "description": "<p>Adds a common UI element to participate in window transition animation.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "view",
                            "constants": [],
                            "description": "<p>The shared view from the current window.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        },
                        {
                            "name": "transitionName",
                            "constants": [],
                            "description": "<p>The assigned common transition name of UI elements in both windows.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "close",
                    "deprecated": false,
                    "description": "<p>Closes the window.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Animation or display properties to use when closing the window.</p>",
                            "type": "Titanium.UI.Animation",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hideNavBar",
                    "deprecated": false,
                    "description": "<p>Hides the navigation bar.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Options dictionary supporting a single <code>animated</code> boolean property to determine whether\nthe navigation bar will be animated (default) while being hidden. Note that the default here is equivalent to <code>{ animated: true }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hideTabBar",
                    "deprecated": false,
                    "description": "<p>Hides the tab bar. Must be called before opening the window.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "open",
                    "deprecated": false,
                    "description": "<p>Opens the window.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Animation or display properties to use when opening the window.</p>",
                            "type": "openWindowParams",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeAllSharedElements",
                    "deprecated": false,
                    "description": "<p>Clears all added shared elements.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setToolbar",
                    "deprecated": false,
                    "description": "<p>Sets the array of items to show in the window's toolbar.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "items",
                            "constants": [],
                            "description": "<p>Array of button objects to show in the window's toolbar.</p>",
                            "type": "Array",
                            "usage": "required"
                        },
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Parameters to control the toolbar appearance.</p>",
                            "type": "windowToolbarParam",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "showNavBar",
                    "deprecated": false,
                    "description": "<p>Makes the navigation bar visible.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Options dictionary supporting a single <code>animated</code> boolean property to determine whether\nthe navigation bar will be animated (default) while being shown. Note that the default here is equivalent to <code>{ animated: true }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "showToolbar",
                    "deprecated": false,
                    "description": "<p>Makes the bottom toolbar visible.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Options dictionary supporting a single <code>animated</code> boolean property to determine whether\nthe toolbar will be animated (default) while being shown. Note that the default here is equivalent to <code>{ animated: true }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hideToolbar",
                    "deprecated": false,
                    "description": "<p>Makes the bottom toolbar invisible.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Options dictionary supporting a single <code>animated</code> boolean property to determine whether\nthe toolbar will be animated (default) while being hidden. Note that the default here is equivalent to <code>{ animated: true }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.bubbleParent\">Titanium.UI.Window.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.bubbleParent\">Titanium.UI.Window.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.bubbleParent\">Titanium.UI.Window.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.bubbleParent\">Titanium.UI.Window.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.apiName\">Titanium.UI.Window.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.apiName\">Titanium.UI.Window.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.lifecycleContainer\">Titanium.UI.Window.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.lifecycleContainer\">Titanium.UI.Window.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.lifecycleContainer\">Titanium.UI.Window.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.lifecycleContainer\">Titanium.UI.Window.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityHidden",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.accessibilityHidden\">Titanium.UI.Window.accessibilityHidden</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.accessibilityHidden\">Titanium.UI.Window.accessibilityHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityHidden",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.accessibilityHidden\">Titanium.UI.Window.accessibilityHidden</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.accessibilityHidden\">Titanium.UI.Window.accessibilityHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityHidden",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityHint",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.accessibilityHint\">Titanium.UI.Window.accessibilityHint</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.accessibilityHint\">Titanium.UI.Window.accessibilityHint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityHint",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.accessibilityHint\">Titanium.UI.Window.accessibilityHint</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.accessibilityHint\">Titanium.UI.Window.accessibilityHint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityHint",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityLabel",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.accessibilityLabel\">Titanium.UI.Window.accessibilityLabel</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.accessibilityLabel\">Titanium.UI.Window.accessibilityLabel</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityLabel",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.accessibilityLabel\">Titanium.UI.Window.accessibilityLabel</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.accessibilityLabel\">Titanium.UI.Window.accessibilityLabel</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityLabel",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityValue",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.accessibilityValue\">Titanium.UI.Window.accessibilityValue</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.accessibilityValue\">Titanium.UI.Window.accessibilityValue</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityValue",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.accessibilityValue\">Titanium.UI.Window.accessibilityValue</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.accessibilityValue\">Titanium.UI.Window.accessibilityValue</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityValue",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAnchorPoint",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.anchorPoint\">Titanium.UI.Window.anchorPoint</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.anchorPoint\">Titanium.UI.Window.anchorPoint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAnchorPoint",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.anchorPoint\">Titanium.UI.Window.anchorPoint</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.anchorPoint\">Titanium.UI.Window.anchorPoint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "anchorPoint",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAnimatedCenter",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.animatedCenter\">Titanium.UI.Window.animatedCenter</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.animatedCenter\">Titanium.UI.Window.animatedCenter</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.backgroundColor\">Titanium.UI.Window.backgroundColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.backgroundColor\">Titanium.UI.Window.backgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.backgroundColor\">Titanium.UI.Window.backgroundColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.backgroundColor\">Titanium.UI.Window.backgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundDisabledColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.backgroundDisabledColor\">Titanium.UI.Window.backgroundDisabledColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.backgroundDisabledColor\">Titanium.UI.Window.backgroundDisabledColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundDisabledColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.backgroundDisabledColor\">Titanium.UI.Window.backgroundDisabledColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.backgroundDisabledColor\">Titanium.UI.Window.backgroundDisabledColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundDisabledColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundDisabledImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.backgroundDisabledImage\">Titanium.UI.Window.backgroundDisabledImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.backgroundDisabledImage\">Titanium.UI.Window.backgroundDisabledImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundDisabledImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.backgroundDisabledImage\">Titanium.UI.Window.backgroundDisabledImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.backgroundDisabledImage\">Titanium.UI.Window.backgroundDisabledImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundDisabledImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundFocusedColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.backgroundFocusedColor\">Titanium.UI.Window.backgroundFocusedColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.backgroundFocusedColor\">Titanium.UI.Window.backgroundFocusedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundFocusedColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.backgroundFocusedColor\">Titanium.UI.Window.backgroundFocusedColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.backgroundFocusedColor\">Titanium.UI.Window.backgroundFocusedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundFocusedColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundFocusedImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.backgroundFocusedImage\">Titanium.UI.Window.backgroundFocusedImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.backgroundFocusedImage\">Titanium.UI.Window.backgroundFocusedImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundFocusedImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.backgroundFocusedImage\">Titanium.UI.Window.backgroundFocusedImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.backgroundFocusedImage\">Titanium.UI.Window.backgroundFocusedImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundFocusedImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundGradient",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.backgroundGradient\">Titanium.UI.Window.backgroundGradient</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.backgroundGradient\">Titanium.UI.Window.backgroundGradient</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Gradient",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundGradient",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.backgroundGradient\">Titanium.UI.Window.backgroundGradient</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.backgroundGradient\">Titanium.UI.Window.backgroundGradient</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundGradient",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Gradient",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.backgroundImage\">Titanium.UI.Window.backgroundImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.backgroundImage\">Titanium.UI.Window.backgroundImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.backgroundImage\">Titanium.UI.Window.backgroundImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.backgroundImage\">Titanium.UI.Window.backgroundImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundRepeat",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.backgroundRepeat\">Titanium.UI.Window.backgroundRepeat</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.backgroundRepeat\">Titanium.UI.Window.backgroundRepeat</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundRepeat",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.backgroundRepeat\">Titanium.UI.Window.backgroundRepeat</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.backgroundRepeat\">Titanium.UI.Window.backgroundRepeat</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundRepeat",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundLeftCap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.backgroundLeftCap\">Titanium.UI.Window.backgroundLeftCap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.backgroundLeftCap\">Titanium.UI.Window.backgroundLeftCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundLeftCap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.backgroundLeftCap\">Titanium.UI.Window.backgroundLeftCap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.backgroundLeftCap\">Titanium.UI.Window.backgroundLeftCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundLeftCap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundSelectedColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.backgroundSelectedColor\">Titanium.UI.Window.backgroundSelectedColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.backgroundSelectedColor\">Titanium.UI.Window.backgroundSelectedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundSelectedColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.backgroundSelectedColor\">Titanium.UI.Window.backgroundSelectedColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.backgroundSelectedColor\">Titanium.UI.Window.backgroundSelectedColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundSelectedColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundSelectedImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.backgroundSelectedImage\">Titanium.UI.Window.backgroundSelectedImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.backgroundSelectedImage\">Titanium.UI.Window.backgroundSelectedImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setBackgroundSelectedImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.backgroundSelectedImage\">Titanium.UI.Window.backgroundSelectedImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.backgroundSelectedImage\">Titanium.UI.Window.backgroundSelectedImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundSelectedImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackgroundTopCap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.backgroundTopCap\">Titanium.UI.Window.backgroundTopCap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.backgroundTopCap\">Titanium.UI.Window.backgroundTopCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundTopCap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.backgroundTopCap\">Titanium.UI.Window.backgroundTopCap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.backgroundTopCap\">Titanium.UI.Window.backgroundTopCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundTopCap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.borderColor\">Titanium.UI.Window.borderColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.borderColor\">Titanium.UI.Window.borderColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.borderColor\">Titanium.UI.Window.borderColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.borderColor\">Titanium.UI.Window.borderColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderRadius",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.borderRadius\">Titanium.UI.Window.borderRadius</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.borderRadius\">Titanium.UI.Window.borderRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderRadius",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.borderRadius\">Titanium.UI.Window.borderRadius</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.borderRadius\">Titanium.UI.Window.borderRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderRadius",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderWidth",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.borderWidth\">Titanium.UI.Window.borderWidth</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.borderWidth\">Titanium.UI.Window.borderWidth</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderWidth",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.borderWidth\">Titanium.UI.Window.borderWidth</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.borderWidth\">Titanium.UI.Window.borderWidth</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderWidth",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBottom",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.bottom\">Titanium.UI.Window.bottom</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.bottom\">Titanium.UI.Window.bottom</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBottom",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.bottom\">Titanium.UI.Window.bottom</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.bottom\">Titanium.UI.Window.bottom</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bottom",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getCenter",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.center\">Titanium.UI.Window.center</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.center\">Titanium.UI.Window.center</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setCenter",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.center\">Titanium.UI.Window.center</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.center\">Titanium.UI.Window.center</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "center",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getChildren",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.children\">Titanium.UI.Window.children</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.children\">Titanium.UI.Window.children</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getClipMode",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.clipMode\">Titanium.UI.Window.clipMode</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.clipMode\">Titanium.UI.Window.clipMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setClipMode",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.clipMode\">Titanium.UI.Window.clipMode</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.clipMode\">Titanium.UI.Window.clipMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "clipMode",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getElevation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.elevation\">Titanium.UI.Window.elevation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.elevation\">Titanium.UI.Window.elevation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setElevation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.elevation\">Titanium.UI.Window.elevation</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.elevation\">Titanium.UI.Window.elevation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "elevation",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getFocusable",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.focusable\">Titanium.UI.Window.focusable</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.focusable\">Titanium.UI.Window.focusable</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setFocusable",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.focusable\">Titanium.UI.Window.focusable</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.focusable\">Titanium.UI.Window.focusable</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "focusable",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getHeight",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.height\">Titanium.UI.Window.height</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.height\">Titanium.UI.Window.height</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHeight",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.height\">Titanium.UI.Window.height</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.height\">Titanium.UI.Window.height</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "height",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHiddenBehavior",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.hiddenBehavior\">Titanium.UI.Window.hiddenBehavior</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.hiddenBehavior\">Titanium.UI.Window.hiddenBehavior</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setHiddenBehavior",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.hiddenBehavior\">Titanium.UI.Window.hiddenBehavior</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.hiddenBehavior\">Titanium.UI.Window.hiddenBehavior</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "hiddenBehavior",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getHorizontalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.horizontalMotionEffect\">Titanium.UI.Window.horizontalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.horizontalMotionEffect\">Titanium.UI.Window.horizontalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "MinMaxOptions",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHorizontalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.horizontalMotionEffect\">Titanium.UI.Window.horizontalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.horizontalMotionEffect\">Titanium.UI.Window.horizontalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "horizontalMotionEffect",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "MinMaxOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLeft",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.left\">Titanium.UI.Window.left</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.left\">Titanium.UI.Window.left</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLeft",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.left\">Titanium.UI.Window.left</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.left\">Titanium.UI.Window.left</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "left",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLayout",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.layout\">Titanium.UI.Window.layout</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.layout\">Titanium.UI.Window.layout</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLayout",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.layout\">Titanium.UI.Window.layout</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.layout\">Titanium.UI.Window.layout</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "layout",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getOpacity",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.opacity\">Titanium.UI.Window.opacity</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.opacity\">Titanium.UI.Window.opacity</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setOpacity",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.opacity\">Titanium.UI.Window.opacity</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.opacity\">Titanium.UI.Window.opacity</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "opacity",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getOverrideCurrentAnimation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.overrideCurrentAnimation\">Titanium.UI.Window.overrideCurrentAnimation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.overrideCurrentAnimation\">Titanium.UI.Window.overrideCurrentAnimation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setOverrideCurrentAnimation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.overrideCurrentAnimation\">Titanium.UI.Window.overrideCurrentAnimation</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.overrideCurrentAnimation\">Titanium.UI.Window.overrideCurrentAnimation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "overrideCurrentAnimation",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getPullBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.pullBackgroundColor\">Titanium.UI.Window.pullBackgroundColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.pullBackgroundColor\">Titanium.UI.Window.pullBackgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setPullBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.pullBackgroundColor\">Titanium.UI.Window.pullBackgroundColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.pullBackgroundColor\">Titanium.UI.Window.pullBackgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "pullBackgroundColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPreviewContext",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.previewContext\">Titanium.UI.Window.previewContext</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.previewContext\">Titanium.UI.Window.previewContext</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.iOS.PreviewContext",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "setPreviewContext",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.previewContext\">Titanium.UI.Window.previewContext</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.previewContext\">Titanium.UI.Window.previewContext</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "previewContext",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.iOS.PreviewContext",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "getRight",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.right\">Titanium.UI.Window.right</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.right\">Titanium.UI.Window.right</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setRight",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.right\">Titanium.UI.Window.right</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.right\">Titanium.UI.Window.right</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "right",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.rect\">Titanium.UI.Window.rect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.rect\">Titanium.UI.Window.rect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "DimensionWithAbsolutes",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRotation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.rotation\">Titanium.UI.Window.rotation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.rotation\">Titanium.UI.Window.rotation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRotation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.rotation\">Titanium.UI.Window.rotation</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.rotation\">Titanium.UI.Window.rotation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rotation",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getRotationX",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.rotationX\">Titanium.UI.Window.rotationX</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.rotationX\">Titanium.UI.Window.rotationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRotationX",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.rotationX\">Titanium.UI.Window.rotationX</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.rotationX\">Titanium.UI.Window.rotationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rotationX",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getRotationY",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.rotationY\">Titanium.UI.Window.rotationY</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.rotationY\">Titanium.UI.Window.rotationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setRotationY",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.rotationY\">Titanium.UI.Window.rotationY</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.rotationY\">Titanium.UI.Window.rotationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rotationY",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getScaleX",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.scaleX\">Titanium.UI.Window.scaleX</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.scaleX\">Titanium.UI.Window.scaleX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setScaleX",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.scaleX\">Titanium.UI.Window.scaleX</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.scaleX\">Titanium.UI.Window.scaleX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "scaleX",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getScaleY",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.scaleY\">Titanium.UI.Window.scaleY</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.scaleY\">Titanium.UI.Window.scaleY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setScaleY",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.scaleY\">Titanium.UI.Window.scaleY</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.scaleY\">Titanium.UI.Window.scaleY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "scaleY",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getSize",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.size\">Titanium.UI.Window.size</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.size\">Titanium.UI.Window.size</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Dimension",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSoftKeyboardOnFocus",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.softKeyboardOnFocus\">Titanium.UI.Window.softKeyboardOnFocus</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.softKeyboardOnFocus\">Titanium.UI.Window.softKeyboardOnFocus</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setSoftKeyboardOnFocus",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.softKeyboardOnFocus\">Titanium.UI.Window.softKeyboardOnFocus</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.softKeyboardOnFocus\">Titanium.UI.Window.softKeyboardOnFocus</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "softKeyboardOnFocus",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTintColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.tintColor\">Titanium.UI.Window.tintColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.tintColor\">Titanium.UI.Window.tintColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTintColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.tintColor\">Titanium.UI.Window.tintColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.tintColor\">Titanium.UI.Window.tintColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "tintColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTop",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.top\">Titanium.UI.Window.top</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.top\">Titanium.UI.Window.top</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTop",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.top\">Titanium.UI.Window.top</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.top\">Titanium.UI.Window.top</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "top",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTouchEnabled",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.touchEnabled\">Titanium.UI.Window.touchEnabled</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.touchEnabled\">Titanium.UI.Window.touchEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTouchEnabled",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.touchEnabled\">Titanium.UI.Window.touchEnabled</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.touchEnabled\">Titanium.UI.Window.touchEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchEnabled",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTouchFeedback",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.touchFeedback\">Titanium.UI.Window.touchFeedback</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.touchFeedback\">Titanium.UI.Window.touchFeedback</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTouchFeedback",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.touchFeedback\">Titanium.UI.Window.touchFeedback</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.touchFeedback\">Titanium.UI.Window.touchFeedback</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchFeedback",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTouchFeedbackColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.touchFeedbackColor\">Titanium.UI.Window.touchFeedbackColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.touchFeedbackColor\">Titanium.UI.Window.touchFeedbackColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTouchFeedbackColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.touchFeedbackColor\">Titanium.UI.Window.touchFeedbackColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.touchFeedbackColor\">Titanium.UI.Window.touchFeedbackColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchFeedbackColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTransform",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.transform\">Titanium.UI.Window.transform</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.transform\">Titanium.UI.Window.transform</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Matrix2D",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTransform",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.transform\">Titanium.UI.Window.transform</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.transform\">Titanium.UI.Window.transform</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "transform",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Matrix2D",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTranslationX",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.translationX\">Titanium.UI.Window.translationX</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.translationX\">Titanium.UI.Window.translationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTranslationX",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.translationX\">Titanium.UI.Window.translationX</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.translationX\">Titanium.UI.Window.translationX</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translationX",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTranslationY",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.translationY\">Titanium.UI.Window.translationY</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.translationY\">Titanium.UI.Window.translationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTranslationY",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.translationY\">Titanium.UI.Window.translationY</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.translationY\">Titanium.UI.Window.translationY</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translationY",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTranslationZ",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.translationZ\">Titanium.UI.Window.translationZ</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.translationZ\">Titanium.UI.Window.translationZ</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTranslationZ",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.translationZ\">Titanium.UI.Window.translationZ</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.translationZ\">Titanium.UI.Window.translationZ</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translationZ",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTransitionName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.transitionName\">Titanium.UI.Window.transitionName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.transitionName\">Titanium.UI.Window.transitionName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTransitionName",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.transitionName\">Titanium.UI.Window.transitionName</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.transitionName\">Titanium.UI.Window.transitionName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "transitionName",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getVerticalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.verticalMotionEffect\">Titanium.UI.Window.verticalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.verticalMotionEffect\">Titanium.UI.Window.verticalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "MinMaxOptions",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setVerticalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.verticalMotionEffect\">Titanium.UI.Window.verticalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.verticalMotionEffect\">Titanium.UI.Window.verticalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "verticalMotionEffect",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "MinMaxOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowRadius",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.viewShadowRadius\">Titanium.UI.Window.viewShadowRadius</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.viewShadowRadius\">Titanium.UI.Window.viewShadowRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowRadius",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.viewShadowRadius\">Titanium.UI.Window.viewShadowRadius</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.viewShadowRadius\">Titanium.UI.Window.viewShadowRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowRadius",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.viewShadowColor\">Titanium.UI.Window.viewShadowColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.viewShadowColor\">Titanium.UI.Window.viewShadowColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.viewShadowColor\">Titanium.UI.Window.viewShadowColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.viewShadowColor\">Titanium.UI.Window.viewShadowColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowOffset",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.viewShadowOffset\">Titanium.UI.Window.viewShadowOffset</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.viewShadowOffset\">Titanium.UI.Window.viewShadowOffset</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowOffset",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.viewShadowOffset\">Titanium.UI.Window.viewShadowOffset</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.viewShadowOffset\">Titanium.UI.Window.viewShadowOffset</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowOffset",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getVisible",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.visible\">Titanium.UI.Window.visible</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.visible\">Titanium.UI.Window.visible</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setVisible",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.visible\">Titanium.UI.Window.visible</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.visible\">Titanium.UI.Window.visible</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "visible",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getWidth",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.width\">Titanium.UI.Window.width</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.width\">Titanium.UI.Window.width</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setWidth",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.width\">Titanium.UI.Window.width</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.width\">Titanium.UI.Window.width</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "width",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHorizontalWrap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.horizontalWrap\">Titanium.UI.Window.horizontalWrap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.horizontalWrap\">Titanium.UI.Window.horizontalWrap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHorizontalWrap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.horizontalWrap\">Titanium.UI.Window.horizontalWrap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.horizontalWrap\">Titanium.UI.Window.horizontalWrap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "horizontalWrap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getZIndex",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.zIndex\">Titanium.UI.Window.zIndex</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.zIndex\">Titanium.UI.Window.zIndex</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setZIndex",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.zIndex\">Titanium.UI.Window.zIndex</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.zIndex\">Titanium.UI.Window.zIndex</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "zIndex",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getKeepScreenOn",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.keepScreenOn\">Titanium.UI.Window.keepScreenOn</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.keepScreenOn\">Titanium.UI.Window.keepScreenOn</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setKeepScreenOn",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.keepScreenOn\">Titanium.UI.Window.keepScreenOn</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.keepScreenOn\">Titanium.UI.Window.keepScreenOn</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "keepScreenOn",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getActivity",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.activity\">Titanium.UI.Window.activity</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.activity\">Titanium.UI.Window.activity</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Android.Activity",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getBackButtonTitle",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.backButtonTitle\">Titanium.UI.Window.backButtonTitle</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.backButtonTitle\">Titanium.UI.Window.backButtonTitle</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackButtonTitle",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.backButtonTitle\">Titanium.UI.Window.backButtonTitle</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.backButtonTitle\">Titanium.UI.Window.backButtonTitle</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backButtonTitle",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackButtonTitleImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.backButtonTitleImage\">Titanium.UI.Window.backButtonTitleImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.backButtonTitleImage\">Titanium.UI.Window.backButtonTitleImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackButtonTitleImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.backButtonTitleImage\">Titanium.UI.Window.backButtonTitleImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.backButtonTitleImage\">Titanium.UI.Window.backButtonTitleImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backButtonTitleImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBarColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.barColor\">Titanium.UI.Window.barColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.barColor\">Titanium.UI.Window.barColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.1"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBarColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.barColor\">Titanium.UI.Window.barColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.barColor\">Titanium.UI.Window.barColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "barColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.1"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBarImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.barImage\">Titanium.UI.Window.barImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.barImage\">Titanium.UI.Window.barImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBarImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.barImage\">Titanium.UI.Window.barImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.barImage\">Titanium.UI.Window.barImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "barImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getExitOnClose",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.exitOnClose\">Titanium.UI.Window.exitOnClose</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.exitOnClose\">Titanium.UI.Window.exitOnClose</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setExitOnClose",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.exitOnClose\">Titanium.UI.Window.exitOnClose</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.exitOnClose\">Titanium.UI.Window.exitOnClose</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "exitOnClose",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getExtendEdges",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.extendEdges\">Titanium.UI.Window.extendEdges</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.extendEdges\">Titanium.UI.Window.extendEdges</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setExtendEdges",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.extendEdges\">Titanium.UI.Window.extendEdges</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.extendEdges\">Titanium.UI.Window.extendEdges</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "extendEdges",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getFlagSecure",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.flagSecure\">Titanium.UI.Window.flagSecure</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.flagSecure\">Titanium.UI.Window.flagSecure</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setFlagSecure",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.flagSecure\">Titanium.UI.Window.flagSecure</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.flagSecure\">Titanium.UI.Window.flagSecure</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "flagSecure",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getIncludeOpaqueBars",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.includeOpaqueBars\">Titanium.UI.Window.includeOpaqueBars</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.includeOpaqueBars\">Titanium.UI.Window.includeOpaqueBars</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setIncludeOpaqueBars",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.includeOpaqueBars\">Titanium.UI.Window.includeOpaqueBars</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.includeOpaqueBars\">Titanium.UI.Window.includeOpaqueBars</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "includeOpaqueBars",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAutoAdjustScrollViewInsets",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.autoAdjustScrollViewInsets\">Titanium.UI.Window.autoAdjustScrollViewInsets</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.autoAdjustScrollViewInsets\">Titanium.UI.Window.autoAdjustScrollViewInsets</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAutoAdjustScrollViewInsets",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.autoAdjustScrollViewInsets\">Titanium.UI.Window.autoAdjustScrollViewInsets</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.autoAdjustScrollViewInsets\">Titanium.UI.Window.autoAdjustScrollViewInsets</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "autoAdjustScrollViewInsets",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getExtendSafeArea",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.extendSafeArea\">Titanium.UI.Window.extendSafeArea</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.extendSafeArea\">Titanium.UI.Window.extendSafeArea</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setExtendSafeArea",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.extendSafeArea\">Titanium.UI.Window.extendSafeArea</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.extendSafeArea\">Titanium.UI.Window.extendSafeArea</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "extendSafeArea",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getFullscreen",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.fullscreen\">Titanium.UI.Window.fullscreen</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.fullscreen\">Titanium.UI.Window.fullscreen</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setFullscreen",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.fullscreen\">Titanium.UI.Window.fullscreen</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.fullscreen\">Titanium.UI.Window.fullscreen</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "fullscreen",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHomeIndicatorAutoHidden",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.homeIndicatorAutoHidden\">Titanium.UI.Window.homeIndicatorAutoHidden</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.homeIndicatorAutoHidden\">Titanium.UI.Window.homeIndicatorAutoHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHomeIndicatorAutoHidden",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.homeIndicatorAutoHidden\">Titanium.UI.Window.homeIndicatorAutoHidden</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.homeIndicatorAutoHidden\">Titanium.UI.Window.homeIndicatorAutoHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "homeIndicatorAutoHidden",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHideShadow",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.hideShadow\">Titanium.UI.Window.hideShadow</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.hideShadow\">Titanium.UI.Window.hideShadow</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHideShadow",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.hideShadow\">Titanium.UI.Window.hideShadow</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.hideShadow\">Titanium.UI.Window.hideShadow</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "hideShadow",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHidesBarsOnSwipe",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.hidesBarsOnSwipe\">Titanium.UI.Window.hidesBarsOnSwipe</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.hidesBarsOnSwipe\">Titanium.UI.Window.hidesBarsOnSwipe</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHidesBarsOnSwipe",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.hidesBarsOnSwipe\">Titanium.UI.Window.hidesBarsOnSwipe</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.hidesBarsOnSwipe\">Titanium.UI.Window.hidesBarsOnSwipe</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "hidesBarsOnSwipe",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHidesBarsOnTap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.hidesBarsOnTap\">Titanium.UI.Window.hidesBarsOnTap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.hidesBarsOnTap\">Titanium.UI.Window.hidesBarsOnTap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHidesBarsOnTap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.hidesBarsOnTap\">Titanium.UI.Window.hidesBarsOnTap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.hidesBarsOnTap\">Titanium.UI.Window.hidesBarsOnTap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "hidesBarsOnTap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHidesBarsWhenKeyboardAppears",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.hidesBarsWhenKeyboardAppears\">Titanium.UI.Window.hidesBarsWhenKeyboardAppears</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.hidesBarsWhenKeyboardAppears\">Titanium.UI.Window.hidesBarsWhenKeyboardAppears</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHidesBarsWhenKeyboardAppears",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.hidesBarsWhenKeyboardAppears\">Titanium.UI.Window.hidesBarsWhenKeyboardAppears</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.hidesBarsWhenKeyboardAppears\">Titanium.UI.Window.hidesBarsWhenKeyboardAppears</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "hidesBarsWhenKeyboardAppears",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHidesBackButton",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.hidesBackButton\">Titanium.UI.Window.hidesBackButton</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.hidesBackButton\">Titanium.UI.Window.hidesBackButton</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.5.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHidesBackButton",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.hidesBackButton\">Titanium.UI.Window.hidesBackButton</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.hidesBackButton\">Titanium.UI.Window.hidesBackButton</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "hidesBackButton",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.5.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLargeTitleEnabled",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.largeTitleEnabled\">Titanium.UI.Window.largeTitleEnabled</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.largeTitleEnabled\">Titanium.UI.Window.largeTitleEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLargeTitleEnabled",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.largeTitleEnabled\">Titanium.UI.Window.largeTitleEnabled</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.largeTitleEnabled\">Titanium.UI.Window.largeTitleEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "largeTitleEnabled",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHidesSearchBarWhenScrolling",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.hidesSearchBarWhenScrolling\">Titanium.UI.Window.hidesSearchBarWhenScrolling</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.hidesSearchBarWhenScrolling\">Titanium.UI.Window.hidesSearchBarWhenScrolling</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHidesSearchBarWhenScrolling",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.hidesSearchBarWhenScrolling\">Titanium.UI.Window.hidesSearchBarWhenScrolling</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.hidesSearchBarWhenScrolling\">Titanium.UI.Window.hidesSearchBarWhenScrolling</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "hidesSearchBarWhenScrolling",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLargeTitleDisplayMode",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.largeTitleDisplayMode\">Titanium.UI.Window.largeTitleDisplayMode</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.largeTitleDisplayMode\">Titanium.UI.Window.largeTitleDisplayMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLargeTitleDisplayMode",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.largeTitleDisplayMode\">Titanium.UI.Window.largeTitleDisplayMode</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.largeTitleDisplayMode\">Titanium.UI.Window.largeTitleDisplayMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "largeTitleDisplayMode",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLeftNavButton",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.leftNavButton\">Titanium.UI.Window.leftNavButton</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.leftNavButton\">Titanium.UI.Window.leftNavButton</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.View",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLeftNavButton",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.leftNavButton\">Titanium.UI.Window.leftNavButton</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.leftNavButton\">Titanium.UI.Window.leftNavButton</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "leftNavButton",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLeftNavButtons",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.leftNavButtons\">Titanium.UI.Window.leftNavButtons</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.leftNavButtons\">Titanium.UI.Window.leftNavButtons</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLeftNavButtons",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.leftNavButtons\">Titanium.UI.Window.leftNavButtons</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.leftNavButtons\">Titanium.UI.Window.leftNavButtons</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "leftNavButtons",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getModal",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.modal\">Titanium.UI.Window.modal</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.modal\">Titanium.UI.Window.modal</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setModal",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.modal\">Titanium.UI.Window.modal</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.modal\">Titanium.UI.Window.modal</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "modal",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getNavBarHidden",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.navBarHidden\">Titanium.UI.Window.navBarHidden</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.navBarHidden\">Titanium.UI.Window.navBarHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setNavBarHidden",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.navBarHidden\">Titanium.UI.Window.navBarHidden</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.navBarHidden\">Titanium.UI.Window.navBarHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "navBarHidden",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getNavTintColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.navTintColor\">Titanium.UI.Window.navTintColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.navTintColor\">Titanium.UI.Window.navTintColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setNavTintColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.navTintColor\">Titanium.UI.Window.navTintColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.navTintColor\">Titanium.UI.Window.navTintColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "navTintColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getNavigationWindow",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.navigationWindow\">Titanium.UI.Window.navigationWindow</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.navigationWindow\">Titanium.UI.Window.navigationWindow</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.NavigationWindow",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getOnBack",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.onBack\">Titanium.UI.Window.onBack</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.onBack\">Titanium.UI.Window.onBack</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Function",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setOnBack",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.onBack\">Titanium.UI.Window.onBack</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.onBack\">Titanium.UI.Window.onBack</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "onBack",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getOrientationModes",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.orientationModes\">Titanium.UI.Window.orientationModes</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.orientationModes\">Titanium.UI.Window.orientationModes</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setOrientationModes",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.orientationModes\">Titanium.UI.Window.orientationModes</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.orientationModes\">Titanium.UI.Window.orientationModes</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "orientationModes",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getOrientation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.orientation\">Titanium.UI.Window.orientation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.orientation\">Titanium.UI.Window.orientation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRightNavButton",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.rightNavButton\">Titanium.UI.Window.rightNavButton</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.rightNavButton\">Titanium.UI.Window.rightNavButton</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.View",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setRightNavButton",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.rightNavButton\">Titanium.UI.Window.rightNavButton</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.rightNavButton\">Titanium.UI.Window.rightNavButton</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rightNavButton",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRightNavButtons",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.rightNavButtons\">Titanium.UI.Window.rightNavButtons</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.rightNavButtons\">Titanium.UI.Window.rightNavButtons</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setRightNavButtons",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.rightNavButtons\">Titanium.UI.Window.rightNavButtons</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.rightNavButtons\">Titanium.UI.Window.rightNavButtons</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rightNavButtons",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSafeAreaPadding",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.safeAreaPadding\">Titanium.UI.Window.safeAreaPadding</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.safeAreaPadding\">Titanium.UI.Window.safeAreaPadding</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Padding",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getShadowImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.shadowImage\">Titanium.UI.Window.shadowImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.shadowImage\">Titanium.UI.Window.shadowImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setShadowImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.shadowImage\">Titanium.UI.Window.shadowImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.shadowImage\">Titanium.UI.Window.shadowImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "shadowImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSplitActionBar",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.splitActionBar\">Titanium.UI.Window.splitActionBar</a> property. <strong>Deprecated since 6.2.0. Deprecated in AppCompat theme. The same behaviour can be achived by using Toolbar.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setSplitActionBar",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.splitActionBar\">Titanium.UI.Window.splitActionBar</a> property. <strong>Deprecated since 6.2.0. Deprecated in AppCompat theme. The same behaviour can be achived by using Toolbar.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "splitActionBar",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getStatusBarStyle",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.statusBarStyle\">Titanium.UI.Window.statusBarStyle</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.statusBarStyle\">Titanium.UI.Window.statusBarStyle</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setStatusBarStyle",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.statusBarStyle\">Titanium.UI.Window.statusBarStyle</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.statusBarStyle\">Titanium.UI.Window.statusBarStyle</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "statusBarStyle",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSustainedPerformanceMode",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.sustainedPerformanceMode\">Titanium.UI.Window.sustainedPerformanceMode</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.sustainedPerformanceMode\">Titanium.UI.Window.sustainedPerformanceMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setSustainedPerformanceMode",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.sustainedPerformanceMode\">Titanium.UI.Window.sustainedPerformanceMode</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.sustainedPerformanceMode\">Titanium.UI.Window.sustainedPerformanceMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "sustainedPerformanceMode",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getSwipeToClose",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.swipeToClose\">Titanium.UI.Window.swipeToClose</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.swipeToClose\">Titanium.UI.Window.swipeToClose</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setSwipeToClose",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.swipeToClose\">Titanium.UI.Window.swipeToClose</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.swipeToClose\">Titanium.UI.Window.swipeToClose</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "swipeToClose",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTabBarHidden",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.tabBarHidden\">Titanium.UI.Window.tabBarHidden</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.tabBarHidden\">Titanium.UI.Window.tabBarHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTabBarHidden",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.tabBarHidden\">Titanium.UI.Window.tabBarHidden</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.tabBarHidden\">Titanium.UI.Window.tabBarHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "tabBarHidden",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTheme",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.theme\">Titanium.UI.Window.theme</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.theme\">Titanium.UI.Window.theme</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setTheme",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.theme\">Titanium.UI.Window.theme</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.theme\">Titanium.UI.Window.theme</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "theme",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getTitle",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.title\">Titanium.UI.Window.title</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.title\">Titanium.UI.Window.title</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTitle",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.title\">Titanium.UI.Window.title</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.title\">Titanium.UI.Window.title</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "title",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTitleAttributes",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.titleAttributes\">Titanium.UI.Window.titleAttributes</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.titleAttributes\">Titanium.UI.Window.titleAttributes</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "titleAttributesParams",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTitleAttributes",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.titleAttributes\">Titanium.UI.Window.titleAttributes</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.titleAttributes\">Titanium.UI.Window.titleAttributes</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "titleAttributes",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "titleAttributesParams",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTitleControl",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.titleControl\">Titanium.UI.Window.titleControl</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.titleControl\">Titanium.UI.Window.titleControl</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.View",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTitleControl",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.titleControl\">Titanium.UI.Window.titleControl</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.titleControl\">Titanium.UI.Window.titleControl</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "titleControl",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTitleImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.titleImage\">Titanium.UI.Window.titleImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.titleImage\">Titanium.UI.Window.titleImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTitleImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.titleImage\">Titanium.UI.Window.titleImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.titleImage\">Titanium.UI.Window.titleImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "titleImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTitlePrompt",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.titlePrompt\">Titanium.UI.Window.titlePrompt</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.titlePrompt\">Titanium.UI.Window.titlePrompt</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTitlePrompt",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.titlePrompt\">Titanium.UI.Window.titlePrompt</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.titlePrompt\">Titanium.UI.Window.titlePrompt</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "titlePrompt",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTitleid",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.titleid\">Titanium.UI.Window.titleid</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.titleid\">Titanium.UI.Window.titleid</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTitleid",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.titleid\">Titanium.UI.Window.titleid</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.titleid\">Titanium.UI.Window.titleid</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "titleid",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTitlepromptid",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.titlepromptid\">Titanium.UI.Window.titlepromptid</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.titlepromptid\">Titanium.UI.Window.titlepromptid</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTitlepromptid",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.titlepromptid\">Titanium.UI.Window.titlepromptid</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.titlepromptid\">Titanium.UI.Window.titlepromptid</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "titlepromptid",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getToolbar",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.toolbar\">Titanium.UI.Window.toolbar</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.toolbar\">Titanium.UI.Window.toolbar</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTransitionAnimation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.transitionAnimation\">Titanium.UI.Window.transitionAnimation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.transitionAnimation\">Titanium.UI.Window.transitionAnimation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Proxy",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTransitionAnimation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.transitionAnimation\">Titanium.UI.Window.transitionAnimation</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.transitionAnimation\">Titanium.UI.Window.transitionAnimation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "transitionAnimation",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.Proxy",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTranslucent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.translucent\">Titanium.UI.Window.translucent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.translucent\">Titanium.UI.Window.translucent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTranslucent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.translucent\">Titanium.UI.Window.translucent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.translucent\">Titanium.UI.Window.translucent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translucent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getUrl",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.url\">Titanium.UI.Window.url</a> property. <strong>Removed in 6.0.0.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setUrl",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.url\">Titanium.UI.Window.url</a> property. <strong>Removed in 6.0.0.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "url",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getWindowFlags",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.windowFlags\">Titanium.UI.Window.windowFlags</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.windowFlags\">Titanium.UI.Window.windowFlags</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setWindowFlags",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.windowFlags\">Titanium.UI.Window.windowFlags</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.windowFlags\">Titanium.UI.Window.windowFlags</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "windowFlags",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getWindowSoftInputMode",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.windowSoftInputMode\">Titanium.UI.Window.windowSoftInputMode</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.windowSoftInputMode\">Titanium.UI.Window.windowSoftInputMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setWindowSoftInputMode",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.windowSoftInputMode\">Titanium.UI.Window.windowSoftInputMode</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.windowSoftInputMode\">Titanium.UI.Window.windowSoftInputMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "windowSoftInputMode",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getWindowPixelFormat",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.windowPixelFormat\">Titanium.UI.Window.windowPixelFormat</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.windowPixelFormat\">Titanium.UI.Window.windowPixelFormat</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.8.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setWindowPixelFormat",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.windowPixelFormat\">Titanium.UI.Window.windowPixelFormat</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.windowPixelFormat\">Titanium.UI.Window.windowPixelFormat</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "windowPixelFormat",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.8.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getActivityExitTransition",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.activityExitTransition\">Titanium.UI.Window.activityExitTransition</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.activityExitTransition\">Titanium.UI.Window.activityExitTransition</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setActivityExitTransition",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.activityExitTransition\">Titanium.UI.Window.activityExitTransition</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.activityExitTransition\">Titanium.UI.Window.activityExitTransition</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "activityExitTransition",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getActivityEnterTransition",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.activityEnterTransition\">Titanium.UI.Window.activityEnterTransition</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.activityEnterTransition\">Titanium.UI.Window.activityEnterTransition</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setActivityEnterTransition",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.activityEnterTransition\">Titanium.UI.Window.activityEnterTransition</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.activityEnterTransition\">Titanium.UI.Window.activityEnterTransition</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "activityEnterTransition",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getActivityReturnTransition",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.activityReturnTransition\">Titanium.UI.Window.activityReturnTransition</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.activityReturnTransition\">Titanium.UI.Window.activityReturnTransition</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setActivityReturnTransition",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.activityReturnTransition\">Titanium.UI.Window.activityReturnTransition</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.activityReturnTransition\">Titanium.UI.Window.activityReturnTransition</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "activityReturnTransition",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getActivityReenterTransition",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.activityReenterTransition\">Titanium.UI.Window.activityReenterTransition</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.activityReenterTransition\">Titanium.UI.Window.activityReenterTransition</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setActivityReenterTransition",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.activityReenterTransition\">Titanium.UI.Window.activityReenterTransition</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.activityReenterTransition\">Titanium.UI.Window.activityReenterTransition</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "activityReenterTransition",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getActivitySharedElementExitTransition",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.activitySharedElementExitTransition\">Titanium.UI.Window.activitySharedElementExitTransition</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.activitySharedElementExitTransition\">Titanium.UI.Window.activitySharedElementExitTransition</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setActivitySharedElementExitTransition",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.activitySharedElementExitTransition\">Titanium.UI.Window.activitySharedElementExitTransition</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.activitySharedElementExitTransition\">Titanium.UI.Window.activitySharedElementExitTransition</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "activitySharedElementExitTransition",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getActivitySharedElementEnterTransition",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.activitySharedElementEnterTransition\">Titanium.UI.Window.activitySharedElementEnterTransition</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.activitySharedElementEnterTransition\">Titanium.UI.Window.activitySharedElementEnterTransition</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setActivitySharedElementEnterTransition",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.activitySharedElementEnterTransition\">Titanium.UI.Window.activitySharedElementEnterTransition</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.activitySharedElementEnterTransition\">Titanium.UI.Window.activitySharedElementEnterTransition</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "activitySharedElementEnterTransition",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getActivitySharedElementReturnTransition",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.activitySharedElementReturnTransition\">Titanium.UI.Window.activitySharedElementReturnTransition</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.activitySharedElementReturnTransition\">Titanium.UI.Window.activitySharedElementReturnTransition</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setActivitySharedElementReturnTransition",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.activitySharedElementReturnTransition\">Titanium.UI.Window.activitySharedElementReturnTransition</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.activitySharedElementReturnTransition\">Titanium.UI.Window.activitySharedElementReturnTransition</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "activitySharedElementReturnTransition",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getActivitySharedElementReenterTransition",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.Window.activitySharedElementReenterTransition\">Titanium.UI.Window.activitySharedElementReenterTransition</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.Window.activitySharedElementReenterTransition\">Titanium.UI.Window.activitySharedElementReenterTransition</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setActivitySharedElementReenterTransition",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.Window.activitySharedElementReenterTransition\">Titanium.UI.Window.activitySharedElementReenterTransition</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.Window.activitySharedElementReenterTransition\">Titanium.UI.Window.activitySharedElementReenterTransition</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "activitySharedElementReenterTransition",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.UI.View",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "accessibilityHidden",
                    "deprecated": false,
                    "description": "<p>Whether the view should be &quot;hidden&quot; from (i.e., ignored by) the accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityHint",
                    "deprecated": false,
                    "description": "<p>Briefly describes what performing an action (such as a click) on the view will do.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityLabel",
                    "deprecated": false,
                    "description": "<p>A succint label identifying the view for the device's accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityValue",
                    "deprecated": false,
                    "description": "<p>A string describing the value (if any) of the view for the device's accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "anchorPoint",
                    "deprecated": false,
                    "description": "<p>Coordinate of the view about which to pivot an animation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "animatedCenter",
                    "deprecated": false,
                    "description": "<p>Current position of the view during an animation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundColor",
                    "deprecated": false,
                    "description": "<p>Background color of the window, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundDisabledColor",
                    "deprecated": false,
                    "description": "<p>Disabled background color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundDisabledImage",
                    "deprecated": false,
                    "description": "<p>Disabled background image for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundFocusedColor",
                    "deprecated": false,
                    "description": "<p>Focused background color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundFocusedImage",
                    "deprecated": false,
                    "description": "<p>Focused background image for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundGradient",
                    "deprecated": false,
                    "description": "<p>A background gradient for the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [
                        {
                            "title": "Linear and Radial Gradients",
                            "code": "<p>The following code excerpt creates two views, one with a linear gradient and one with\na radial gradient.</p>\n<pre><code>var win1 = Titanium.UI.createWindow({\n    title:'Tab 1',\n    backgroundColor:'#fff',\n    layout: 'vertical'\n});\n\nvar radialGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'radial',\n        startPoint: { x: 50, y: 50 },\n        endPoint: { x: 50, y: 50 },\n        colors: [ 'red', 'blue'],\n        startRadius: 50,\n        endRadius: 0,\n        backfillStart: true\n    }\n});\nvar linearGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'linear',\n        startPoint: { x: '0%', y: '50%' },\n        endPoint: { x: '100%', y: '50%' },\n        colors: [ { color: 'red', offset: 0.0}, { color: 'blue', offset: 0.25 }, { color: 'red', offset: 1.0 } ],\n    }\n});\nwin1.add(radialGradient);\nwin1.add(linearGradient);\nwin1.open();\n</code></pre>"
                        }
                    ],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Gradient",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundImage",
                    "deprecated": false,
                    "description": "<p>Background image for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundRepeat",
                    "deprecated": false,
                    "description": "<p>Determines whether to tile a background across a view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundLeftCap",
                    "deprecated": false,
                    "description": "<p>Size of the left end cap.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundSelectedColor",
                    "deprecated": false,
                    "description": "<p>Selected background color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundSelectedImage",
                    "deprecated": false,
                    "description": "<p>Selected background image url for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backgroundTopCap",
                    "deprecated": false,
                    "description": "<p>Size of the top end cap.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderColor",
                    "deprecated": false,
                    "description": "<p>Border color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderRadius",
                    "deprecated": false,
                    "description": "<p>Radius for the rounded corners of the view's border.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderWidth",
                    "deprecated": false,
                    "description": "<p>Border width of the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "bottom",
                    "deprecated": false,
                    "description": "<p>Window's bottom position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "center",
                    "deprecated": false,
                    "description": "<p>View's center position, in the parent view's coordinates.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "children",
                    "deprecated": false,
                    "description": "<p>Array of this view's child views.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "clipMode",
                    "deprecated": false,
                    "description": "<p>View's clipping behavior.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "elevation",
                    "deprecated": false,
                    "description": "<p>Base elevation of the view relative to its parent in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "focusable",
                    "deprecated": false,
                    "description": "<p>Whether view should be focusable while navigating with the trackball.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "height",
                    "deprecated": false,
                    "description": "<p>View height, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.FILL",
                        "Titanium.UI.SIZE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hiddenBehavior",
                    "deprecated": false,
                    "description": "<p>Sets the behavior when hiding an object to release or keep the free space</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.HIDDEN_BEHAVIOR_INVISIBLE",
                        "Titanium.UI.HIDDEN_BEHAVIOR_GONE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "horizontalMotionEffect",
                    "deprecated": false,
                    "description": "<p>Adds a horizontal parallax effect to the view</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "MinMaxOptions",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "id",
                    "deprecated": false,
                    "description": "<p>View's identifier.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "left",
                    "deprecated": false,
                    "description": "<p>Window's left position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "layout",
                    "deprecated": false,
                    "description": "<p>Specifies how the view positions its children.\nOne of: 'composite', 'vertical', or 'horizontal'.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "opacity",
                    "deprecated": false,
                    "description": "<p>The opacity from 0.0-1.0.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "overrideCurrentAnimation",
                    "deprecated": false,
                    "description": "<p>When on, animate call overrides current animation if applicable.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "pullBackgroundColor",
                    "deprecated": false,
                    "description": "<p>Background color of the wrapper view when this view is used as either <a href=\"Titanium.UI.ListView.pullView\">Titanium.UI.ListView.pullView</a> or <a href=\"Titanium.UI.TableView.headerPullView\">Titanium.UI.TableView.headerPullView</a>.</p>\n<p>Defaults to <code>undefined</code>. Results in a light grey background color on the wrapper view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "previewContext",
                    "deprecated": false,
                    "description": "<p>The preview context used in the 3D-Touch feature &quot;Peek and Pop&quot;.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Titanium.UI.iOS.PreviewContext",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "right",
                    "deprecated": false,
                    "description": "<p>Window's right position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "rect",
                    "deprecated": false,
                    "description": "<p>The bounding box of the view relative to its parent, in system units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "type": "DimensionWithAbsolutes",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "rotation",
                    "deprecated": false,
                    "description": "<p>Clockwise 2D rotation of the view in degrees.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "rotationX",
                    "deprecated": false,
                    "description": "<p>Clockwise rotation of the view in degrees (x-axis).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "rotationY",
                    "deprecated": false,
                    "description": "<p>Clockwise rotation of the view in degrees (y-axis).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "scaleX",
                    "deprecated": false,
                    "description": "<p>Scaling of the view in x-axis in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "scaleY",
                    "deprecated": false,
                    "description": "<p>Scaling of the view in y-axis in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "size",
                    "deprecated": false,
                    "description": "<p>The size of the view in system units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Dimension",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "softKeyboardOnFocus",
                    "deprecated": false,
                    "description": "<p>Determines keyboard behavior when this view is focused. Defaults to <a href=\"Titanium.UI.Android.SOFT_KEYBOARD_DEFAULT_ON_FOCUS\">Titanium.UI.Android.SOFT_KEYBOARD_DEFAULT_ON_FOCUS</a>.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.Android.SOFT_KEYBOARD_DEFAULT_ON_FOCUS",
                        "Titanium.UI.Android.SOFT_KEYBOARD_HIDE_ON_FOCUS",
                        "Titanium.UI.Android.SOFT_KEYBOARD_SHOW_ON_FOCUS"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "tintColor",
                    "deprecated": false,
                    "description": "<p>The view's tintColor</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "top",
                    "deprecated": false,
                    "description": "<p>Window's top position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "touchEnabled",
                    "deprecated": false,
                    "description": "<p>Determines whether view should receive touch events.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "touchFeedback",
                    "deprecated": false,
                    "description": "<p>A material design visual construct that provides an instantaneous visual confirmation of touch point.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "touchFeedbackColor",
                    "deprecated": false,
                    "description": "<p>Optional touch feedback ripple color. This has no effect unless <code>touchFeedback</code> is true.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "transform",
                    "deprecated": false,
                    "description": "<p>Transformation matrix to apply to the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Titanium.UI.Matrix2D",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "translationX",
                    "deprecated": false,
                    "description": "<p>Horizontal location of the view relative to its left position in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "translationY",
                    "deprecated": false,
                    "description": "<p>Vertical location of the view relative to its top position in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "translationZ",
                    "deprecated": false,
                    "description": "<p>Depth of the view relative to its elevation in pixels.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "transitionName",
                    "deprecated": false,
                    "description": "<p>A name to identify this view in activity transition.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.0.2"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "verticalMotionEffect",
                    "deprecated": false,
                    "description": "<p>Adds a vertical parallax effect to the view</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "MinMaxOptions",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowRadius",
                    "deprecated": false,
                    "description": "<p>Determines the blur radius used to create the shadow.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowColor",
                    "deprecated": false,
                    "description": "<p>Determines the color of the shadow.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowOffset",
                    "deprecated": false,
                    "description": "<p>Determines the offset for the shadow of the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "visible",
                    "deprecated": false,
                    "description": "<p>Determines whether the view is visible.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "width",
                    "deprecated": false,
                    "description": "<p>View's width, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.FILL",
                        "Titanium.UI.SIZE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "horizontalWrap",
                    "deprecated": false,
                    "description": "<p>Determines whether the layout has wrapping behavior.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "zIndex",
                    "deprecated": false,
                    "description": "<p>Z-index stack order position, relative to other sibling views.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "keepScreenOn",
                    "deprecated": false,
                    "description": "<p>Determines whether to keep the device screen on.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "activity",
                    "deprecated": false,
                    "description": "<p>Contains a reference to the Android Activity object associated with this window.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "Titanium.Android.Activity",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "backButtonTitle",
                    "deprecated": false,
                    "description": "<p>Title for the back button. This is only valid when the window is a child of a tab.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backButtonTitleImage",
                    "deprecated": false,
                    "description": "<p>The image to show as the back button. This is only valid when the window is a child of a tab.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "barColor",
                    "deprecated": false,
                    "description": "<p>Background color for the nav bar, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.1"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "barImage",
                    "deprecated": false,
                    "description": "<p>Background image for the nav bar, specified as a URL to a local image.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "exitOnClose",
                    "deprecated": false,
                    "description": "<p>Boolean value indicating if the application should exit when the Android\nBack button is pressed while the window is being shown or when the window\nis closed programmatically.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "extendEdges",
                    "deprecated": false,
                    "description": "<p>An array of supported values specified using the EXTEND_EDGE constants in <a href=\"Titanium.UI\">Titanium.UI</a>.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.EXTEND_EDGE_TOP",
                        "Titanium.UI.EXTEND_EDGE_BOTTOM",
                        "Titanium.UI.EXTEND_EDGE_LEFT",
                        "Titanium.UI.EXTEND_EDGE_RIGHT",
                        "Titanium.UI.EXTEND_EDGE_NONE",
                        "Titanium.UI.EXTEND_EDGE_ALL"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "flagSecure",
                    "deprecated": false,
                    "description": "<p>Treat the content of the window as secure, preventing it from appearing in screenshots or from being viewed on non-secure displays.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "includeOpaqueBars",
                    "deprecated": false,
                    "description": "<p>Specifies if the edges should extend beyond opaque bars (navigation bar, tab bar, toolbar).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "autoAdjustScrollViewInsets",
                    "deprecated": false,
                    "description": "<p>Specifies whether or not the view controller should automatically adjust its scroll view insets.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "extendSafeArea",
                    "deprecated": false,
                    "description": "<p>Specifies whether the screen insets/notches are allowed to overlap the window's content or not.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.3.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fullscreen",
                    "deprecated": false,
                    "description": "<p>Boolean value indicating if the window is fullscreen.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "homeIndicatorAutoHidden",
                    "deprecated": false,
                    "description": "<p>Boolean value indicating whether the system is allowed to hide the visual indicator for returning to the Home screen.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hideShadow",
                    "deprecated": false,
                    "description": "<p>Set this to true to hide the shadow image of the navigation bar.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hidesBarsOnSwipe",
                    "deprecated": false,
                    "description": "<p>Set this to true to hide the navigation bar on swipe.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hidesBarsOnTap",
                    "deprecated": false,
                    "description": "<p>Set this to true to hide the navigation bar on tap.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hidesBarsWhenKeyboardAppears",
                    "deprecated": false,
                    "description": "<p>Set this to true to hide the navigation bar when the keyboard appears.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hidesBackButton",
                    "deprecated": false,
                    "description": "<p>Set this to true to hide the back button of navigation bar.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.5.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "largeTitleEnabled",
                    "deprecated": false,
                    "description": "<p>A Boolean value indicating whether the title should be displayed in a large format.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.3.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hidesSearchBarWhenScrolling",
                    "deprecated": false,
                    "description": "<p>A Boolean value indicating whether the integrated search bar is hidden when scrolling any underlying content.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "largeTitleDisplayMode",
                    "deprecated": false,
                    "description": "<p>The mode to use when displaying the title of the navigation bar.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.iOS.LARGE_TITLE_DISPLAY_MODE_AUTOMATIC",
                        "Titanium.UI.iOS.LARGE_TITLE_DISPLAY_MODE_ALWAYS",
                        "Titanium.UI.iOS.LARGE_TITLE_DISPLAY_MODE_NEVER"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "leftNavButton",
                    "deprecated": false,
                    "description": "<p>View to show in the left nav bar area.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Titanium.UI.View",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "leftNavButtons",
                    "deprecated": false,
                    "description": "<p>An Array of views to show in the left nav bar area.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "modal",
                    "deprecated": false,
                    "description": "<p>Indicates to open a modal window or not.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "navBarHidden",
                    "deprecated": false,
                    "description": "<p>Hides the navigation bar (<code>true</code>) or shows the navigation bar (<code>false</code>).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "navTintColor",
                    "deprecated": false,
                    "description": "<p>The tintColor to apply to the navigation bar.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "navigationWindow",
                    "deprecated": false,
                    "description": "<p>The <a href=\"Titanium.UI.NavigationWindow\">Titanium.UI.NavigationWindow</a> instance hosting this window.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "Titanium.UI.NavigationWindow",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "onBack",
                    "deprecated": false,
                    "description": "<p>Callback function that overrides the default behavior when the user presses the <strong>Back</strong>\nbutton.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "Function",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "orientationModes",
                    "deprecated": false,
                    "description": "<p>Array of supported orientation modes, specified using the orientation\nconstants defined in <a href=\"Titanium.UI\">Titanium.UI</a>.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.LANDSCAPE_LEFT",
                        "Titanium.UI.LANDSCAPE_RIGHT",
                        "Titanium.UI.PORTRAIT",
                        "Titanium.UI.UPSIDE_PORTRAIT"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "orientation",
                    "deprecated": false,
                    "description": "<p>Current orientation of the window.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.LANDSCAPE_LEFT",
                        "Titanium.UI.LANDSCAPE_RIGHT",
                        "Titanium.UI.PORTRAIT",
                        "Titanium.UI.UPSIDE_PORTRAIT"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "rightNavButton",
                    "deprecated": false,
                    "description": "<p>View to show in the right nav bar area.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Titanium.UI.View",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "rightNavButtons",
                    "deprecated": false,
                    "description": "<p>An Array of views to show in the right nav bar area.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "safeAreaPadding",
                    "deprecated": false,
                    "description": "<p>The padding needed to safely display content without it being overlapped by the screen insets and notches.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Padding",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "shadowImage",
                    "deprecated": false,
                    "description": "<p>Shadow image for the navigation bar, specified as a URL to a local image..</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "splitActionBar",
                    "deprecated": true,
                    "description": "<p>Boolean value to enable split action bar. <strong>Deprecated since 6.2.0. Deprecated in AppCompat theme. The same behaviour can be achived by using Toolbar.</strong></p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "statusBarStyle",
                    "deprecated": false,
                    "description": "<p>The status bar style associated with this window.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.iOS.StatusBar.DEFAULT",
                        "Titanium.UI.iOS.StatusBar.GRAY",
                        "Titanium.UI.iOS.StatusBar.GREY",
                        "Titanium.UI.iOS.StatusBar.LIGHT_CONTENT"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "sustainedPerformanceMode",
                    "deprecated": false,
                    "description": "<p>Maintain a sustainable level of performance.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "7.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "swipeToClose",
                    "deprecated": false,
                    "description": "<p>Boolean value indicating if the user should be able to close a window using a swipe gesture.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "tabBarHidden",
                    "deprecated": false,
                    "description": "<p>Boolean value indicating if the tab bar should be hidden.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "theme",
                    "deprecated": false,
                    "description": "<p>Name of the theme to apply to the window.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.4.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "title",
                    "deprecated": false,
                    "description": "<p>Title of the window.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "titleAttributes",
                    "deprecated": false,
                    "description": "<p>Title text attributes of the window.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "titleAttributesParams",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "titleControl",
                    "deprecated": false,
                    "description": "<p>View to show in the title area of the nav bar.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Titanium.UI.View",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "titleImage",
                    "deprecated": false,
                    "description": "<p>Image to show in the title area of the nav bar, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "titlePrompt",
                    "deprecated": false,
                    "description": "<p>Title prompt for the window.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "titleid",
                    "deprecated": false,
                    "description": "<p>Key identifying a string from the locale file to use for the window title.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "titlepromptid",
                    "deprecated": false,
                    "description": "<p>Key identifying a string from the locale file to use for the window title prompt.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "toolbar",
                    "deprecated": false,
                    "description": "<p>Array of button objects to show in the window's toolbar.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "transitionAnimation",
                    "deprecated": false,
                    "description": "<p>Use a transition animation when opening or closing windows in a\n<a href=\"Titanium.UI.NavigationWindow\">Titanium.UI.NavigationWindow</a> or <a href=\"Titanium.UI.Tab\">Titanium.UI.Tab</a>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "Titanium.Proxy",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "translucent",
                    "deprecated": false,
                    "description": "<p>Boolean value indicating if the nav bar is translucent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "url",
                    "deprecated": true,
                    "description": "<p>Loads a JavaScript file from a local URL. <strong>Removed in 6.0.0.</strong></p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "windowFlags",
                    "deprecated": false,
                    "description": "<p>Additional flags to set on the Activity Window.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "windowSoftInputMode",
                    "deprecated": false,
                    "description": "<p>Determines whether a window's soft input area (ie software keyboard) is visible\nas it receives focus and how the window behaves in order to accomodate it while keeping its\ncontents in view.</p>",
                    "availability": "creation",
                    "constants": [
                        "Titanium.UI.Android.SOFT_INPUT_STATE_ALWAYS_HIDDEN",
                        "Titanium.UI.Android.SOFT_INPUT_STATE_ALWAYS_VISIBLE",
                        "Titanium.UI.Android.SOFT_INPUT_STATE_HIDDEN",
                        "Titanium.UI.Android.SOFT_INPUT_STATE_UNSPECIFIED",
                        "Titanium.UI.Android.SOFT_INPUT_STATE_VISIBLE",
                        "Titanium.UI.Android.SOFT_INPUT_ADJUST_PAN",
                        "Titanium.UI.Android.SOFT_INPUT_ADJUST_RESIZE",
                        "Titanium.UI.Android.SOFT_INPUT_ADJUST_UNSPECIFIED"
                    ],
                    "examples": [
                        {
                            "title": "Soft Input Visibility and Adjustment",
                            "code": "<p>Create a white window and respond to a click of it to open a red window containing a\ntext area. Show the software keyboard automatically as the red window opens.</p>\n<pre><code>var win1 = Ti.UI.createWindow({\n  backgroundColor: 'white',\n  exitOnClose: true,\n  fullscreen: false,\n  title: 'Click window to test'\n});\n\n// use bitwise OR to combine two settings for the windowSoftInputMode property\nvar softInput = Ti.UI.Android.SOFT_INPUT_STATE_ALWAYS_VISIBLE | Ti.UI.Android.SOFT_INPUT_ADJUST_PAN;\n\nwin1.addEventListener('click', function(){\nvar win2 = Ti.UI.createWindow({\n  backgroundColor: 'red',\n  fullscreen: false,\n  windowSoftInputMode: softInput\n});\n\nvar textArea = Ti.UI.createTextArea({\n  value : 'I am a textarea',\n  height : 200,\n  width : 300,\n  top : 200\n});\nwin2.add(textArea);\nwin2.open();\n});\n\nwin1.open();\n</code></pre>"
                        }
                    ],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "windowPixelFormat",
                    "deprecated": false,
                    "description": "<p>Set the pixel format for the Activity's Window.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.Android.PIXEL_FORMAT_A_8",
                        "Titanium.UI.Android.PIXEL_FORMAT_LA_88",
                        "Titanium.UI.Android.PIXEL_FORMAT_L_8",
                        "Titanium.UI.Android.PIXEL_FORMAT_OPAQUE",
                        "Titanium.UI.Android.PIXEL_FORMAT_RGBA_4444",
                        "Titanium.UI.Android.PIXEL_FORMAT_RGBA_5551",
                        "Titanium.UI.Android.PIXEL_FORMAT_RGBA_8888",
                        "Titanium.UI.Android.PIXEL_FORMAT_RGBX_8888",
                        "Titanium.UI.Android.PIXEL_FORMAT_RGB_332",
                        "Titanium.UI.Android.PIXEL_FORMAT_RGB_565",
                        "Titanium.UI.Android.PIXEL_FORMAT_RGB_888",
                        "Titanium.UI.Android.PIXEL_FORMAT_TRANSLUCENT",
                        "Titanium.UI.Android.PIXEL_FORMAT_TRANSPARENT",
                        "Titanium.UI.Android.PIXEL_FORMAT_UNKNOWN"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.8.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "activityExitTransition",
                    "deprecated": false,
                    "description": "<p>The type of transition used when activity is exiting.</p>",
                    "availability": "creation",
                    "constants": [
                        "Titanium.UI.Android.TRANSITION_EXPLODE",
                        "Titanium.UI.Android.TRANSITION_FADE_IN",
                        "Titanium.UI.Android.TRANSITION_FADE_OUT",
                        "Titanium.UI.Android.TRANSITION_SLIDE_TOP",
                        "Titanium.UI.Android.TRANSITION_SLIDE_RIGHT",
                        "Titanium.UI.Android.TRANSITION_SLIDE_BOTTOM",
                        "Titanium.UI.Android.TRANSITION_SLIDE_LEFT",
                        "Titanium.UI.Android.TRANSITION_NONE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "activityEnterTransition",
                    "deprecated": false,
                    "description": "<p>The type of transition used when activity is entering.</p>",
                    "availability": "creation",
                    "constants": [
                        "Titanium.UI.Android.TRANSITION_EXPLODE",
                        "Titanium.UI.Android.TRANSITION_FADE_IN",
                        "Titanium.UI.Android.TRANSITION_FADE_OUT",
                        "Titanium.UI.Android.TRANSITION_SLIDE_TOP",
                        "Titanium.UI.Android.TRANSITION_SLIDE_RIGHT",
                        "Titanium.UI.Android.TRANSITION_SLIDE_BOTTOM",
                        "Titanium.UI.Android.TRANSITION_SLIDE_LEFT",
                        "Titanium.UI.Android.TRANSITION_NONE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "activityReturnTransition",
                    "deprecated": false,
                    "description": "<p>The type of transition used when returning from a previously started activity.</p>",
                    "availability": "creation",
                    "constants": [
                        "Titanium.UI.Android.TRANSITION_EXPLODE",
                        "Titanium.UI.Android.TRANSITION_FADE_IN",
                        "Titanium.UI.Android.TRANSITION_FADE_OUT",
                        "Titanium.UI.Android.TRANSITION_SLIDE_TOP",
                        "Titanium.UI.Android.TRANSITION_SLIDE_RIGHT",
                        "Titanium.UI.Android.TRANSITION_SLIDE_BOTTOM",
                        "Titanium.UI.Android.TRANSITION_SLIDE_LEFT",
                        "Titanium.UI.Android.TRANSITION_NONE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "activityReenterTransition",
                    "deprecated": false,
                    "description": "<p>The type of transition used when reentering to a previously started activity.</p>",
                    "availability": "creation",
                    "constants": [
                        "Titanium.UI.Android.TRANSITION_EXPLODE",
                        "Titanium.UI.Android.TRANSITION_FADE_IN",
                        "Titanium.UI.Android.TRANSITION_FADE_OUT",
                        "Titanium.UI.Android.TRANSITION_SLIDE_TOP",
                        "Titanium.UI.Android.TRANSITION_SLIDE_RIGHT",
                        "Titanium.UI.Android.TRANSITION_SLIDE_BOTTOM",
                        "Titanium.UI.Android.TRANSITION_SLIDE_LEFT",
                        "Titanium.UI.Android.TRANSITION_NONE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "activitySharedElementExitTransition",
                    "deprecated": false,
                    "description": "<p>The type of exit transition used when animating shared elements between two activities.</p>",
                    "availability": "creation",
                    "constants": [
                        "Titanium.UI.Android.TRANSITION_CHANGE_BOUNDS",
                        "Titanium.UI.Android.TRANSITION_CHANGE_CLIP_BOUNDS",
                        "Titanium.UI.Android.TRANSITION_CHANGE_TRANSFORM",
                        "Titanium.UI.Android.TRANSITION_CHANGE_IMAGE_TRANSFORM",
                        "Titanium.UI.Android.TRANSITION_NONE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "activitySharedElementEnterTransition",
                    "deprecated": false,
                    "description": "<p>The type of enter transition used when animating shared elements between two activities.</p>",
                    "availability": "creation",
                    "constants": [
                        "Titanium.UI.Android.TRANSITION_CHANGE_BOUNDS",
                        "Titanium.UI.Android.TRANSITION_CHANGE_CLIP_BOUNDS",
                        "Titanium.UI.Android.TRANSITION_CHANGE_TRANSFORM",
                        "Titanium.UI.Android.TRANSITION_CHANGE_IMAGE_TRANSFORM",
                        "Titanium.UI.Android.TRANSITION_NONE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "activitySharedElementReturnTransition",
                    "deprecated": false,
                    "description": "<p>The type of return transition used when animating shared elements between two activities.</p>",
                    "availability": "creation",
                    "constants": [
                        "Titanium.UI.Android.TRANSITION_CHANGE_BOUNDS",
                        "Titanium.UI.Android.TRANSITION_CHANGE_CLIP_BOUNDS",
                        "Titanium.UI.Android.TRANSITION_CHANGE_TRANSFORM",
                        "Titanium.UI.Android.TRANSITION_CHANGE_IMAGE_TRANSFORM",
                        "Titanium.UI.Android.TRANSITION_NONE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "activitySharedElementReenterTransition",
                    "deprecated": false,
                    "description": "<p>The type of reenter transition used when animating shared elements between two activities.</p>",
                    "availability": "creation",
                    "constants": [
                        "Titanium.UI.Android.TRANSITION_CHANGE_BOUNDS",
                        "Titanium.UI.Android.TRANSITION_CHANGE_CLIP_BOUNDS",
                        "Titanium.UI.Android.TRANSITION_CHANGE_TRANSFORM",
                        "Titanium.UI.Android.TRANSITION_CHANGE_IMAGE_TRANSFORM",
                        "Titanium.UI.Android.TRANSITION_NONE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>To create a window, use the <a href=\"Titanium.UI.createWindow\">Titanium.UI.createWindow</a> method or a <strong><code>&lt;Window&gt;</code></strong> Alloy element.</p>\n<p>A window is a top-level container which can contain other views. Windows can\nbe <em>opened</em> and <em>closed</em>.  Opening a window causes the window and its child\nviews to be added to the application's render stack, on top of any previously opened\nwindows. Closing a window removes the window and its children from the render stack.</p>\n<p>Windows <em>contain</em> other views, but in general they are not <em>contained</em> inside\nother views. There are a few specialized views that manage windows:</p>\n<ul>\n<li><a href=\"Titanium.UI.NavigationWindow\">NavigationWindow</a></li>\n<li><a href=\"Titanium.UI.iPad.SplitWindow\">SplitWindow</a></li>\n<li><a href=\"Titanium.UI.TabGroup\">TabGroup</a></li>\n<li><a href=\"Titanium.UI.Tab\">Tab</a></li>\n</ul>\n<p>By default, windows occupy the entire screen except for the navigation bar,\nstatus bar, and in the case of windows contained in tab groups, the tab bar.\nTo take up the entire screen, covering any other UI, specify <code>fullscreen:true</code>\nwhen creating the window.</p>\n<h3>Pass Context Between Windows</h3>\n<p>To pass data between windows, use a\n<a href=\"https://docs.appcelerator.com/platform/latest/#!/guide/CommonJS_Modules_in_Titanium\">CommonJS module</a>\nto save information from one window then retrieve it in another.  In the example below, the foo\nmodule exposes two methods to store and retrieve an object.  The first window of the project\nloads the foo module and uses the set method to store some data before opening the second window.\nThe second window loads the same module and is able to retrieve the content saved by the first\nwindow with the get method.</p>\n<p>Note that for Alloy projects, you can simply pass the context as the second argument of the\nAlloy.createController method, then retrieve the data with the special variable <code>$.args</code>\nin the controller code.</p>\n<p><code>app/lib/foo.js</code>:</p>\n<pre><code>// For a classic Titanium project, save the file to 'Resources/foo.js'\nvar data = {};\nfunction setData (obj){\n    data = obj;\n}\nfunction getData () {\n    return data;\n}\n\n// The special variable 'exports' exposes the functions as public\nexports.setData = setData;\nexports.getData = getData;\n</code></pre>\n<p><code>app/views/index.xml</code>:</p>\n<pre><code>&lt;Alloy&gt;\n    &lt;Window backgroundColor=&quot;blue&quot;&gt;\n        &lt;Label onClick=&quot;openWindow&quot;&gt;Open the Red Window!&lt;/Label&gt;\n    &lt;/Window&gt;\n&lt;/Alloy&gt;\n</code></pre>\n<p><code>app/controllers/index.js</code>:</p>\n<pre><code>var foo = require('foo');\nfoo.setData({foobar: 42});\n\nfunction openWindow () {\n    var win2 = Alloy.createController('win2').getView();\n    // For Alloy projects, you can pass context\n    // to the controller in the Alloy.createController method.\n    // var win2 = Alloy.createController('win2', {foobar: 42}).getView();\n    win2.open();\n}\n\n$.index.open();\n</code></pre>\n<p><code>app/views/win2.xml</code>:</p>\n<pre><code>&lt;Alloy&gt;\n    &lt;Window backgroundColor=&quot;red&quot;&gt;\n        &lt;Label id=&quot;label&quot;&gt;I am a red window.&lt;/Label&gt;\n    &lt;/Window&gt;\n&lt;/Alloy&gt;\n</code></pre>\n<p><code>app/controllers/win2.js</code>:</p>\n<pre><code>var foo = require('foo');\n$.label.text = foo.getData().foobar;\n\n// For Alloy projects, you can also pass in context\n// with the Alloy.createController method and retrieve\n// it in the controller code.\n// $.label.text = $.args.foobar;\n</code></pre>\n<h3>Modal Windows</h3>\n<p>In the user interface, a modal window is a window that blocks the main application UI until the\nmodal window is dismissed.  A modal window requires the user to interact with it to resume the\nnormal flow of the application.  For example, if an action requires the user to login, the\napplication can present a login window, then after the user is authenticated, the normal flow\nof the application can be resumed.</p>\n<p>To create a modal window, set the <code>modal</code> property to <code>true</code> in the dictionary passed to\neither the <code>Titanium.UI.createWindow()</code> method or the Window object's <code>open()</code> method.</p>\n<h4>Android Behavior</h4>\n<p>The Android platform does not has the concept of a modal window but instead uses modal\ndialogs. You are probably looking for a <a href=\"Titanium.UI.AlertDialog\">Titanium.UI.AlertDialog</a> or <a href=\"Titanium.UI.OptionDialog\">Titanium.UI.OptionDialog</a> and\nthe <code>androidView</code> property rather than a modal window.</p>\n<p>However, if you know what you are doing and use <code>modal</code>, Titanium creates a window with\na translucent background (if the background properties are not set).</p>\n<p>The combination of <code>fullscreen:true</code> and <code>modal:true</code> will not work as expected.\nIf the background window displays the status bar or action bar, it will be visible behind the modal\nwindow.</p>\n<p>Note that Titanium will allow a non-modal window to open on top of a modal window on\nAndroid.</p>\n<h4>iOS Behavior</h4>\n<p>By default, if you do not set a <code>backgroundColor</code>, the modal's background color will be the\nvalue set to <code>Titanium.UI.backgroundColor</code>.</p>\n<p>The modal window will not show the background window stack even if you make the modal translucent.\nFor fullscreen modals, when the modal appears, the background window stack is removed. For\nnon-fullscreen modals on the iPad, the background will be opaque gray if a background color\nis not specified.</p>\n<p>By default, modal windows appear from the bottom of the screen and slide up. To change the default\ntransition, set the <code>modalTransitionStyle</code> property to a\n<code>Titanium.UI.iOS.MODAL_TRANSITION_STYLE_*</code> constant in the dictionary passed to the Window\nobject's <code>open()</code> method.</p>\n<p>Modal windows should not support orientation modes that the window they are opened over do not\nsupport. Doing otherwise <em>may</em> cause bad visual/redraw behavior after the modal is dismissed,\ndue to how iOS manages modal transitions.</p>\n<p>Starting with Release 3.1.3, if the <code>orientationModes</code> property of a modal window is undefined,\nthen the orientations supported by this window would be the orientation modes specified by\nthe <code>tiapp.xml</code> with the <code>UISupportedInterfaceOrientations</code> key.</p>\n<p>iOS does not allow opening non-modal windows on top of a modal window.</p>\n<h5>iPad Features</h5>\n<p>In addition to full-screen modal windows, iPad supports &quot;Page sheet&quot;\nand &quot;Form sheet&quot; style windows:</p>\n<ul>\n<li>\n<p><strong>Page sheet</strong> style windows have a fixed width, equal to the width of the screen\nin portait mode, and a height equal to the <em>current</em> height of the screen. This means\nthat in portrait mode, the window covers the entire screen. In landscape mode,\nthe window is centered on the screen horizontally.</p>\n</li>\n<li>\n<p><strong>Form sheet</strong> style windows are smaller than the screen size, and centered on the screen.</p>\n</li>\n</ul>\n<p>The example below is a modal window using the Form sheet style:</p>\n<img src=\"images/window/window-modal.png\" width=\"400\" />\n<p>You can create this type of modal window on iPad with the following code snippet:</p>\n<pre><code>var win = Ti.UI.createNavigationWindow({\n    window: Ti.UI.createWindow({\n        title: &quot;Modal Window&quot;\n    })\n});\n\nwin.open({\n    modal: true,\n    modalTransitionStyle: Ti.UI.iOS.MODAL_TRANSITION_STYLE_FLIP_HORIZONTAL,\n    modalStyle: Ti.UI.iOS.MODAL_PRESENTATION_FORMSHEET\n});\n</code></pre>\n<h3>Animations</h3>\n<p>Windows can be animated like a <a href=\"Titanium.UI.View\">View</a>, such as using an animation\nto open or close a window.  The example below creates a window\nthat opens from small to large with a bounce effect.  This is done by applying a\ntransformation at initialization time that scales the original size of the window to 0.\nWhen the window is opened, a new 2D transformation is applied that will scale the window\nsize from 0 to 110% of it's original size, then, after 1/20th of a second, it is scaled\nback to it's original size at 100%. This gives the bounce effect during animation.</p>\n<p><code>app/views/index.xml</code>:</p>\n<pre><code>&lt;Alloy&gt;\n    &lt;Window backgroundColor=&quot;blue&quot; onPostlayout=&quot;animateOpen&quot; &gt;\n        &lt;Label color=&quot;orange&quot;&gt;Animated Window&lt;/Label&gt;\n    &lt;/Window&gt;\n&lt;/Alloy&gt;\n</code></pre>\n<p><code>app/controllers/index.js</code>:</p>\n<pre><code>$.index.transform = Titanium.UI.createMatrix2D().scale(0);\n$.index.open();\n\nvar a = Ti.UI.createAnimation({\n    transform : Ti.UI.createMatrix2D().scale(1.1),\n    duration : 2000,\n});\na.addEventListener('complete', function() {\n    $.index.animate({\n        transform: Ti.UI.createMatrix2D(),\n        duration: 200\n    });\n});\n\nfunction animateOpen() {\n    $.index.animate(a);\n}\n</code></pre>\n<p>Note that to animate an Android window while you open it, you need to follow a specific\nprocedure which is explained below in &quot;Window Transitions in Android&quot;.</p>\n<h3>iOS Platform Notes</h3>\n<h4>iOS Transition Animations</h4>\n<p>iOS contains built-in transition animations when switching between non-modal windows. In the Window's\n<code>open</code> method, set the <code>transition</code> property to a <code>Titanium.UI.iOS.AnimationStyle</code> constant to use an animation.\nFor example, to flip right-to-left between two windows:</p>\n<p><code>app/views/index.xml</code>:</p>\n<pre><code>&lt;Alloy&gt;\n    &lt;Window backgroundColor=&quot;blue&quot; onOpen=&quot;animateOpen&quot;&gt;\n        &lt;Label id=&quot;label&quot;&gt;I am a blue window!&lt;/Label&gt;\n    &lt;/Window&gt;\n&lt;/Alloy&gt;\n</code></pre>\n<p><code>app/controllers/index.js</code></p>\n<pre><code>function animateOpen() {\n    Alloy.createController('win2').getView().open({\n        transition: Ti.UI.iOS.AnimationStyle.FLIP_FROM_LEFT\n    });\n}\n$.index.open();\n</code></pre>\n<p><code>app/views/win2.xml</code>:</p>\n<pre><code>&lt;Alloy&gt;\n    &lt;Window backgroundColor=&quot;red&quot;&gt;\n        &lt;Label id=&quot;label&quot;&gt;I am a red window!&lt;/Label&gt;\n    &lt;/Window&gt;\n&lt;/Alloy&gt;\n</code></pre>\n<p>In the above example, the red window will be animated from the right-to-left over the blue window.</p>\n<p>You can create transition animations when opening and closing windows in\neither a <a href=\"Titanium.UI.iOS.NavigationWindow\">Titanium.UI.iOS.NavigationWindow</a> or <a href=\"Titanium.UI.Tab\">Titanium.UI.Tab</a>.</p>\n<p>Use the <a href=\"Titanium.UI.iOS.createTransitionAnimation\">Titanium.UI.iOS.createTransitionAnimation</a> method to specify an animation objects to hide and\nshow the window, then set the newly created TransitionAnimation object to the window's\n<a href=\"Titanium.UI.Window.transitionAnimation\">Titanium.UI.Window.transitionAnimation</a> property.</p>\n<p>In the example below, the windows are closed by rotating them upside down while simulatenously\nmaking them transparent:</p>\n<p><code>app/views/index.xml</code>:</p>\n<pre><code>&lt;Alloy&gt;\n    &lt;NavigationWindow platform=&quot;ios&quot;&gt;\n        &lt;Window id=&quot;redwin&quot; title=&quot;Red Window&quot; backgroundColor=&quot;red&quot;&gt;\n            &lt;Button id=&quot;button&quot; onClick=&quot;openBlueWindow&quot;&gt;Open Blue Window&lt;/Button&gt;\n        &lt;/Window&gt;\n    &lt;/NavigationWindow&gt;\n&lt;/Alloy&gt;\n</code></pre>\n<p><code>app/controllers/index.js</code>:</p>\n<pre><code>function openBlueWindow(e) {\n    var bluewin = Alloy.createController('bluewin').getView();\n    $.index.openWindow(bluewin);\n}\n\n$.redwin.transitionAnimation = Ti.UI.iOS.createTransitionAnimation({\n    duration: 300,\n    // The show transition makes the window opaque and rotates it correctly\n    transitionTo: {\n        opacity: 1,\n        duration: 300,\n        transform: Ti.UI.createMatrix2D()\n    },\n    // The hide transition makes the window transparent and rotates it upside down\n    transitionFrom: {\n        opacity: 0,\n        duration: 300 / 2,\n        transform: Ti.UI.createMatrix2D().rotate(180),\n    }\n});\n\n$.index.open();\n</code></pre>\n<p><code>app/views/bluewin.xml</code>:</p>\n<pre><code>&lt;Alloy&gt;\n    &lt;Window title=&quot;Blue Window&quot; backgroundColor=&quot;blue&quot; opacity=&quot;0&quot;&gt;\n        &lt;Button onClick=&quot;closeWindow&quot;&gt;Close Window&lt;/Button&gt;\n    &lt;/Window&gt;\n&lt;/Alloy&gt;\n</code></pre>\n<p><code>app/controllers/bluewin.js</code>:</p>\n<pre><code>function closeWindow(){\n    $.bluewin.close();\n}\n\n$.bluewin.transitionAnimation = Ti.UI.iOS.createTransitionAnimation({\n    duration: 300,\n    // The show transition makes the window opaque and rotates it correctly\n    transitionTo: {\n        opacity: 1,\n        duration: 300,\n        transform: Ti.UI.createMatrix2D()\n    },\n    // The hide transition makes the window transparent and rotates it upside down\n    transitionFrom: {\n        opacity: 0,\n        duration: 300 / 2,\n        transform: Ti.UI.createMatrix2D().rotate(180),\n    }\n});\n\n$.bluewin.transform = Ti.UI.createMatrix2D().rotate(180);\n</code></pre>\n<h3>Android Platform Notes</h3>\n<h4>Window Transitions in Android</h4>\n<p>A window is associated with a new Android <a href=\"Titanium.Android.Activity\">Activity</a>. The only way\nto animate the opening or closing of an Activity in Android is to apply an animation <em>resource</em>\nto it. Passing a <a href=\"Titanium.UI.Animation\">Titanium.UI.Animation</a> object as a parameter to <a href=\"Titanium.UI.Window.open\">Titanium.UI.Window.open</a>\nor <a href=\"Titanium.UI.Window.close\">Titanium.UI.Window.close</a> will have no effect.</p>\n<p>Instead, in the parameter dictionary you pass to <a href=\"Titanium.UI.Window.open\">Titanium.UI.Window.open</a> or <a href=\"Titanium.UI.Window.close\">Titanium.UI.Window.close</a>,\nyou should set the <code>activityEnterAnimation</code> and <code>activityExitAnimation</code> keys to\nanimation resources. <code>activityEnterAnimation</code> should be set to the animation you want to run\non the incoming activity, while <code>activityExitAnimation</code> should be set to the animation you\nwant to run on the outgoing activity that you are leaving.</p>\n<p>Animation resources are available through the <code>R</code> object. Use either <a href=\"Titanium.Android.R\">Titanium.Android.R</a> for\nbuilt-in resources or <a href=\"Titanium.App.Android.R\">Titanium.App.Android.R</a> for resources that you package in your application.</p>\n<p>As an example, you may wish for the window that you are opening to fade in while the window\nyou are leaving should fade out:</p>\n<pre><code>var win2 = Ti.UI.createWindow();\nwin2.open({\n    activityEnterAnimation: Ti.Android.R.anim.fade_in,\n    activityExitAnimation: Ti.Android.R.anim.fade_out\n});\n</code></pre>\n<p>See the official Android <a href=\"https://developer.android.com/reference/android/R.anim.html\">R.anim</a> documentation\nfor information about built-in animations.</p>\n<p>For information on creating your own animation resource XML files, see\n&quot;<a href=\"https://developer.android.com/guide/topics/resources/animation-resource.html#View\">View Animation</a>&quot;\nin Android's Resources documentation. After creating an animation resource file, you can place it under\n<code>platform/android/res/anim</code> in your Titanium project folder and it will be packaged in your app's APK\nand then available via <a href=\"Titanium.App.Android.R\">Titanium.App.Android.R</a>.</p>\n<h4>Material design transitions in Android</h4>\n<p>You can provide transition between common elements among participating activities. For example in a master-detail pattern,\nclicking on a row item animates the common elements of image, title smoothly into details activity as if they are part of\nthe same scene. This seamless animation is called shared element transition and can be achieved by the following steps.</p>\n<p>Say window A is opening window B.\nFirstly, specify a unique <code>transitionName</code> to the common UI elements between the two windows.\nNext use <code>addSharedElement</code> method on window B passing the window A common UI element and the transition name. This tells the system\nwhich views are shared between windows and performs the transition between them. Note that we specify the UI elements of window A\nsince the system needs the source element and connects the destination element from the shared transition name once window B is created\nand shown.</p>\n<p>For example to transition a title label in window A to a title label in window B.</p>\n<pre><code>// Create label in window A with a unique transitionName.\nvar titleInWinA = new Ti.UI.createLabel({\n    text:'Top 10 pics from Mars!',\n    left:70, top: 6,\n    width:200, height: 30,\n    transitionName: 'title'\n});\nwindowA.add(titleInWinA);\n\n// Creating label in window B, note that the same transitionName is used.\nvar titleInWinB = new Ti.UI.createLabel({\n    text:'Top 10 pics from Mars!',\n    left:50, top: 10,\n    width:200, height: 30,\n    transitionName: 'title'\n});\n\n// Before opening window B specify the common UI elements.\nwindowB.addSharedElement(titleInWinA, &quot;title&quot;);\nwindowB.open();\n</code></pre>\n<p>Further you can use <code>activityEnterTransition</code>, <code>activityExitTransition</code>, <code>activityReenterTransition</code>\nand <code>activityReturnTransition</code> to customize the way activities transition into the scene. These are intended\nto be used with views set up as &quot;shared elements&quot; via the <code>addSharedElement()</code> method where these views\nwill be moved from window to the other. As of Titanium 8.0.1, you don't have to add views as shared elements\nto use these transition animations, while in older version of Titanium that was required.</p>\n<p>See the official Android <a href=\"https://developer.android.com/training/material/animations.html#Transitions\">Activity Transitions</a>\ndocumentation for more information and supported transitons.</p>\n<h4>Android &quot;root&quot; Windows</h4>\n<p>In Android, you may wish to specify that a window which you create (such as the first\nwindow) should be considered the root window and that the application should exit when\nthe back button is pressed from that window.  This is particularly useful if your application\nis not using a Tab Group and therefore the splash screen window is appearing whenever you\npress the back button from your lowest window on the stack.</p>\n<p>To indicate that a particular window should cause an application to exit when the back\nbutton is pressed, pass <code>exitOnClose: true</code> as one of the creation arguments, as shown here:</p>\n<pre><code>var win = Titanium.UI.createWindow({\n  title: 'My Root Window',\n  exitOnClose: true\n});\n</code></pre>\n<p>Starting with Release 3.2.0, the root window's <code>exitOnClose</code> property is set to <code>true</code> by\ndefault.  Prior to Release 3.2.0, the default value of the property was <code>false</code> for all windows.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.9"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.9"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.9"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "openWindowParams",
            "description": "<p>Dictionary of options for the <a href=\"Titanium.UI.Window.open\">Titanium.UI.Window.open</a> method.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "animated",
                    "deprecated": false,
                    "description": "<p>Determines whether to use an animated effect when the window is shown.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "bottom",
                    "deprecated": false,
                    "description": "<p>Window's bottom position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fullscreen",
                    "deprecated": false,
                    "description": "<p>Determines if the window is fullscreen.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "height",
                    "deprecated": false,
                    "description": "<p>Window's height, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "left",
                    "deprecated": false,
                    "description": "<p>Window's left position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "modal",
                    "deprecated": false,
                    "description": "<p>Determines whether to open the window modal in front of other windows.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "forceModal",
                    "deprecated": false,
                    "description": "<p>Indicates whether the window enforces modal behaviour.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.2.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "modalStyle",
                    "deprecated": false,
                    "description": "<p>Presentation style of this modal window.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.iOS.MODAL_PRESENTATION_CURRENT_CONTEXT",
                        "Titanium.UI.iOS.MODAL_PRESENTATION_OVER_CURRENT_CONTEXT",
                        "Titanium.UI.iOS.MODAL_PRESENTATION_OVER_CURRENT_FULL_SCREEN",
                        "Titanium.UI.iOS.MODAL_PRESENTATION_FORMSHEET",
                        "Titanium.UI.iOS.MODAL_PRESENTATION_FULLSCREEN",
                        "Titanium.UI.iOS.MODAL_PRESENTATION_PAGESHEET"
                    ],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "modalTransitionStyle",
                    "deprecated": false,
                    "description": "<p>Transition style of this modal window.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.iOS.MODAL_TRANSITION_STYLE_COVER_VERTICAL",
                        "Titanium.UI.iOS.MODAL_TRANSITION_STYLE_CROSS_DISSOLVE",
                        "Titanium.UI.iOS.MODAL_TRANSITION_STYLE_FLIP_HORIZONTAL",
                        "Titanium.UI.iOS.MODAL_TRANSITION_STYLE_PARTIAL_CURL"
                    ],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "navBarHidden",
                    "deprecated": false,
                    "description": "<p>For modal windows, hides the nav bar (<code>true</code>) or shows the nav bar (<code>false</code>).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "right",
                    "deprecated": false,
                    "description": "<p>Window's right position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "top",
                    "deprecated": false,
                    "description": "<p>Window's top position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "transition",
                    "deprecated": false,
                    "description": "<p>Transition style of this non-modal window.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.iOS.AnimationStyle.CURL_DOWN",
                        "Titanium.UI.iOS.AnimationStyle.CURL_UP",
                        "Titanium.UI.iOS.AnimationStyle.FLIP_FROM_LEFT",
                        "Titanium.UI.iOS.AnimationStyle.FLIP_FROM_RIGHT",
                        "Titanium.UI.iOS.AnimationStyle.FLIP_FROM_TOP",
                        "Titanium.UI.iOS.AnimationStyle.FLIP_FROM_BOTTOM",
                        "Titanium.UI.iOS.AnimationStyle.CROSS_DISSOLVE",
                        "Titanium.UI.iOS.AnimationStyle.NONE"
                    ],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "width",
                    "deprecated": false,
                    "description": "<p>Window's width, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "activityEnterAnimation",
                    "deprecated": false,
                    "description": "<p>Animation resource to run on the activity being opened.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [
                        {
                            "title": "Sliding in a new Window",
                            "code": "<pre><code>var win2 = Ti.UI.createWindow({fullscreen:false});\nwin2.open({\nactivityEnterAnimation: Ti.Android.R.anim.slide_in_left,\nactivityExitAnimation: Ti.Android.R.anim.slide_out_right\n});</code></pre>"
                        }
                    ],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "activityExitAnimation",
                    "deprecated": false,
                    "description": "<p>Animation resource to run on the activity that is being put in background as a window is being opened above it.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "2.0.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "2.0.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "2.0.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "windowToolbarParam",
            "description": "<p>Dictionary of options for the <a href=\"Titanium.UI.Window.setToolbar\">Titanium.UI.Window.setToolbar</a> method.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "translucent",
                    "deprecated": false,
                    "description": "<p>Defines if the toolbar is translucent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "animated",
                    "deprecated": false,
                    "description": "<p>Defines if the toolbar appearance is animated.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "barColor",
                    "deprecated": false,
                    "description": "<p>Background color for the toolbar, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "tintColor",
                    "deprecated": false,
                    "description": "<p>The tintColor to apply to the tool bar.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "3.1.3"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "3.1.3"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "closeWindowParams",
            "description": "<p>Dictionary of options for the <a href=\"Titanium.UI.Window.close\">Titanium.UI.Window.close</a> method.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "animated",
                    "deprecated": false,
                    "description": "<p>Determines whether to use an animated effect when the window is closed. Defaults to <code>true</code> on Android, <code>false</code> on iOS.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "animationDuration",
                    "deprecated": false,
                    "description": "<p>duration of the animation in milliseconds</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "animationStyle",
                    "deprecated": false,
                    "description": "<p>Transition type to use during a transition animation.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.iOS.AnimationStyle.CURL_DOWN",
                        "Titanium.UI.iOS.AnimationStyle.CURL_UP",
                        "Titanium.UI.iOS.AnimationStyle.FLIP_FROM_LEFT",
                        "Titanium.UI.iOS.AnimationStyle.FLIP_FROM_RIGHT",
                        "Titanium.UI.iOS.AnimationStyle.FLIP_FROM_TOP",
                        "Titanium.UI.iOS.AnimationStyle.FLIP_FROM_BOTTOM",
                        "Titanium.UI.iOS.AnimationStyle.CROSS_DISSOLVE",
                        "Titanium.UI.iOS.AnimationStyle.NONE"
                    ],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "activityEnterAnimation",
                    "deprecated": false,
                    "description": "<p>Animation resource to use for the incoming activity.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "activityExitAnimation",
                    "deprecated": false,
                    "description": "<p>Animation resource to use for the outgoing activity.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [
                        {
                            "title": "Fading out a Window",
                            "code": "<pre><code>win2.close({\nactivityEnterAnimation: Ti.Android.R.anim.fade_in,\nactivityExitAnimation: Ti.Android.R.anim.fade_out\n});</code></pre>"
                        }
                    ],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "3.2.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "3.2.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "3.2.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "titleAttributesParams",
            "description": "<p>Dictionary of options for the <a href=\"Titanium.UI.Window.titleAttributes\">Titanium.UI.Window.titleAttributes</a> property.</p>",
            "deprecated": false,
            "events": [],
            "examples": [
                {
                    "title": "Simple Example",
                    "code": "<pre><code>var win = Ti.UI.createWindow({\ntitle: 'Title',\nbarColor: 'yellow',\ntitleAttributes:  {\ncolor:'blue',\nfont: {fontFamily:'Snell Roundhand', fontSize:36},\nshadow:{color:'gray', offset:{width:1,height:1}}\n}\n});\nvar nav = Ti.UI.createNavigationWindow({window: win});\nnav.open();</code></pre>"
                }
            ],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "color",
                    "deprecated": false,
                    "description": "<p>Color of the window title, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "font",
                    "deprecated": false,
                    "description": "<p>Font to use for the window title.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "Font",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "shadow",
                    "deprecated": false,
                    "description": "<p>Shadow color and offset for the window title.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "shadowDict",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "3.2.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "3.2.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "shadowDict",
            "description": "<p>Dictionary describing the shadow effect for text.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "blurRadius",
                    "deprecated": false,
                    "description": "<p>Specifies the blur radius of the shadow.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "color",
                    "deprecated": false,
                    "description": "<p>Color name or hex triplet specifying the color of the shadow.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "offset",
                    "deprecated": false,
                    "description": "<p><a href=\"Size\">Size</a> with the properties <code>width</code> and <code>height</code> used as the horizontal\nand vertical offset of the shadow, respectively.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Size",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.iOS.AdView",
            "description": "<p>The AdView is a view for display Apple iAds. <strong>Removed in 7.0.0. iAd has been deprecated in iOS 10 and SDK 5.5.0. It was removed as part of the SDK 7.0.0.</strong></p>",
            "deprecated": true,
            "events": [
                {
                    "name": "click",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a click against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "dblclick",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a double click against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "doubletap",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a double tap against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "keypressed",
                    "deprecated": false,
                    "description": "<p>Fired when a hardware key is pressed in the view.</p>",
                    "properties": [
                        {
                            "name": "keyCode",
                            "constants": [],
                            "description": "<p>The code for the physical key that was pressed. For more details, see <a href=\"https://developer.android.com/reference/android/view/KeyEvent.html\">KeyEvent</a>. This API is experimental and subject to change.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "longpress",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a long press.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "pinch",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a pinch gesture.</p>",
                    "properties": [
                        {
                            "name": "scale",
                            "constants": [],
                            "description": "<p>The scale factor relative to the points of the two touches in screen coordinates.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "velocity",
                            "constants": [],
                            "description": "<p>The velocity of the pinch in scale factor per second.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "time",
                            "constants": [],
                            "description": "<p>The event time of the current event being processed.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timeDelta",
                            "constants": [],
                            "description": "<p>The time difference in milliseconds between the previous accepted scaling event and the\ncurrent scaling event.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "currentSpan",
                            "constants": [],
                            "description": "<p>The average distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "currentSpanX",
                            "constants": [],
                            "description": "<p>The average X distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "currentSpanY",
                            "constants": [],
                            "description": "<p>The average Y distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "previousSpan",
                            "constants": [],
                            "description": "<p>The previous average distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "previousSpanX",
                            "constants": [],
                            "description": "<p>The previous average X distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "previousSpanY",
                            "constants": [],
                            "description": "<p>The previous average Y distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "focusX",
                            "constants": [],
                            "description": "<p>The X coordinate of the current gesture's focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "focusY",
                            "constants": [],
                            "description": "<p>The Y coordinate of the current gesture's focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "inProgress",
                            "constants": [],
                            "description": "<p>Returns <code>true</code> if a scale gesture is in progress, <code>false</code> otherwise.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "postlayout",
                    "deprecated": false,
                    "description": "<p>Fired when a layout cycle is finished.</p>"
                },
                {
                    "name": "singletap",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a single tap against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "swipe",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a swipe gesture against the view.</p>",
                    "properties": [
                        {
                            "name": "direction",
                            "constants": [],
                            "description": "<p>Direction of the swipe--either 'left', 'right', 'up', or 'down'.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event's endpoint from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event's endpoint from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchcancel",
                    "deprecated": false,
                    "description": "<p>Fired when a touch event is interrupted by the device.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchend",
                    "deprecated": false,
                    "description": "<p>Fired when a touch event is completed.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Penciland are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchmove",
                    "deprecated": false,
                    "description": "<p>Fired as soon as the device detects movement of a touch.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchstart",
                    "deprecated": false,
                    "description": "<p>Fired as soon as the device detects a touch gesture.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "twofingertap",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a two-finger tap against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "action",
                    "deprecated": false,
                    "description": "<p>Fired when a banner action is performed.</p>"
                },
                {
                    "name": "error",
                    "deprecated": false,
                    "description": "<p>Fired when a banner could not be loaded.</p>",
                    "properties": [
                        {
                            "name": "success",
                            "constants": [],
                            "description": "<p>Indicates a successful operation. Returns <code>false</code>.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "error",
                            "constants": [],
                            "description": "<p>Error message, if any returned. May be undefined.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "code",
                            "constants": [],
                            "description": "<p>Error code.\nIf the error was generated by the operating system, that system's error value\nis used. Otherwise, this value will be -1.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "message",
                            "constants": [],
                            "description": "<p>Error message. Use the error property instead. <strong>Deprecated since 3.1.0.</strong></p>",
                            "type": "String",
                            "deprecated": true
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "load",
                    "deprecated": false,
                    "description": "<p>Fired when a banner is loaded and displayed.</p>"
                }
            ],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "add",
                    "deprecated": false,
                    "description": "<p>Adds a child to this view's hierarchy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "view",
                            "constants": [],
                            "description": "<p>View to add to this view's hierarchy.</p>\n<p>You may pass an array of views, e.g. <code>view.add([subview1, subview2]</code>.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "animate",
                    "deprecated": false,
                    "description": "<p>Animates this view.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "animation",
                            "constants": [],
                            "description": "<p>Either a dictionary of animation properties or an\n<a href=\"Titanium.UI.Animation\">Animation</a> object.</p>",
                            "type": "Titanium.UI.Animation",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Function to be invoked upon completion of the animation.</p>",
                            "type": "Function",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "clearMotionEffects",
                    "deprecated": false,
                    "description": "<p>Removes all previously added motion effects.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "finishLayout",
                    "deprecated": true,
                    "description": "<p>Finishes a batch update of the View's layout properties and schedules a layout pass of the\nview tree.\n<strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hide",
                    "deprecated": false,
                    "description": "<p>Hides this view.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Animation options for Android only. <strong>Since SDK 5.1.0 and used only on Android 5.0+</strong></p>\n<p>Determines whether to enable a circular reveal animation.\nNote that the default here is equivalent to passing in <code>{ animated: false }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "insertAt",
                    "deprecated": false,
                    "description": "<p>Inserts a view at the specified position in the <a href=\"Titanium.UI.View.children\">children</a> array.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Pass an object that specifies the view to insert and optionally at which position (defaults to end)</p>",
                            "type": "ViewPositionOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "remove",
                    "deprecated": false,
                    "description": "<p>Removes a child view from this view's hierarchy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "view",
                            "constants": [],
                            "description": "<p>View to remove from this view's hierarchy.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeAllChildren",
                    "deprecated": false,
                    "description": "<p>Removes all child views from this view's hierarchy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "replaceAt",
                    "deprecated": false,
                    "description": "<p>Replaces a view at the specified position in the <a href=\"Titanium.UI.View.children\">children</a> array.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Pass an object with the view to insert and the position of the view to replace. In this case the <code>position</code> property is required.</p>",
                            "type": "ViewPositionOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "show",
                    "deprecated": false,
                    "description": "<p>Makes this view visible.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Animation options for Android only. <strong>Since SDK 5.1.0 and only used on Android 5.0+</strong></p>\n<p>Determines whether to enable a circular reveal animation.\nNote that the default here is equivalent to passing in <code>{ animated: false }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "startLayout",
                    "deprecated": true,
                    "description": "<p>Starts a batch update of this view's layout properties. <strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">Titanium.Proxy.applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "toImage",
                    "deprecated": false,
                    "description": "<p>Returns an image of the rendered view, as a Blob.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Function to be invoked upon completion. If non-null, this method will be performed\nasynchronously. If null, it will be performed immediately.</p>",
                            "type": "Function",
                            "usage": "optional"
                        },
                        {
                            "name": "honorScaleFactor",
                            "constants": [],
                            "description": "<p>Determines whether the image is scaled based on scale factor of main screen. (iOS only)</p>\n<p>When set to true, image is scale factor is honored. When set to false, the image in the\nblob has the same dimensions for retina and non-retina devices.</p>",
                            "type": "Boolean",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Blob",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "updateLayout",
                    "deprecated": true,
                    "description": "<p>Performs a batch update of all supplied layout properties and schedules a layout pass after\nthey have been updated.\n<strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">Titanium.Proxy.applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Layout properties to be updated.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "convertPointToView",
                    "deprecated": false,
                    "description": "<p>Translates a point from this view's coordinate system to another view's coordinate system.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "point",
                            "constants": [],
                            "description": "<p>A point in this view's coordinate system.</p>\n<p>If this argument is missing an <code>x</code> or <code>y</code> property, or the properties can not be\nconverted into numbers, an exception will be raised.</p>",
                            "type": "Point",
                            "usage": "required"
                        },
                        {
                            "name": "destinationView",
                            "constants": [],
                            "description": "<p>View that specifies the destination coordinate system to convert to. If this argument\nis not a view, an exception will be raised.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewById",
                    "deprecated": false,
                    "description": "<p>Returns the matching view of a given view ID.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "id",
                            "constants": [],
                            "description": "<p>The ID of the view that should be returned. Use the <code>id</code> property in your views to\nenable it for indexing in this method.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.View",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "cancelAction",
                    "deprecated": false,
                    "description": "<p>Cancel a banner to uncover the user interface.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.AdView.bubbleParent\">Titanium.UI.iOS.AdView.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.AdView.bubbleParent\">Titanium.UI.iOS.AdView.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.AdView.bubbleParent\">Titanium.UI.iOS.AdView.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.AdView.bubbleParent\">Titanium.UI.iOS.AdView.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.AdView.apiName\">Titanium.UI.iOS.AdView.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.AdView.apiName\">Titanium.UI.iOS.AdView.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityHidden",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.AdView.accessibilityHidden\">Titanium.UI.iOS.AdView.accessibilityHidden</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.AdView.accessibilityHidden\">Titanium.UI.iOS.AdView.accessibilityHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityHidden",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.AdView.accessibilityHidden\">Titanium.UI.iOS.AdView.accessibilityHidden</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.AdView.accessibilityHidden\">Titanium.UI.iOS.AdView.accessibilityHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityHidden",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityHint",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.AdView.accessibilityHint\">Titanium.UI.iOS.AdView.accessibilityHint</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.AdView.accessibilityHint\">Titanium.UI.iOS.AdView.accessibilityHint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityHint",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.AdView.accessibilityHint\">Titanium.UI.iOS.AdView.accessibilityHint</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.AdView.accessibilityHint\">Titanium.UI.iOS.AdView.accessibilityHint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityHint",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityLabel",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.AdView.accessibilityLabel\">Titanium.UI.iOS.AdView.accessibilityLabel</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.AdView.accessibilityLabel\">Titanium.UI.iOS.AdView.accessibilityLabel</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityLabel",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.AdView.accessibilityLabel\">Titanium.UI.iOS.AdView.accessibilityLabel</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.AdView.accessibilityLabel\">Titanium.UI.iOS.AdView.accessibilityLabel</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityLabel",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityValue",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.AdView.accessibilityValue\">Titanium.UI.iOS.AdView.accessibilityValue</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.AdView.accessibilityValue\">Titanium.UI.iOS.AdView.accessibilityValue</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityValue",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.AdView.accessibilityValue\">Titanium.UI.iOS.AdView.accessibilityValue</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.AdView.accessibilityValue\">Titanium.UI.iOS.AdView.accessibilityValue</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityValue",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAnchorPoint",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.AdView.anchorPoint\">Titanium.UI.iOS.AdView.anchorPoint</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.AdView.anchorPoint\">Titanium.UI.iOS.AdView.anchorPoint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAnchorPoint",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.AdView.anchorPoint\">Titanium.UI.iOS.AdView.anchorPoint</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.AdView.anchorPoint\">Titanium.UI.iOS.AdView.anchorPoint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "anchorPoint",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAnimatedCenter",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.AdView.animatedCenter\">Titanium.UI.iOS.AdView.animatedCenter</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.AdView.animatedCenter\">Titanium.UI.iOS.AdView.animatedCenter</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.AdView.backgroundColor\">Titanium.UI.iOS.AdView.backgroundColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.AdView.backgroundColor\">Titanium.UI.iOS.AdView.backgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.AdView.backgroundColor\">Titanium.UI.iOS.AdView.backgroundColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.AdView.backgroundColor\">Titanium.UI.iOS.AdView.backgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundGradient",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.AdView.backgroundGradient\">Titanium.UI.iOS.AdView.backgroundGradient</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.AdView.backgroundGradient\">Titanium.UI.iOS.AdView.backgroundGradient</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Gradient",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundGradient",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.AdView.backgroundGradient\">Titanium.UI.iOS.AdView.backgroundGradient</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.AdView.backgroundGradient\">Titanium.UI.iOS.AdView.backgroundGradient</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundGradient",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Gradient",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.AdView.backgroundImage\">Titanium.UI.iOS.AdView.backgroundImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.AdView.backgroundImage\">Titanium.UI.iOS.AdView.backgroundImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.AdView.backgroundImage\">Titanium.UI.iOS.AdView.backgroundImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.AdView.backgroundImage\">Titanium.UI.iOS.AdView.backgroundImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundRepeat",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.AdView.backgroundRepeat\">Titanium.UI.iOS.AdView.backgroundRepeat</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.AdView.backgroundRepeat\">Titanium.UI.iOS.AdView.backgroundRepeat</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundRepeat",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.AdView.backgroundRepeat\">Titanium.UI.iOS.AdView.backgroundRepeat</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.AdView.backgroundRepeat\">Titanium.UI.iOS.AdView.backgroundRepeat</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundRepeat",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundLeftCap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.AdView.backgroundLeftCap\">Titanium.UI.iOS.AdView.backgroundLeftCap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.AdView.backgroundLeftCap\">Titanium.UI.iOS.AdView.backgroundLeftCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundLeftCap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.AdView.backgroundLeftCap\">Titanium.UI.iOS.AdView.backgroundLeftCap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.AdView.backgroundLeftCap\">Titanium.UI.iOS.AdView.backgroundLeftCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundLeftCap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundTopCap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.AdView.backgroundTopCap\">Titanium.UI.iOS.AdView.backgroundTopCap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.AdView.backgroundTopCap\">Titanium.UI.iOS.AdView.backgroundTopCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundTopCap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.AdView.backgroundTopCap\">Titanium.UI.iOS.AdView.backgroundTopCap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.AdView.backgroundTopCap\">Titanium.UI.iOS.AdView.backgroundTopCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundTopCap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.AdView.borderColor\">Titanium.UI.iOS.AdView.borderColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.AdView.borderColor\">Titanium.UI.iOS.AdView.borderColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.AdView.borderColor\">Titanium.UI.iOS.AdView.borderColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.AdView.borderColor\">Titanium.UI.iOS.AdView.borderColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderRadius",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.AdView.borderRadius\">Titanium.UI.iOS.AdView.borderRadius</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.AdView.borderRadius\">Titanium.UI.iOS.AdView.borderRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderRadius",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.AdView.borderRadius\">Titanium.UI.iOS.AdView.borderRadius</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.AdView.borderRadius\">Titanium.UI.iOS.AdView.borderRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderRadius",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderWidth",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.AdView.borderWidth\">Titanium.UI.iOS.AdView.borderWidth</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.AdView.borderWidth\">Titanium.UI.iOS.AdView.borderWidth</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderWidth",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.AdView.borderWidth\">Titanium.UI.iOS.AdView.borderWidth</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.AdView.borderWidth\">Titanium.UI.iOS.AdView.borderWidth</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderWidth",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBottom",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.AdView.bottom\">Titanium.UI.iOS.AdView.bottom</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.AdView.bottom\">Titanium.UI.iOS.AdView.bottom</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBottom",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.AdView.bottom\">Titanium.UI.iOS.AdView.bottom</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.AdView.bottom\">Titanium.UI.iOS.AdView.bottom</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bottom",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getCenter",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.AdView.center\">Titanium.UI.iOS.AdView.center</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.AdView.center\">Titanium.UI.iOS.AdView.center</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setCenter",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.AdView.center\">Titanium.UI.iOS.AdView.center</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.AdView.center\">Titanium.UI.iOS.AdView.center</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "center",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getChildren",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.AdView.children\">Titanium.UI.iOS.AdView.children</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.AdView.children\">Titanium.UI.iOS.AdView.children</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getClipMode",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.AdView.clipMode\">Titanium.UI.iOS.AdView.clipMode</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.AdView.clipMode\">Titanium.UI.iOS.AdView.clipMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setClipMode",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.AdView.clipMode\">Titanium.UI.iOS.AdView.clipMode</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.AdView.clipMode\">Titanium.UI.iOS.AdView.clipMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "clipMode",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHeight",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.AdView.height\">Titanium.UI.iOS.AdView.height</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.AdView.height\">Titanium.UI.iOS.AdView.height</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHeight",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.AdView.height\">Titanium.UI.iOS.AdView.height</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.AdView.height\">Titanium.UI.iOS.AdView.height</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "height",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHorizontalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.AdView.horizontalMotionEffect\">Titanium.UI.iOS.AdView.horizontalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.AdView.horizontalMotionEffect\">Titanium.UI.iOS.AdView.horizontalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "MinMaxOptions",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHorizontalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.AdView.horizontalMotionEffect\">Titanium.UI.iOS.AdView.horizontalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.AdView.horizontalMotionEffect\">Titanium.UI.iOS.AdView.horizontalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "horizontalMotionEffect",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "MinMaxOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLeft",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.AdView.left\">Titanium.UI.iOS.AdView.left</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.AdView.left\">Titanium.UI.iOS.AdView.left</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLeft",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.AdView.left\">Titanium.UI.iOS.AdView.left</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.AdView.left\">Titanium.UI.iOS.AdView.left</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "left",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLayout",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.AdView.layout\">Titanium.UI.iOS.AdView.layout</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.AdView.layout\">Titanium.UI.iOS.AdView.layout</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLayout",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.AdView.layout\">Titanium.UI.iOS.AdView.layout</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.AdView.layout\">Titanium.UI.iOS.AdView.layout</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "layout",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getOpacity",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.AdView.opacity\">Titanium.UI.iOS.AdView.opacity</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.AdView.opacity\">Titanium.UI.iOS.AdView.opacity</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setOpacity",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.AdView.opacity\">Titanium.UI.iOS.AdView.opacity</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.AdView.opacity\">Titanium.UI.iOS.AdView.opacity</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "opacity",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPullBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.AdView.pullBackgroundColor\">Titanium.UI.iOS.AdView.pullBackgroundColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.AdView.pullBackgroundColor\">Titanium.UI.iOS.AdView.pullBackgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setPullBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.AdView.pullBackgroundColor\">Titanium.UI.iOS.AdView.pullBackgroundColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.AdView.pullBackgroundColor\">Titanium.UI.iOS.AdView.pullBackgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "pullBackgroundColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPreviewContext",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.AdView.previewContext\">Titanium.UI.iOS.AdView.previewContext</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.AdView.previewContext\">Titanium.UI.iOS.AdView.previewContext</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.iOS.PreviewContext",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "setPreviewContext",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.AdView.previewContext\">Titanium.UI.iOS.AdView.previewContext</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.AdView.previewContext\">Titanium.UI.iOS.AdView.previewContext</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "previewContext",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.iOS.PreviewContext",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "getRight",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.AdView.right\">Titanium.UI.iOS.AdView.right</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.AdView.right\">Titanium.UI.iOS.AdView.right</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setRight",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.AdView.right\">Titanium.UI.iOS.AdView.right</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.AdView.right\">Titanium.UI.iOS.AdView.right</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "right",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.AdView.rect\">Titanium.UI.iOS.AdView.rect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.AdView.rect\">Titanium.UI.iOS.AdView.rect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "DimensionWithAbsolutes",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSize",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.AdView.size\">Titanium.UI.iOS.AdView.size</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.AdView.size\">Titanium.UI.iOS.AdView.size</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Dimension",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTintColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.AdView.tintColor\">Titanium.UI.iOS.AdView.tintColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.AdView.tintColor\">Titanium.UI.iOS.AdView.tintColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTintColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.AdView.tintColor\">Titanium.UI.iOS.AdView.tintColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.AdView.tintColor\">Titanium.UI.iOS.AdView.tintColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "tintColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTop",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.AdView.top\">Titanium.UI.iOS.AdView.top</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.AdView.top\">Titanium.UI.iOS.AdView.top</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTop",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.AdView.top\">Titanium.UI.iOS.AdView.top</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.AdView.top\">Titanium.UI.iOS.AdView.top</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "top",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTouchEnabled",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.AdView.touchEnabled\">Titanium.UI.iOS.AdView.touchEnabled</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.AdView.touchEnabled\">Titanium.UI.iOS.AdView.touchEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTouchEnabled",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.AdView.touchEnabled\">Titanium.UI.iOS.AdView.touchEnabled</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.AdView.touchEnabled\">Titanium.UI.iOS.AdView.touchEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchEnabled",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTransform",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.AdView.transform\">Titanium.UI.iOS.AdView.transform</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.AdView.transform\">Titanium.UI.iOS.AdView.transform</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Matrix2D",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTransform",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.AdView.transform\">Titanium.UI.iOS.AdView.transform</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.AdView.transform\">Titanium.UI.iOS.AdView.transform</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "transform",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Matrix2D",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getVerticalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.AdView.verticalMotionEffect\">Titanium.UI.iOS.AdView.verticalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.AdView.verticalMotionEffect\">Titanium.UI.iOS.AdView.verticalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "MinMaxOptions",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setVerticalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.AdView.verticalMotionEffect\">Titanium.UI.iOS.AdView.verticalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.AdView.verticalMotionEffect\">Titanium.UI.iOS.AdView.verticalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "verticalMotionEffect",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "MinMaxOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowRadius",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.AdView.viewShadowRadius\">Titanium.UI.iOS.AdView.viewShadowRadius</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.AdView.viewShadowRadius\">Titanium.UI.iOS.AdView.viewShadowRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowRadius",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.AdView.viewShadowRadius\">Titanium.UI.iOS.AdView.viewShadowRadius</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.AdView.viewShadowRadius\">Titanium.UI.iOS.AdView.viewShadowRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowRadius",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.AdView.viewShadowColor\">Titanium.UI.iOS.AdView.viewShadowColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.AdView.viewShadowColor\">Titanium.UI.iOS.AdView.viewShadowColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.AdView.viewShadowColor\">Titanium.UI.iOS.AdView.viewShadowColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.AdView.viewShadowColor\">Titanium.UI.iOS.AdView.viewShadowColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowOffset",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.AdView.viewShadowOffset\">Titanium.UI.iOS.AdView.viewShadowOffset</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.AdView.viewShadowOffset\">Titanium.UI.iOS.AdView.viewShadowOffset</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowOffset",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.AdView.viewShadowOffset\">Titanium.UI.iOS.AdView.viewShadowOffset</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.AdView.viewShadowOffset\">Titanium.UI.iOS.AdView.viewShadowOffset</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowOffset",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getVisible",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.AdView.visible\">Titanium.UI.iOS.AdView.visible</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.AdView.visible\">Titanium.UI.iOS.AdView.visible</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setVisible",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.AdView.visible\">Titanium.UI.iOS.AdView.visible</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.AdView.visible\">Titanium.UI.iOS.AdView.visible</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "visible",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getWidth",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.AdView.width\">Titanium.UI.iOS.AdView.width</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.AdView.width\">Titanium.UI.iOS.AdView.width</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setWidth",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.AdView.width\">Titanium.UI.iOS.AdView.width</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.AdView.width\">Titanium.UI.iOS.AdView.width</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "width",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHorizontalWrap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.AdView.horizontalWrap\">Titanium.UI.iOS.AdView.horizontalWrap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.AdView.horizontalWrap\">Titanium.UI.iOS.AdView.horizontalWrap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHorizontalWrap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.AdView.horizontalWrap\">Titanium.UI.iOS.AdView.horizontalWrap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.AdView.horizontalWrap\">Titanium.UI.iOS.AdView.horizontalWrap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "horizontalWrap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getZIndex",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.AdView.zIndex\">Titanium.UI.iOS.AdView.zIndex</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.AdView.zIndex\">Titanium.UI.iOS.AdView.zIndex</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setZIndex",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.AdView.zIndex\">Titanium.UI.iOS.AdView.zIndex</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.AdView.zIndex\">Titanium.UI.iOS.AdView.zIndex</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "zIndex",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAdSize",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.AdView.adSize\">Titanium.UI.iOS.AdView.adSize</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.AdView.adSize\">Titanium.UI.iOS.AdView.adSize</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAdSize",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.AdView.adSize\">Titanium.UI.iOS.AdView.adSize</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.AdView.adSize\">Titanium.UI.iOS.AdView.adSize</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "adSize",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.UI.View",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityHidden",
                    "deprecated": false,
                    "description": "<p>Whether the view should be &quot;hidden&quot; from (i.e., ignored by) the accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityHint",
                    "deprecated": false,
                    "description": "<p>Briefly describes what performing an action (such as a click) on the view will do.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityLabel",
                    "deprecated": false,
                    "description": "<p>A succint label identifying the view for the device's accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityValue",
                    "deprecated": false,
                    "description": "<p>A string describing the value (if any) of the view for the device's accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "anchorPoint",
                    "deprecated": false,
                    "description": "<p>Coordinate of the view about which to pivot an animation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "animatedCenter",
                    "deprecated": false,
                    "description": "<p>Current position of the view during an animation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundColor",
                    "deprecated": false,
                    "description": "<p>Background color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundGradient",
                    "deprecated": false,
                    "description": "<p>A background gradient for the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [
                        {
                            "title": "Linear and Radial Gradients",
                            "code": "<p>The following code excerpt creates two views, one with a linear gradient and one with\na radial gradient.</p>\n<pre><code>var win1 = Titanium.UI.createWindow({\n    title:'Tab 1',\n    backgroundColor:'#fff',\n    layout: 'vertical'\n});\n\nvar radialGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'radial',\n        startPoint: { x: 50, y: 50 },\n        endPoint: { x: 50, y: 50 },\n        colors: [ 'red', 'blue'],\n        startRadius: 50,\n        endRadius: 0,\n        backfillStart: true\n    }\n});\nvar linearGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'linear',\n        startPoint: { x: '0%', y: '50%' },\n        endPoint: { x: '100%', y: '50%' },\n        colors: [ { color: 'red', offset: 0.0}, { color: 'blue', offset: 0.25 }, { color: 'red', offset: 1.0 } ],\n    }\n});\nwin1.add(radialGradient);\nwin1.add(linearGradient);\nwin1.open();\n</code></pre>"
                        }
                    ],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "type": "Gradient",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundImage",
                    "deprecated": false,
                    "description": "<p>Background image for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundRepeat",
                    "deprecated": false,
                    "description": "<p>Determines whether to tile a background across a view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundLeftCap",
                    "deprecated": false,
                    "description": "<p>Size of the left end cap.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundTopCap",
                    "deprecated": false,
                    "description": "<p>Size of the top end cap.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderColor",
                    "deprecated": false,
                    "description": "<p>Border color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderRadius",
                    "deprecated": false,
                    "description": "<p>Radius for the rounded corners of the view's border.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderWidth",
                    "deprecated": false,
                    "description": "<p>Border width of the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "bottom",
                    "deprecated": false,
                    "description": "<p>View's bottom position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "center",
                    "deprecated": false,
                    "description": "<p>View's center position, in the parent view's coordinates.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "children",
                    "deprecated": false,
                    "description": "<p>Array of this view's child views.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "clipMode",
                    "deprecated": false,
                    "description": "<p>View's clipping behavior.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "height",
                    "deprecated": false,
                    "description": "<p>View height, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.FILL",
                        "Titanium.UI.SIZE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "horizontalMotionEffect",
                    "deprecated": false,
                    "description": "<p>Adds a horizontal parallax effect to the view</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "MinMaxOptions",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "id",
                    "deprecated": false,
                    "description": "<p>View's identifier.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "left",
                    "deprecated": false,
                    "description": "<p>View's left position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "layout",
                    "deprecated": false,
                    "description": "<p>Specifies how the view positions its children.\nOne of: 'composite', 'vertical', or 'horizontal'.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "opacity",
                    "deprecated": false,
                    "description": "<p>Opacity of this view, from 0.0 (transparent) to 1.0 (opaque). Defaults to 1.0 (opaque).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "pullBackgroundColor",
                    "deprecated": false,
                    "description": "<p>Background color of the wrapper view when this view is used as either <a href=\"Titanium.UI.ListView.pullView\">Titanium.UI.ListView.pullView</a> or <a href=\"Titanium.UI.TableView.headerPullView\">Titanium.UI.TableView.headerPullView</a>.</p>\n<p>Defaults to <code>undefined</code>. Results in a light grey background color on the wrapper view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "previewContext",
                    "deprecated": false,
                    "description": "<p>The preview context used in the 3D-Touch feature &quot;Peek and Pop&quot;.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Titanium.UI.iOS.PreviewContext",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "right",
                    "deprecated": false,
                    "description": "<p>View's right position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "rect",
                    "deprecated": false,
                    "description": "<p>The bounding box of the view relative to its parent, in system units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "type": "DimensionWithAbsolutes",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "size",
                    "deprecated": false,
                    "description": "<p>The size of the view in system units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "type": "Dimension",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "tintColor",
                    "deprecated": false,
                    "description": "<p>The view's tintColor</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "top",
                    "deprecated": false,
                    "description": "<p>The view's top position.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "touchEnabled",
                    "deprecated": false,
                    "description": "<p>Determines whether view should receive touch events.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "transform",
                    "deprecated": false,
                    "description": "<p>Transformation matrix to apply to the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "type": "Titanium.UI.Matrix2D",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "verticalMotionEffect",
                    "deprecated": false,
                    "description": "<p>Adds a vertical parallax effect to the view</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "MinMaxOptions",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowRadius",
                    "deprecated": false,
                    "description": "<p>Determines the blur radius used to create the shadow.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowColor",
                    "deprecated": false,
                    "description": "<p>Determines the color of the shadow.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowOffset",
                    "deprecated": false,
                    "description": "<p>Determines the offset for the shadow of the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "visible",
                    "deprecated": false,
                    "description": "<p>Determines whether the view is visible.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "width",
                    "deprecated": false,
                    "description": "<p>View's width, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.FILL",
                        "Titanium.UI.SIZE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "horizontalWrap",
                    "deprecated": false,
                    "description": "<p>Determines whether the layout has wrapping behavior.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "zIndex",
                    "deprecated": false,
                    "description": "<p>Z-index stack order position, relative to other sibling views.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "adSize",
                    "deprecated": false,
                    "description": "<p>Size of the advertisement when minimized.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.iOS.AD_SIZE_PORTRAIT",
                        "Titanium.UI.iOS.AD_SIZE_LANDSCAPE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>The Ad view is created by the <a href=\"Titanium.UI.iOS.createAdView\">Titanium.UI.iOS.createAdView</a> method or <strong><code>&lt;AdView&gt;</code></strong> Alloy element.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "1.4"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "1.4"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.iOS.AlertDialogStyle",
            "description": "<p>A set of constants for the style that can be used for the <code>style</code> property of\n<a href=\"Titanium.UI.AlertDialog\">Titanium.UI.AlertDialog</a>.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.AlertDialogStyle.bubbleParent\">Titanium.UI.iOS.AlertDialogStyle.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.AlertDialogStyle.bubbleParent\">Titanium.UI.iOS.AlertDialogStyle.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.AlertDialogStyle.bubbleParent\">Titanium.UI.iOS.AlertDialogStyle.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.AlertDialogStyle.bubbleParent\">Titanium.UI.iOS.AlertDialogStyle.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.AlertDialogStyle.apiName\">Titanium.UI.iOS.AlertDialogStyle.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.AlertDialogStyle.apiName\">Titanium.UI.iOS.AlertDialogStyle.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "DEFAULT",
                    "deprecated": false,
                    "description": "<p>A standard alert dialog. This is the default value.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "PLAIN_TEXT_INPUT",
                    "deprecated": false,
                    "description": "<p>An alert dialog that allows the user to enter text.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "SECURE_TEXT_INPUT",
                    "deprecated": false,
                    "description": "<p>An alert dialog that allows the user to enter text. The text field is obscured.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "LOGIN_AND_PASSWORD_INPUT",
                    "deprecated": false,
                    "description": "<p>An alert dialog that allows the user to enter login identifier and password.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "5.4.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "5.4.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.iOS.AnchorAttachmentBehavior",
            "description": "<p>Dynamic behavior to support connections between an anchor point and an item.</p>",
            "deprecated": false,
            "events": [],
            "examples": [
                {
                    "title": "Simple Example",
                    "code": "<p>The following example creates a red block and anchors it to a point near the top-center of\nthe window.  Using a gravitational force, the red block swings like a pendulum.</p>\n<img src=\"images/animator/anchorattachment.gif\" height=\"200\" style=\"border:1px solid black\"/>\n<pre><code>var win = Ti.UI.createWindow({backgroundColor: 'white', fullscreen: true});\n\n// Create an Animator object using the window as the coordinate system\nvar animator = Ti.UI.iOS.createAnimator({referenceView: win});\n\n// Create a red block to animate\nvar redBlock = Ti.UI.createView({\n    backgroundColor: 'red',\n    width: 25,\n    height: 25,\n    top: 10,\n    left: 25\n});\n\nvar WIDTH = Ti.Platform.displayCaps.platformWidth;\n\n// Anchor the red block to a point near the top-center\nvar anchor = Ti.UI.iOS.createAnchorAttachmentBehavior({\n    anchor: {x: WIDTH/2, y: 10},\n    item: redBlock\n});\nanimator.addBehavior(anchor);\n\n// Simulate Earth's gravity to allow the pendulum to swing\nvar gravity = Ti.UI.iOS.createGravityBehavior({\n    gravityDirection: {x: 0.0, y: 1.0}\n});\ngravity.addItem(redBlock);\nanimator.addBehavior(gravity);\n\n// Start the animation when the window opens\nwin.addEventListener('open', function(e){\n    animator.startAnimator();\n});\n\nwin.add(redBlock);\nwin.open();\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.AnchorAttachmentBehavior.bubbleParent\">Titanium.UI.iOS.AnchorAttachmentBehavior.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.AnchorAttachmentBehavior.bubbleParent\">Titanium.UI.iOS.AnchorAttachmentBehavior.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.AnchorAttachmentBehavior.bubbleParent\">Titanium.UI.iOS.AnchorAttachmentBehavior.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.AnchorAttachmentBehavior.bubbleParent\">Titanium.UI.iOS.AnchorAttachmentBehavior.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.AnchorAttachmentBehavior.apiName\">Titanium.UI.iOS.AnchorAttachmentBehavior.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.AnchorAttachmentBehavior.apiName\">Titanium.UI.iOS.AnchorAttachmentBehavior.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAnchor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.AnchorAttachmentBehavior.anchor\">Titanium.UI.iOS.AnchorAttachmentBehavior.anchor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.AnchorAttachmentBehavior.anchor\">Titanium.UI.iOS.AnchorAttachmentBehavior.anchor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAnchor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.AnchorAttachmentBehavior.anchor\">Titanium.UI.iOS.AnchorAttachmentBehavior.anchor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.AnchorAttachmentBehavior.anchor\">Titanium.UI.iOS.AnchorAttachmentBehavior.anchor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "anchor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getDamping",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.AnchorAttachmentBehavior.damping\">Titanium.UI.iOS.AnchorAttachmentBehavior.damping</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.AnchorAttachmentBehavior.damping\">Titanium.UI.iOS.AnchorAttachmentBehavior.damping</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setDamping",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.AnchorAttachmentBehavior.damping\">Titanium.UI.iOS.AnchorAttachmentBehavior.damping</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.AnchorAttachmentBehavior.damping\">Titanium.UI.iOS.AnchorAttachmentBehavior.damping</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "damping",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getDistance",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.AnchorAttachmentBehavior.distance\">Titanium.UI.iOS.AnchorAttachmentBehavior.distance</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.AnchorAttachmentBehavior.distance\">Titanium.UI.iOS.AnchorAttachmentBehavior.distance</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setDistance",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.AnchorAttachmentBehavior.distance\">Titanium.UI.iOS.AnchorAttachmentBehavior.distance</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.AnchorAttachmentBehavior.distance\">Titanium.UI.iOS.AnchorAttachmentBehavior.distance</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "distance",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getFrequency",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.AnchorAttachmentBehavior.frequency\">Titanium.UI.iOS.AnchorAttachmentBehavior.frequency</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.AnchorAttachmentBehavior.frequency\">Titanium.UI.iOS.AnchorAttachmentBehavior.frequency</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setFrequency",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.AnchorAttachmentBehavior.frequency\">Titanium.UI.iOS.AnchorAttachmentBehavior.frequency</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.AnchorAttachmentBehavior.frequency\">Titanium.UI.iOS.AnchorAttachmentBehavior.frequency</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "frequency",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getItem",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.AnchorAttachmentBehavior.item\">Titanium.UI.iOS.AnchorAttachmentBehavior.item</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.AnchorAttachmentBehavior.item\">Titanium.UI.iOS.AnchorAttachmentBehavior.item</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.View",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setItem",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.AnchorAttachmentBehavior.item\">Titanium.UI.iOS.AnchorAttachmentBehavior.item</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.AnchorAttachmentBehavior.item\">Titanium.UI.iOS.AnchorAttachmentBehavior.item</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "item",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getOffset",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.AnchorAttachmentBehavior.offset\">Titanium.UI.iOS.AnchorAttachmentBehavior.offset</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.AnchorAttachmentBehavior.offset\">Titanium.UI.iOS.AnchorAttachmentBehavior.offset</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setOffset",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.AnchorAttachmentBehavior.offset\">Titanium.UI.iOS.AnchorAttachmentBehavior.offset</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.AnchorAttachmentBehavior.offset\">Titanium.UI.iOS.AnchorAttachmentBehavior.offset</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "offset",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": true,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "anchor",
                    "deprecated": false,
                    "description": "<p>Anchor point for the attachment behavior relative to the animator's coordinate system.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "damping",
                    "deprecated": false,
                    "description": "<p>Amount of damping to apply to the attachment behavior.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "distance",
                    "deprecated": false,
                    "description": "<p>Distance, in points, between the two attachment points.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "frequency",
                    "deprecated": false,
                    "description": "<p>Frequency of oscillation for the behavior.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "item",
                    "deprecated": false,
                    "description": "<p>Item to connect to use the attachment behavior.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "type": "Titanium.UI.View",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "offset",
                    "deprecated": false,
                    "description": "<p>Offset from the center point of the item for the attachment.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>An anchor attachment behavior creates a dynamic connection between an anchor point and an item.\nTo define an anchor attachment behavior:</p>\n<ol>\n<li>Use the <a href=\"Titanium.UI.iOS.createAnchorAttachmentBehavior\">Titanium.UI.iOS.createAnchorAttachmentBehavior</a> method to create a behavior.</li>\n<li>Set the <a href=\"Titanium.UI.iOS.AnchorAttachmentBehavior.anchor\">anchor</a> and\n<a href=\"Titanium.UI.iOS.AnchorAttachmentBehavior.item\">item</a> properties.</li>\n<li>Add the behavior to the <a href=\"Titanium.UI.iOS.Animator\">Animator object</a>.</li>\n</ol>\n<p>To create a dynamic connection between two items, use <a href=\"Titanium.UI.iOS.ViewAttachmentBehavior\">Titanium.UI.iOS.ViewAttachmentBehavior</a>.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "3.2"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "3.2"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.iOS.AnimationStyle",
            "description": "<p>A set of constants for the animation styles used for view transitions.</p>\n<p>One of the group of animation style constants</p>\n<ul>\n<li><a href=\"Titanium.UI.iOS.AnimationStyle.CURL_DOWN\">CURL_DOWN</a></li>\n<li><a href=\"Titanium.UI.iOS.AnimationStyle.CURL_UP\">CURL_UP</a></li>\n<li><a href=\"Titanium.UI.iOS.AnimationStyle.FLIP_FROM_LEFT\">FLIP_FROM_LEFT</a></li>\n<li><a href=\"Titanium.UI.iOS.AnimationStyle.FLIP_FROM_RIGHT\">FLIP_FROM_RIGHT</a></li>\n<li><a href=\"Titanium.UI.iOS.AnimationStyle.FLIP_FROM_TOP\">FLIP_FROM_TOP</a></li>\n<li><a href=\"Titanium.UI.iOS.AnimationStyle.FLIP_FROM_BOTTOM\">FLIP_FROM_BOTTOM</a></li>\n<li><a href=\"Titanium.UI.iOS.AnimationStyle.CROSS_DISSOLVE\">CROSS_DISSOLVE</a></li>\n<li><a href=\"Titanium.UI.iOS.AnimationStyle.NONE\">NONE</a></li>\n</ul>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.AnimationStyle.bubbleParent\">Titanium.UI.iOS.AnimationStyle.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.AnimationStyle.bubbleParent\">Titanium.UI.iOS.AnimationStyle.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.AnimationStyle.bubbleParent\">Titanium.UI.iOS.AnimationStyle.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.AnimationStyle.bubbleParent\">Titanium.UI.iOS.AnimationStyle.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.AnimationStyle.apiName\">Titanium.UI.iOS.AnimationStyle.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.AnimationStyle.apiName\">Titanium.UI.iOS.AnimationStyle.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "CURL_DOWN",
                    "deprecated": false,
                    "description": "<p>Curl downwards during a transition animation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "CURL_UP",
                    "deprecated": false,
                    "description": "<p>Curl upwards during a transition animation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "FLIP_FROM_LEFT",
                    "deprecated": false,
                    "description": "<p>Flip from left to right during a transition animation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "FLIP_FROM_RIGHT",
                    "deprecated": false,
                    "description": "<p>Flip from right to left during a transition animation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "FLIP_FROM_TOP",
                    "deprecated": false,
                    "description": "<p>Flip from top to bottom during a transition animation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "FLIP_FROM_BOTTOM",
                    "deprecated": false,
                    "description": "<p>Flip from bottom to top during a transition animation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "CROSS_DISSOLVE",
                    "deprecated": false,
                    "description": "<p>A transition that dissolves from one view to the next.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "NONE",
                    "deprecated": false,
                    "description": "<p>No animation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "5.4.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "5.4.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.iOS.Animator",
            "description": "<p>Provides support for the built-in iOS dynamic animations</p>",
            "deprecated": false,
            "events": [
                {
                    "name": "pause",
                    "deprecated": false,
                    "description": "<p>Fired when the animator paused its animations.</p>"
                },
                {
                    "name": "resume",
                    "deprecated": false,
                    "description": "<p>Fired when the animator resumes its animations.</p>"
                }
            ],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "addBehavior",
                    "deprecated": false,
                    "description": "<p>Adds a dynamic behavior to the animator.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "behavior",
                            "constants": [],
                            "description": "<p>Behavior to add to the animator.</p>",
                            "type": "Titanium.Proxy",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeAllBehaviors",
                    "deprecated": false,
                    "description": "<p>Removes all behaviors from this animator.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeBehavior",
                    "deprecated": false,
                    "description": "<p>Removes the specified behavior from the animator.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "behavior",
                            "constants": [],
                            "description": "<p>Behavior to remove from the animator.</p>",
                            "type": "Titanium.Proxy",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "startAnimator",
                    "deprecated": false,
                    "description": "<p>Starts the animation behaviors.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "stopAnimator",
                    "deprecated": false,
                    "description": "<p>Stops the animation behaviors.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "updateItemUsingCurrentState",
                    "deprecated": false,
                    "description": "<p>Updates the animator's state information with the current state of the specified item.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "item",
                            "constants": [],
                            "description": "<p>Item to update with new state information.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.Animator.bubbleParent\">Titanium.UI.iOS.Animator.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.Animator.bubbleParent\">Titanium.UI.iOS.Animator.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.Animator.bubbleParent\">Titanium.UI.iOS.Animator.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.Animator.bubbleParent\">Titanium.UI.iOS.Animator.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.Animator.apiName\">Titanium.UI.iOS.Animator.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.Animator.apiName\">Titanium.UI.iOS.Animator.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBehaviors",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.Animator.behaviors\">Titanium.UI.iOS.Animator.behaviors</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.Animator.behaviors\">Titanium.UI.iOS.Animator.behaviors</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBehaviors",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.Animator.behaviors\">Titanium.UI.iOS.Animator.behaviors</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.Animator.behaviors\">Titanium.UI.iOS.Animator.behaviors</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "behaviors",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getReferenceView",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.Animator.referenceView\">Titanium.UI.iOS.Animator.referenceView</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.Animator.referenceView\">Titanium.UI.iOS.Animator.referenceView</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.View",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setReferenceView",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.Animator.referenceView\">Titanium.UI.iOS.Animator.referenceView</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.Animator.referenceView\">Titanium.UI.iOS.Animator.referenceView</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "referenceView",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRunning",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.Animator.running\">Titanium.UI.iOS.Animator.running</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.Animator.running\">Titanium.UI.iOS.Animator.running</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": true,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "behaviors",
                    "deprecated": false,
                    "description": "<p>Behaviors associated with this animator.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "referenceView",
                    "deprecated": false,
                    "description": "<p>Titanium View object to initialize as the reference view for the animator.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "type": "Titanium.UI.View",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "running",
                    "deprecated": false,
                    "description": "<p>Returns <code>true</code> if the animator is running else <code>false</code>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>The animator provides physics-related capabilities and animations using the iOS physics engine.\nEach animator is independent of other animators you create.  An animator is comprised of\nbehaviors and items. Behaviors define the rules of the animation, while items are the\nview objects to be animated. An item in the animator can be given\nmultiple behaviors as long as those behaviors belong to the same animator.</p>\n<p>To use these dynamic animations, first create the items to animate, then:</p>\n<p><strong>1.</strong> Create an animator using the <a href=\"Titanium.UI.iOS.createAnimator\">Titanium.UI.iOS.createAnimator</a> method.</p>\n<p><strong>2.</strong> Set the <a href=\"Titanium.UI.iOS.Animator.referenceView\">referenceView</a> property to establish the\ncoordinate system for the animations.</p>\n<p><strong>3.</strong> Create and add items to one or more of the following behaviors:</p>\n<ul>\n<li><a href=\"Titanium.UI.iOS.AnchorAttachmentBehavior\">Titanium.UI.iOS.AnchorAttachmentBehavior</a></li>\n<li><a href=\"Titanium.UI.iOS.CollisionBehavior\">Titanium.UI.iOS.CollisionBehavior</a></li>\n<li><a href=\"Titanium.UI.iOS.DynamicItemBehavior\">Titanium.UI.iOS.DynamicItemBehavior</a></li>\n<li><a href=\"Titanium.UI.iOS.GravityBehavior\">Titanium.UI.iOS.GravityBehavior</a></li>\n<li><a href=\"Titanium.UI.iOS.PushBehavior\">Titanium.UI.iOS.PushBehavior</a></li>\n<li><a href=\"Titanium.UI.iOS.SnapBehavior\">Titanium.UI.iOS.SnapBehavior</a></li>\n<li><a href=\"Titanium.UI.iOS.ViewAttachmentBehavior\">Titanium.UI.iOS.ViewAttachmentBehavior</a></li>\n</ul>\n<p><strong>4.</strong> Add these behaviors to the animator with the <a href=\"Titanium.UI.iOS.Animator.addBehavior\">addBehavior</a> method.</p>\n<p><strong>5.</strong> Start the animator with <a href=\"Titanium.UI.iOS.Animator.startAnimator\">startAnimator</a> method.</p>\n<p>Once all items are at rest, the animator automatically pauses, and resumes if a behavior\nparameter changes, or a behavior or item is added or removed.</p>\n<p>See the behaviors listed above for examples of animating items.</p>\n<h4>Reference View</h4>\n<p>The Titanium view object set to the Animator's <a href=\"Titanium.UI.iOS.Animator.referenceView\">referenceView</a>\nproperty establishes the coordinate system for the animation behaviors and items.  Each item that\nneeds to be animated must be a child of the reference view.</p>\n<p>By default, when you create a collision behavior, the behavior uses the edge's of the reference\nview as its boundary, so any item within this view cannot be pushed out of it.</p>\n<p>Use the following lists as references when specifying your animation behaviors.</p>\n<p><strong>Points</strong></p>\n<p>The following list notes the location of notable points in the coordinate system, where WIDTH and\nHEIGHT are the width and height of the reference view, respectively.</p>\n<ul>\n<li>Top-left corner: (0,0)</li>\n<li>Top-right corner: (WIDTH, 0)</li>\n<li>Center: (WIDTH/2, HEIGHT/2)</li>\n<li>Bottom-left corner: (0, HEIGHT)</li>\n<li>Bottom-right corner: (WIDTH, HEIGHT)</li>\n</ul>\n<p>Note that on iOS a point is equivalent to a display pixel.</p>\n<p><strong>Vectors</strong></p>\n<p>Gravity and push forces may be specified as vectors with the <code>gravityDirection</code> and\n<code>pushDirection</code> properties, respectively.  The following list notes the direction and its\ncorresponding vector:</p>\n<ul>\n<li>Left: (-x,0)</li>\n<li>Right: (+x,0)</li>\n<li>Up: (0,-y)</li>\n<li>Down: (0,+y)</li>\n</ul>\n<p><strong>Angles</strong></p>\n<p>Gravity and push forces may be specified with the <code>angle</code> and <code>magnitude</code> properties.\nSpecify all angle values as radians (360 degrees = 2 * pi radians).  The following list notes\nthe direction and its corresponding angle:</p>\n<ul>\n<li>Right: 0 or 2 * pi</li>\n<li>Down: pi / 2</li>\n<li>Left: pi</li>\n<li>Up: pi / 2 * 3</li>\n</ul>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "3.2"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "3.2"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.iOS.ApplicationShortcuts",
            "description": "<p>The Home screen quick actions API is for adding shortcuts to your app icon that anticipate and accelerate a\nuser's interaction with your app.</p>",
            "deprecated": false,
            "events": [],
            "examples": [
                {
                    "title": "Full example (get shortcuts, add shortcuts, remove shortcuts, check shortcuts).",
                    "code": "<pre><code>Ti.App.iOS.addEventListener(&quot;shortcutitemclick&quot;, function (e) {\nTi.API.info(&quot;shortcutitemclick Event Fired&quot;);\nTi.API.info(&quot;event payload:&quot; + JSON.stringify(e));\n});\nvar win = Titanium.UI.createWindow({\ntitle: 'Test', backgroundColor: '#fff', layout: &quot;vertical&quot;\n});\nvar btn1 = Ti.UI.createButton({\ntop: 50, height: 45, title: &quot;Add Contact Us Application Shortcut&quot;\n});\nwin.add(btn1);\nbtn1.addEventListener(&quot;click&quot;, function () {\nvar appShortcuts = Ti.UI.iOS.createApplicationShortcuts();\nappShortcuts.addDynamicShortcut({\nidentifier: &quot;contact_us&quot;,\ntitle: &quot;Contact Us&quot;,\nsubtitle: &quot;Tap to reach us&quot;,\nicon: Ti.UI.iOS.SHORTCUT_ICON_TYPE_ADD,\nuserInfo: {\ninfoKey: &quot;contact_us&quot;\n}\n});\n});\nvar btn2 = Ti.UI.createButton({\ntop: 10, height: 45, title: &quot;Remove Contact Us Application Shortcut&quot;\n});\nwin.add(btn2);\nbtn2.addEventListener(&quot;click&quot;, function () {\nvar appShortcuts = Ti.UI.iOS.createApplicationShortcuts();\nappShortcuts.removeDynamicShortcut(&quot;contact_us&quot;);\n});\nvar btn3 = Ti.UI.createButton({\ntop: 10, height: 45, title: &quot;Count Dynamic App Shortcuts&quot;\n});\nwin.add(btn3);\nbtn3.addEventListener(&quot;click&quot;, function () {\nvar appShortcuts = Ti.UI.iOS.createApplicationShortcuts();\nvar shortcuts = appShortcuts.listDynamicShortcuts();\nTi.API.info(&quot;Dynamic App Shortcut count:&quot; + shortcuts.length);\nTi.API.info(&quot;Dynamic App Shortcut as JSON:&quot; + JSON.stringify(shortcuts));\n});\nvar btn4 = Ti.UI.createButton({\ntop: 10, height: 45, title: &quot;Count Static App Shortcuts&quot;\n});\nwin.add(btn4);\nbtn4.addEventListener(&quot;click&quot;, function () {\nvar appShortcuts = Ti.UI.iOS.createApplicationShortcuts();\nvar shortcuts = appShortcuts.listStaticShortcuts();\nTi.API.info(&quot;Static App Shortcut count:&quot; + shortcuts.length);\nTi.API.info(&quot;Static App Shortcut as JSON:&quot; + JSON.stringify(shortcuts));\n});\nvar btn5 = Ti.UI.createButton({\ntop: 10, height: 45, title: &quot;Dynamic Shortcut Exists?&quot;\n});\nwin.add(btn5);\nbtn5.addEventListener(&quot;click&quot;, function () {\nvar appShortcuts = Ti.UI.iOS.createApplicationShortcuts();\nvar exists = appShortcuts.dynamicShortcutExists(&quot;contact_us&quot;);\nvar msg = (exists) ? &quot;Icon exists&quot; : &quot;Sorry isn't there&quot;;\nalert(msg);\n});\nvar btn6 = Ti.UI.createButton({\ntop: 10, height:45, title:&quot;Remove All Dynamic Shortcuts&quot;\n});\nwin.add(btn6);\nbtn6.addEventListener(&quot;click&quot;, function () {\nvar appShortcuts = Ti.UI.iOS.createApplicationShortcuts();\nappShortcuts.removeAllDynamicShortcuts();\n});\nvar btn7 = Ti.UI.createButton({\ntop: 10, height: 45, title: &quot;Get shortcut by identifier &quot;contact_us&quot;&quot;\n});\nwin.add(btn7);\nbtn7.addEventListener(&quot;click&quot;, function () {\nvar appShortcuts = Ti.UI.iOS.createApplicationShortcuts();\nvar shortcut = appShortcuts.getDynamicShortcut(&quot;contact_us&quot;);\nalert(shortcut);\n});\nwin.open();</code></pre>"
                },
                {
                    "title": "Add a Titanium.Contact.Person as icon.",
                    "code": "<p>Example:</p>\n<pre><code>Ti.App.iOS.addEventListener(&quot;shortcutitemclick&quot;, function (e) {\n    Ti.API.info(&quot;shortcutitemclick Event Fired&quot;);\n    Ti.API.info(&quot;person:&quot; + JSON.stringify(e.userInfo.person));\n});\n\nvar win = Titanium.UI.createWindow({\n    title: 'Test', backgroundColor: '#fff', layout: &quot;vertical&quot;\n});\n\nvar btn1 = Ti.UI.createButton({\n    top: 50, height: 45, title: &quot;Add Ti.Contacts Application Shortcut&quot;\n});\nwin.add(btn1);\n\nbtn1.addEventListener(&quot;click&quot;, function () {\n    if (!Ti.Contacts.hasContactsPermissions()) {\n        Ti.Contacts.requestContactsPermissions(function (e) {\n            if (e.success) {\n                createShortcut();\n            }\n        })\n    } else {\n        createShortcut();\n    }\n});\n\nvar btn2 = Ti.UI.createButton({\n    top: 10, height: 45, title: &quot;Remove Ti.Contacts Application Shortcut&quot;\n});\nwin.add(btn2);\n\nbtn2.addEventListener(&quot;click&quot;, function () {\n    var appShortcuts = Ti.UI.iOS.createApplicationShortcuts();\n    appShortcuts.removeDynamicShortcut(&quot;contact_us&quot;);\n});\n\nfunction createShortcut() {\n    Ti.Contacts.showContacts({\n        selectedPerson: function(e) {\n            var person = e.person;\n\n            var appShortcuts = Ti.UI.iOS.createApplicationShortcuts();\n            appShortcuts.addDynamicShortcut({\n                identifier: &quot;contact_us&quot;,\n                title: person.fullName,\n                subtitle: &quot;Tap to call&quot;,\n                icon: person,\n                userInfo: {\n                    person: {\n                        firstName: person.firstName,\n                        lastName: person.lastName\n                    }\n                }\n            });\n        }\n    });\n}\n\nwin.open();\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "listDynamicShortcuts",
                    "deprecated": false,
                    "description": "<p>Returns an array of the application shortcuts created dynamically.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "listStaticShortcuts",
                    "deprecated": false,
                    "description": "<p>Returns an array of the application shortcuts listed in your tiapp.xml file.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "removeAllDynamicShortcuts",
                    "deprecated": false,
                    "description": "<p>Removes all dynamically created application shortcuts.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "dynamicShortcutExists",
                    "deprecated": false,
                    "description": "<p>Returns true or false depending if the provided shortcut object already exists.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "identifier",
                            "constants": [],
                            "description": "<p>Checks if the dynamic application shortcut item identified by the <code>identifier</code> exists.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "addDynamicShortcut",
                    "deprecated": false,
                    "description": "<p>Creates a new dynamic application shortcut item.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>The parameters used when creating a dynamic shortcut.</p>",
                            "type": "ShortcutParams",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "removeDynamicShortcut",
                    "deprecated": false,
                    "description": "<p>Removes the dynamic application shortcut item identified by the <code>identifier</code>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "identifier",
                            "constants": [],
                            "description": "<p>Use the <code>identifier</code> argument to determine which shortcut should be removed.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "getDynamicShortcut",
                    "deprecated": false,
                    "description": "<p>Gets the dynamic application shortcut item identified by the <code>identifier</code>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "identifier",
                            "constants": [],
                            "description": "<p>Use the <code>identifier</code> argument to determine which shortcut should be returned.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "ShortcutParams",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.ApplicationShortcuts.bubbleParent\">Titanium.UI.iOS.ApplicationShortcuts.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.ApplicationShortcuts.bubbleParent\">Titanium.UI.iOS.ApplicationShortcuts.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.ApplicationShortcuts.bubbleParent\">Titanium.UI.iOS.ApplicationShortcuts.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.ApplicationShortcuts.bubbleParent\">Titanium.UI.iOS.ApplicationShortcuts.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.ApplicationShortcuts.apiName\">Titanium.UI.iOS.ApplicationShortcuts.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.ApplicationShortcuts.apiName\">Titanium.UI.iOS.ApplicationShortcuts.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": true,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>3D Touch gives iOS 9 users an additional interaction dimension. On supported devices, people can quickly choose\napp-specific actions from the Home screen by pressing on the app icon. The pressing of an application shortcut\nwill then fire the <code>shortcutitemclick</code> <a href=\"Titanium.App.iOS\">Titanium.App.iOS</a> event.</p>\n<p>There are static and dynamic shortcuts to differentiate:</p>\n<ul>\n<li>Static: Can be set in the <code>&lt;ios&gt;</code> section of the <code>tiapp.xml</code> before launching the app.</li>\n<li>Dynamic: Can be set in the app to offer a dynamic behavior at runtime.</li>\n</ul>\n<p>Here is an example how to create static application shortcuts in the <code>tiapp.xml</code>:</p>\n<pre><code>&lt;ti:app&gt;\n  ...\n  &lt;ios&gt;\n    &lt;plist&gt;  \n      &lt;dict&gt;\n        &lt;key&gt;UIApplicationShortcutItems&lt;/key&gt;\n        &lt;array&gt;\n          &lt;dict&gt;\n            &lt;key&gt;UIApplicationShortcutItemIconType&lt;/key&gt;\n            &lt;string&gt;UIApplicationShortcutIconTypeSearch&lt;/string&gt;\n            &lt;key&gt;UIApplicationShortcutItemTitle&lt;/key&gt;\n            &lt;string&gt;My title&lt;/string&gt;\n            &lt;key&gt;UIApplicationShortcutItemSubtitle&lt;/key&gt;\n            &lt;string&gt;My subtitle&lt;/string&gt;\n            &lt;key&gt;UIApplicationShortcutItemType&lt;/key&gt;\n            &lt;string&gt;my_identifier&lt;/string&gt;\n            &lt;key&gt;UIApplicationShortcutItemUserInfo&lt;/key&gt;\n            &lt;dict/&gt;\n          &lt;/dict&gt;\n        &lt;/array&gt;\n      &lt;/dict&gt;  \n    &lt;/plist&gt;  \n  &lt;/ios&gt;\n  ...\n&lt;/ti:app&gt;\n</code></pre>\n<p>Static shortcuts can be translated in the <code>i18n/&lt;language&gt;/app.xml</code> file. Dynamic shortcuts can be translated by using the\nmethods described <a href=\"https://wiki.appcelerator.org/display/guides2/Internationalization\">in the Wiki</a>.</p>\n<p>To use this feature make sure you have a 3D Touch compatible device running iOS 9 or later. To\ncheck for the feature, use the <a href=\"Titanium.UI.iOS.forceTouchSupported\">Titanium.UI.iOS.forceTouchSupported</a> property.\nYou cannot test 3D touch on the iOS simulator.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "5.1.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                }
            ]
        },
        {
            "name": "ShortcutParams",
            "description": "<p>Object of options for <a href=\"Titanium.UI.iOS.ApplicationShortcuts.addDynamicShortcut\">Titanium.UI.iOS.ApplicationShortcuts.addDynamicShortcut</a>.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "identifier",
                    "deprecated": false,
                    "description": "<p>The unique key for the application shortcut. Equates to the underlying <code>UIApplicationShortcutItemIconType</code> key</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "title",
                    "deprecated": false,
                    "description": "<p>The title of the application shortcut.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "subtitle",
                    "deprecated": false,
                    "description": "<p>The subtitle displayed on the application shortcut.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "icon",
                    "deprecated": false,
                    "description": "<p>The icon to be displayed on the application shortcut. You can either use one of the constants like\n<a href=\"Titanium.UI.iOS.SHORTCUT_ICON_TYPE_COMPOSE\">Titanium.UI.iOS.SHORTCUT_ICON_TYPE_COMPOSE</a>, a local image specified by the image path or a reference to a\n<a href=\"Titanium.Contacts.Person\">Titanium.Contacts.Person</a>.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.iOS.SHORTCUT_ICON_TYPE_COMPOSE",
                        "Titanium.UI.iOS.SHORTCUT_ICON_TYPE_PLAY",
                        "Titanium.UI.iOS.SHORTCUT_ICON_TYPE_PAUSE",
                        "Titanium.UI.iOS.SHORTCUT_ICON_TYPE_ADD",
                        "Titanium.UI.iOS.SHORTCUT_ICON_TYPE_LOCATION",
                        "Titanium.UI.iOS.SHORTCUT_ICON_TYPE_SEARCH",
                        "Titanium.UI.iOS.SHORTCUT_ICON_TYPE_SHARE",
                        "Titanium.UI.iOS.SHORTCUT_ICON_TYPE_PROHIBIT",
                        "Titanium.UI.iOS.SHORTCUT_ICON_TYPE_CONTACT",
                        "Titanium.UI.iOS.SHORTCUT_ICON_TYPE_HOME",
                        "Titanium.UI.iOS.SHORTCUT_ICON_TYPE_MARK_LOCATION",
                        "Titanium.UI.iOS.SHORTCUT_ICON_TYPE_FAVORITE",
                        "Titanium.UI.iOS.SHORTCUT_ICON_TYPE_LOVE",
                        "Titanium.UI.iOS.SHORTCUT_ICON_TYPE_CLOUD",
                        "Titanium.UI.iOS.SHORTCUT_ICON_TYPE_INVITATION",
                        "Titanium.UI.iOS.SHORTCUT_ICON_TYPE_CONFIRMATION",
                        "Titanium.UI.iOS.SHORTCUT_ICON_TYPE_MAIL",
                        "Titanium.UI.iOS.SHORTCUT_ICON_TYPE_MESSAGE",
                        "Titanium.UI.iOS.SHORTCUT_ICON_TYPE_DATE",
                        "Titanium.UI.iOS.SHORTCUT_ICON_TYPE_TIME",
                        "Titanium.UI.iOS.SHORTCUT_ICON_TYPE_CAPTURE_PHOTO",
                        "Titanium.UI.iOS.SHORTCUT_ICON_TYPE_CAPTURE_VIDEO",
                        "Titanium.UI.iOS.SHORTCUT_ICON_TYPE_TASK",
                        "Titanium.UI.iOS.SHORTCUT_ICON_TYPE_TASK_COMPLETED",
                        "Titanium.UI.iOS.SHORTCUT_ICON_TYPE_ALARM",
                        "Titanium.UI.iOS.SHORTCUT_ICON_TYPE_BOOKMARK",
                        "Titanium.UI.iOS.SHORTCUT_ICON_TYPE_SHUFFLE",
                        "Titanium.UI.iOS.SHORTCUT_ICON_TYPE_AUDIO",
                        "Titanium.UI.iOS.SHORTCUT_ICON_TYPE_UPDATE"
                    ],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "userInfo",
                    "deprecated": false,
                    "description": "<p>The userInfo of the application shortcut.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Object",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>The parameters used when creating and receiving a shortcut. When used for creation, it must include\nat least the <code>identifier</code> and <code>title</code> properties.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "5.1.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                }
            ]
        },
        {
            "name": "Titanium.UI.iOS.Attribute",
            "description": "<p>An abstract datatype for specifying an attributed string attribute. <strong>Removed in 6.0.0. Use <a href=\"Attribute\">Attribute</a> instead.</strong></p>",
            "deprecated": true,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.Attribute.bubbleParent\">Titanium.UI.iOS.Attribute.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.Attribute.bubbleParent\">Titanium.UI.iOS.Attribute.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.Attribute.bubbleParent\">Titanium.UI.iOS.Attribute.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.Attribute.bubbleParent\">Titanium.UI.iOS.Attribute.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.Attribute.apiName\">Titanium.UI.iOS.Attribute.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.Attribute.apiName\">Titanium.UI.iOS.Attribute.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getType",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.Attribute.type\">Titanium.UI.iOS.Attribute.type</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.Attribute.type\">Titanium.UI.iOS.Attribute.type</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setType",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.Attribute.type\">Titanium.UI.iOS.Attribute.type</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.Attribute.type\">Titanium.UI.iOS.Attribute.type</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getValue",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.Attribute.value\">Titanium.UI.iOS.Attribute.value</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.Attribute.value\">Titanium.UI.iOS.Attribute.value</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setValue",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.Attribute.value\">Titanium.UI.iOS.Attribute.value</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.Attribute.value\">Titanium.UI.iOS.Attribute.value</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "value",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRange",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.Attribute.range\">Titanium.UI.iOS.Attribute.range</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.Attribute.range\">Titanium.UI.iOS.Attribute.range</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setRange",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.Attribute.range\">Titanium.UI.iOS.Attribute.range</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.Attribute.range\">Titanium.UI.iOS.Attribute.range</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "range",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": true,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "type",
                    "deprecated": false,
                    "description": "<p>Attribute to apply to the text.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.iOS.ATTRIBUTE_FONT",
                        "Titanium.UI.iOS.ATTRIBUTE_FOREGROUND_COLOR",
                        "Titanium.UI.iOS.ATTRIBUTE_BACKGROUND_COLOR",
                        "Titanium.UI.iOS.ATTRIBUTE_LIGATURE",
                        "Titanium.UI.iOS.ATTRIBUTE_KERN",
                        "Titanium.UI.iOS.ATTRIBUTE_STRIKETHROUGH_STYLE",
                        "Titanium.UI.iOS.ATTRIBUTE_UNDERLINES_STYLE",
                        "Titanium.UI.iOS.ATTRIBUTE_STROKE_COLOR",
                        "Titanium.UI.iOS.ATTRIBUTE_STROKE_WIDTH",
                        "Titanium.UI.iOS.ATTRIBUTE_SHADOW",
                        "Titanium.UI.iOS.ATTRIBUTE_WRITING_DIRECTION",
                        "Titanium.UI.iOS.ATTRIBUTE_TEXT_EFFECT",
                        "Titanium.UI.iOS.ATTRIBUTE_LINK",
                        "Titanium.UI.iOS.ATTRIBUTE_BASELINE_OFFSET",
                        "Titanium.UI.iOS.ATTRIBUTE_UNDERLINE_COLOR",
                        "Titanium.UI.iOS.ATTRIBUTE_STRIKETHROUGH_COLOR",
                        "Titanium.UI.iOS.ATTRIBUTE_OBLIQUENESS",
                        "Titanium.UI.iOS.ATTRIBUTE_EXPANSION"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "value",
                    "deprecated": false,
                    "description": "<p>Attribute value.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.iOS.ATTRIBUTE_UNDERLINE_STYLE_NONE",
                        "Titanium.UI.iOS.ATTRIBUTE_UNDERLINE_STYLE_SINGLE",
                        "Titanium.UI.iOS.ATTRIBUTE_UNDERLINE_STYLE_THICK",
                        "Titanium.UI.iOS.ATTRIBUTE_UNDERLINE_STYLE_DOUBLE",
                        "Titanium.UI.iOS.ATTRIBUTE_WRITING_DIRECTION_EMBEDDING",
                        "Titanium.UI.iOS.ATTRIBUTE_WRITING_DIRECTION_OVERRIDE",
                        "Titanium.UI.iOS.ATTRIBUTE_WRITING_DIRECTION_NATURAL",
                        "Titanium.UI.iOS.ATTRIBUTE_WRITING_DIRECTION_LEFT_TO_RIGHT",
                        "Titanium.UI.iOS.ATTRIBUTE_WRITING_DIRECTION_RIGHT_TO_LEFT",
                        "Titanium.UI.iOS.ATTRIBUTE_LETTERPRESS_STYLE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "range",
                    "deprecated": false,
                    "description": "<p>Attribute range.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>Attributes are added to the <a href=\"Titanium.UI.iOS.AttributedString\">Titanium.UI.iOS.AttributedString</a> object to create\nstyled text. The attribute is a JavaScript Object containing three properties:\n<code>type</code>, <code>value</code> and <code>range</code>.</p>\n<p>For examples of using Attributed Strings, see the\n<a href=\"https://docs.appcelerator.com/platform/latest/#!/api/Titanium.UI.iOS.AttributedString\">Attributed Strings guide</a>.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "3.2"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "3.2"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.iOS.AttributedString",
            "description": "<p>An attributed string proxy manages character strings and associated sets of attributes (for example,\nfont and kerning) that apply to individual characters or ranges of characters in the string.\n<strong>Removed in 6.0.0. Use <a href=\"Titanium.UI.AttributedString\">Titanium.UI.AttributedString</a> instead.</strong></p>",
            "deprecated": true,
            "events": [],
            "examples": [
                {
                    "title": "Adds an array of attributes to a label",
                    "code": "<p>Creates an AttributedString proxy, adds some attributes to it, and applies them\nto a <a href=\"Titanium.UI.Label\">Titanium.UI.Label</a>.</p>\n<pre><code>var win = Titanium.UI.createWindow({\n    backgroundColor: '#ddd',\n});\n\nwin.open();\n\nvar text =  'Bacon ipsum dolor Appcelerator Titanium rocks! sit amet fatback leberkas salami sausage tongue strip steak.';\n\nvar attr = Titanium.UI.iOS.createAttributedString({\n    text: text,\n    attributes: [\n        // Underlines text\n        {\n            type: Titanium.UI.iOS.ATTRIBUTE_UNDERLINES_STYLE,\n            value: Titanium.UI.iOS.ATTRIBUTE_UNDERLINE_STYLE_SINGLE,\n            range: [0, text.length]\n        },\n        // Sets a background color\n        {\n            type: Titanium.UI.iOS.ATTRIBUTE_BACKGROUND_COLOR,\n            value: &quot;red&quot;,\n            range: [text.indexOf('Appcelerator'), ('Appcelerator').length]\n        },\n        {\n            type: Titanium.UI.iOS.ATTRIBUTE_BACKGROUND_COLOR,\n            value: &quot;blue&quot;,\n            range: [text.indexOf('Titanium'), ('Titanium').length]\n        },\n        {\n            type: Titanium.UI.iOS.ATTRIBUTE_BACKGROUND_COLOR,\n            value: &quot;yellow&quot;,\n            range: [text.indexOf('rocks!'), ('rocks!').length]\n        },\n        // Sets a foreground color\n        {\n            type: Titanium.UI.iOS.ATTRIBUTE_FOREGROUND_COLOR,\n            value: &quot;orange&quot;,\n            range: [0,  text.length]\n        },\n        {\n            type: Titanium.UI.iOS.ATTRIBUTE_FOREGROUND_COLOR,\n            value: &quot;black&quot;,\n            range: [text.indexOf('rocks!'), ('rocks!').length]\n        }\n    ]\n});\n\nvar label = Titanium.UI.createLabel({\n    left: 20,\n    right: 20,\n    height: Titanium.UI.SIZE,\n    attributedString: attr\n});\n\nwin.add(label);\n</code></pre>"
                },
                {
                    "title": "Adds attributes, one by one.",
                    "code": "<pre><code>var win = Titanium.UI.createWindow({\nbackgroundColor: '#ddd',\n});\nwin.open();\nvar text =  'Bacon ipsum dolor Appcelerator Titanium rocks! sit amet fatback leberkas salami sausage tongue strip steak.';\nvar attr = Titanium.UI.iOS.createAttributedString({\ntext: text\n});\n// Underlines text\nattr.addAttribute({\ntype: Titanium.UI.iOS.ATTRIBUTE_UNDERLINES_STYLE,\nvalue: Titanium.UI.iOS.ATTRIBUTE_UNDERLINE_STYLE_SINGLE,\nrange: [0, text.length]\n});\nvar label = Titanium.UI.createLabel({\nleft: 20,\nright: 20,\nheight: Titanium.UI.SIZE,\nattributedString: attr\n});\nwin.add(label);</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "addAttribute",
                    "deprecated": false,
                    "description": "<p>Adds an <a href=\"Attribute\">attribute</a> with the given name and value to the characters in the specified range.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "attribute",
                            "constants": [],
                            "description": "<p>An attribute object.</p>",
                            "type": "Attribute",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.AttributedString.bubbleParent\">Titanium.UI.iOS.AttributedString.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.AttributedString.bubbleParent\">Titanium.UI.iOS.AttributedString.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.AttributedString.bubbleParent\">Titanium.UI.iOS.AttributedString.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.AttributedString.bubbleParent\">Titanium.UI.iOS.AttributedString.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.AttributedString.apiName\">Titanium.UI.iOS.AttributedString.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.AttributedString.apiName\">Titanium.UI.iOS.AttributedString.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getText",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.AttributedString.text\">Titanium.UI.iOS.AttributedString.text</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.AttributedString.text\">Titanium.UI.iOS.AttributedString.text</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setText",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.AttributedString.text\">Titanium.UI.iOS.AttributedString.text</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.AttributedString.text\">Titanium.UI.iOS.AttributedString.text</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "text",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAttributes",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.AttributedString.attributes\">Titanium.UI.iOS.AttributedString.attributes</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.AttributedString.attributes\">Titanium.UI.iOS.AttributedString.attributes</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAttributes",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.AttributedString.attributes\">Titanium.UI.iOS.AttributedString.attributes</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.AttributedString.attributes\">Titanium.UI.iOS.AttributedString.attributes</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "attributes",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": true,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "text",
                    "deprecated": false,
                    "description": "<p>The text applied to the attributed string.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "attributes",
                    "deprecated": false,
                    "description": "<p>An array of attributes to add.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>The AttributedString proxy is created with the <a href=\"Titanium.UI.iOS.createAttributedString\">Titanium.UI.iOS.createAttributedString</a> method.</p>\n<p>The <code>text</code> property must be set initially in the constructor when creating an attributed string.\nThe <a href=\"Titanium.UI.iOS.AttributedString.attributes\">attributes</a> can either be set in the constructor or after it has been created.</p>\n<p>For examples of using Attributed Strings, see the\n<a href=\"https://docs.appcelerator.com/platform/latest/#!/api/Titanium.UI.iOS.AttributedString\">Attributed Strings guide</a>.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "3.2"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "3.2"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.iOS.BlurView",
            "description": "<p>A <a href=\"Titanium.UI.iOS.BlurView\">Titanium.UI.iOS.BlurView</a> object gives you an easy way implement some complex visual effects.\nThe blur effect is applied to every view the blur view is added to by default. You can also place the\nblur view above other views and all visible views layered under the blur view are blurred as well.</p>\n<p>For more information on BlurView, please refer to the official <a href=\"https://developer.apple.com/documentation/uikit/uivisualeffectview\">Apple documentation</a>.\nNote: Apple introduced two new constants <a href=\"Titanium.UI.iOS.BLUR_EFFECT_STYLE_REGULAR\">Titanium.UI.iOS.BLUR_EFFECT_STYLE_REGULAR</a> and <a href=\"Titanium.UI.iOS.BLUR_EFFECT_STYLE_PROMINENT\">Titanium.UI.iOS.BLUR_EFFECT_STYLE_PROMINENT</a> in\niOS 10. These are internally mapped to <a href=\"Titanium.UI.iOS.BLUR_EFFECT_STYLE_LIGHT\">Titanium.UI.iOS.BLUR_EFFECT_STYLE_LIGHT</a> and <a href=\"Titanium.UI.iOS.BLUR_EFFECT_STYLE_EXTRA_LIGHT\">Titanium.UI.iOS.BLUR_EFFECT_STYLE_EXTRA_LIGHT</a>.</p>",
            "deprecated": false,
            "events": [
                {
                    "name": "click",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a click against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "dblclick",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a double click against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "doubletap",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a double tap against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "keypressed",
                    "deprecated": false,
                    "description": "<p>Fired when a hardware key is pressed in the view.</p>",
                    "properties": [
                        {
                            "name": "keyCode",
                            "constants": [],
                            "description": "<p>The code for the physical key that was pressed. For more details, see <a href=\"https://developer.android.com/reference/android/view/KeyEvent.html\">KeyEvent</a>. This API is experimental and subject to change.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "longpress",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a long press.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "pinch",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a pinch gesture.</p>",
                    "properties": [
                        {
                            "name": "scale",
                            "constants": [],
                            "description": "<p>The scale factor relative to the points of the two touches in screen coordinates.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "velocity",
                            "constants": [],
                            "description": "<p>The velocity of the pinch in scale factor per second.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "time",
                            "constants": [],
                            "description": "<p>The event time of the current event being processed.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timeDelta",
                            "constants": [],
                            "description": "<p>The time difference in milliseconds between the previous accepted scaling event and the\ncurrent scaling event.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "currentSpan",
                            "constants": [],
                            "description": "<p>The average distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "currentSpanX",
                            "constants": [],
                            "description": "<p>The average X distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "currentSpanY",
                            "constants": [],
                            "description": "<p>The average Y distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "previousSpan",
                            "constants": [],
                            "description": "<p>The previous average distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "previousSpanX",
                            "constants": [],
                            "description": "<p>The previous average X distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "previousSpanY",
                            "constants": [],
                            "description": "<p>The previous average Y distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "focusX",
                            "constants": [],
                            "description": "<p>The X coordinate of the current gesture's focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "focusY",
                            "constants": [],
                            "description": "<p>The Y coordinate of the current gesture's focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "inProgress",
                            "constants": [],
                            "description": "<p>Returns <code>true</code> if a scale gesture is in progress, <code>false</code> otherwise.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "postlayout",
                    "deprecated": false,
                    "description": "<p>Fired when a layout cycle is finished.</p>"
                },
                {
                    "name": "singletap",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a single tap against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "swipe",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a swipe gesture against the view.</p>",
                    "properties": [
                        {
                            "name": "direction",
                            "constants": [],
                            "description": "<p>Direction of the swipe--either 'left', 'right', 'up', or 'down'.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event's endpoint from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event's endpoint from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchcancel",
                    "deprecated": false,
                    "description": "<p>Fired when a touch event is interrupted by the device.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchend",
                    "deprecated": false,
                    "description": "<p>Fired when a touch event is completed.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Penciland are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchmove",
                    "deprecated": false,
                    "description": "<p>Fired as soon as the device detects movement of a touch.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchstart",
                    "deprecated": false,
                    "description": "<p>Fired as soon as the device detects a touch gesture.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "twofingertap",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a two-finger tap against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                }
            ],
            "examples": [
                {
                    "title": "Basic Blur View",
                    "code": "<p>The following example shows how to create a simple blur view:</p>\n<pre><code>var win = Ti.UI.createWindow({\n    backgroundColor: &quot;#fff&quot;\n});\n\n// Reference image (or view)\nvar img = Ti.UI.createImageView({\n    image: &quot;/default_app_logo.png&quot;,\n    top: 100,\n    width: 300,\n    height: 300\n});\n\n// Blur view\nvar blur = Ti.UI.iOS.createBlurView({\n    width: Ti.UI.FILL,\n    height: Ti.UI.FILL\n});\n\nimg.add(blur);\n\n// Effect controls\nvar tabs = Ti.UI.iOS.createTabbedBar({\n    labels: [&quot;Extra light&quot;, &quot;Light&quot;, &quot;Dark&quot;],\n    bottom: 100\n});\n\n// Available blur effects\nvar effects = [\n    Ti.UI.iOS.BLUR_EFFECT_STYLE_EXTRA_LIGHT,\n    Ti.UI.iOS.BLUR_EFFECT_STYLE_LIGHT,\n    Ti.UI.iOS.BLUR_EFFECT_STYLE_DARK,\n];\n\ntabs.addEventListener(&quot;click&quot;, function(e) {\n    blur.setEffect(effects[e.index]);\n});\n\nwin.add(tabs);\nwin.add(img);\nwin.open();\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "add",
                    "deprecated": false,
                    "description": "<p>Adds a child to this view's hierarchy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "view",
                            "constants": [],
                            "description": "<p>View to add to this view's hierarchy.</p>\n<p>You may pass an array of views, e.g. <code>view.add([subview1, subview2]</code>.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "animate",
                    "deprecated": false,
                    "description": "<p>Animates this view.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "animation",
                            "constants": [],
                            "description": "<p>Either a dictionary of animation properties or an\n<a href=\"Titanium.UI.Animation\">Animation</a> object.</p>",
                            "type": "Titanium.UI.Animation",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Function to be invoked upon completion of the animation.</p>",
                            "type": "Function",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "clearMotionEffects",
                    "deprecated": false,
                    "description": "<p>Removes all previously added motion effects.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "finishLayout",
                    "deprecated": true,
                    "description": "<p>Finishes a batch update of the View's layout properties and schedules a layout pass of the\nview tree.\n<strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hide",
                    "deprecated": false,
                    "description": "<p>Hides this view.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Animation options for Android only. <strong>Since SDK 5.1.0 and used only on Android 5.0+</strong></p>\n<p>Determines whether to enable a circular reveal animation.\nNote that the default here is equivalent to passing in <code>{ animated: false }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "insertAt",
                    "deprecated": false,
                    "description": "<p>Inserts a view at the specified position in the <a href=\"Titanium.UI.View.children\">children</a> array.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Pass an object that specifies the view to insert and optionally at which position (defaults to end)</p>",
                            "type": "ViewPositionOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "remove",
                    "deprecated": false,
                    "description": "<p>Removes a child view from this view's hierarchy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "view",
                            "constants": [],
                            "description": "<p>View to remove from this view's hierarchy.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeAllChildren",
                    "deprecated": false,
                    "description": "<p>Removes all child views from this view's hierarchy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "replaceAt",
                    "deprecated": false,
                    "description": "<p>Replaces a view at the specified position in the <a href=\"Titanium.UI.View.children\">children</a> array.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Pass an object with the view to insert and the position of the view to replace. In this case the <code>position</code> property is required.</p>",
                            "type": "ViewPositionOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "show",
                    "deprecated": false,
                    "description": "<p>Makes this view visible.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Animation options for Android only. <strong>Since SDK 5.1.0 and only used on Android 5.0+</strong></p>\n<p>Determines whether to enable a circular reveal animation.\nNote that the default here is equivalent to passing in <code>{ animated: false }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "startLayout",
                    "deprecated": true,
                    "description": "<p>Starts a batch update of this view's layout properties. <strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">Titanium.Proxy.applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "toImage",
                    "deprecated": false,
                    "description": "<p>Returns an image of the rendered view, as a Blob.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Function to be invoked upon completion. If non-null, this method will be performed\nasynchronously. If null, it will be performed immediately.</p>",
                            "type": "Function",
                            "usage": "optional"
                        },
                        {
                            "name": "honorScaleFactor",
                            "constants": [],
                            "description": "<p>Determines whether the image is scaled based on scale factor of main screen. (iOS only)</p>\n<p>When set to true, image is scale factor is honored. When set to false, the image in the\nblob has the same dimensions for retina and non-retina devices.</p>",
                            "type": "Boolean",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Blob",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "updateLayout",
                    "deprecated": true,
                    "description": "<p>Performs a batch update of all supplied layout properties and schedules a layout pass after\nthey have been updated.\n<strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">Titanium.Proxy.applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Layout properties to be updated.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "convertPointToView",
                    "deprecated": false,
                    "description": "<p>Translates a point from this view's coordinate system to another view's coordinate system.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "point",
                            "constants": [],
                            "description": "<p>A point in this view's coordinate system.</p>\n<p>If this argument is missing an <code>x</code> or <code>y</code> property, or the properties can not be\nconverted into numbers, an exception will be raised.</p>",
                            "type": "Point",
                            "usage": "required"
                        },
                        {
                            "name": "destinationView",
                            "constants": [],
                            "description": "<p>View that specifies the destination coordinate system to convert to. If this argument\nis not a view, an exception will be raised.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewById",
                    "deprecated": false,
                    "description": "<p>Returns the matching view of a given view ID.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "id",
                            "constants": [],
                            "description": "<p>The ID of the view that should be returned. Use the <code>id</code> property in your views to\nenable it for indexing in this method.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.View",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.BlurView.bubbleParent\">Titanium.UI.iOS.BlurView.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.BlurView.bubbleParent\">Titanium.UI.iOS.BlurView.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.BlurView.bubbleParent\">Titanium.UI.iOS.BlurView.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.BlurView.bubbleParent\">Titanium.UI.iOS.BlurView.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.BlurView.apiName\">Titanium.UI.iOS.BlurView.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.BlurView.apiName\">Titanium.UI.iOS.BlurView.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityHidden",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.BlurView.accessibilityHidden\">Titanium.UI.iOS.BlurView.accessibilityHidden</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.BlurView.accessibilityHidden\">Titanium.UI.iOS.BlurView.accessibilityHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityHidden",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.BlurView.accessibilityHidden\">Titanium.UI.iOS.BlurView.accessibilityHidden</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.BlurView.accessibilityHidden\">Titanium.UI.iOS.BlurView.accessibilityHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityHidden",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityHint",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.BlurView.accessibilityHint\">Titanium.UI.iOS.BlurView.accessibilityHint</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.BlurView.accessibilityHint\">Titanium.UI.iOS.BlurView.accessibilityHint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityHint",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.BlurView.accessibilityHint\">Titanium.UI.iOS.BlurView.accessibilityHint</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.BlurView.accessibilityHint\">Titanium.UI.iOS.BlurView.accessibilityHint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityHint",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityLabel",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.BlurView.accessibilityLabel\">Titanium.UI.iOS.BlurView.accessibilityLabel</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.BlurView.accessibilityLabel\">Titanium.UI.iOS.BlurView.accessibilityLabel</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityLabel",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.BlurView.accessibilityLabel\">Titanium.UI.iOS.BlurView.accessibilityLabel</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.BlurView.accessibilityLabel\">Titanium.UI.iOS.BlurView.accessibilityLabel</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityLabel",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityValue",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.BlurView.accessibilityValue\">Titanium.UI.iOS.BlurView.accessibilityValue</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.BlurView.accessibilityValue\">Titanium.UI.iOS.BlurView.accessibilityValue</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityValue",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.BlurView.accessibilityValue\">Titanium.UI.iOS.BlurView.accessibilityValue</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.BlurView.accessibilityValue\">Titanium.UI.iOS.BlurView.accessibilityValue</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityValue",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAnchorPoint",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.BlurView.anchorPoint\">Titanium.UI.iOS.BlurView.anchorPoint</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.BlurView.anchorPoint\">Titanium.UI.iOS.BlurView.anchorPoint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAnchorPoint",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.BlurView.anchorPoint\">Titanium.UI.iOS.BlurView.anchorPoint</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.BlurView.anchorPoint\">Titanium.UI.iOS.BlurView.anchorPoint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "anchorPoint",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAnimatedCenter",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.BlurView.animatedCenter\">Titanium.UI.iOS.BlurView.animatedCenter</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.BlurView.animatedCenter\">Titanium.UI.iOS.BlurView.animatedCenter</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.BlurView.backgroundColor\">Titanium.UI.iOS.BlurView.backgroundColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.BlurView.backgroundColor\">Titanium.UI.iOS.BlurView.backgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.BlurView.backgroundColor\">Titanium.UI.iOS.BlurView.backgroundColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.BlurView.backgroundColor\">Titanium.UI.iOS.BlurView.backgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundGradient",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.BlurView.backgroundGradient\">Titanium.UI.iOS.BlurView.backgroundGradient</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.BlurView.backgroundGradient\">Titanium.UI.iOS.BlurView.backgroundGradient</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Gradient",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundGradient",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.BlurView.backgroundGradient\">Titanium.UI.iOS.BlurView.backgroundGradient</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.BlurView.backgroundGradient\">Titanium.UI.iOS.BlurView.backgroundGradient</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundGradient",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Gradient",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.BlurView.backgroundImage\">Titanium.UI.iOS.BlurView.backgroundImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.BlurView.backgroundImage\">Titanium.UI.iOS.BlurView.backgroundImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.BlurView.backgroundImage\">Titanium.UI.iOS.BlurView.backgroundImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.BlurView.backgroundImage\">Titanium.UI.iOS.BlurView.backgroundImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundRepeat",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.BlurView.backgroundRepeat\">Titanium.UI.iOS.BlurView.backgroundRepeat</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.BlurView.backgroundRepeat\">Titanium.UI.iOS.BlurView.backgroundRepeat</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundRepeat",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.BlurView.backgroundRepeat\">Titanium.UI.iOS.BlurView.backgroundRepeat</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.BlurView.backgroundRepeat\">Titanium.UI.iOS.BlurView.backgroundRepeat</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundRepeat",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundLeftCap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.BlurView.backgroundLeftCap\">Titanium.UI.iOS.BlurView.backgroundLeftCap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.BlurView.backgroundLeftCap\">Titanium.UI.iOS.BlurView.backgroundLeftCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundLeftCap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.BlurView.backgroundLeftCap\">Titanium.UI.iOS.BlurView.backgroundLeftCap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.BlurView.backgroundLeftCap\">Titanium.UI.iOS.BlurView.backgroundLeftCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundLeftCap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundTopCap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.BlurView.backgroundTopCap\">Titanium.UI.iOS.BlurView.backgroundTopCap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.BlurView.backgroundTopCap\">Titanium.UI.iOS.BlurView.backgroundTopCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundTopCap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.BlurView.backgroundTopCap\">Titanium.UI.iOS.BlurView.backgroundTopCap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.BlurView.backgroundTopCap\">Titanium.UI.iOS.BlurView.backgroundTopCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundTopCap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.BlurView.borderColor\">Titanium.UI.iOS.BlurView.borderColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.BlurView.borderColor\">Titanium.UI.iOS.BlurView.borderColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.BlurView.borderColor\">Titanium.UI.iOS.BlurView.borderColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.BlurView.borderColor\">Titanium.UI.iOS.BlurView.borderColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderRadius",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.BlurView.borderRadius\">Titanium.UI.iOS.BlurView.borderRadius</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.BlurView.borderRadius\">Titanium.UI.iOS.BlurView.borderRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderRadius",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.BlurView.borderRadius\">Titanium.UI.iOS.BlurView.borderRadius</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.BlurView.borderRadius\">Titanium.UI.iOS.BlurView.borderRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderRadius",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderWidth",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.BlurView.borderWidth\">Titanium.UI.iOS.BlurView.borderWidth</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.BlurView.borderWidth\">Titanium.UI.iOS.BlurView.borderWidth</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderWidth",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.BlurView.borderWidth\">Titanium.UI.iOS.BlurView.borderWidth</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.BlurView.borderWidth\">Titanium.UI.iOS.BlurView.borderWidth</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderWidth",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBottom",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.BlurView.bottom\">Titanium.UI.iOS.BlurView.bottom</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.BlurView.bottom\">Titanium.UI.iOS.BlurView.bottom</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBottom",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.BlurView.bottom\">Titanium.UI.iOS.BlurView.bottom</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.BlurView.bottom\">Titanium.UI.iOS.BlurView.bottom</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bottom",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getCenter",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.BlurView.center\">Titanium.UI.iOS.BlurView.center</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.BlurView.center\">Titanium.UI.iOS.BlurView.center</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setCenter",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.BlurView.center\">Titanium.UI.iOS.BlurView.center</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.BlurView.center\">Titanium.UI.iOS.BlurView.center</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "center",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getChildren",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.BlurView.children\">Titanium.UI.iOS.BlurView.children</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.BlurView.children\">Titanium.UI.iOS.BlurView.children</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getClipMode",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.BlurView.clipMode\">Titanium.UI.iOS.BlurView.clipMode</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.BlurView.clipMode\">Titanium.UI.iOS.BlurView.clipMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setClipMode",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.BlurView.clipMode\">Titanium.UI.iOS.BlurView.clipMode</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.BlurView.clipMode\">Titanium.UI.iOS.BlurView.clipMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "clipMode",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHeight",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.BlurView.height\">Titanium.UI.iOS.BlurView.height</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.BlurView.height\">Titanium.UI.iOS.BlurView.height</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHeight",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.BlurView.height\">Titanium.UI.iOS.BlurView.height</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.BlurView.height\">Titanium.UI.iOS.BlurView.height</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "height",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHorizontalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.BlurView.horizontalMotionEffect\">Titanium.UI.iOS.BlurView.horizontalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.BlurView.horizontalMotionEffect\">Titanium.UI.iOS.BlurView.horizontalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "MinMaxOptions",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHorizontalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.BlurView.horizontalMotionEffect\">Titanium.UI.iOS.BlurView.horizontalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.BlurView.horizontalMotionEffect\">Titanium.UI.iOS.BlurView.horizontalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "horizontalMotionEffect",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "MinMaxOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLeft",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.BlurView.left\">Titanium.UI.iOS.BlurView.left</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.BlurView.left\">Titanium.UI.iOS.BlurView.left</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLeft",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.BlurView.left\">Titanium.UI.iOS.BlurView.left</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.BlurView.left\">Titanium.UI.iOS.BlurView.left</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "left",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLayout",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.BlurView.layout\">Titanium.UI.iOS.BlurView.layout</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.BlurView.layout\">Titanium.UI.iOS.BlurView.layout</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLayout",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.BlurView.layout\">Titanium.UI.iOS.BlurView.layout</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.BlurView.layout\">Titanium.UI.iOS.BlurView.layout</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "layout",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getOpacity",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.BlurView.opacity\">Titanium.UI.iOS.BlurView.opacity</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.BlurView.opacity\">Titanium.UI.iOS.BlurView.opacity</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setOpacity",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.BlurView.opacity\">Titanium.UI.iOS.BlurView.opacity</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.BlurView.opacity\">Titanium.UI.iOS.BlurView.opacity</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "opacity",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPullBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.BlurView.pullBackgroundColor\">Titanium.UI.iOS.BlurView.pullBackgroundColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.BlurView.pullBackgroundColor\">Titanium.UI.iOS.BlurView.pullBackgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setPullBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.BlurView.pullBackgroundColor\">Titanium.UI.iOS.BlurView.pullBackgroundColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.BlurView.pullBackgroundColor\">Titanium.UI.iOS.BlurView.pullBackgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "pullBackgroundColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPreviewContext",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.BlurView.previewContext\">Titanium.UI.iOS.BlurView.previewContext</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.BlurView.previewContext\">Titanium.UI.iOS.BlurView.previewContext</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.iOS.PreviewContext",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "setPreviewContext",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.BlurView.previewContext\">Titanium.UI.iOS.BlurView.previewContext</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.BlurView.previewContext\">Titanium.UI.iOS.BlurView.previewContext</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "previewContext",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.iOS.PreviewContext",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "getRight",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.BlurView.right\">Titanium.UI.iOS.BlurView.right</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.BlurView.right\">Titanium.UI.iOS.BlurView.right</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setRight",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.BlurView.right\">Titanium.UI.iOS.BlurView.right</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.BlurView.right\">Titanium.UI.iOS.BlurView.right</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "right",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.BlurView.rect\">Titanium.UI.iOS.BlurView.rect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.BlurView.rect\">Titanium.UI.iOS.BlurView.rect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "DimensionWithAbsolutes",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSize",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.BlurView.size\">Titanium.UI.iOS.BlurView.size</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.BlurView.size\">Titanium.UI.iOS.BlurView.size</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Dimension",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTintColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.BlurView.tintColor\">Titanium.UI.iOS.BlurView.tintColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.BlurView.tintColor\">Titanium.UI.iOS.BlurView.tintColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTintColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.BlurView.tintColor\">Titanium.UI.iOS.BlurView.tintColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.BlurView.tintColor\">Titanium.UI.iOS.BlurView.tintColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "tintColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTop",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.BlurView.top\">Titanium.UI.iOS.BlurView.top</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.BlurView.top\">Titanium.UI.iOS.BlurView.top</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTop",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.BlurView.top\">Titanium.UI.iOS.BlurView.top</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.BlurView.top\">Titanium.UI.iOS.BlurView.top</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "top",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTouchEnabled",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.BlurView.touchEnabled\">Titanium.UI.iOS.BlurView.touchEnabled</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.BlurView.touchEnabled\">Titanium.UI.iOS.BlurView.touchEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTouchEnabled",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.BlurView.touchEnabled\">Titanium.UI.iOS.BlurView.touchEnabled</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.BlurView.touchEnabled\">Titanium.UI.iOS.BlurView.touchEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchEnabled",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTransform",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.BlurView.transform\">Titanium.UI.iOS.BlurView.transform</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.BlurView.transform\">Titanium.UI.iOS.BlurView.transform</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Matrix2D",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTransform",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.BlurView.transform\">Titanium.UI.iOS.BlurView.transform</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.BlurView.transform\">Titanium.UI.iOS.BlurView.transform</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "transform",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Matrix2D",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getVerticalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.BlurView.verticalMotionEffect\">Titanium.UI.iOS.BlurView.verticalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.BlurView.verticalMotionEffect\">Titanium.UI.iOS.BlurView.verticalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "MinMaxOptions",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setVerticalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.BlurView.verticalMotionEffect\">Titanium.UI.iOS.BlurView.verticalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.BlurView.verticalMotionEffect\">Titanium.UI.iOS.BlurView.verticalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "verticalMotionEffect",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "MinMaxOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowRadius",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.BlurView.viewShadowRadius\">Titanium.UI.iOS.BlurView.viewShadowRadius</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.BlurView.viewShadowRadius\">Titanium.UI.iOS.BlurView.viewShadowRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowRadius",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.BlurView.viewShadowRadius\">Titanium.UI.iOS.BlurView.viewShadowRadius</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.BlurView.viewShadowRadius\">Titanium.UI.iOS.BlurView.viewShadowRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowRadius",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.BlurView.viewShadowColor\">Titanium.UI.iOS.BlurView.viewShadowColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.BlurView.viewShadowColor\">Titanium.UI.iOS.BlurView.viewShadowColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.BlurView.viewShadowColor\">Titanium.UI.iOS.BlurView.viewShadowColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.BlurView.viewShadowColor\">Titanium.UI.iOS.BlurView.viewShadowColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowOffset",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.BlurView.viewShadowOffset\">Titanium.UI.iOS.BlurView.viewShadowOffset</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.BlurView.viewShadowOffset\">Titanium.UI.iOS.BlurView.viewShadowOffset</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowOffset",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.BlurView.viewShadowOffset\">Titanium.UI.iOS.BlurView.viewShadowOffset</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.BlurView.viewShadowOffset\">Titanium.UI.iOS.BlurView.viewShadowOffset</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowOffset",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getVisible",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.BlurView.visible\">Titanium.UI.iOS.BlurView.visible</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.BlurView.visible\">Titanium.UI.iOS.BlurView.visible</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setVisible",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.BlurView.visible\">Titanium.UI.iOS.BlurView.visible</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.BlurView.visible\">Titanium.UI.iOS.BlurView.visible</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "visible",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getWidth",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.BlurView.width\">Titanium.UI.iOS.BlurView.width</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.BlurView.width\">Titanium.UI.iOS.BlurView.width</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setWidth",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.BlurView.width\">Titanium.UI.iOS.BlurView.width</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.BlurView.width\">Titanium.UI.iOS.BlurView.width</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "width",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHorizontalWrap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.BlurView.horizontalWrap\">Titanium.UI.iOS.BlurView.horizontalWrap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.BlurView.horizontalWrap\">Titanium.UI.iOS.BlurView.horizontalWrap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHorizontalWrap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.BlurView.horizontalWrap\">Titanium.UI.iOS.BlurView.horizontalWrap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.BlurView.horizontalWrap\">Titanium.UI.iOS.BlurView.horizontalWrap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "horizontalWrap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getZIndex",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.BlurView.zIndex\">Titanium.UI.iOS.BlurView.zIndex</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.BlurView.zIndex\">Titanium.UI.iOS.BlurView.zIndex</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setZIndex",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.BlurView.zIndex\">Titanium.UI.iOS.BlurView.zIndex</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.BlurView.zIndex\">Titanium.UI.iOS.BlurView.zIndex</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "zIndex",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getEffect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.BlurView.effect\">Titanium.UI.iOS.BlurView.effect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.BlurView.effect\">Titanium.UI.iOS.BlurView.effect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setEffect",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.BlurView.effect\">Titanium.UI.iOS.BlurView.effect</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.BlurView.effect\">Titanium.UI.iOS.BlurView.effect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "effect",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.UI.View",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityHidden",
                    "deprecated": false,
                    "description": "<p>Whether the view should be &quot;hidden&quot; from (i.e., ignored by) the accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityHint",
                    "deprecated": false,
                    "description": "<p>Briefly describes what performing an action (such as a click) on the view will do.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityLabel",
                    "deprecated": false,
                    "description": "<p>A succint label identifying the view for the device's accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityValue",
                    "deprecated": false,
                    "description": "<p>A string describing the value (if any) of the view for the device's accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "anchorPoint",
                    "deprecated": false,
                    "description": "<p>Coordinate of the view about which to pivot an animation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "animatedCenter",
                    "deprecated": false,
                    "description": "<p>Current position of the view during an animation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundColor",
                    "deprecated": false,
                    "description": "<p>Background color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundGradient",
                    "deprecated": false,
                    "description": "<p>A background gradient for the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [
                        {
                            "title": "Linear and Radial Gradients",
                            "code": "<p>The following code excerpt creates two views, one with a linear gradient and one with\na radial gradient.</p>\n<pre><code>var win1 = Titanium.UI.createWindow({\n    title:'Tab 1',\n    backgroundColor:'#fff',\n    layout: 'vertical'\n});\n\nvar radialGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'radial',\n        startPoint: { x: 50, y: 50 },\n        endPoint: { x: 50, y: 50 },\n        colors: [ 'red', 'blue'],\n        startRadius: 50,\n        endRadius: 0,\n        backfillStart: true\n    }\n});\nvar linearGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'linear',\n        startPoint: { x: '0%', y: '50%' },\n        endPoint: { x: '100%', y: '50%' },\n        colors: [ { color: 'red', offset: 0.0}, { color: 'blue', offset: 0.25 }, { color: 'red', offset: 1.0 } ],\n    }\n});\nwin1.add(radialGradient);\nwin1.add(linearGradient);\nwin1.open();\n</code></pre>"
                        }
                    ],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Gradient",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundImage",
                    "deprecated": false,
                    "description": "<p>Background image for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundRepeat",
                    "deprecated": false,
                    "description": "<p>Determines whether to tile a background across a view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundLeftCap",
                    "deprecated": false,
                    "description": "<p>Size of the left end cap.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundTopCap",
                    "deprecated": false,
                    "description": "<p>Size of the top end cap.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderColor",
                    "deprecated": false,
                    "description": "<p>Border color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderRadius",
                    "deprecated": false,
                    "description": "<p>Radius for the rounded corners of the view's border.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderWidth",
                    "deprecated": false,
                    "description": "<p>Border width of the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "bottom",
                    "deprecated": false,
                    "description": "<p>View's bottom position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "center",
                    "deprecated": false,
                    "description": "<p>View's center position, in the parent view's coordinates.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "children",
                    "deprecated": false,
                    "description": "<p>Array of this view's child views.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "clipMode",
                    "deprecated": false,
                    "description": "<p>View's clipping behavior.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "height",
                    "deprecated": false,
                    "description": "<p>View height, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.FILL",
                        "Titanium.UI.SIZE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "horizontalMotionEffect",
                    "deprecated": false,
                    "description": "<p>Adds a horizontal parallax effect to the view</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "MinMaxOptions",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "id",
                    "deprecated": false,
                    "description": "<p>View's identifier.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "left",
                    "deprecated": false,
                    "description": "<p>View's left position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "layout",
                    "deprecated": false,
                    "description": "<p>Specifies how the view positions its children.\nOne of: 'composite', 'vertical', or 'horizontal'.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "opacity",
                    "deprecated": false,
                    "description": "<p>Opacity of this view, from 0.0 (transparent) to 1.0 (opaque). Defaults to 1.0 (opaque).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "pullBackgroundColor",
                    "deprecated": false,
                    "description": "<p>Background color of the wrapper view when this view is used as either <a href=\"Titanium.UI.ListView.pullView\">Titanium.UI.ListView.pullView</a> or <a href=\"Titanium.UI.TableView.headerPullView\">Titanium.UI.TableView.headerPullView</a>.</p>\n<p>Defaults to <code>undefined</code>. Results in a light grey background color on the wrapper view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "previewContext",
                    "deprecated": false,
                    "description": "<p>The preview context used in the 3D-Touch feature &quot;Peek and Pop&quot;.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Titanium.UI.iOS.PreviewContext",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "right",
                    "deprecated": false,
                    "description": "<p>View's right position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "rect",
                    "deprecated": false,
                    "description": "<p>The bounding box of the view relative to its parent, in system units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "DimensionWithAbsolutes",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "size",
                    "deprecated": false,
                    "description": "<p>The size of the view in system units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Dimension",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "tintColor",
                    "deprecated": false,
                    "description": "<p>The view's tintColor</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "top",
                    "deprecated": false,
                    "description": "<p>The view's top position.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "touchEnabled",
                    "deprecated": false,
                    "description": "<p>Determines whether view should receive touch events.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "transform",
                    "deprecated": false,
                    "description": "<p>Transformation matrix to apply to the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Titanium.UI.Matrix2D",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "verticalMotionEffect",
                    "deprecated": false,
                    "description": "<p>Adds a vertical parallax effect to the view</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "MinMaxOptions",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowRadius",
                    "deprecated": false,
                    "description": "<p>Determines the blur radius used to create the shadow.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowColor",
                    "deprecated": false,
                    "description": "<p>Determines the color of the shadow.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowOffset",
                    "deprecated": false,
                    "description": "<p>Determines the offset for the shadow of the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "visible",
                    "deprecated": false,
                    "description": "<p>Determines whether the view is visible.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "width",
                    "deprecated": false,
                    "description": "<p>View's width, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.FILL",
                        "Titanium.UI.SIZE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "horizontalWrap",
                    "deprecated": false,
                    "description": "<p>Determines whether the layout has wrapping behavior.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "zIndex",
                    "deprecated": false,
                    "description": "<p>Z-index stack order position, relative to other sibling views.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "effect",
                    "deprecated": false,
                    "description": "<p>The effect you provide for the view.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.iOS.BLUR_EFFECT_STYLE_EXTRA_LIGHT",
                        "Titanium.UI.iOS.BLUR_EFFECT_STYLE_LIGHT",
                        "Titanium.UI.iOS.BLUR_EFFECT_STYLE_DARK",
                        "Titanium.UI.iOS.BLUR_EFFECT_STYLE_REGULAR",
                        "Titanium.UI.iOS.BLUR_EFFECT_STYLE_PROMINENT",
                        "Titanium.UI.iOS.BLUR_EFFECT_STYLE_SYSTEM_ULTRA_THIN_MATERIAL",
                        "Titanium.UI.iOS.BLUR_EFFECT_STYLE_SYSTEM_THIN_MATERIAL",
                        "Titanium.UI.iOS.BLUR_EFFECT_STYLE_SYSTEM_MATERIAL",
                        "Titanium.UI.iOS.BLUR_EFFECT_STYLE_SYSTEM_THICK_MATERIAL",
                        "Titanium.UI.iOS.BLUR_EFFECT_STYLE_SYSTEM_CHROME_MATERIAL",
                        "Titanium.UI.iOS.BLUR_EFFECT_STYLE_SYSTEM_ULTRA_THIN_MATERIAL_LIGHT",
                        "Titanium.UI.iOS.BLUR_EFFECT_STYLE_SYSTEM_THIN_MATERIAL_LIGHT",
                        "Titanium.UI.iOS.BLUR_EFFECT_STYLE_SYSTEM_MATERIAL_LIGHT",
                        "Titanium.UI.iOS.BLUR_EFFECT_STYLE_SYSTEM_THICK_MATERIAL_LIGHT",
                        "Titanium.UI.iOS.BLUR_EFFECT_STYLE_SYSTEM_CHROME_MATERIAL_LIGHT",
                        "Titanium.UI.iOS.BLUR_EFFECT_STYLE_SYSTEM_ULTRA_THIN_MATERIAL_DARK",
                        "Titanium.UI.iOS.BLUR_EFFECT_STYLE_SYSTEM_THIN_MATERIAL_DARK",
                        "Titanium.UI.iOS.BLUR_EFFECT_STYLE_SYSTEM_MATERIAL_DARK",
                        "Titanium.UI.iOS.BLUR_EFFECT_STYLE_SYSTEM_THICK_MATERIAL_DARK",
                        "Titanium.UI.iOS.BLUR_EFFECT_STYLE_SYSTEM_CHROME_MATERIAL_DARK"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "5.4.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "5.4.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.iOS.CollisionBehavior",
            "description": "<p>Dynamic behavior to support collisions between items and boundaries.</p>",
            "deprecated": false,
            "events": [
                {
                    "name": "boundarycollision",
                    "deprecated": false,
                    "description": "<p>Fired when an item collides with a boundary.</p>",
                    "properties": [
                        {
                            "name": "item",
                            "constants": [],
                            "description": "<p>Item that collided with the boundary.</p>",
                            "type": "Titanium.UI.View",
                            "deprecated": false
                        },
                        {
                            "name": "identifier",
                            "constants": [],
                            "description": "<p>Identifier of the boundary the item collided with.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "point",
                            "constants": [],
                            "description": "<p>Point of the collision when it started. Only returned when <code>start</code> is <code>true</code>.</p>",
                            "type": "Point",
                            "deprecated": false
                        },
                        {
                            "name": "start",
                            "constants": [],
                            "description": "<p>Returns <code>true</code> if the collision started else <code>false</code>.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "itemcollision",
                    "deprecated": false,
                    "description": "<p>Fired when two items collide.</p>",
                    "properties": [
                        {
                            "name": "item1",
                            "constants": [],
                            "description": "<p>Item that collided with <code>item2</code>.</p>",
                            "type": "Titanium.UI.View",
                            "deprecated": false
                        },
                        {
                            "name": "item2",
                            "constants": [],
                            "description": "<p>Item that collided with <code>item1</code>.</p>",
                            "type": "Titanium.UI.View",
                            "deprecated": false
                        },
                        {
                            "name": "point",
                            "constants": [],
                            "description": "<p>Point of the collision when it started. Only returned when <code>start</code> is <code>true</code>.</p>",
                            "type": "Point",
                            "deprecated": false
                        },
                        {
                            "name": "start",
                            "constants": [],
                            "description": "<p>Returns <code>true</code> if the collision started else <code>false</code>.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                }
            ],
            "examples": [
                {
                    "title": "Simple Example",
                    "code": "<p>The following example creates many blocks scattered across the top of the window, which\nstart falling after the window opens.  The item and boundary collisions are reported to the\nconsole.</p>\n<img src=\"images/animator/collision.gif\" height=\"455\" style=\"border:1px solid black\"/>\n<pre><code>var win = Ti.UI.createWindow({backgroundColor: 'white', fullscreen: true});\n\n// Create an Animator object using the window as the coordinate system\nvar animator = Ti.UI.iOS.createAnimator({referenceView: win});\n\n// Create a default collision behavior, using the window edges as boundaries\nvar collision = Ti.UI.iOS.createCollisionBehavior();\n\n// Listen for collisions\nfunction report(e) {\n    Ti.API.info(JSON.stringify(e.type));\n};\ncollision.addEventListener('itemcollision', report);\ncollision.addEventListener('boundarycollision', report);\n\n// Simulate Earth's gravity\nvar gravity = Ti.UI.iOS.createGravityBehavior({\n    gravityDirection: {x: 0.0, y: 1.0}\n});\n\nvar WIDTH = Ti.Platform.displayCaps.platformWidth;\nvar HEIGHT = Ti.Platform.displayCaps.platformHeight;\n\n// Create a bunch of random blocks; add to the window and behaviors\nvar blocks = [];   \nfor (var i = 0; i &lt; 25; i++) {\n    var r = Math.round(Math.random() * 255);\n    var g = Math.round(Math.random() * 255);\n    var b = Math.round(Math.random() * 255);\n    var rgb = 'rgb(' + r +&quot;,&quot; + g + &quot;,&quot; + b + &quot;)&quot;;\n\n    blocks[i] = Ti.UI.createView({\n        width: 25,\n        height: 25,\n        top: Math.round(Math.random() * (HEIGHT / 4) + 25),\n        left: Math.round(Math.random() * (WIDTH - 25) + 25),\n        backgroundColor: rgb\n    });\n    win.add(blocks[i]);\n    collision.addItem(blocks[i]);\n    gravity.addItem(blocks[i]);\n}\n\nanimator.addBehavior(collision);\nanimator.addBehavior(gravity);\n\n// Start the animation when the window opens\nwin.addEventListener('open', function(e){\n    animator.startAnimator();\n});\n\nwin.open();\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "addBoundary",
                    "deprecated": false,
                    "description": "<p>Adds a boundary to this behavior.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "boundary",
                            "constants": [],
                            "description": "<p>Boundary to add to the behavior.</p>",
                            "type": "BoundaryIdentifier",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "addItem",
                    "deprecated": false,
                    "description": "<p>Adds an item to this behavior.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "item",
                            "constants": [],
                            "description": "<p>View object to add to the behavior.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeAllBoundaries",
                    "deprecated": false,
                    "description": "<p>Removes all boundaries from this behavior.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeBoundary",
                    "deprecated": false,
                    "description": "<p>Removes the specified boundary from this behavior.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "boundary",
                            "constants": [],
                            "description": "<p>Boundary to remove.</p>",
                            "type": "BoundaryIdentifier",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeItem",
                    "deprecated": false,
                    "description": "<p>Removes the specified item from this behavior.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "item",
                            "constants": [],
                            "description": "<p>Item to remove.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.CollisionBehavior.bubbleParent\">Titanium.UI.iOS.CollisionBehavior.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.CollisionBehavior.bubbleParent\">Titanium.UI.iOS.CollisionBehavior.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.CollisionBehavior.bubbleParent\">Titanium.UI.iOS.CollisionBehavior.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.CollisionBehavior.bubbleParent\">Titanium.UI.iOS.CollisionBehavior.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.CollisionBehavior.apiName\">Titanium.UI.iOS.CollisionBehavior.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.CollisionBehavior.apiName\">Titanium.UI.iOS.CollisionBehavior.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBoundaryIdentifiers",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.CollisionBehavior.boundaryIdentifiers\">Titanium.UI.iOS.CollisionBehavior.boundaryIdentifiers</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.CollisionBehavior.boundaryIdentifiers\">Titanium.UI.iOS.CollisionBehavior.boundaryIdentifiers</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getCollisionMode",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.CollisionBehavior.collisionMode\">Titanium.UI.iOS.CollisionBehavior.collisionMode</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.CollisionBehavior.collisionMode\">Titanium.UI.iOS.CollisionBehavior.collisionMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setCollisionMode",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.CollisionBehavior.collisionMode\">Titanium.UI.iOS.CollisionBehavior.collisionMode</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.CollisionBehavior.collisionMode\">Titanium.UI.iOS.CollisionBehavior.collisionMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "collisionMode",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getItems",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.CollisionBehavior.items\">Titanium.UI.iOS.CollisionBehavior.items</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.CollisionBehavior.items\">Titanium.UI.iOS.CollisionBehavior.items</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getReferenceInsets",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.CollisionBehavior.referenceInsets\">Titanium.UI.iOS.CollisionBehavior.referenceInsets</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.CollisionBehavior.referenceInsets\">Titanium.UI.iOS.CollisionBehavior.referenceInsets</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Padding",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setReferenceInsets",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.CollisionBehavior.referenceInsets\">Titanium.UI.iOS.CollisionBehavior.referenceInsets</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.CollisionBehavior.referenceInsets\">Titanium.UI.iOS.CollisionBehavior.referenceInsets</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "referenceInsets",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Padding",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTreatReferenceAsBoundary",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.CollisionBehavior.treatReferenceAsBoundary\">Titanium.UI.iOS.CollisionBehavior.treatReferenceAsBoundary</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.CollisionBehavior.treatReferenceAsBoundary\">Titanium.UI.iOS.CollisionBehavior.treatReferenceAsBoundary</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTreatReferenceAsBoundary",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.CollisionBehavior.treatReferenceAsBoundary\">Titanium.UI.iOS.CollisionBehavior.treatReferenceAsBoundary</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.CollisionBehavior.treatReferenceAsBoundary\">Titanium.UI.iOS.CollisionBehavior.treatReferenceAsBoundary</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "treatReferenceAsBoundary",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": true,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "boundaryIdentifiers",
                    "deprecated": false,
                    "description": "<p>Boundary identfiers added to this behavior.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "collisionMode",
                    "deprecated": false,
                    "description": "<p>Specifies the collision behavior.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.iOS.COLLISION_MODE_ALL",
                        "Titanium.UI.iOS.COLLISION_MODE_BOUNDARY",
                        "Titanium.UI.iOS.COLLISION_MODE_ITEM"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "items",
                    "deprecated": false,
                    "description": "<p>Items added to this behavior.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "referenceInsets",
                    "deprecated": false,
                    "description": "<p>Insets to apply when using the animator's reference view as the boundary.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "type": "Padding",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "treatReferenceAsBoundary",
                    "deprecated": false,
                    "description": "<p>Use the animator's reference view as the boundary.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>A collision behavior specifies the behavior when items collide with each other and boundaries.\nTo define a collision behavior:</p>\n<ol>\n<li>Use the <a href=\"Titanium.UI.iOS.createCollisionBehavior\">Titanium.UI.iOS.createCollisionBehavior</a> method to create and define the behavior.</li>\n<li>Use the <a href=\"Titanium.UI.iOS.CollisionBehavior.addItem\">addItem</a> method to add items to the behavior.</li>\n<li>Use the <a href=\"Titanium.UI.iOS.CollisionBehavior.addBoundary\">addBoundary</a> method to add custom\nboundaries for the item to collide with. By default, the behavior uses the Animator\nobject's reference view as the boundary.</li>\n<li>Add the behavior to an <a href=\"Titanium.UI.iOS.Animator\">Animator object</a>.</li>\n</ol>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "3.2"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "3.2"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "BoundaryIdentifier",
            "description": "<p>Dictionary to specify a boundary identifier for <a href=\"Titanium.UI.iOS.CollisionBehavior.addBoundary\">Titanium.UI.iOS.CollisionBehavior.addBoundary</a>.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "identifier",
                    "deprecated": false,
                    "description": "<p>Arbitrary identifier for the boundary</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "point1",
                    "deprecated": false,
                    "description": "<p>Start point for the boundary</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "point2",
                    "deprecated": false,
                    "description": "<p>End point for the boundary</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "3.2"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "3.2"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.iOS.CoverFlowView",
            "description": "<p>The cover flow view is a container showing animated three-dimensional images in a style\nconsistent with the cover flow presentation style used for iPod, iTunes, and file browsing.</p>",
            "deprecated": false,
            "events": [
                {
                    "name": "click",
                    "deprecated": false,
                    "description": "<p>Fired when the user clicks on the view.</p>",
                    "properties": [
                        {
                            "name": "index",
                            "constants": [],
                            "description": "<p>Index of the image that is now visible.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "previous",
                            "constants": [],
                            "description": "<p>Index of the previously-visible image.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "keypressed",
                    "deprecated": false,
                    "description": "<p>Fired when a hardware key is pressed in the view.</p>",
                    "properties": [
                        {
                            "name": "keyCode",
                            "constants": [],
                            "description": "<p>The code for the physical key that was pressed. For more details, see <a href=\"https://developer.android.com/reference/android/view/KeyEvent.html\">KeyEvent</a>. This API is experimental and subject to change.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "postlayout",
                    "deprecated": false,
                    "description": "<p>Fired when a layout cycle is finished.</p>"
                },
                {
                    "name": "change",
                    "deprecated": false,
                    "description": "<p>Fired when the user changes the image using a gesture.</p>",
                    "properties": [
                        {
                            "name": "index",
                            "constants": [],
                            "description": "<p>Index of the image that is now visible.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "previous",
                            "constants": [],
                            "description": "<p>Index of the previously-visible image.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                }
            ],
            "examples": [
                {
                    "title": "Simple 3 image cover flow example",
                    "code": "<p>Create a simple cover flow view.</p>\n<pre><code>var view = Titanium.UI.iOS.createCoverFlowView({\n\tbackgroundColor:'#000',\n\timages:['a.png','b.png','c.png']\n});\nwindow.add(view);\n</code></pre>"
                },
                {
                    "title": "Alloy XML Markup",
                    "code": "<p>Previous example as an Alloy view.</p>\n<pre><code>&lt;Alloy&gt;\n    &lt;Window id=&quot;window&quot;&gt;\n        &lt;CoverFlowView id=&quot;view&quot; platform=&quot;ios&quot; backgroundColor=&quot;#000&quot;&gt;\n\n            &lt;!-- The Images tag sets the CoverFlowView.images property. --&gt;\n            &lt;Images&gt;\n\n                &lt;!-- Assign the image by node text or the image attribute. --&gt;\n                &lt;!-- Can also specify the width and height attributes. --&gt;\n\n                &lt;Image&gt;a.png&lt;/Image&gt;\n                &lt;Image&gt;b.png&lt;/Image&gt;\n                &lt;Image&gt;c.png&lt;/Image&gt;\n\n            &lt;/Images&gt;\n\n            &lt;!-- Place additional views for the CoverFlowView here. --&gt;\n\n        &lt;/CoverFlowView&gt;\n    &lt;/Window&gt;\n&lt;/Alloy&gt;\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "animate",
                    "deprecated": false,
                    "description": "<p>Animates this view.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "animation",
                            "constants": [],
                            "description": "<p>Either a dictionary of animation properties or an\n<a href=\"Titanium.UI.Animation\">Animation</a> object.</p>",
                            "type": "Titanium.UI.Animation",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Function to be invoked upon completion of the animation.</p>",
                            "type": "Function",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "clearMotionEffects",
                    "deprecated": false,
                    "description": "<p>Removes all previously added motion effects.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "finishLayout",
                    "deprecated": true,
                    "description": "<p>Finishes a batch update of the View's layout properties and schedules a layout pass of the\nview tree.\n<strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hide",
                    "deprecated": false,
                    "description": "<p>Hides this view.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Animation options for Android only. <strong>Since SDK 5.1.0 and used only on Android 5.0+</strong></p>\n<p>Determines whether to enable a circular reveal animation.\nNote that the default here is equivalent to passing in <code>{ animated: false }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "insertAt",
                    "deprecated": false,
                    "description": "<p>Inserts a view at the specified position in the <a href=\"Titanium.UI.View.children\">children</a> array.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Pass an object that specifies the view to insert and optionally at which position (defaults to end)</p>",
                            "type": "ViewPositionOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "show",
                    "deprecated": false,
                    "description": "<p>Makes this view visible.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Animation options for Android only. <strong>Since SDK 5.1.0 and only used on Android 5.0+</strong></p>\n<p>Determines whether to enable a circular reveal animation.\nNote that the default here is equivalent to passing in <code>{ animated: false }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "startLayout",
                    "deprecated": true,
                    "description": "<p>Starts a batch update of this view's layout properties. <strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">Titanium.Proxy.applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "toImage",
                    "deprecated": false,
                    "description": "<p>Returns an image of the rendered view, as a Blob.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Function to be invoked upon completion. If non-null, this method will be performed\nasynchronously. If null, it will be performed immediately.</p>",
                            "type": "Function",
                            "usage": "optional"
                        },
                        {
                            "name": "honorScaleFactor",
                            "constants": [],
                            "description": "<p>Determines whether the image is scaled based on scale factor of main screen. (iOS only)</p>\n<p>When set to true, image is scale factor is honored. When set to false, the image in the\nblob has the same dimensions for retina and non-retina devices.</p>",
                            "type": "Boolean",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Blob",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "updateLayout",
                    "deprecated": true,
                    "description": "<p>Performs a batch update of all supplied layout properties and schedules a layout pass after\nthey have been updated.\n<strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">Titanium.Proxy.applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Layout properties to be updated.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "convertPointToView",
                    "deprecated": false,
                    "description": "<p>Translates a point from this view's coordinate system to another view's coordinate system.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "point",
                            "constants": [],
                            "description": "<p>A point in this view's coordinate system.</p>\n<p>If this argument is missing an <code>x</code> or <code>y</code> property, or the properties can not be\nconverted into numbers, an exception will be raised.</p>",
                            "type": "Point",
                            "usage": "required"
                        },
                        {
                            "name": "destinationView",
                            "constants": [],
                            "description": "<p>View that specifies the destination coordinate system to convert to. If this argument\nis not a view, an exception will be raised.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewById",
                    "deprecated": false,
                    "description": "<p>Returns the matching view of a given view ID.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "id",
                            "constants": [],
                            "description": "<p>The ID of the view that should be returned. Use the <code>id</code> property in your views to\nenable it for indexing in this method.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.View",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setImage",
                    "deprecated": false,
                    "description": "<p>Changes the image for a specified index.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "index",
                            "constants": [],
                            "description": "<p>Index to add the image at.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "image",
                            "constants": [],
                            "description": "<p>Image to add at this index.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.CoverFlowView.bubbleParent\">Titanium.UI.iOS.CoverFlowView.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.CoverFlowView.bubbleParent\">Titanium.UI.iOS.CoverFlowView.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.CoverFlowView.bubbleParent\">Titanium.UI.iOS.CoverFlowView.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.CoverFlowView.bubbleParent\">Titanium.UI.iOS.CoverFlowView.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.CoverFlowView.apiName\">Titanium.UI.iOS.CoverFlowView.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.CoverFlowView.apiName\">Titanium.UI.iOS.CoverFlowView.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityHidden",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.CoverFlowView.accessibilityHidden\">Titanium.UI.iOS.CoverFlowView.accessibilityHidden</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.CoverFlowView.accessibilityHidden\">Titanium.UI.iOS.CoverFlowView.accessibilityHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityHidden",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.CoverFlowView.accessibilityHidden\">Titanium.UI.iOS.CoverFlowView.accessibilityHidden</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.CoverFlowView.accessibilityHidden\">Titanium.UI.iOS.CoverFlowView.accessibilityHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityHidden",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityHint",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.CoverFlowView.accessibilityHint\">Titanium.UI.iOS.CoverFlowView.accessibilityHint</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.CoverFlowView.accessibilityHint\">Titanium.UI.iOS.CoverFlowView.accessibilityHint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityHint",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.CoverFlowView.accessibilityHint\">Titanium.UI.iOS.CoverFlowView.accessibilityHint</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.CoverFlowView.accessibilityHint\">Titanium.UI.iOS.CoverFlowView.accessibilityHint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityHint",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityLabel",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.CoverFlowView.accessibilityLabel\">Titanium.UI.iOS.CoverFlowView.accessibilityLabel</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.CoverFlowView.accessibilityLabel\">Titanium.UI.iOS.CoverFlowView.accessibilityLabel</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityLabel",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.CoverFlowView.accessibilityLabel\">Titanium.UI.iOS.CoverFlowView.accessibilityLabel</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.CoverFlowView.accessibilityLabel\">Titanium.UI.iOS.CoverFlowView.accessibilityLabel</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityLabel",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityValue",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.CoverFlowView.accessibilityValue\">Titanium.UI.iOS.CoverFlowView.accessibilityValue</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.CoverFlowView.accessibilityValue\">Titanium.UI.iOS.CoverFlowView.accessibilityValue</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityValue",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.CoverFlowView.accessibilityValue\">Titanium.UI.iOS.CoverFlowView.accessibilityValue</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.CoverFlowView.accessibilityValue\">Titanium.UI.iOS.CoverFlowView.accessibilityValue</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityValue",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAnchorPoint",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.CoverFlowView.anchorPoint\">Titanium.UI.iOS.CoverFlowView.anchorPoint</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.CoverFlowView.anchorPoint\">Titanium.UI.iOS.CoverFlowView.anchorPoint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAnchorPoint",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.CoverFlowView.anchorPoint\">Titanium.UI.iOS.CoverFlowView.anchorPoint</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.CoverFlowView.anchorPoint\">Titanium.UI.iOS.CoverFlowView.anchorPoint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "anchorPoint",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAnimatedCenter",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.CoverFlowView.animatedCenter\">Titanium.UI.iOS.CoverFlowView.animatedCenter</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.CoverFlowView.animatedCenter\">Titanium.UI.iOS.CoverFlowView.animatedCenter</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.CoverFlowView.backgroundColor\">Titanium.UI.iOS.CoverFlowView.backgroundColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.CoverFlowView.backgroundColor\">Titanium.UI.iOS.CoverFlowView.backgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.CoverFlowView.backgroundColor\">Titanium.UI.iOS.CoverFlowView.backgroundColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.CoverFlowView.backgroundColor\">Titanium.UI.iOS.CoverFlowView.backgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundGradient",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.CoverFlowView.backgroundGradient\">Titanium.UI.iOS.CoverFlowView.backgroundGradient</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.CoverFlowView.backgroundGradient\">Titanium.UI.iOS.CoverFlowView.backgroundGradient</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Gradient",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundGradient",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.CoverFlowView.backgroundGradient\">Titanium.UI.iOS.CoverFlowView.backgroundGradient</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.CoverFlowView.backgroundGradient\">Titanium.UI.iOS.CoverFlowView.backgroundGradient</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundGradient",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Gradient",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.CoverFlowView.backgroundImage\">Titanium.UI.iOS.CoverFlowView.backgroundImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.CoverFlowView.backgroundImage\">Titanium.UI.iOS.CoverFlowView.backgroundImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.CoverFlowView.backgroundImage\">Titanium.UI.iOS.CoverFlowView.backgroundImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.CoverFlowView.backgroundImage\">Titanium.UI.iOS.CoverFlowView.backgroundImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundRepeat",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.CoverFlowView.backgroundRepeat\">Titanium.UI.iOS.CoverFlowView.backgroundRepeat</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.CoverFlowView.backgroundRepeat\">Titanium.UI.iOS.CoverFlowView.backgroundRepeat</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundRepeat",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.CoverFlowView.backgroundRepeat\">Titanium.UI.iOS.CoverFlowView.backgroundRepeat</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.CoverFlowView.backgroundRepeat\">Titanium.UI.iOS.CoverFlowView.backgroundRepeat</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundRepeat",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundLeftCap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.CoverFlowView.backgroundLeftCap\">Titanium.UI.iOS.CoverFlowView.backgroundLeftCap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.CoverFlowView.backgroundLeftCap\">Titanium.UI.iOS.CoverFlowView.backgroundLeftCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundLeftCap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.CoverFlowView.backgroundLeftCap\">Titanium.UI.iOS.CoverFlowView.backgroundLeftCap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.CoverFlowView.backgroundLeftCap\">Titanium.UI.iOS.CoverFlowView.backgroundLeftCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundLeftCap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundTopCap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.CoverFlowView.backgroundTopCap\">Titanium.UI.iOS.CoverFlowView.backgroundTopCap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.CoverFlowView.backgroundTopCap\">Titanium.UI.iOS.CoverFlowView.backgroundTopCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundTopCap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.CoverFlowView.backgroundTopCap\">Titanium.UI.iOS.CoverFlowView.backgroundTopCap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.CoverFlowView.backgroundTopCap\">Titanium.UI.iOS.CoverFlowView.backgroundTopCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundTopCap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.CoverFlowView.borderColor\">Titanium.UI.iOS.CoverFlowView.borderColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.CoverFlowView.borderColor\">Titanium.UI.iOS.CoverFlowView.borderColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.CoverFlowView.borderColor\">Titanium.UI.iOS.CoverFlowView.borderColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.CoverFlowView.borderColor\">Titanium.UI.iOS.CoverFlowView.borderColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderRadius",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.CoverFlowView.borderRadius\">Titanium.UI.iOS.CoverFlowView.borderRadius</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.CoverFlowView.borderRadius\">Titanium.UI.iOS.CoverFlowView.borderRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderRadius",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.CoverFlowView.borderRadius\">Titanium.UI.iOS.CoverFlowView.borderRadius</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.CoverFlowView.borderRadius\">Titanium.UI.iOS.CoverFlowView.borderRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderRadius",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderWidth",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.CoverFlowView.borderWidth\">Titanium.UI.iOS.CoverFlowView.borderWidth</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.CoverFlowView.borderWidth\">Titanium.UI.iOS.CoverFlowView.borderWidth</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderWidth",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.CoverFlowView.borderWidth\">Titanium.UI.iOS.CoverFlowView.borderWidth</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.CoverFlowView.borderWidth\">Titanium.UI.iOS.CoverFlowView.borderWidth</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderWidth",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBottom",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.CoverFlowView.bottom\">Titanium.UI.iOS.CoverFlowView.bottom</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.CoverFlowView.bottom\">Titanium.UI.iOS.CoverFlowView.bottom</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBottom",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.CoverFlowView.bottom\">Titanium.UI.iOS.CoverFlowView.bottom</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.CoverFlowView.bottom\">Titanium.UI.iOS.CoverFlowView.bottom</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bottom",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getCenter",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.CoverFlowView.center\">Titanium.UI.iOS.CoverFlowView.center</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.CoverFlowView.center\">Titanium.UI.iOS.CoverFlowView.center</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setCenter",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.CoverFlowView.center\">Titanium.UI.iOS.CoverFlowView.center</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.CoverFlowView.center\">Titanium.UI.iOS.CoverFlowView.center</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "center",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getClipMode",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.CoverFlowView.clipMode\">Titanium.UI.iOS.CoverFlowView.clipMode</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.CoverFlowView.clipMode\">Titanium.UI.iOS.CoverFlowView.clipMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setClipMode",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.CoverFlowView.clipMode\">Titanium.UI.iOS.CoverFlowView.clipMode</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.CoverFlowView.clipMode\">Titanium.UI.iOS.CoverFlowView.clipMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "clipMode",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHeight",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.CoverFlowView.height\">Titanium.UI.iOS.CoverFlowView.height</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.CoverFlowView.height\">Titanium.UI.iOS.CoverFlowView.height</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHeight",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.CoverFlowView.height\">Titanium.UI.iOS.CoverFlowView.height</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.CoverFlowView.height\">Titanium.UI.iOS.CoverFlowView.height</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "height",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHorizontalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.CoverFlowView.horizontalMotionEffect\">Titanium.UI.iOS.CoverFlowView.horizontalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.CoverFlowView.horizontalMotionEffect\">Titanium.UI.iOS.CoverFlowView.horizontalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "MinMaxOptions",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHorizontalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.CoverFlowView.horizontalMotionEffect\">Titanium.UI.iOS.CoverFlowView.horizontalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.CoverFlowView.horizontalMotionEffect\">Titanium.UI.iOS.CoverFlowView.horizontalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "horizontalMotionEffect",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "MinMaxOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLeft",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.CoverFlowView.left\">Titanium.UI.iOS.CoverFlowView.left</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.CoverFlowView.left\">Titanium.UI.iOS.CoverFlowView.left</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLeft",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.CoverFlowView.left\">Titanium.UI.iOS.CoverFlowView.left</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.CoverFlowView.left\">Titanium.UI.iOS.CoverFlowView.left</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "left",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLayout",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.CoverFlowView.layout\">Titanium.UI.iOS.CoverFlowView.layout</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.CoverFlowView.layout\">Titanium.UI.iOS.CoverFlowView.layout</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLayout",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.CoverFlowView.layout\">Titanium.UI.iOS.CoverFlowView.layout</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.CoverFlowView.layout\">Titanium.UI.iOS.CoverFlowView.layout</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "layout",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getOpacity",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.CoverFlowView.opacity\">Titanium.UI.iOS.CoverFlowView.opacity</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.CoverFlowView.opacity\">Titanium.UI.iOS.CoverFlowView.opacity</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setOpacity",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.CoverFlowView.opacity\">Titanium.UI.iOS.CoverFlowView.opacity</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.CoverFlowView.opacity\">Titanium.UI.iOS.CoverFlowView.opacity</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "opacity",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPullBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.CoverFlowView.pullBackgroundColor\">Titanium.UI.iOS.CoverFlowView.pullBackgroundColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.CoverFlowView.pullBackgroundColor\">Titanium.UI.iOS.CoverFlowView.pullBackgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setPullBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.CoverFlowView.pullBackgroundColor\">Titanium.UI.iOS.CoverFlowView.pullBackgroundColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.CoverFlowView.pullBackgroundColor\">Titanium.UI.iOS.CoverFlowView.pullBackgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "pullBackgroundColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPreviewContext",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.CoverFlowView.previewContext\">Titanium.UI.iOS.CoverFlowView.previewContext</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.CoverFlowView.previewContext\">Titanium.UI.iOS.CoverFlowView.previewContext</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.iOS.PreviewContext",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "setPreviewContext",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.CoverFlowView.previewContext\">Titanium.UI.iOS.CoverFlowView.previewContext</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.CoverFlowView.previewContext\">Titanium.UI.iOS.CoverFlowView.previewContext</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "previewContext",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.iOS.PreviewContext",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "getRight",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.CoverFlowView.right\">Titanium.UI.iOS.CoverFlowView.right</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.CoverFlowView.right\">Titanium.UI.iOS.CoverFlowView.right</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setRight",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.CoverFlowView.right\">Titanium.UI.iOS.CoverFlowView.right</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.CoverFlowView.right\">Titanium.UI.iOS.CoverFlowView.right</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "right",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.CoverFlowView.rect\">Titanium.UI.iOS.CoverFlowView.rect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.CoverFlowView.rect\">Titanium.UI.iOS.CoverFlowView.rect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "DimensionWithAbsolutes",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSize",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.CoverFlowView.size\">Titanium.UI.iOS.CoverFlowView.size</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.CoverFlowView.size\">Titanium.UI.iOS.CoverFlowView.size</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Dimension",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTintColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.CoverFlowView.tintColor\">Titanium.UI.iOS.CoverFlowView.tintColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.CoverFlowView.tintColor\">Titanium.UI.iOS.CoverFlowView.tintColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTintColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.CoverFlowView.tintColor\">Titanium.UI.iOS.CoverFlowView.tintColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.CoverFlowView.tintColor\">Titanium.UI.iOS.CoverFlowView.tintColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "tintColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTop",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.CoverFlowView.top\">Titanium.UI.iOS.CoverFlowView.top</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.CoverFlowView.top\">Titanium.UI.iOS.CoverFlowView.top</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTop",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.CoverFlowView.top\">Titanium.UI.iOS.CoverFlowView.top</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.CoverFlowView.top\">Titanium.UI.iOS.CoverFlowView.top</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "top",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTouchEnabled",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.CoverFlowView.touchEnabled\">Titanium.UI.iOS.CoverFlowView.touchEnabled</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.CoverFlowView.touchEnabled\">Titanium.UI.iOS.CoverFlowView.touchEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTouchEnabled",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.CoverFlowView.touchEnabled\">Titanium.UI.iOS.CoverFlowView.touchEnabled</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.CoverFlowView.touchEnabled\">Titanium.UI.iOS.CoverFlowView.touchEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchEnabled",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTransform",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.CoverFlowView.transform\">Titanium.UI.iOS.CoverFlowView.transform</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.CoverFlowView.transform\">Titanium.UI.iOS.CoverFlowView.transform</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Matrix2D",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTransform",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.CoverFlowView.transform\">Titanium.UI.iOS.CoverFlowView.transform</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.CoverFlowView.transform\">Titanium.UI.iOS.CoverFlowView.transform</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "transform",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Matrix2D",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getVerticalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.CoverFlowView.verticalMotionEffect\">Titanium.UI.iOS.CoverFlowView.verticalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.CoverFlowView.verticalMotionEffect\">Titanium.UI.iOS.CoverFlowView.verticalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "MinMaxOptions",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setVerticalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.CoverFlowView.verticalMotionEffect\">Titanium.UI.iOS.CoverFlowView.verticalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.CoverFlowView.verticalMotionEffect\">Titanium.UI.iOS.CoverFlowView.verticalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "verticalMotionEffect",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "MinMaxOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowRadius",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.CoverFlowView.viewShadowRadius\">Titanium.UI.iOS.CoverFlowView.viewShadowRadius</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.CoverFlowView.viewShadowRadius\">Titanium.UI.iOS.CoverFlowView.viewShadowRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowRadius",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.CoverFlowView.viewShadowRadius\">Titanium.UI.iOS.CoverFlowView.viewShadowRadius</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.CoverFlowView.viewShadowRadius\">Titanium.UI.iOS.CoverFlowView.viewShadowRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowRadius",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.CoverFlowView.viewShadowColor\">Titanium.UI.iOS.CoverFlowView.viewShadowColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.CoverFlowView.viewShadowColor\">Titanium.UI.iOS.CoverFlowView.viewShadowColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.CoverFlowView.viewShadowColor\">Titanium.UI.iOS.CoverFlowView.viewShadowColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.CoverFlowView.viewShadowColor\">Titanium.UI.iOS.CoverFlowView.viewShadowColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowOffset",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.CoverFlowView.viewShadowOffset\">Titanium.UI.iOS.CoverFlowView.viewShadowOffset</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.CoverFlowView.viewShadowOffset\">Titanium.UI.iOS.CoverFlowView.viewShadowOffset</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowOffset",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.CoverFlowView.viewShadowOffset\">Titanium.UI.iOS.CoverFlowView.viewShadowOffset</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.CoverFlowView.viewShadowOffset\">Titanium.UI.iOS.CoverFlowView.viewShadowOffset</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowOffset",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getVisible",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.CoverFlowView.visible\">Titanium.UI.iOS.CoverFlowView.visible</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.CoverFlowView.visible\">Titanium.UI.iOS.CoverFlowView.visible</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setVisible",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.CoverFlowView.visible\">Titanium.UI.iOS.CoverFlowView.visible</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.CoverFlowView.visible\">Titanium.UI.iOS.CoverFlowView.visible</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "visible",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getWidth",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.CoverFlowView.width\">Titanium.UI.iOS.CoverFlowView.width</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.CoverFlowView.width\">Titanium.UI.iOS.CoverFlowView.width</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setWidth",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.CoverFlowView.width\">Titanium.UI.iOS.CoverFlowView.width</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.CoverFlowView.width\">Titanium.UI.iOS.CoverFlowView.width</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "width",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHorizontalWrap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.CoverFlowView.horizontalWrap\">Titanium.UI.iOS.CoverFlowView.horizontalWrap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.CoverFlowView.horizontalWrap\">Titanium.UI.iOS.CoverFlowView.horizontalWrap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHorizontalWrap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.CoverFlowView.horizontalWrap\">Titanium.UI.iOS.CoverFlowView.horizontalWrap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.CoverFlowView.horizontalWrap\">Titanium.UI.iOS.CoverFlowView.horizontalWrap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "horizontalWrap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getZIndex",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.CoverFlowView.zIndex\">Titanium.UI.iOS.CoverFlowView.zIndex</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.CoverFlowView.zIndex\">Titanium.UI.iOS.CoverFlowView.zIndex</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setZIndex",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.CoverFlowView.zIndex\">Titanium.UI.iOS.CoverFlowView.zIndex</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.CoverFlowView.zIndex\">Titanium.UI.iOS.CoverFlowView.zIndex</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "zIndex",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getImages",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.CoverFlowView.images\">Titanium.UI.iOS.CoverFlowView.images</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.CoverFlowView.images\">Titanium.UI.iOS.CoverFlowView.images</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setImages",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.CoverFlowView.images\">Titanium.UI.iOS.CoverFlowView.images</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.CoverFlowView.images\">Titanium.UI.iOS.CoverFlowView.images</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "images",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSelected",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.CoverFlowView.selected\">Titanium.UI.iOS.CoverFlowView.selected</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.CoverFlowView.selected\">Titanium.UI.iOS.CoverFlowView.selected</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setSelected",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.CoverFlowView.selected\">Titanium.UI.iOS.CoverFlowView.selected</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.CoverFlowView.selected\">Titanium.UI.iOS.CoverFlowView.selected</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "selected",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.UI.View",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityHidden",
                    "deprecated": false,
                    "description": "<p>Whether the view should be &quot;hidden&quot; from (i.e., ignored by) the accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityHint",
                    "deprecated": false,
                    "description": "<p>Briefly describes what performing an action (such as a click) on the view will do.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityLabel",
                    "deprecated": false,
                    "description": "<p>A succint label identifying the view for the device's accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityValue",
                    "deprecated": false,
                    "description": "<p>A string describing the value (if any) of the view for the device's accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "anchorPoint",
                    "deprecated": false,
                    "description": "<p>Coordinate of the view about which to pivot an animation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "animatedCenter",
                    "deprecated": false,
                    "description": "<p>Current position of the view during an animation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundColor",
                    "deprecated": false,
                    "description": "<p>Background color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundGradient",
                    "deprecated": false,
                    "description": "<p>A background gradient for the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [
                        {
                            "title": "Linear and Radial Gradients",
                            "code": "<p>The following code excerpt creates two views, one with a linear gradient and one with\na radial gradient.</p>\n<pre><code>var win1 = Titanium.UI.createWindow({\n    title:'Tab 1',\n    backgroundColor:'#fff',\n    layout: 'vertical'\n});\n\nvar radialGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'radial',\n        startPoint: { x: 50, y: 50 },\n        endPoint: { x: 50, y: 50 },\n        colors: [ 'red', 'blue'],\n        startRadius: 50,\n        endRadius: 0,\n        backfillStart: true\n    }\n});\nvar linearGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'linear',\n        startPoint: { x: '0%', y: '50%' },\n        endPoint: { x: '100%', y: '50%' },\n        colors: [ { color: 'red', offset: 0.0}, { color: 'blue', offset: 0.25 }, { color: 'red', offset: 1.0 } ],\n    }\n});\nwin1.add(radialGradient);\nwin1.add(linearGradient);\nwin1.open();\n</code></pre>"
                        }
                    ],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Gradient",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundImage",
                    "deprecated": false,
                    "description": "<p>Background image for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundRepeat",
                    "deprecated": false,
                    "description": "<p>Determines whether to tile a background across a view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundLeftCap",
                    "deprecated": false,
                    "description": "<p>Size of the left end cap.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundTopCap",
                    "deprecated": false,
                    "description": "<p>Size of the top end cap.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderColor",
                    "deprecated": false,
                    "description": "<p>Border color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderRadius",
                    "deprecated": false,
                    "description": "<p>Radius for the rounded corners of the view's border.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderWidth",
                    "deprecated": false,
                    "description": "<p>Border width of the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "bottom",
                    "deprecated": false,
                    "description": "<p>View's bottom position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "center",
                    "deprecated": false,
                    "description": "<p>View's center position, in the parent view's coordinates.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "clipMode",
                    "deprecated": false,
                    "description": "<p>View's clipping behavior.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "height",
                    "deprecated": false,
                    "description": "<p>View height, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.FILL",
                        "Titanium.UI.SIZE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "horizontalMotionEffect",
                    "deprecated": false,
                    "description": "<p>Adds a horizontal parallax effect to the view</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "MinMaxOptions",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "id",
                    "deprecated": false,
                    "description": "<p>View's identifier.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "left",
                    "deprecated": false,
                    "description": "<p>View's left position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "layout",
                    "deprecated": false,
                    "description": "<p>Specifies how the view positions its children.\nOne of: 'composite', 'vertical', or 'horizontal'.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "opacity",
                    "deprecated": false,
                    "description": "<p>Opacity of this view, from 0.0 (transparent) to 1.0 (opaque). Defaults to 1.0 (opaque).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "pullBackgroundColor",
                    "deprecated": false,
                    "description": "<p>Background color of the wrapper view when this view is used as either <a href=\"Titanium.UI.ListView.pullView\">Titanium.UI.ListView.pullView</a> or <a href=\"Titanium.UI.TableView.headerPullView\">Titanium.UI.TableView.headerPullView</a>.</p>\n<p>Defaults to <code>undefined</code>. Results in a light grey background color on the wrapper view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "previewContext",
                    "deprecated": false,
                    "description": "<p>The preview context used in the 3D-Touch feature &quot;Peek and Pop&quot;.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Titanium.UI.iOS.PreviewContext",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "right",
                    "deprecated": false,
                    "description": "<p>View's right position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "rect",
                    "deprecated": false,
                    "description": "<p>The bounding box of the view relative to its parent, in system units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "type": "DimensionWithAbsolutes",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "size",
                    "deprecated": false,
                    "description": "<p>The size of the view in system units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Dimension",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "tintColor",
                    "deprecated": false,
                    "description": "<p>The view's tintColor</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "top",
                    "deprecated": false,
                    "description": "<p>The view's top position.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "touchEnabled",
                    "deprecated": false,
                    "description": "<p>Determines whether view should receive touch events.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "transform",
                    "deprecated": false,
                    "description": "<p>Transformation matrix to apply to the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Titanium.UI.Matrix2D",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "verticalMotionEffect",
                    "deprecated": false,
                    "description": "<p>Adds a vertical parallax effect to the view</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "MinMaxOptions",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowRadius",
                    "deprecated": false,
                    "description": "<p>Determines the blur radius used to create the shadow.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowColor",
                    "deprecated": false,
                    "description": "<p>Determines the color of the shadow.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowOffset",
                    "deprecated": false,
                    "description": "<p>Determines the offset for the shadow of the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "visible",
                    "deprecated": false,
                    "description": "<p>Determines whether the view is visible.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "width",
                    "deprecated": false,
                    "description": "<p>View's width, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.FILL",
                        "Titanium.UI.SIZE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "horizontalWrap",
                    "deprecated": false,
                    "description": "<p>Determines whether the layout has wrapping behavior.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "zIndex",
                    "deprecated": false,
                    "description": "<p>Z-index stack order position, relative to other sibling views.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "images",
                    "deprecated": false,
                    "description": "<p>Images to display in the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "selected",
                    "deprecated": false,
                    "description": "<p>Index to make selected.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>The cover flow view is created by the <a href=\"Titanium.UI.iOS.createCoverFlowView\">Titanium.UI.iOS.createCoverFlowView</a> method or\n<strong><code>&lt;CoverFlowView&gt;</code></strong> element in an Alloy application.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "CoverFlowImageType",
            "description": "<p>Simple object for defining a single image in a cover flow view.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "image",
                    "deprecated": false,
                    "description": "<p>Image to use, as a local file URL, <code>Blob</code>, or <code>File</code>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "width",
                    "deprecated": false,
                    "description": "<p>Display width for the image, in Apple points.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "height",
                    "deprecated": false,
                    "description": "<p>Display height of the image, in Apple points.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>If supplied, the <code>width</code> and <code>height</code> values must be exact values, not a percentage size.</p>\n<p>If the size specified is different to the size of the image, the image is cropped and/or scaled\nto fit the specified size.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.iOS.DocumentViewer",
            "description": "<p>A DocumentViewer provides in-app support for managing user interactions with files on the\nlocal system.</p>",
            "deprecated": false,
            "events": [
                {
                    "name": "load",
                    "deprecated": false,
                    "description": "<p>Fires when the document is previewed.</p>"
                },
                {
                    "name": "menu",
                    "deprecated": false,
                    "description": "<p>Fires when the options menu appears before the document is previewed.</p>"
                },
                {
                    "name": "unload",
                    "deprecated": false,
                    "description": "<p>Fires when the document is dismissed.</p>"
                }
            ],
            "examples": [
                {
                    "title": "Document Viewer Example",
                    "code": "<p>In the example below, the navigation bar's right button opens the options menu,\nwhile the window button immediately launches the document in the document viewer.</p>\n<pre><code>var navButton = Ti.UI.createButton({\n    title: 'Launch'\n});\n\nvar win = Ti.UI.createWindow({\n    rightNavButton: navButton\n});\n\nvar navWin = Ti.UI.createNavigationWindow({\n    window: win\n});\n\nvar winButton = Ti.UI.createButton({\n    title: 'Launch',\n    height: 40,\n    width: 200,\n    top: 270\n});\n\nwin.add(winButton);\n\n// Create a document viewer to preview a PDF file (&quot;Example.pdf&quot;)\ndocViewer = Ti.UI.iOS.createDocumentViewer({\n    url: 'Example.pdf'\n});\n\n// Opens the options menu and when the user clicks on 'Quick Look'\n// the document viewer launches with an animated transition\nnavButton.addEventListener('click', function() {\n    docViewer.show({\n        view: navButton,\n        animated: true\n    });\n});\n\n// The document viewer immediately launches without an animation\nwinButton.addEventListener('click', function(){\n    docViewer.show()\n});\n\nnavWin.open();\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.1"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.1"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.1"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.1"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.1"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.1"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hide",
                    "deprecated": false,
                    "description": "<p>Dismisses the document viewer.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Animation options.</p>",
                            "type": "DocumentViewerOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.1"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.1"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "show",
                    "deprecated": false,
                    "description": "<p>Displays the document viewer over the current view.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Display options.</p>",
                            "type": "DocumentViewerOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.1"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.1"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.DocumentViewer.bubbleParent\">Titanium.UI.iOS.DocumentViewer.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.DocumentViewer.bubbleParent\">Titanium.UI.iOS.DocumentViewer.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.DocumentViewer.bubbleParent\">Titanium.UI.iOS.DocumentViewer.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.DocumentViewer.bubbleParent\">Titanium.UI.iOS.DocumentViewer.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.DocumentViewer.apiName\">Titanium.UI.iOS.DocumentViewer.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.DocumentViewer.apiName\">Titanium.UI.iOS.DocumentViewer.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.DocumentViewer.name\">Titanium.UI.iOS.DocumentViewer.name</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.DocumentViewer.name\">Titanium.UI.iOS.DocumentViewer.name</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.1"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.1"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getUrl",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.DocumentViewer.url\">Titanium.UI.iOS.DocumentViewer.url</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.DocumentViewer.url\">Titanium.UI.iOS.DocumentViewer.url</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.1"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.1"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setUrl",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.DocumentViewer.url\">Titanium.UI.iOS.DocumentViewer.url</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.DocumentViewer.url\">Titanium.UI.iOS.DocumentViewer.url</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "url",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.1"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.1"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": true,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "name",
                    "deprecated": false,
                    "description": "<p>Name of the file (without the path).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.1"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.1"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "url",
                    "deprecated": false,
                    "description": "<p>URL of the document being previewed.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.1"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.1"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>The DocumentViewer is created by the <a href=\"Titanium.UI.iOS.createDocumentViewer\">Titanium.UI.iOS.createDocumentViewer</a> method.</p>\n<p>Use this class to present an user interface for previewing files,\nsuch as an e-mail program that previews attachments.</p>\n<p>The DocumentViewer displays previews for the following document types:</p>\n<ul>\n<li>Microsoft Office (DOC, XLS, PPT) (Office 97-2004), the XML versions are not supported</li>\n<li>Portable Document Format files (PDF)</li>\n<li>Images (JPEG, GIF, PNG)</li>\n<li>Rich Text Format files (RTF)</li>\n<li>HTML and XML files</li>\n<li>Plain text files</li>\n<li>Comma-separated value files (CSV)</li>\n</ul>\n<p>Note: Using HTML content in the DocumentViewer is not recommended, since it does not support\nall HTML-capabilities. Please use <a href=\"Titanium.UI.WebView\">Titanium.UI.WebView</a> to display complex HTML files.</p>\n<p>You can launch the document either in the document viewer or with another application with the\noptions menu. To use the options menu, you need to specify a view with the <code>show</code> method to\nanchor the options menu to.</p>\n<p>In the document viewer, click the <strong>Done</strong> button to dismiss the document viewer or click the\nright navigation button to open the options menu to perform another action with the document,\nsuch as printing the document or opening the document in another application.</p>\n<p><strong>Note for iOS 11 and later</strong>\nWhen using the DocumentViewer in iOS 11 and later, documents need to be placed in the app-bundle\nin order to be shared to third-party apps. This is a privacy restriction and can be solved by\nusing either a document from the <code>Resources</code> directory (classic Titanium) or <code>app/assets</code> (Alloy).\nAlternatively, documents can also be stored in the <a href=\"Titanium.Filesystem.applicationCacheDirectory\">Titanium.Filesystem.applicationCacheDirectory</a>\nor <a href=\"Titanium.Filesystem.applicationDataDirectory\">Titanium.Filesystem.applicationDataDirectory</a>.</p>\n<p><strong>Note for iOS 11.2 and later</strong>\nApple introduced a regression in iOS 11.2 that forces <strong>all</strong> files to be in the application data\ndirectory. We handle this workaround for you in Titanium SDK 7.0.2+, but you\ncan also work around it without an SDK update. Here is an example:</p>\n<pre><code>var fileName = 'example.pdf';\n\n// For iOS 11.2, workaround the Apple issue by creating a temporary file and\n// reference it. It will be removed from filesystem once the app closes.\n// Read more here: http://nshipster.com/nstemporarydirectory/\nif (isiOS11_2()) {\n  fileName = fileInApplicationDataDirectory(fileName);\n}\n\nvar docViewer = Ti.UI.iOS.createDocumentViewer({\n  url: fileName\n});\n\ndocViewer.show();\n\n// Check if the current device runs iOS 11.2+\nfunction isiOS11_2() {\n  var version = Ti.Platform.version.split(&quot;.&quot;);\n  return (parseInt(version[0]) &gt;= 11 &amp;&amp; parseInt(version[1]) &gt;= 2);\n}\n\n// Create a temporary file with the contents of the old file\n// Expects the file to be in the resources directory. If you receive the file\n// from an API-call, receive pass the Ti.Blob/Ti.File/text to &quot;write&quot; directly.\nfunction fileInApplicationDataDirectory(fileName) {\n  var file = Ti.Filesystem.getFile(Ti.Filesystem.resourcesDirectory, fileName);\n\n  if (!file.exists()) {\n    alert('File does not exist in resources!');\n    return;\n  }\n\n  var newFile = Titanium.Filesystem.getFile(Ti.Filesystem.applicationDataDirectory, fileName);\n  newFile.createFile();\n\n  if (!newFile.exists()) {\n    alert('New file could not be created in application data directory!');\n    return;\n  }\n\n  newFile.write(file);\n\n  return newFile.nativePath;\n}\n</code></pre>\n<p>Read more about the issue in <a href=\"https://jira.appcelerator.org/browse/TIMOB-25680\">TIMOB-25680</a>.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "2.1.1"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "2.1.1"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "DocumentViewerOptions",
            "description": "<p>A simple object for specifying options when showing or dismissing a <a href=\"Titanium.UI.iOS.DocumentViewer\">Titanium.UI.iOS.DocumentViewer</a>.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "animated",
                    "deprecated": false,
                    "description": "<p>Indicates whether to animate the transition.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.1"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.1"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "view",
                    "deprecated": false,
                    "description": "<p>Anchors the options menu to the specified view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.1"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.1"
                        }
                    ],
                    "type": "Titanium.UI.View",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>The <code>view</code> property does not apply to the <code>hide</code> method.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "2.1.1"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "2.1.1"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.iOS.DynamicItemBehavior",
            "description": "<p>Base dynamic configuration for an item.</p>",
            "deprecated": false,
            "events": [],
            "examples": [
                {
                    "title": "Simple Example",
                    "code": "<p>The following example create two blocks, which are pushed towards each other.  Because the\nred block is more dense and has higher resistance than the blue block, the red block moves\nsteadily to the left, while the blue block spins around unpredictably.</p>\n<img src=\"images/animator/dynamicitem.gif\" height=\"455\" style=\"border:1px solid black\"/>\n<pre><code>var win = Ti.UI.createWindow({backgroundColor: 'white', fullscreen: true});\n\n// Create an Animator object using the window as the coordinate system\nvar animator = Ti.UI.iOS.createAnimator({referenceView: win});\n\n// Create a red block\nvar redBlock = Ti.UI.createView({\n    backgroundColor: 'red',\n    width: 25,\n    height: 25,\n    top: 25,\n    left: 25\n});\n\n// Change the physics attributes of the red block\nvar redDynamic = Ti.UI.iOS.createDynamicItemBehavior({\n    density: 20.0,\n    angularResistance: 1.0,\n    friction: 1.0,\n    resistance: 1.0,\n    allowsRotation: false\n});\nredDynamic.addItem(redBlock);\n\n// Apply a left push to the red block\nvar redPush = Ti.UI.iOS.createPushBehavior({\n    pushDirection: {x: 2.0, y: 0.0}\n});\nredPush.addItem(redBlock);\n\n// Create a blue block\nvar blueBlock = Ti.UI.createView({\n    backgroundColor: 'blue',\n    width: 50,\n    height: 50,\n    top: 25,\n    right: 25\n});\n\n// Change the physics attributes of the blue block\nvar blueDynamic = Ti.UI.iOS.createDynamicItemBehavior({\n    elasticity: 1.0,\n});\nblueDynamic.addItem(blueBlock);\n\n// Apply a right push to the blue block\nvar bluePush = Ti.UI.iOS.createPushBehavior({\n    pushDirection: {x: -2.0, y: 0.0}\n});\nbluePush.addItem(blueBlock);\n\n// Create the collision behavior so the items can collide\nvar collision = Ti.UI.iOS.createCollisionBehavior();\ncollision.addItem(redBlock);\ncollision.addItem(blueBlock);\n\nanimator.addBehavior(redDynamic);\nanimator.addBehavior(redPush);\nanimator.addBehavior(blueDynamic);\nanimator.addBehavior(bluePush);\nanimator.addBehavior(collision);\n\n// Start the animation when the window opens\nwin.addEventListener('open', function(e){\n    animator.startAnimator();\n});\n\nwin.add(redBlock);\nwin.add(blueBlock);\nwin.open();\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "addAngularVelocityForItem",
                    "deprecated": false,
                    "description": "<p>Adds a specified angular velocity for the item.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "item",
                            "constants": [],
                            "description": "<p>Item to add the velocity for.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        },
                        {
                            "name": "velocity",
                            "constants": [],
                            "description": "<p>Velocity to add or subtract in radians per second. If the current velocity is positive,\nthe item spins clockwise.  A negative value means the item spins counter-clockwise.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "addItem",
                    "deprecated": false,
                    "description": "<p>Adds an item to this behavior.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "item",
                            "constants": [],
                            "description": "<p>View object to add to the behavior.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "addLinearVelocityForItem",
                    "deprecated": false,
                    "description": "<p>Adds a specified linear velocity for the item.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "item",
                            "constants": [],
                            "description": "<p>Item to add the velocity for.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        },
                        {
                            "name": "velocity",
                            "constants": [],
                            "description": "<p>Velocity to add or substract in points per second in the x and y directions.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "angularVelocityForItem",
                    "deprecated": false,
                    "description": "<p>Returns the angular velocity of the item.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "item",
                            "constants": [],
                            "description": "<p>Item to retrieve the velocity of.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "linearVelocityForItem",
                    "deprecated": false,
                    "description": "<p>Returns the linear velocity of the item.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "item",
                            "constants": [],
                            "description": "<p>Item to retrieve the velocity of.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeItem",
                    "deprecated": false,
                    "description": "<p>Removes the specified item from this behavior.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "item",
                            "constants": [],
                            "description": "<p>Item to remove.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.DynamicItemBehavior.bubbleParent\">Titanium.UI.iOS.DynamicItemBehavior.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.DynamicItemBehavior.bubbleParent\">Titanium.UI.iOS.DynamicItemBehavior.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.DynamicItemBehavior.bubbleParent\">Titanium.UI.iOS.DynamicItemBehavior.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.DynamicItemBehavior.bubbleParent\">Titanium.UI.iOS.DynamicItemBehavior.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.DynamicItemBehavior.apiName\">Titanium.UI.iOS.DynamicItemBehavior.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.DynamicItemBehavior.apiName\">Titanium.UI.iOS.DynamicItemBehavior.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAllowsRotation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.DynamicItemBehavior.allowsRotation\">Titanium.UI.iOS.DynamicItemBehavior.allowsRotation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.DynamicItemBehavior.allowsRotation\">Titanium.UI.iOS.DynamicItemBehavior.allowsRotation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAllowsRotation",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.DynamicItemBehavior.allowsRotation\">Titanium.UI.iOS.DynamicItemBehavior.allowsRotation</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.DynamicItemBehavior.allowsRotation\">Titanium.UI.iOS.DynamicItemBehavior.allowsRotation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "allowsRotation",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAngularResistance",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.DynamicItemBehavior.angularResistance\">Titanium.UI.iOS.DynamicItemBehavior.angularResistance</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.DynamicItemBehavior.angularResistance\">Titanium.UI.iOS.DynamicItemBehavior.angularResistance</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAngularResistance",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.DynamicItemBehavior.angularResistance\">Titanium.UI.iOS.DynamicItemBehavior.angularResistance</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.DynamicItemBehavior.angularResistance\">Titanium.UI.iOS.DynamicItemBehavior.angularResistance</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "angularResistance",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getDensity",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.DynamicItemBehavior.density\">Titanium.UI.iOS.DynamicItemBehavior.density</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.DynamicItemBehavior.density\">Titanium.UI.iOS.DynamicItemBehavior.density</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setDensity",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.DynamicItemBehavior.density\">Titanium.UI.iOS.DynamicItemBehavior.density</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.DynamicItemBehavior.density\">Titanium.UI.iOS.DynamicItemBehavior.density</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "density",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getElasticity",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.DynamicItemBehavior.elasticity\">Titanium.UI.iOS.DynamicItemBehavior.elasticity</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.DynamicItemBehavior.elasticity\">Titanium.UI.iOS.DynamicItemBehavior.elasticity</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setElasticity",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.DynamicItemBehavior.elasticity\">Titanium.UI.iOS.DynamicItemBehavior.elasticity</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.DynamicItemBehavior.elasticity\">Titanium.UI.iOS.DynamicItemBehavior.elasticity</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "elasticity",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getFriction",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.DynamicItemBehavior.friction\">Titanium.UI.iOS.DynamicItemBehavior.friction</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.DynamicItemBehavior.friction\">Titanium.UI.iOS.DynamicItemBehavior.friction</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setFriction",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.DynamicItemBehavior.friction\">Titanium.UI.iOS.DynamicItemBehavior.friction</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.DynamicItemBehavior.friction\">Titanium.UI.iOS.DynamicItemBehavior.friction</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "friction",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getItems",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.DynamicItemBehavior.items\">Titanium.UI.iOS.DynamicItemBehavior.items</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.DynamicItemBehavior.items\">Titanium.UI.iOS.DynamicItemBehavior.items</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getResistance",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.DynamicItemBehavior.resistance\">Titanium.UI.iOS.DynamicItemBehavior.resistance</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.DynamicItemBehavior.resistance\">Titanium.UI.iOS.DynamicItemBehavior.resistance</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setResistance",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.DynamicItemBehavior.resistance\">Titanium.UI.iOS.DynamicItemBehavior.resistance</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.DynamicItemBehavior.resistance\">Titanium.UI.iOS.DynamicItemBehavior.resistance</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "resistance",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": true,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "allowsRotation",
                    "deprecated": false,
                    "description": "<p>Specifies if this item can rotate.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "angularResistance",
                    "deprecated": false,
                    "description": "<p>Specifies the angular resistance of this item.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "density",
                    "deprecated": false,
                    "description": "<p>Specifies the relative mass density of this item.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "elasticity",
                    "deprecated": false,
                    "description": "<p>Specifies the elasticity applied to collisions for this item.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "friction",
                    "deprecated": false,
                    "description": "<p>Specifies the linear resistance of the item when it slides against another item.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "items",
                    "deprecated": false,
                    "description": "<p>Items added to this behavior.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "resistance",
                    "deprecated": false,
                    "description": "<p>Specifies the linear resistance of this item which reduces linear velocity over time.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>A dynamic item behavior configures the physics attributes for one or more items. These\nattributes, such as density and resistance, affects the behavior of the object when other behaviors,\nsuch as push forces or collisions, are applied to it.  To define a dynamic behavior for an item:</p>\n<ol>\n<li>Use the <a href=\"Titanium.UI.iOS.createDynamicItemBehavior\">Titanium.UI.iOS.createDynamicItemBehavior</a> method to create and define the behavior.</li>\n<li>Use the <a href=\"Titanium.UI.iOS.DynamicItemBehavior.addItem\">addItem</a> method to add items to the behavior.</li>\n<li>Add the behavior to an <a href=\"Titanium.UI.iOS.Animator\">Animator object</a>.</li>\n</ol>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "3.2"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "3.2"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.iOS.FeedbackGenerator",
            "description": "<p>The feedback generator API is introduced in iOS 10 to handle the haptic feedback when using an iPhone 7 or\nlater devices.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "prepare",
                    "deprecated": false,
                    "description": "<p>Used to prepare the haptic sensor for the upcoming interaction with it.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "selectionChanged",
                    "deprecated": false,
                    "description": "<p>Used to trigger a haptic feedback after a selection has been made.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "impactOccurred",
                    "deprecated": false,
                    "description": "<p>Used to trigger a haptic feedback after an impact occurred.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "notificationOccurred",
                    "deprecated": false,
                    "description": "<p>Used to trigger a haptic feedback after a notification has been received.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "notificationType",
                            "constants": [
                                "Titanium.UI.iOS.FEEDBACK_GENERATOR_NOTIFICATION_TYPE_SUCCESS",
                                "Titanium.UI.iOS.FEEDBACK_GENERATOR_NOTIFICATION_TYPE_WARNING",
                                "Titanium.UI.iOS.FEEDBACK_GENERATOR_NOTIFICATION_TYPE_ERROR"
                            ],
                            "description": "<p>The type of the notification to manage the peculiarity of the haptic feedback. If this\nparameter is not specified, an error will be thrown.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.FeedbackGenerator.bubbleParent\">Titanium.UI.iOS.FeedbackGenerator.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.FeedbackGenerator.bubbleParent\">Titanium.UI.iOS.FeedbackGenerator.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.FeedbackGenerator.bubbleParent\">Titanium.UI.iOS.FeedbackGenerator.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.FeedbackGenerator.bubbleParent\">Titanium.UI.iOS.FeedbackGenerator.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.FeedbackGenerator.apiName\">Titanium.UI.iOS.FeedbackGenerator.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.FeedbackGenerator.apiName\">Titanium.UI.iOS.FeedbackGenerator.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "getType",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.FeedbackGenerator.type\">Titanium.UI.iOS.FeedbackGenerator.type</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.FeedbackGenerator.type\">Titanium.UI.iOS.FeedbackGenerator.type</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "setType",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.FeedbackGenerator.type\">Titanium.UI.iOS.FeedbackGenerator.type</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.FeedbackGenerator.type\">Titanium.UI.iOS.FeedbackGenerator.type</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "getStyle",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.FeedbackGenerator.style\">Titanium.UI.iOS.FeedbackGenerator.style</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.FeedbackGenerator.style\">Titanium.UI.iOS.FeedbackGenerator.style</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "setStyle",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.FeedbackGenerator.style\">Titanium.UI.iOS.FeedbackGenerator.style</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.FeedbackGenerator.style\">Titanium.UI.iOS.FeedbackGenerator.style</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "style",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": true,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "type",
                    "deprecated": false,
                    "description": "<p>The type of feedback generator you want to create.</p>",
                    "availability": "creation",
                    "constants": [
                        "Titanium.UI.iOS.FEEDBACK_GENERATOR_TYPE_SELECTION",
                        "Titanium.UI.iOS.FEEDBACK_GENERATOR_TYPE_IMPACT",
                        "Titanium.UI.iOS.FEEDBACK_GENERATOR_TYPE_NOTIFICATION"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "style",
                    "deprecated": false,
                    "description": "<p>The style of the feedback generator you want to create. This property is only required when using <a href=\"Titanium.UI.iOS.FEEDBACK_GENERATOR_TYPE_IMPACT\">Titanium.UI.iOS.FEEDBACK_GENERATOR_TYPE_IMPACT</a>.</p>",
                    "availability": "creation",
                    "constants": [
                        "Titanium.UI.iOS.FEEDBACK_GENERATOR_IMPACT_STYLE_LIGHT",
                        "Titanium.UI.iOS.FEEDBACK_GENERATOR_IMPACT_STYLE_MEDIUM",
                        "Titanium.UI.iOS.FEEDBACK_GENERATOR_IMPACT_STYLE_HEAVY"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>On supported devices, haptics provide a way to physically engage users with tactile feedback that gets attention and\nreinforces actions. Some system-provided interface elements, such as pickers, switches, and sliders, automatically provide\nhaptic feedback as users interact with them. Your app can also ask the system to generate different types of haptic feedback.\niOS manages the strength and behavior of this feedback.</p>\n<p>There are three different kind of feedback generators that can be used for different interaction scenarios:</p>\n<ol>\n<li>\n<p><strong>Selection Feedback</strong>: Indicates that a task or action, such as depositing a check or unlocking a vehicle, has completed,\nfailed, or produced a warning of some kind.. This feedback type can be used when specifying the\n<a href=\"Titanium.UI.iOS.FEEDBACK_GENERATOR_TYPE_SELECTION\">Titanium.UI.iOS.FEEDBACK_GENERATOR_TYPE_SELECTION</a> constant in the <code>type</code> property of the feedback generator.</p>\n</li>\n<li>\n<p><strong>Impact Feedback</strong>: Provides a physical metaphor that complements the visual experience. For example, the user might feel\na thud when a view slides into place or two objects collide. This feedback type can be used when specifying the\n<a href=\"Titanium.UI.iOS.FEEDBACK_GENERATOR_TYPE_IMPACT\">Titanium.UI.iOS.FEEDBACK_GENERATOR_TYPE_IMPACT</a> constant in the <code>type</code> property of the feedback generator. Note that if you use\nthis generator type, you also have to specify the <code>style</code> property that can be one of the\n<a href=\"Titanium.UI.iOS.FEEDBACK_GENERATOR_IMPACT_STYLE_LIGHT\">Titanium.UI.iOS.FEEDBACK_GENERATOR_IMPACT_STYLE_LIGHT</a>, <a href=\"Titanium.UI.iOS.FEEDBACK_GENERATOR_IMPACT_STYLE_MEDIUM\">Titanium.UI.iOS.FEEDBACK_GENERATOR_IMPACT_STYLE_MEDIUM</a> or\n<a href=\"Titanium.UI.iOS.FEEDBACK_GENERATOR_IMPACT_STYLE_HEAVY\">Titanium.UI.iOS.FEEDBACK_GENERATOR_IMPACT_STYLE_HEAVY</a> constant.</p>\n</li>\n<li>\n<p><strong>Notification Feedback</strong>: Indicates that the selection is actively changing. For example, the user feels light taps while\nscrolling a picker wheel. This feedback is intended for communicating movement through a series of discrete values, not\nmaking or confirming a selection. This feedback type can be used when using the <a href=\"Titanium.UI.iOS.FEEDBACK_GENERATOR_TYPE_NOTIFICATION\">Titanium.UI.iOS.FEEDBACK_GENERATOR_TYPE_NOTIFICATION</a>\nconstant in the <code>type</code> property of the feedback generator.</p>\n</li>\n</ol>\n<p><strong>Example</strong>\nWhen clicking a button you should trigger an impact feedback as displayed below.</p>\n<pre><code>var generator = Ti.UI.iOS.createFeedbackGenerator({\n  type: Ti.UI.iOS.FEEDBACK_GENERATOR_TYPE_IMPACT,\n  style: Ti.UI.iOS.FEEDBACK_GENERATOR_IMPACT_STYLE_LIGHT\n});\ngenerator.impactOccurred();     \n</code></pre>\n<p>We're not using <code>generator.prepare()</code> here because we're triggering the feedback immediately. When you know a feedback generator is triggered within a couple seconds you should use <code>prepare()</code> to know for sure the timing is correct.</p>\n<p>See also:</p>\n<ul>\n<li><a href=\"https://developer.apple.com/ios/human-interface-guidelines/interaction/feedback/\">iOS Developer Library: Haptic Feedback</a></li>\n</ul>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "6.0.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                }
            ]
        },
        {
            "name": "Titanium.UI.iOS.GravityBehavior",
            "description": "<p>Gravitational force to apply to an item.</p>",
            "deprecated": false,
            "events": [],
            "examples": [
                {
                    "title": "Simple Example",
                    "code": "<p>The following example creates many random blocks.  The initial gravitational force pulls the\nblocks downward. Clicking on the <code>Change</code> button generates a new random gravity vector,\nwhich pulls the blocks in a random direction.</p>\n<img src=\"images/animator/gravity.gif\" height=\"455\" style=\"border:1px solid black\"/>\n<pre><code>var win = Ti.UI.createWindow({backgroundColor: 'white', fullscreen: true});\n\n// Create an Animator object using the window as the coordinate system\nvar animator = Ti.UI.iOS.createAnimator({referenceView: win});\n\n// Create a default collision behavior, using the window edges as boundaries\nvar collision = Ti.UI.iOS.createCollisionBehavior();\n\n// Simulate Earth's gravity\nvar gravity = Ti.UI.iOS.createGravityBehavior({\n    gravityDirection: {x: 0.0, y: 1.0}\n});\n\nvar WIDTH = Ti.Platform.displayCaps.platformWidth;\nvar HEIGHT = Ti.Platform.displayCaps.platformHeight;\n\n// Create a bunch of random blocks; add to the window and behaviors\nvar blocks = [];\nfor (var i = 0; i &lt; 20; i++) {\n    var r = Math.round(Math.random() * 255);\n    var g = Math.round(Math.random() * 255);\n    var b = Math.round(Math.random() * 255);\n    var rgb = 'rgb(' + r +&quot;,&quot; + g + &quot;,&quot; + b + &quot;)&quot;;\n\n    blocks[i] = Ti.UI.createView({\n        width: 25,\n        height: 25,\n        top: Math.round(Math.random() * (HEIGHT - 25) + 25),\n        left: Math.round(Math.random() * (WIDTH - 25) + 25),\n        backgroundColor: rgb\n    });\n    win.add(blocks[i]);\n    collision.addItem(blocks[i]);\n    gravity.addItem(blocks[i]);\n}\n\nanimator.addBehavior(collision);\nanimator.addBehavior(gravity);\n           \n// Start the animation when the window opens\nwin.addEventListener('open', function(e){\n    animator.startAnimator();\n});\n\n// Change the gravity vector when the button is clicked\nvar button = Ti.UI.createButton({title: 'Change'});\nbutton.addEventListener('click', function(e){\n    gravity.gravityDirection = {\n        x: (1 - Math.random() * 2),\n        y: (1 - Math.random() * 2)\n    };\n    Ti.API.info('gravity vector: ' + JSON.stringify(gravity.gravityDirection));\n});\nwin.add(button);\nwin.open();\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "addItem",
                    "deprecated": false,
                    "description": "<p>Adds an item to this behavior.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "item",
                            "constants": [],
                            "description": "<p>View object to add to the behavior.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeItem",
                    "deprecated": false,
                    "description": "<p>Removes the specified item from this behavior.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "item",
                            "constants": [],
                            "description": "<p>Item to remove.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.GravityBehavior.bubbleParent\">Titanium.UI.iOS.GravityBehavior.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.GravityBehavior.bubbleParent\">Titanium.UI.iOS.GravityBehavior.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.GravityBehavior.bubbleParent\">Titanium.UI.iOS.GravityBehavior.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.GravityBehavior.bubbleParent\">Titanium.UI.iOS.GravityBehavior.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.GravityBehavior.apiName\">Titanium.UI.iOS.GravityBehavior.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.GravityBehavior.apiName\">Titanium.UI.iOS.GravityBehavior.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAngle",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.GravityBehavior.angle\">Titanium.UI.iOS.GravityBehavior.angle</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.GravityBehavior.angle\">Titanium.UI.iOS.GravityBehavior.angle</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAngle",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.GravityBehavior.angle\">Titanium.UI.iOS.GravityBehavior.angle</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.GravityBehavior.angle\">Titanium.UI.iOS.GravityBehavior.angle</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "angle",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getGravityDirection",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.GravityBehavior.gravityDirection\">Titanium.UI.iOS.GravityBehavior.gravityDirection</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.GravityBehavior.gravityDirection\">Titanium.UI.iOS.GravityBehavior.gravityDirection</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setGravityDirection",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.GravityBehavior.gravityDirection\">Titanium.UI.iOS.GravityBehavior.gravityDirection</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.GravityBehavior.gravityDirection\">Titanium.UI.iOS.GravityBehavior.gravityDirection</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "gravityDirection",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getItems",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.GravityBehavior.items\">Titanium.UI.iOS.GravityBehavior.items</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.GravityBehavior.items\">Titanium.UI.iOS.GravityBehavior.items</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getMagnitude",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.GravityBehavior.magnitude\">Titanium.UI.iOS.GravityBehavior.magnitude</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.GravityBehavior.magnitude\">Titanium.UI.iOS.GravityBehavior.magnitude</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setMagnitude",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.GravityBehavior.magnitude\">Titanium.UI.iOS.GravityBehavior.magnitude</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.GravityBehavior.magnitude\">Titanium.UI.iOS.GravityBehavior.magnitude</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "magnitude",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": true,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "angle",
                    "deprecated": false,
                    "description": "<p>Specifies the angle of the gravity vector in radians.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "gravityDirection",
                    "deprecated": false,
                    "description": "<p>Specifies the direction of the gravity vector as an x, y pair.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "items",
                    "deprecated": false,
                    "description": "<p>Items added to this behavior.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "magnitude",
                    "deprecated": false,
                    "description": "<p>Specifies the magnitude of the gravity vector.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>A gravity behavior configures the gravity vector of one or more items. To define a gravity\nbehavior:</p>\n<ol>\n<li>Use the <a href=\"Titanium.UI.iOS.createGravityBehavior\">Titanium.UI.iOS.createGravityBehavior</a> method to create and define the behavior.</li>\n<li>To define a gravity vector, either set the\n<a href=\"Titanium.UI.iOS.GravityBehavior.angle\">angle</a> and\n<a href=\"Titanium.UI.iOS.GravityBehavior.magnitude\">magnitude</a> properties, or set the\n<a href=\"Titanium.UI.iOS.GravityBehavior.gravityDirection\">gravityDirection</a> property.</li>\n<li>Use the <a href=\"Titanium.UI.iOS.GravityBehavior.addItem\">addItem</a> method to add items to the behavior.</li>\n<li>Add the behavior to an <a href=\"Titanium.UI.iOS.Animator\">Animator object</a>.</li>\n</ol>\n<p>You can only define one gravity behavior per animator.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "3.2"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "3.2"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.iOS.ListViewCellSelectionStyle",
            "description": "<p>A set of constants for the style that can be used for the <code>selectionStyle</code> property of a\nListItem, which is set in the <code>properties</code> dictionary of either the <a href=\"ListDataItem\">ListDataItem</a> or\n<a href=\"ItemTemplate\">ItemTemplate</a>.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.ListViewCellSelectionStyle.apiName\">Titanium.UI.iOS.ListViewCellSelectionStyle.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.ListViewCellSelectionStyle.apiName\">Titanium.UI.iOS.ListViewCellSelectionStyle.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": false,
            "properties": [
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "BLUE",
                    "deprecated": false,
                    "description": "<p>The cell when selected has a blue background. This is the default value.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "GRAY",
                    "deprecated": false,
                    "description": "<p>The cell when selected has a gray background.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "NONE",
                    "deprecated": false,
                    "description": "<p>The cell has no distinct style for when it is selected.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "5.4.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "5.4.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.iOS.ListViewScrollPosition",
            "description": "<p>A set of constants for the position value that can be used for the <code>position</code> property of\n<a href=\"ListViewAnimationProperties\">ListViewAnimationProperties</a> when invoking the ListView's <code>scrollToItem</code>, <code>appendSection</code>,\n<code>deleteSectionAt</code>, <code>insertSectionAt</code> and <code>replaceSectionAt</code> methods.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.ListViewScrollPosition.apiName\">Titanium.UI.iOS.ListViewScrollPosition.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.ListViewScrollPosition.apiName\">Titanium.UI.iOS.ListViewScrollPosition.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": false,
            "properties": [
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "BOTTOM",
                    "deprecated": false,
                    "description": "<p>The list view scrolls the row of interest to the bottom of the visible list view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "MIDDLE",
                    "deprecated": false,
                    "description": "<p>The list view scrolls the row of interest to the middle of the list table view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "NONE",
                    "deprecated": false,
                    "description": "<p>The table view scrolls the row of interest to be fully visible with a minimal movement.\nIf the row is already fully visible, no scrolling occurs. For example, if the row is above the\nvisible area, the behavior is identical to that specified by <code>TOP</code>. This is the default.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "TOP",
                    "deprecated": false,
                    "description": "<p>The list view scrolls the row of interest to the top of the visible list view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "5.4.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "5.4.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.iOS.ListViewStyle",
            "description": "<p>A set of constants for the style that can be used for the <code>style</code> property of\n<a href=\"Titanium.UI.ListView\">Titanium.UI.ListView</a>.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.ListViewStyle.apiName\">Titanium.UI.iOS.ListViewStyle.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.ListViewStyle.apiName\">Titanium.UI.iOS.ListViewStyle.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": false,
            "properties": [
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "GROUPED",
                    "deprecated": false,
                    "description": "<p>A list view whose sections present distinct groups of rows. The section headers and footers\ndo not float.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "PLAIN",
                    "deprecated": false,
                    "description": "<p>A plain list view. Any section headers or footers are displayed as inline separators and\nfloat when the list view is scrolled.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "3.1.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "3.1.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.iOS.LivePhoto",
            "description": "<p>Abstract object representing a live photo used in <a href=\"Titanium.UI.iOS.LivePhotoView\">Titanium.UI.iOS.LivePhotoView</a>.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.LivePhoto.bubbleParent\">Titanium.UI.iOS.LivePhoto.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.LivePhoto.bubbleParent\">Titanium.UI.iOS.LivePhoto.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.LivePhoto.bubbleParent\">Titanium.UI.iOS.LivePhoto.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.LivePhoto.bubbleParent\">Titanium.UI.iOS.LivePhoto.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.LivePhoto.apiName\">Titanium.UI.iOS.LivePhoto.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.LivePhoto.apiName\">Titanium.UI.iOS.LivePhoto.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.LivePhoto.lifecycleContainer\">Titanium.UI.iOS.LivePhoto.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.LivePhoto.lifecycleContainer\">Titanium.UI.iOS.LivePhoto.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.LivePhoto.lifecycleContainer\">Titanium.UI.iOS.LivePhoto.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.LivePhoto.lifecycleContainer\">Titanium.UI.iOS.LivePhoto.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>Use the <a href=\"Titanium.UI.iOS.createLivePhotoView\">Titanium.UI.iOS.createLivePhotoView</a> to assign the <code>livePhoto</code> property.\nYou can receive a LivePhoto by using the <a href=\"Titanium.Media.openPhotoGallery\">openPhotoGallery</a> method.\niOS 9.1 only allows to select existing photos from the gallery, capturing new live photos is not\nsupported by the iOS public API, yet.</p>\n<p>Note: This object only represents the proxy to hold a live photo and can not be created manually.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "5.2.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "5.2.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "5.2.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.iOS.LivePhotoView",
            "description": "<p>A view to display a <a href=\"Titanium.UI.iOS.LivePhoto\">Titanium.UI.iOS.LivePhoto</a> object introduced in iOS 9.1.</p>",
            "deprecated": false,
            "events": [
                {
                    "name": "keypressed",
                    "deprecated": false,
                    "description": "<p>Fired when a hardware key is pressed in the view.</p>",
                    "properties": [
                        {
                            "name": "keyCode",
                            "constants": [],
                            "description": "<p>The code for the physical key that was pressed. For more details, see <a href=\"https://developer.android.com/reference/android/view/KeyEvent.html\">KeyEvent</a>. This API is experimental and subject to change.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "start",
                    "deprecated": false,
                    "description": "<p>Fired when the Live Photo playback starts.</p>",
                    "properties": [
                        {
                            "name": "playbackStyle",
                            "constants": [],
                            "description": "<p>Returns the <code>playbackStyle</code> that was provided to start the playback.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "stop",
                    "deprecated": false,
                    "description": "<p>Fired when the Live Photo playback stops.</p>",
                    "properties": [
                        {
                            "name": "playbackStyle",
                            "constants": [],
                            "description": "<p>Returns the <code>playbackStyle</code> that was provided to start the playback.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                }
            ],
            "examples": [
                {
                    "title": "Basic LivePhotoView",
                    "code": "<p>The following example shows how to create a simple Ti.UI.iOS.LivePhotoView:</p>\n<pre><code>var window = Ti.UI.createWindow({\n    backgroundColor: &quot;white&quot;\n});\n\nvar btn1 = Ti.UI.createButton({\n    title: &quot;Select live photo!&quot;,\n    top: 30\n});\n\nbtn1.addEventListener(&quot;click&quot;, openGallery);\nwindow.add(btn1);\nwindow.open();\n\nfunction openGallery() {\n    Ti.Media.openPhotoGallery({\n        mediaTypes: [Ti.Media.MEDIA_TYPE_PHOTO, Ti.Media.MEDIA_TYPE_LIVEPHOTO],\n        success: function(e) {\n            var livePhoto = e.livePhoto // Live photo of type Ti.UI.iOS.LivePhoto\n\n            if (livePhoto) {\n                var livePhotoView = Ti.UI.iOS.createLivePhotoView({\n                    livePhoto: livePhoto,\n                    muted: true,\n                    width: 300\n                });\n\n                livePhotoView.addEventListener(&quot;start&quot;, function(e) {\n                    Ti.API.warn(&quot;-- Start playback --&quot;);\n                    Ti.API.warn(e);\n                });\n\n                livePhotoView.addEventListener(&quot;stop&quot;, function(e) {\n                    Ti.API.warn(&quot;-- Stop playback --&quot;);\n                    Ti.API.warn(e);\n                });\n             window.add(livePhotoView);\n            }\n        }\n    });\n}\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "add",
                    "deprecated": false,
                    "description": "<p>Adds a child to this view's hierarchy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "view",
                            "constants": [],
                            "description": "<p>View to add to this view's hierarchy.</p>\n<p>You may pass an array of views, e.g. <code>view.add([subview1, subview2]</code>.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "animate",
                    "deprecated": false,
                    "description": "<p>Animates this view.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "animation",
                            "constants": [],
                            "description": "<p>Either a dictionary of animation properties or an\n<a href=\"Titanium.UI.Animation\">Animation</a> object.</p>",
                            "type": "Titanium.UI.Animation",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Function to be invoked upon completion of the animation.</p>",
                            "type": "Function",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "clearMotionEffects",
                    "deprecated": false,
                    "description": "<p>Removes all previously added motion effects.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "finishLayout",
                    "deprecated": true,
                    "description": "<p>Finishes a batch update of the View's layout properties and schedules a layout pass of the\nview tree.\n<strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hide",
                    "deprecated": false,
                    "description": "<p>Hides this view.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Animation options for Android only. <strong>Since SDK 5.1.0 and used only on Android 5.0+</strong></p>\n<p>Determines whether to enable a circular reveal animation.\nNote that the default here is equivalent to passing in <code>{ animated: false }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "insertAt",
                    "deprecated": false,
                    "description": "<p>Inserts a view at the specified position in the <a href=\"Titanium.UI.View.children\">children</a> array.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Pass an object that specifies the view to insert and optionally at which position (defaults to end)</p>",
                            "type": "ViewPositionOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "remove",
                    "deprecated": false,
                    "description": "<p>Removes a child view from this view's hierarchy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "view",
                            "constants": [],
                            "description": "<p>View to remove from this view's hierarchy.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeAllChildren",
                    "deprecated": false,
                    "description": "<p>Removes all child views from this view's hierarchy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "replaceAt",
                    "deprecated": false,
                    "description": "<p>Replaces a view at the specified position in the <a href=\"Titanium.UI.View.children\">children</a> array.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Pass an object with the view to insert and the position of the view to replace. In this case the <code>position</code> property is required.</p>",
                            "type": "ViewPositionOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "show",
                    "deprecated": false,
                    "description": "<p>Makes this view visible.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Animation options for Android only. <strong>Since SDK 5.1.0 and only used on Android 5.0+</strong></p>\n<p>Determines whether to enable a circular reveal animation.\nNote that the default here is equivalent to passing in <code>{ animated: false }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "startLayout",
                    "deprecated": true,
                    "description": "<p>Starts a batch update of this view's layout properties. <strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">Titanium.Proxy.applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "toImage",
                    "deprecated": false,
                    "description": "<p>Returns an image of the rendered view, as a Blob.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Function to be invoked upon completion. If non-null, this method will be performed\nasynchronously. If null, it will be performed immediately.</p>",
                            "type": "Function",
                            "usage": "optional"
                        },
                        {
                            "name": "honorScaleFactor",
                            "constants": [],
                            "description": "<p>Determines whether the image is scaled based on scale factor of main screen. (iOS only)</p>\n<p>When set to true, image is scale factor is honored. When set to false, the image in the\nblob has the same dimensions for retina and non-retina devices.</p>",
                            "type": "Boolean",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Blob",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "updateLayout",
                    "deprecated": true,
                    "description": "<p>Performs a batch update of all supplied layout properties and schedules a layout pass after\nthey have been updated.\n<strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">Titanium.Proxy.applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Layout properties to be updated.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "convertPointToView",
                    "deprecated": false,
                    "description": "<p>Translates a point from this view's coordinate system to another view's coordinate system.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "point",
                            "constants": [],
                            "description": "<p>A point in this view's coordinate system.</p>\n<p>If this argument is missing an <code>x</code> or <code>y</code> property, or the properties can not be\nconverted into numbers, an exception will be raised.</p>",
                            "type": "Point",
                            "usage": "required"
                        },
                        {
                            "name": "destinationView",
                            "constants": [],
                            "description": "<p>View that specifies the destination coordinate system to convert to. If this argument\nis not a view, an exception will be raised.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewById",
                    "deprecated": false,
                    "description": "<p>Returns the matching view of a given view ID.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "id",
                            "constants": [],
                            "description": "<p>The ID of the view that should be returned. Use the <code>id</code> property in your views to\nenable it for indexing in this method.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.View",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "startPlaybackWithStyle",
                    "deprecated": false,
                    "description": "<p>Begins playback of Live Photo content in the view.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "playbackStyle",
                            "constants": [
                                "Titanium.UI.iOS.LIVEPHOTO_PLAYBACK_STYLE_FULL",
                                "Titanium.UI.iOS.LIVEPHOTO_PLAYBACK_STYLE_HINT"
                            ],
                            "description": "<p>An option for how much of the Live Photo's motion and sound content to play.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "stopPlayback",
                    "deprecated": false,
                    "description": "<p>Ends playback of Live Photo content in the view.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.LivePhotoView.bubbleParent\">Titanium.UI.iOS.LivePhotoView.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.LivePhotoView.bubbleParent\">Titanium.UI.iOS.LivePhotoView.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.LivePhotoView.bubbleParent\">Titanium.UI.iOS.LivePhotoView.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.LivePhotoView.bubbleParent\">Titanium.UI.iOS.LivePhotoView.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.LivePhotoView.apiName\">Titanium.UI.iOS.LivePhotoView.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.LivePhotoView.apiName\">Titanium.UI.iOS.LivePhotoView.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityHidden",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.LivePhotoView.accessibilityHidden\">Titanium.UI.iOS.LivePhotoView.accessibilityHidden</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.LivePhotoView.accessibilityHidden\">Titanium.UI.iOS.LivePhotoView.accessibilityHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityHidden",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.LivePhotoView.accessibilityHidden\">Titanium.UI.iOS.LivePhotoView.accessibilityHidden</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.LivePhotoView.accessibilityHidden\">Titanium.UI.iOS.LivePhotoView.accessibilityHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityHidden",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityHint",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.LivePhotoView.accessibilityHint\">Titanium.UI.iOS.LivePhotoView.accessibilityHint</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.LivePhotoView.accessibilityHint\">Titanium.UI.iOS.LivePhotoView.accessibilityHint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityHint",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.LivePhotoView.accessibilityHint\">Titanium.UI.iOS.LivePhotoView.accessibilityHint</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.LivePhotoView.accessibilityHint\">Titanium.UI.iOS.LivePhotoView.accessibilityHint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityHint",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityLabel",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.LivePhotoView.accessibilityLabel\">Titanium.UI.iOS.LivePhotoView.accessibilityLabel</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.LivePhotoView.accessibilityLabel\">Titanium.UI.iOS.LivePhotoView.accessibilityLabel</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityLabel",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.LivePhotoView.accessibilityLabel\">Titanium.UI.iOS.LivePhotoView.accessibilityLabel</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.LivePhotoView.accessibilityLabel\">Titanium.UI.iOS.LivePhotoView.accessibilityLabel</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityLabel",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityValue",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.LivePhotoView.accessibilityValue\">Titanium.UI.iOS.LivePhotoView.accessibilityValue</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.LivePhotoView.accessibilityValue\">Titanium.UI.iOS.LivePhotoView.accessibilityValue</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityValue",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.LivePhotoView.accessibilityValue\">Titanium.UI.iOS.LivePhotoView.accessibilityValue</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.LivePhotoView.accessibilityValue\">Titanium.UI.iOS.LivePhotoView.accessibilityValue</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityValue",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAnchorPoint",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.LivePhotoView.anchorPoint\">Titanium.UI.iOS.LivePhotoView.anchorPoint</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.LivePhotoView.anchorPoint\">Titanium.UI.iOS.LivePhotoView.anchorPoint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAnchorPoint",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.LivePhotoView.anchorPoint\">Titanium.UI.iOS.LivePhotoView.anchorPoint</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.LivePhotoView.anchorPoint\">Titanium.UI.iOS.LivePhotoView.anchorPoint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "anchorPoint",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAnimatedCenter",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.LivePhotoView.animatedCenter\">Titanium.UI.iOS.LivePhotoView.animatedCenter</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.LivePhotoView.animatedCenter\">Titanium.UI.iOS.LivePhotoView.animatedCenter</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.LivePhotoView.backgroundColor\">Titanium.UI.iOS.LivePhotoView.backgroundColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.LivePhotoView.backgroundColor\">Titanium.UI.iOS.LivePhotoView.backgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.LivePhotoView.backgroundColor\">Titanium.UI.iOS.LivePhotoView.backgroundColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.LivePhotoView.backgroundColor\">Titanium.UI.iOS.LivePhotoView.backgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundGradient",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.LivePhotoView.backgroundGradient\">Titanium.UI.iOS.LivePhotoView.backgroundGradient</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.LivePhotoView.backgroundGradient\">Titanium.UI.iOS.LivePhotoView.backgroundGradient</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Gradient",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundGradient",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.LivePhotoView.backgroundGradient\">Titanium.UI.iOS.LivePhotoView.backgroundGradient</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.LivePhotoView.backgroundGradient\">Titanium.UI.iOS.LivePhotoView.backgroundGradient</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundGradient",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Gradient",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.LivePhotoView.backgroundImage\">Titanium.UI.iOS.LivePhotoView.backgroundImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.LivePhotoView.backgroundImage\">Titanium.UI.iOS.LivePhotoView.backgroundImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.LivePhotoView.backgroundImage\">Titanium.UI.iOS.LivePhotoView.backgroundImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.LivePhotoView.backgroundImage\">Titanium.UI.iOS.LivePhotoView.backgroundImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundRepeat",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.LivePhotoView.backgroundRepeat\">Titanium.UI.iOS.LivePhotoView.backgroundRepeat</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.LivePhotoView.backgroundRepeat\">Titanium.UI.iOS.LivePhotoView.backgroundRepeat</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundRepeat",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.LivePhotoView.backgroundRepeat\">Titanium.UI.iOS.LivePhotoView.backgroundRepeat</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.LivePhotoView.backgroundRepeat\">Titanium.UI.iOS.LivePhotoView.backgroundRepeat</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundRepeat",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundLeftCap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.LivePhotoView.backgroundLeftCap\">Titanium.UI.iOS.LivePhotoView.backgroundLeftCap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.LivePhotoView.backgroundLeftCap\">Titanium.UI.iOS.LivePhotoView.backgroundLeftCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundLeftCap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.LivePhotoView.backgroundLeftCap\">Titanium.UI.iOS.LivePhotoView.backgroundLeftCap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.LivePhotoView.backgroundLeftCap\">Titanium.UI.iOS.LivePhotoView.backgroundLeftCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundLeftCap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundTopCap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.LivePhotoView.backgroundTopCap\">Titanium.UI.iOS.LivePhotoView.backgroundTopCap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.LivePhotoView.backgroundTopCap\">Titanium.UI.iOS.LivePhotoView.backgroundTopCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundTopCap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.LivePhotoView.backgroundTopCap\">Titanium.UI.iOS.LivePhotoView.backgroundTopCap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.LivePhotoView.backgroundTopCap\">Titanium.UI.iOS.LivePhotoView.backgroundTopCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundTopCap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.LivePhotoView.borderColor\">Titanium.UI.iOS.LivePhotoView.borderColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.LivePhotoView.borderColor\">Titanium.UI.iOS.LivePhotoView.borderColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.LivePhotoView.borderColor\">Titanium.UI.iOS.LivePhotoView.borderColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.LivePhotoView.borderColor\">Titanium.UI.iOS.LivePhotoView.borderColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderRadius",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.LivePhotoView.borderRadius\">Titanium.UI.iOS.LivePhotoView.borderRadius</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.LivePhotoView.borderRadius\">Titanium.UI.iOS.LivePhotoView.borderRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderRadius",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.LivePhotoView.borderRadius\">Titanium.UI.iOS.LivePhotoView.borderRadius</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.LivePhotoView.borderRadius\">Titanium.UI.iOS.LivePhotoView.borderRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderRadius",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderWidth",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.LivePhotoView.borderWidth\">Titanium.UI.iOS.LivePhotoView.borderWidth</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.LivePhotoView.borderWidth\">Titanium.UI.iOS.LivePhotoView.borderWidth</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderWidth",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.LivePhotoView.borderWidth\">Titanium.UI.iOS.LivePhotoView.borderWidth</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.LivePhotoView.borderWidth\">Titanium.UI.iOS.LivePhotoView.borderWidth</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderWidth",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBottom",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.LivePhotoView.bottom\">Titanium.UI.iOS.LivePhotoView.bottom</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.LivePhotoView.bottom\">Titanium.UI.iOS.LivePhotoView.bottom</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBottom",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.LivePhotoView.bottom\">Titanium.UI.iOS.LivePhotoView.bottom</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.LivePhotoView.bottom\">Titanium.UI.iOS.LivePhotoView.bottom</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bottom",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getCenter",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.LivePhotoView.center\">Titanium.UI.iOS.LivePhotoView.center</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.LivePhotoView.center\">Titanium.UI.iOS.LivePhotoView.center</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setCenter",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.LivePhotoView.center\">Titanium.UI.iOS.LivePhotoView.center</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.LivePhotoView.center\">Titanium.UI.iOS.LivePhotoView.center</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "center",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getChildren",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.LivePhotoView.children\">Titanium.UI.iOS.LivePhotoView.children</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.LivePhotoView.children\">Titanium.UI.iOS.LivePhotoView.children</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getClipMode",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.LivePhotoView.clipMode\">Titanium.UI.iOS.LivePhotoView.clipMode</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.LivePhotoView.clipMode\">Titanium.UI.iOS.LivePhotoView.clipMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setClipMode",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.LivePhotoView.clipMode\">Titanium.UI.iOS.LivePhotoView.clipMode</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.LivePhotoView.clipMode\">Titanium.UI.iOS.LivePhotoView.clipMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "clipMode",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHeight",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.LivePhotoView.height\">Titanium.UI.iOS.LivePhotoView.height</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.LivePhotoView.height\">Titanium.UI.iOS.LivePhotoView.height</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHeight",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.LivePhotoView.height\">Titanium.UI.iOS.LivePhotoView.height</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.LivePhotoView.height\">Titanium.UI.iOS.LivePhotoView.height</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "height",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHorizontalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.LivePhotoView.horizontalMotionEffect\">Titanium.UI.iOS.LivePhotoView.horizontalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.LivePhotoView.horizontalMotionEffect\">Titanium.UI.iOS.LivePhotoView.horizontalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "MinMaxOptions",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHorizontalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.LivePhotoView.horizontalMotionEffect\">Titanium.UI.iOS.LivePhotoView.horizontalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.LivePhotoView.horizontalMotionEffect\">Titanium.UI.iOS.LivePhotoView.horizontalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "horizontalMotionEffect",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "MinMaxOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLeft",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.LivePhotoView.left\">Titanium.UI.iOS.LivePhotoView.left</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.LivePhotoView.left\">Titanium.UI.iOS.LivePhotoView.left</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLeft",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.LivePhotoView.left\">Titanium.UI.iOS.LivePhotoView.left</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.LivePhotoView.left\">Titanium.UI.iOS.LivePhotoView.left</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "left",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLayout",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.LivePhotoView.layout\">Titanium.UI.iOS.LivePhotoView.layout</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.LivePhotoView.layout\">Titanium.UI.iOS.LivePhotoView.layout</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLayout",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.LivePhotoView.layout\">Titanium.UI.iOS.LivePhotoView.layout</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.LivePhotoView.layout\">Titanium.UI.iOS.LivePhotoView.layout</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "layout",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getOpacity",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.LivePhotoView.opacity\">Titanium.UI.iOS.LivePhotoView.opacity</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.LivePhotoView.opacity\">Titanium.UI.iOS.LivePhotoView.opacity</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setOpacity",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.LivePhotoView.opacity\">Titanium.UI.iOS.LivePhotoView.opacity</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.LivePhotoView.opacity\">Titanium.UI.iOS.LivePhotoView.opacity</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "opacity",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPullBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.LivePhotoView.pullBackgroundColor\">Titanium.UI.iOS.LivePhotoView.pullBackgroundColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.LivePhotoView.pullBackgroundColor\">Titanium.UI.iOS.LivePhotoView.pullBackgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setPullBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.LivePhotoView.pullBackgroundColor\">Titanium.UI.iOS.LivePhotoView.pullBackgroundColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.LivePhotoView.pullBackgroundColor\">Titanium.UI.iOS.LivePhotoView.pullBackgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "pullBackgroundColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPreviewContext",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.LivePhotoView.previewContext\">Titanium.UI.iOS.LivePhotoView.previewContext</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.LivePhotoView.previewContext\">Titanium.UI.iOS.LivePhotoView.previewContext</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.iOS.PreviewContext",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "setPreviewContext",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.LivePhotoView.previewContext\">Titanium.UI.iOS.LivePhotoView.previewContext</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.LivePhotoView.previewContext\">Titanium.UI.iOS.LivePhotoView.previewContext</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "previewContext",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.iOS.PreviewContext",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "getRight",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.LivePhotoView.right\">Titanium.UI.iOS.LivePhotoView.right</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.LivePhotoView.right\">Titanium.UI.iOS.LivePhotoView.right</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setRight",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.LivePhotoView.right\">Titanium.UI.iOS.LivePhotoView.right</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.LivePhotoView.right\">Titanium.UI.iOS.LivePhotoView.right</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "right",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.LivePhotoView.rect\">Titanium.UI.iOS.LivePhotoView.rect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.LivePhotoView.rect\">Titanium.UI.iOS.LivePhotoView.rect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "DimensionWithAbsolutes",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSize",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.LivePhotoView.size\">Titanium.UI.iOS.LivePhotoView.size</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.LivePhotoView.size\">Titanium.UI.iOS.LivePhotoView.size</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Dimension",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTintColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.LivePhotoView.tintColor\">Titanium.UI.iOS.LivePhotoView.tintColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.LivePhotoView.tintColor\">Titanium.UI.iOS.LivePhotoView.tintColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTintColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.LivePhotoView.tintColor\">Titanium.UI.iOS.LivePhotoView.tintColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.LivePhotoView.tintColor\">Titanium.UI.iOS.LivePhotoView.tintColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "tintColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTop",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.LivePhotoView.top\">Titanium.UI.iOS.LivePhotoView.top</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.LivePhotoView.top\">Titanium.UI.iOS.LivePhotoView.top</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTop",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.LivePhotoView.top\">Titanium.UI.iOS.LivePhotoView.top</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.LivePhotoView.top\">Titanium.UI.iOS.LivePhotoView.top</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "top",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTouchEnabled",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.LivePhotoView.touchEnabled\">Titanium.UI.iOS.LivePhotoView.touchEnabled</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.LivePhotoView.touchEnabled\">Titanium.UI.iOS.LivePhotoView.touchEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTouchEnabled",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.LivePhotoView.touchEnabled\">Titanium.UI.iOS.LivePhotoView.touchEnabled</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.LivePhotoView.touchEnabled\">Titanium.UI.iOS.LivePhotoView.touchEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchEnabled",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTransform",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.LivePhotoView.transform\">Titanium.UI.iOS.LivePhotoView.transform</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.LivePhotoView.transform\">Titanium.UI.iOS.LivePhotoView.transform</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Matrix2D",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTransform",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.LivePhotoView.transform\">Titanium.UI.iOS.LivePhotoView.transform</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.LivePhotoView.transform\">Titanium.UI.iOS.LivePhotoView.transform</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "transform",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Matrix2D",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getVerticalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.LivePhotoView.verticalMotionEffect\">Titanium.UI.iOS.LivePhotoView.verticalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.LivePhotoView.verticalMotionEffect\">Titanium.UI.iOS.LivePhotoView.verticalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "MinMaxOptions",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setVerticalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.LivePhotoView.verticalMotionEffect\">Titanium.UI.iOS.LivePhotoView.verticalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.LivePhotoView.verticalMotionEffect\">Titanium.UI.iOS.LivePhotoView.verticalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "verticalMotionEffect",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "MinMaxOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowRadius",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.LivePhotoView.viewShadowRadius\">Titanium.UI.iOS.LivePhotoView.viewShadowRadius</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.LivePhotoView.viewShadowRadius\">Titanium.UI.iOS.LivePhotoView.viewShadowRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowRadius",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.LivePhotoView.viewShadowRadius\">Titanium.UI.iOS.LivePhotoView.viewShadowRadius</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.LivePhotoView.viewShadowRadius\">Titanium.UI.iOS.LivePhotoView.viewShadowRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowRadius",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.LivePhotoView.viewShadowColor\">Titanium.UI.iOS.LivePhotoView.viewShadowColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.LivePhotoView.viewShadowColor\">Titanium.UI.iOS.LivePhotoView.viewShadowColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.LivePhotoView.viewShadowColor\">Titanium.UI.iOS.LivePhotoView.viewShadowColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.LivePhotoView.viewShadowColor\">Titanium.UI.iOS.LivePhotoView.viewShadowColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowOffset",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.LivePhotoView.viewShadowOffset\">Titanium.UI.iOS.LivePhotoView.viewShadowOffset</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.LivePhotoView.viewShadowOffset\">Titanium.UI.iOS.LivePhotoView.viewShadowOffset</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowOffset",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.LivePhotoView.viewShadowOffset\">Titanium.UI.iOS.LivePhotoView.viewShadowOffset</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.LivePhotoView.viewShadowOffset\">Titanium.UI.iOS.LivePhotoView.viewShadowOffset</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowOffset",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getVisible",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.LivePhotoView.visible\">Titanium.UI.iOS.LivePhotoView.visible</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.LivePhotoView.visible\">Titanium.UI.iOS.LivePhotoView.visible</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setVisible",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.LivePhotoView.visible\">Titanium.UI.iOS.LivePhotoView.visible</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.LivePhotoView.visible\">Titanium.UI.iOS.LivePhotoView.visible</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "visible",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getWidth",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.LivePhotoView.width\">Titanium.UI.iOS.LivePhotoView.width</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.LivePhotoView.width\">Titanium.UI.iOS.LivePhotoView.width</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setWidth",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.LivePhotoView.width\">Titanium.UI.iOS.LivePhotoView.width</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.LivePhotoView.width\">Titanium.UI.iOS.LivePhotoView.width</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "width",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHorizontalWrap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.LivePhotoView.horizontalWrap\">Titanium.UI.iOS.LivePhotoView.horizontalWrap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.LivePhotoView.horizontalWrap\">Titanium.UI.iOS.LivePhotoView.horizontalWrap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHorizontalWrap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.LivePhotoView.horizontalWrap\">Titanium.UI.iOS.LivePhotoView.horizontalWrap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.LivePhotoView.horizontalWrap\">Titanium.UI.iOS.LivePhotoView.horizontalWrap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "horizontalWrap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getZIndex",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.LivePhotoView.zIndex\">Titanium.UI.iOS.LivePhotoView.zIndex</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.LivePhotoView.zIndex\">Titanium.UI.iOS.LivePhotoView.zIndex</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setZIndex",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.LivePhotoView.zIndex\">Titanium.UI.iOS.LivePhotoView.zIndex</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.LivePhotoView.zIndex\">Titanium.UI.iOS.LivePhotoView.zIndex</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "zIndex",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLivePhoto",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.LivePhotoView.livePhoto\">Titanium.UI.iOS.LivePhotoView.livePhoto</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.LivePhotoView.livePhoto\">Titanium.UI.iOS.LivePhotoView.livePhoto</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.iOS.LivePhoto",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLivePhoto",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.LivePhotoView.livePhoto\">Titanium.UI.iOS.LivePhotoView.livePhoto</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.LivePhotoView.livePhoto\">Titanium.UI.iOS.LivePhotoView.livePhoto</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "livePhoto",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.iOS.LivePhoto",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getMuted",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.LivePhotoView.muted\">Titanium.UI.iOS.LivePhotoView.muted</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.LivePhotoView.muted\">Titanium.UI.iOS.LivePhotoView.muted</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setMuted",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.LivePhotoView.muted\">Titanium.UI.iOS.LivePhotoView.muted</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.LivePhotoView.muted\">Titanium.UI.iOS.LivePhotoView.muted</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "muted",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.UI.View",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityHidden",
                    "deprecated": false,
                    "description": "<p>Whether the view should be &quot;hidden&quot; from (i.e., ignored by) the accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityHint",
                    "deprecated": false,
                    "description": "<p>Briefly describes what performing an action (such as a click) on the view will do.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityLabel",
                    "deprecated": false,
                    "description": "<p>A succint label identifying the view for the device's accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityValue",
                    "deprecated": false,
                    "description": "<p>A string describing the value (if any) of the view for the device's accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "anchorPoint",
                    "deprecated": false,
                    "description": "<p>Coordinate of the view about which to pivot an animation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "animatedCenter",
                    "deprecated": false,
                    "description": "<p>Current position of the view during an animation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundColor",
                    "deprecated": false,
                    "description": "<p>Background color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundGradient",
                    "deprecated": false,
                    "description": "<p>A background gradient for the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [
                        {
                            "title": "Linear and Radial Gradients",
                            "code": "<p>The following code excerpt creates two views, one with a linear gradient and one with\na radial gradient.</p>\n<pre><code>var win1 = Titanium.UI.createWindow({\n    title:'Tab 1',\n    backgroundColor:'#fff',\n    layout: 'vertical'\n});\n\nvar radialGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'radial',\n        startPoint: { x: 50, y: 50 },\n        endPoint: { x: 50, y: 50 },\n        colors: [ 'red', 'blue'],\n        startRadius: 50,\n        endRadius: 0,\n        backfillStart: true\n    }\n});\nvar linearGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'linear',\n        startPoint: { x: '0%', y: '50%' },\n        endPoint: { x: '100%', y: '50%' },\n        colors: [ { color: 'red', offset: 0.0}, { color: 'blue', offset: 0.25 }, { color: 'red', offset: 1.0 } ],\n    }\n});\nwin1.add(radialGradient);\nwin1.add(linearGradient);\nwin1.open();\n</code></pre>"
                        }
                    ],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "Gradient",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundImage",
                    "deprecated": false,
                    "description": "<p>Background image for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundRepeat",
                    "deprecated": false,
                    "description": "<p>Determines whether to tile a background across a view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundLeftCap",
                    "deprecated": false,
                    "description": "<p>Size of the left end cap.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundTopCap",
                    "deprecated": false,
                    "description": "<p>Size of the top end cap.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderColor",
                    "deprecated": false,
                    "description": "<p>Border color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderRadius",
                    "deprecated": false,
                    "description": "<p>Radius for the rounded corners of the view's border.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderWidth",
                    "deprecated": false,
                    "description": "<p>Border width of the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "bottom",
                    "deprecated": false,
                    "description": "<p>View's bottom position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "center",
                    "deprecated": false,
                    "description": "<p>View's center position, in the parent view's coordinates.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "children",
                    "deprecated": false,
                    "description": "<p>Array of this view's child views.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "clipMode",
                    "deprecated": false,
                    "description": "<p>View's clipping behavior.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "height",
                    "deprecated": false,
                    "description": "<p>View height, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.FILL",
                        "Titanium.UI.SIZE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "horizontalMotionEffect",
                    "deprecated": false,
                    "description": "<p>Adds a horizontal parallax effect to the view</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "MinMaxOptions",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "id",
                    "deprecated": false,
                    "description": "<p>View's identifier.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "left",
                    "deprecated": false,
                    "description": "<p>View's left position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "layout",
                    "deprecated": false,
                    "description": "<p>Specifies how the view positions its children.\nOne of: 'composite', 'vertical', or 'horizontal'.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "opacity",
                    "deprecated": false,
                    "description": "<p>Opacity of this view, from 0.0 (transparent) to 1.0 (opaque). Defaults to 1.0 (opaque).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "pullBackgroundColor",
                    "deprecated": false,
                    "description": "<p>Background color of the wrapper view when this view is used as either <a href=\"Titanium.UI.ListView.pullView\">Titanium.UI.ListView.pullView</a> or <a href=\"Titanium.UI.TableView.headerPullView\">Titanium.UI.TableView.headerPullView</a>.</p>\n<p>Defaults to <code>undefined</code>. Results in a light grey background color on the wrapper view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "previewContext",
                    "deprecated": false,
                    "description": "<p>The preview context used in the 3D-Touch feature &quot;Peek and Pop&quot;.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "Titanium.UI.iOS.PreviewContext",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "right",
                    "deprecated": false,
                    "description": "<p>View's right position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "rect",
                    "deprecated": false,
                    "description": "<p>The bounding box of the view relative to its parent, in system units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "DimensionWithAbsolutes",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "size",
                    "deprecated": false,
                    "description": "<p>The size of the view in system units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "Dimension",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "tintColor",
                    "deprecated": false,
                    "description": "<p>The view's tintColor</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "top",
                    "deprecated": false,
                    "description": "<p>The view's top position.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "touchEnabled",
                    "deprecated": false,
                    "description": "<p>Determines whether view should receive touch events.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "transform",
                    "deprecated": false,
                    "description": "<p>Transformation matrix to apply to the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "Titanium.UI.Matrix2D",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "verticalMotionEffect",
                    "deprecated": false,
                    "description": "<p>Adds a vertical parallax effect to the view</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "MinMaxOptions",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowRadius",
                    "deprecated": false,
                    "description": "<p>Determines the blur radius used to create the shadow.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowColor",
                    "deprecated": false,
                    "description": "<p>Determines the color of the shadow.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowOffset",
                    "deprecated": false,
                    "description": "<p>Determines the offset for the shadow of the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "visible",
                    "deprecated": false,
                    "description": "<p>Determines whether the view is visible.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "width",
                    "deprecated": false,
                    "description": "<p>View's width, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.FILL",
                        "Titanium.UI.SIZE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "horizontalWrap",
                    "deprecated": false,
                    "description": "<p>Determines whether the layout has wrapping behavior.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "zIndex",
                    "deprecated": false,
                    "description": "<p>Z-index stack order position, relative to other sibling views.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "livePhoto",
                    "deprecated": false,
                    "description": "<p>The Live Photo displayed in the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "Titanium.UI.iOS.LivePhoto",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "muted",
                    "deprecated": false,
                    "description": "<p>A Boolean value that determines whether the view plays the audio content of its Live Photo.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>Use the <a href=\"Titanium.UI.iOS.createLivePhotoView\">Titanium.UI.iOS.createLivePhotoView</a> method to create an new <code>LivePhotoView</code>.</p>\n<p>Specifying either a <code>width</code> or <code>height</code> property for this view will scale its <code>livePhoto</code> with\nthe aspect ratio maintained, up to a maximum size that does not exceed its parent view.</p>\n<p>For more infos on Live Photo's, refer to the official <a href=\"https://developer.apple.com/documentation/photosui/phlivephotoview\">Apple documentation</a>.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "5.2.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "5.2.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.iOS.MenuPopup",
            "description": "<p>A menu popup provides the ability to create custom tooltip options using the <code>items</code> property\ncovering the native <code>UIMenuController</code> class.</p>\n<p>See also:</p>\n<ul>\n<li><a href=\"https://developer.apple.com/documentation/uikit/uimenucontroller\">iOS Developer Library: UIMenuController</a></li>\n</ul>",
            "deprecated": false,
            "events": [
                {
                    "name": "click",
                    "deprecated": false,
                    "description": "<p>Fired when the user clicks at one of the menu popup items.</p>",
                    "properties": [
                        {
                            "name": "index",
                            "constants": [],
                            "description": "<p>The index of the clicked item.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "title",
                            "constants": [],
                            "description": "<p>The title of the clicked item.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                }
            ],
            "examples": [
                {
                    "title": "Example using multiple `items` and a `click` event.",
                    "code": "<p>The example below creates a new menu popup and shows it when the user clicks on the button.</p>\n<pre><code>var win = Ti.UI.createWindow({\n    backgroundColor: &quot;#fff&quot;,\n});\n\nvar button = Ti.UI.createButton({\n    title: &quot;Show options&quot;\n});\n\nwin.add(button);\n\nvar menu = Ti.UI.iOS.createMenuPopup({\n    items: [&quot;Option 1&quot;, &quot;Option 2&quot;]\n});\n\nmenu.addEventListener(&quot;click&quot;, function(e) {\n    alert(e);\n});\n\nbutton.addEventListener(&quot;click&quot;, function() {\n    menu.show({\n\t    view: button\n    });\n});\n\nwin.open();\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "show",
                    "deprecated": false,
                    "description": "<p>Shows the menu popup.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Includes options how the menu popup should be shown. Note that the default is to be animated.</p>",
                            "type": "MenuPopupShowParams",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hide",
                    "deprecated": false,
                    "description": "<p>Hides the menu popup.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Includes options how the menu popup should be hidden. Introduced in SDK 5.2.0.</p>\n<p>Note that the default here is equivalent to passing in <code>{ animated: true }</code> (while typically the default for <a href=\"AnimationOptions\">AnimationOptions</a> is false)</p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "isVisible",
                    "deprecated": false,
                    "description": "<p>Indicates whether the menu popup is currently visible.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.MenuPopup.bubbleParent\">Titanium.UI.iOS.MenuPopup.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.MenuPopup.bubbleParent\">Titanium.UI.iOS.MenuPopup.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.MenuPopup.bubbleParent\">Titanium.UI.iOS.MenuPopup.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.MenuPopup.bubbleParent\">Titanium.UI.iOS.MenuPopup.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.MenuPopup.apiName\">Titanium.UI.iOS.MenuPopup.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.MenuPopup.apiName\">Titanium.UI.iOS.MenuPopup.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getItems",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.MenuPopup.items\">Titanium.UI.iOS.MenuPopup.items</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.MenuPopup.items\">Titanium.UI.iOS.MenuPopup.items</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setItems",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.MenuPopup.items\">Titanium.UI.iOS.MenuPopup.items</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.MenuPopup.items\">Titanium.UI.iOS.MenuPopup.items</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "items",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": true,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "items",
                    "deprecated": false,
                    "description": "<p>The items of the menu popup.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "5.2.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "5.2.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "MenuPopupShowParams",
            "description": "<p>Dictionary of options for showing a menu popup with <a href=\"Titanium.UI.iOS.MenuPopup.show\">Titanium.UI.iOS.MenuPopup.show</a>.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "view",
                    "deprecated": false,
                    "description": "<p>The view where the menu pop is shown at.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "Titanium.UI.View",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "animated",
                    "deprecated": false,
                    "description": "<p>Determines whether the menu popup should be opened or closed animated.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "arrowDirection",
                    "deprecated": false,
                    "description": "<p>Indicates the arrow direction of the menu popup.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.iOS.MENU_POPUP_ARROW_DIRECTION_UP",
                        "Titanium.UI.iOS.MENU_POPUP_ARROW_DIRECTION_DOWN",
                        "Titanium.UI.iOS.MENU_POPUP_ARROW_DIRECTION_LEFT",
                        "Titanium.UI.iOS.MENU_POPUP_ARROW_DIRECTION_RIGHT",
                        "Titanium.UI.iOS.MENU_POPUP_ARROW_DIRECTION_DEFAULT"
                    ],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>The parameters used when showing a menu popup. Must include the <code>view</code> property to tell the menu popup\nat which view it should be shown. Also set the <code>animated</code> property to <code>false</code> if you want to show the\nmenu popup without an animation.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "5.2.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "5.2.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.iOS.NavigationWindow",
            "description": "<p>A <code>NavigationWindow</code> implements a specialized view that manages the navigation of hierarchical\ncontent.\n<strong>Deprecated since 8.0.0. Use <a href=\"Titanium.UI.NavigationWindow\">Titanium.UI.NavigationWindow</a> instead.</strong></p>",
            "deprecated": true,
            "events": [
                {
                    "name": "click",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a click against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "dblclick",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a double click against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "doubletap",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a double tap against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "focus",
                    "deprecated": false,
                    "description": "<p>Fired when the window gains focus.</p>"
                },
                {
                    "name": "keypressed",
                    "deprecated": false,
                    "description": "<p>Fired when a hardware key is pressed in the view.</p>",
                    "properties": [
                        {
                            "name": "keyCode",
                            "constants": [],
                            "description": "<p>The code for the physical key that was pressed. For more details, see <a href=\"https://developer.android.com/reference/android/view/KeyEvent.html\">KeyEvent</a>. This API is experimental and subject to change.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "longpress",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a long press.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "pinch",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a pinch gesture.</p>",
                    "properties": [
                        {
                            "name": "scale",
                            "constants": [],
                            "description": "<p>The scale factor relative to the points of the two touches in screen coordinates.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "velocity",
                            "constants": [],
                            "description": "<p>The velocity of the pinch in scale factor per second.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "time",
                            "constants": [],
                            "description": "<p>The event time of the current event being processed.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timeDelta",
                            "constants": [],
                            "description": "<p>The time difference in milliseconds between the previous accepted scaling event and the\ncurrent scaling event.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "currentSpan",
                            "constants": [],
                            "description": "<p>The average distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "currentSpanX",
                            "constants": [],
                            "description": "<p>The average X distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "currentSpanY",
                            "constants": [],
                            "description": "<p>The average Y distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "previousSpan",
                            "constants": [],
                            "description": "<p>The previous average distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "previousSpanX",
                            "constants": [],
                            "description": "<p>The previous average X distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "previousSpanY",
                            "constants": [],
                            "description": "<p>The previous average Y distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "focusX",
                            "constants": [],
                            "description": "<p>The X coordinate of the current gesture's focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "focusY",
                            "constants": [],
                            "description": "<p>The Y coordinate of the current gesture's focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "inProgress",
                            "constants": [],
                            "description": "<p>Returns <code>true</code> if a scale gesture is in progress, <code>false</code> otherwise.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "postlayout",
                    "deprecated": false,
                    "description": "<p>Fired when a layout cycle is finished.</p>"
                },
                {
                    "name": "singletap",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a single tap against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "swipe",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a swipe gesture against the view.</p>",
                    "properties": [
                        {
                            "name": "direction",
                            "constants": [],
                            "description": "<p>Direction of the swipe--either 'left', 'right', 'up', or 'down'.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event's endpoint from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event's endpoint from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchcancel",
                    "deprecated": false,
                    "description": "<p>Fired when a touch event is interrupted by the device.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchend",
                    "deprecated": false,
                    "description": "<p>Fired when a touch event is completed.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Penciland are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchmove",
                    "deprecated": false,
                    "description": "<p>Fired as soon as the device detects movement of a touch.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchstart",
                    "deprecated": false,
                    "description": "<p>Fired as soon as the device detects a touch gesture.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "twofingertap",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a two-finger tap against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "blur",
                    "deprecated": false,
                    "description": "<p>Fired when the window loses focus.</p>"
                },
                {
                    "name": "close",
                    "deprecated": false,
                    "description": "<p>Fired when the window is closed.</p>"
                },
                {
                    "name": "open",
                    "deprecated": false,
                    "description": "<p>Fired when the window is opened.</p>"
                }
            ],
            "examples": [
                {
                    "title": "Simple Navigation Window",
                    "code": "<p>Creates a navigation window with the first window colored red.\nPress the button to open the blue window.\nUse the back button to return to the red root window.</p>\n<pre><code>var win2 = Ti.UI.createWindow({\n    backgroundColor: 'red',\n    title: 'Red Window'\n});\n\nvar win1 = Ti.UI.iOS.createNavigationWindow({\n   window: win2\n});\n\nvar win3 = Ti.UI.createWindow({\n    backgroundColor: 'blue',\n    title: 'Blue Window'\n});\n\nvar button = Ti.UI.createButton({\n    title: 'Open Blue Window'\n});\nbutton.addEventListener('click', function(){\n    win1.openWindow(win3, {animated:true});\n});\n\nwin2.add(button);\nvar button2 = Titanium.UI.createButton({\n    title: 'Close Blue Window'\n});\nbutton2.addEventListener('click', function(){\n    win1.closeWindow(win3, {animated:false}); //win3.close() will also work!!\n});\n\nwin3.add(button2);\nwin1.open();\n</code></pre>"
                },
                {
                    "title": "Alloy XML Markup",
                    "code": "<p>Previous example as two Alloy view-controllers.  Requires Alloy 1.2.2 and later.</p>\n<p>app/views/index.xml:</p>\n<pre><code>&lt;Alloy&gt;\n    &lt;NavigationWindow id=&quot;win1&quot; platform=&quot;ios&quot;&gt;\n        &lt;Window id=&quot;win2&quot; title=&quot;Red Window&quot; backgroundColor=&quot;red&quot;&gt;\n            &lt;Button id=&quot;button&quot; onClick=&quot;openBlueWindow&quot;&gt;Open Blue Window&lt;/Button&gt;\n        &lt;/Window&gt;\n    &lt;/NavigationWindow&gt;\n&lt;/Alloy&gt;\n</code></pre>\n<p>app/controllers/index.js:</p>\n<pre><code>function openBlueWindow(e) {\n    var win3 = Alloy.createController('bluewin').getView();\n    $.win1.openWindow(win3);\n}\n\n$.win1.open();\n</code></pre>\n<p>app/views/bluewin.xml:</p>\n<pre><code>&lt;Alloy&gt;\n    &lt;Window id=&quot;win3&quot; title=&quot;Blue Window&quot; backgroundColor=&quot;blue&quot;&gt;\n        &lt;Button onClick=&quot;closeWindow&quot;&gt;Close Window&lt;/Button&gt;\n    &lt;/Window&gt;\n&lt;/Alloy&gt;\n</code></pre>\n<p>app/controllers/bluewin.js:</p>\n<pre><code>function closeWindow(){\n    $.win3.close();\n}\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "add",
                    "deprecated": false,
                    "description": "<p>Adds a child to this view's hierarchy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "view",
                            "constants": [],
                            "description": "<p>View to add to this view's hierarchy.</p>\n<p>You may pass an array of views, e.g. <code>view.add([subview1, subview2]</code>.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "animate",
                    "deprecated": false,
                    "description": "<p>Animates this view.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "animation",
                            "constants": [],
                            "description": "<p>Either a dictionary of animation properties or an\n<a href=\"Titanium.UI.Animation\">Animation</a> object.</p>",
                            "type": "Titanium.UI.Animation",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Function to be invoked upon completion of the animation.</p>",
                            "type": "Function",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "clearMotionEffects",
                    "deprecated": false,
                    "description": "<p>Removes all previously added motion effects.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "finishLayout",
                    "deprecated": true,
                    "description": "<p>Finishes a batch update of the View's layout properties and schedules a layout pass of the\nview tree.\n<strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hide",
                    "deprecated": false,
                    "description": "<p>Hides this view.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Animation options for Android only. <strong>Since SDK 5.1.0 and used only on Android 5.0+</strong></p>\n<p>Determines whether to enable a circular reveal animation.\nNote that the default here is equivalent to passing in <code>{ animated: false }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "insertAt",
                    "deprecated": false,
                    "description": "<p>Inserts a view at the specified position in the <a href=\"Titanium.UI.View.children\">children</a> array.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Pass an object that specifies the view to insert and optionally at which position (defaults to end)</p>",
                            "type": "ViewPositionOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "remove",
                    "deprecated": false,
                    "description": "<p>Removes a child view from this view's hierarchy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "view",
                            "constants": [],
                            "description": "<p>View to remove from this view's hierarchy.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "replaceAt",
                    "deprecated": false,
                    "description": "<p>Replaces a view at the specified position in the <a href=\"Titanium.UI.View.children\">children</a> array.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Pass an object with the view to insert and the position of the view to replace. In this case the <code>position</code> property is required.</p>",
                            "type": "ViewPositionOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "show",
                    "deprecated": false,
                    "description": "<p>Makes this view visible.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Animation options for Android only. <strong>Since SDK 5.1.0 and only used on Android 5.0+</strong></p>\n<p>Determines whether to enable a circular reveal animation.\nNote that the default here is equivalent to passing in <code>{ animated: false }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "startLayout",
                    "deprecated": true,
                    "description": "<p>Starts a batch update of this view's layout properties. <strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">Titanium.Proxy.applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "toImage",
                    "deprecated": false,
                    "description": "<p>Returns an image of the rendered view, as a Blob.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Function to be invoked upon completion. If non-null, this method will be performed\nasynchronously. If null, it will be performed immediately.</p>",
                            "type": "Function",
                            "usage": "optional"
                        },
                        {
                            "name": "honorScaleFactor",
                            "constants": [],
                            "description": "<p>Determines whether the image is scaled based on scale factor of main screen. (iOS only)</p>\n<p>When set to true, image is scale factor is honored. When set to false, the image in the\nblob has the same dimensions for retina and non-retina devices.</p>",
                            "type": "Boolean",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Blob",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "updateLayout",
                    "deprecated": true,
                    "description": "<p>Performs a batch update of all supplied layout properties and schedules a layout pass after\nthey have been updated.\n<strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">Titanium.Proxy.applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Layout properties to be updated.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "convertPointToView",
                    "deprecated": false,
                    "description": "<p>Translates a point from this view's coordinate system to another view's coordinate system.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "point",
                            "constants": [],
                            "description": "<p>A point in this view's coordinate system.</p>\n<p>If this argument is missing an <code>x</code> or <code>y</code> property, or the properties can not be\nconverted into numbers, an exception will be raised.</p>",
                            "type": "Point",
                            "usage": "required"
                        },
                        {
                            "name": "destinationView",
                            "constants": [],
                            "description": "<p>View that specifies the destination coordinate system to convert to. If this argument\nis not a view, an exception will be raised.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewById",
                    "deprecated": false,
                    "description": "<p>Returns the matching view of a given view ID.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "id",
                            "constants": [],
                            "description": "<p>The ID of the view that should be returned. Use the <code>id</code> property in your views to\nenable it for indexing in this method.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.View",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "close",
                    "deprecated": false,
                    "description": "<p>Closes the window.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Animation or display properties to use when closing the window.</p>",
                            "type": "Titanium.UI.Animation",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hideNavBar",
                    "deprecated": false,
                    "description": "<p>Hides the navigation bar.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Options dictionary supporting a single <code>animated</code> boolean property to determine whether\nthe navigation bar will be animated (default) while being hidden. Note that the default here is equivalent to <code>{ animated: true }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "open",
                    "deprecated": false,
                    "description": "<p>Opens the window.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Animation or display properties to use when opening the window.</p>",
                            "type": "openWindowParams",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "showNavBar",
                    "deprecated": false,
                    "description": "<p>Makes the navigation bar visible.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Options dictionary supporting a single <code>animated</code> boolean property to determine whether\nthe navigation bar will be animated (default) while being shown. Note that the default here is equivalent to <code>{ animated: true }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "showToolbar",
                    "deprecated": false,
                    "description": "<p>Makes the bottom toolbar visible.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Options dictionary supporting a single <code>animated</code> boolean property to determine whether\nthe toolbar will be animated (default) while being shown. Note that the default here is equivalent to <code>{ animated: true }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hideToolbar",
                    "deprecated": false,
                    "description": "<p>Makes the bottom toolbar invisible.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Options dictionary supporting a single <code>animated</code> boolean property to determine whether\nthe toolbar will be animated (default) while being hidden. Note that the default here is equivalent to <code>{ animated: true }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "closeWindow",
                    "deprecated": false,
                    "description": "<p>Closes a window and removes it from the navigation window.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "window",
                            "constants": [],
                            "description": "<p>Window to close.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        },
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Options supporting a single <code>animated</code> boolean property to determine whether the window\nwill be animated (default) while being closed (default: true).</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "openWindow",
                    "deprecated": false,
                    "description": "<p>Opens a window within the navigation window.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "window",
                            "constants": [],
                            "description": "<p>Window to open.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        },
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Options supporting a single <code>animated</code> boolean property to determine whether the window\nwill be animated (default) while being opened (default: true).</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "popToRootWindow",
                    "deprecated": false,
                    "description": "<p>Closes all windows that are currently opened inside the navigation window.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Options supporting a single <code>animated</code> boolean property to determine whether the windows\nwill be animated while being closed (default: false).</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.bubbleParent\">Titanium.UI.iOS.NavigationWindow.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.NavigationWindow.bubbleParent\">Titanium.UI.iOS.NavigationWindow.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.bubbleParent\">Titanium.UI.iOS.NavigationWindow.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.NavigationWindow.bubbleParent\">Titanium.UI.iOS.NavigationWindow.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.apiName\">Titanium.UI.iOS.NavigationWindow.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.NavigationWindow.apiName\">Titanium.UI.iOS.NavigationWindow.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityHidden",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.accessibilityHidden\">Titanium.UI.iOS.NavigationWindow.accessibilityHidden</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.NavigationWindow.accessibilityHidden\">Titanium.UI.iOS.NavigationWindow.accessibilityHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityHidden",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.accessibilityHidden\">Titanium.UI.iOS.NavigationWindow.accessibilityHidden</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.NavigationWindow.accessibilityHidden\">Titanium.UI.iOS.NavigationWindow.accessibilityHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityHidden",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityHint",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.accessibilityHint\">Titanium.UI.iOS.NavigationWindow.accessibilityHint</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.NavigationWindow.accessibilityHint\">Titanium.UI.iOS.NavigationWindow.accessibilityHint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityHint",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.accessibilityHint\">Titanium.UI.iOS.NavigationWindow.accessibilityHint</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.NavigationWindow.accessibilityHint\">Titanium.UI.iOS.NavigationWindow.accessibilityHint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityHint",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityLabel",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.accessibilityLabel\">Titanium.UI.iOS.NavigationWindow.accessibilityLabel</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.NavigationWindow.accessibilityLabel\">Titanium.UI.iOS.NavigationWindow.accessibilityLabel</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityLabel",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.accessibilityLabel\">Titanium.UI.iOS.NavigationWindow.accessibilityLabel</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.NavigationWindow.accessibilityLabel\">Titanium.UI.iOS.NavigationWindow.accessibilityLabel</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityLabel",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityValue",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.accessibilityValue\">Titanium.UI.iOS.NavigationWindow.accessibilityValue</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.NavigationWindow.accessibilityValue\">Titanium.UI.iOS.NavigationWindow.accessibilityValue</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityValue",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.accessibilityValue\">Titanium.UI.iOS.NavigationWindow.accessibilityValue</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.NavigationWindow.accessibilityValue\">Titanium.UI.iOS.NavigationWindow.accessibilityValue</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityValue",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAnchorPoint",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.anchorPoint\">Titanium.UI.iOS.NavigationWindow.anchorPoint</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.NavigationWindow.anchorPoint\">Titanium.UI.iOS.NavigationWindow.anchorPoint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAnchorPoint",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.anchorPoint\">Titanium.UI.iOS.NavigationWindow.anchorPoint</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.NavigationWindow.anchorPoint\">Titanium.UI.iOS.NavigationWindow.anchorPoint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "anchorPoint",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAnimatedCenter",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.animatedCenter\">Titanium.UI.iOS.NavigationWindow.animatedCenter</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.NavigationWindow.animatedCenter\">Titanium.UI.iOS.NavigationWindow.animatedCenter</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.backgroundColor\">Titanium.UI.iOS.NavigationWindow.backgroundColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.NavigationWindow.backgroundColor\">Titanium.UI.iOS.NavigationWindow.backgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.backgroundColor\">Titanium.UI.iOS.NavigationWindow.backgroundColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.NavigationWindow.backgroundColor\">Titanium.UI.iOS.NavigationWindow.backgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundGradient",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.backgroundGradient\">Titanium.UI.iOS.NavigationWindow.backgroundGradient</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.NavigationWindow.backgroundGradient\">Titanium.UI.iOS.NavigationWindow.backgroundGradient</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Gradient",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundGradient",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.backgroundGradient\">Titanium.UI.iOS.NavigationWindow.backgroundGradient</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.NavigationWindow.backgroundGradient\">Titanium.UI.iOS.NavigationWindow.backgroundGradient</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundGradient",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Gradient",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.backgroundImage\">Titanium.UI.iOS.NavigationWindow.backgroundImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.NavigationWindow.backgroundImage\">Titanium.UI.iOS.NavigationWindow.backgroundImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.backgroundImage\">Titanium.UI.iOS.NavigationWindow.backgroundImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.NavigationWindow.backgroundImage\">Titanium.UI.iOS.NavigationWindow.backgroundImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundRepeat",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.backgroundRepeat\">Titanium.UI.iOS.NavigationWindow.backgroundRepeat</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.NavigationWindow.backgroundRepeat\">Titanium.UI.iOS.NavigationWindow.backgroundRepeat</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundRepeat",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.backgroundRepeat\">Titanium.UI.iOS.NavigationWindow.backgroundRepeat</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.NavigationWindow.backgroundRepeat\">Titanium.UI.iOS.NavigationWindow.backgroundRepeat</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundRepeat",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundLeftCap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.backgroundLeftCap\">Titanium.UI.iOS.NavigationWindow.backgroundLeftCap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.NavigationWindow.backgroundLeftCap\">Titanium.UI.iOS.NavigationWindow.backgroundLeftCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundLeftCap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.backgroundLeftCap\">Titanium.UI.iOS.NavigationWindow.backgroundLeftCap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.NavigationWindow.backgroundLeftCap\">Titanium.UI.iOS.NavigationWindow.backgroundLeftCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundLeftCap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundTopCap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.backgroundTopCap\">Titanium.UI.iOS.NavigationWindow.backgroundTopCap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.NavigationWindow.backgroundTopCap\">Titanium.UI.iOS.NavigationWindow.backgroundTopCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundTopCap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.backgroundTopCap\">Titanium.UI.iOS.NavigationWindow.backgroundTopCap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.NavigationWindow.backgroundTopCap\">Titanium.UI.iOS.NavigationWindow.backgroundTopCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundTopCap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.borderColor\">Titanium.UI.iOS.NavigationWindow.borderColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.NavigationWindow.borderColor\">Titanium.UI.iOS.NavigationWindow.borderColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.borderColor\">Titanium.UI.iOS.NavigationWindow.borderColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.NavigationWindow.borderColor\">Titanium.UI.iOS.NavigationWindow.borderColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderRadius",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.borderRadius\">Titanium.UI.iOS.NavigationWindow.borderRadius</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.NavigationWindow.borderRadius\">Titanium.UI.iOS.NavigationWindow.borderRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderRadius",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.borderRadius\">Titanium.UI.iOS.NavigationWindow.borderRadius</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.NavigationWindow.borderRadius\">Titanium.UI.iOS.NavigationWindow.borderRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderRadius",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderWidth",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.borderWidth\">Titanium.UI.iOS.NavigationWindow.borderWidth</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.NavigationWindow.borderWidth\">Titanium.UI.iOS.NavigationWindow.borderWidth</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderWidth",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.borderWidth\">Titanium.UI.iOS.NavigationWindow.borderWidth</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.NavigationWindow.borderWidth\">Titanium.UI.iOS.NavigationWindow.borderWidth</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderWidth",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBottom",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.bottom\">Titanium.UI.iOS.NavigationWindow.bottom</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.NavigationWindow.bottom\">Titanium.UI.iOS.NavigationWindow.bottom</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBottom",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.bottom\">Titanium.UI.iOS.NavigationWindow.bottom</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.NavigationWindow.bottom\">Titanium.UI.iOS.NavigationWindow.bottom</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bottom",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getCenter",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.center\">Titanium.UI.iOS.NavigationWindow.center</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.NavigationWindow.center\">Titanium.UI.iOS.NavigationWindow.center</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setCenter",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.center\">Titanium.UI.iOS.NavigationWindow.center</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.NavigationWindow.center\">Titanium.UI.iOS.NavigationWindow.center</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "center",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getChildren",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.children\">Titanium.UI.iOS.NavigationWindow.children</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.NavigationWindow.children\">Titanium.UI.iOS.NavigationWindow.children</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getClipMode",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.clipMode\">Titanium.UI.iOS.NavigationWindow.clipMode</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.NavigationWindow.clipMode\">Titanium.UI.iOS.NavigationWindow.clipMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setClipMode",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.clipMode\">Titanium.UI.iOS.NavigationWindow.clipMode</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.NavigationWindow.clipMode\">Titanium.UI.iOS.NavigationWindow.clipMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "clipMode",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHeight",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.height\">Titanium.UI.iOS.NavigationWindow.height</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.NavigationWindow.height\">Titanium.UI.iOS.NavigationWindow.height</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHeight",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.height\">Titanium.UI.iOS.NavigationWindow.height</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.NavigationWindow.height\">Titanium.UI.iOS.NavigationWindow.height</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "height",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHorizontalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.horizontalMotionEffect\">Titanium.UI.iOS.NavigationWindow.horizontalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.NavigationWindow.horizontalMotionEffect\">Titanium.UI.iOS.NavigationWindow.horizontalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "MinMaxOptions",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHorizontalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.horizontalMotionEffect\">Titanium.UI.iOS.NavigationWindow.horizontalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.NavigationWindow.horizontalMotionEffect\">Titanium.UI.iOS.NavigationWindow.horizontalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "horizontalMotionEffect",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "MinMaxOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLeft",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.left\">Titanium.UI.iOS.NavigationWindow.left</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.NavigationWindow.left\">Titanium.UI.iOS.NavigationWindow.left</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLeft",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.left\">Titanium.UI.iOS.NavigationWindow.left</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.NavigationWindow.left\">Titanium.UI.iOS.NavigationWindow.left</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "left",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLayout",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.layout\">Titanium.UI.iOS.NavigationWindow.layout</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.NavigationWindow.layout\">Titanium.UI.iOS.NavigationWindow.layout</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLayout",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.layout\">Titanium.UI.iOS.NavigationWindow.layout</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.NavigationWindow.layout\">Titanium.UI.iOS.NavigationWindow.layout</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "layout",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getOpacity",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.opacity\">Titanium.UI.iOS.NavigationWindow.opacity</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.NavigationWindow.opacity\">Titanium.UI.iOS.NavigationWindow.opacity</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setOpacity",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.opacity\">Titanium.UI.iOS.NavigationWindow.opacity</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.NavigationWindow.opacity\">Titanium.UI.iOS.NavigationWindow.opacity</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "opacity",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPullBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.pullBackgroundColor\">Titanium.UI.iOS.NavigationWindow.pullBackgroundColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.NavigationWindow.pullBackgroundColor\">Titanium.UI.iOS.NavigationWindow.pullBackgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setPullBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.pullBackgroundColor\">Titanium.UI.iOS.NavigationWindow.pullBackgroundColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.NavigationWindow.pullBackgroundColor\">Titanium.UI.iOS.NavigationWindow.pullBackgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "pullBackgroundColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPreviewContext",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.previewContext\">Titanium.UI.iOS.NavigationWindow.previewContext</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.NavigationWindow.previewContext\">Titanium.UI.iOS.NavigationWindow.previewContext</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.iOS.PreviewContext",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "setPreviewContext",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.previewContext\">Titanium.UI.iOS.NavigationWindow.previewContext</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.NavigationWindow.previewContext\">Titanium.UI.iOS.NavigationWindow.previewContext</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "previewContext",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.iOS.PreviewContext",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "getRight",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.right\">Titanium.UI.iOS.NavigationWindow.right</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.NavigationWindow.right\">Titanium.UI.iOS.NavigationWindow.right</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setRight",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.right\">Titanium.UI.iOS.NavigationWindow.right</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.NavigationWindow.right\">Titanium.UI.iOS.NavigationWindow.right</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "right",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.rect\">Titanium.UI.iOS.NavigationWindow.rect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.NavigationWindow.rect\">Titanium.UI.iOS.NavigationWindow.rect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "DimensionWithAbsolutes",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSize",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.size\">Titanium.UI.iOS.NavigationWindow.size</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.NavigationWindow.size\">Titanium.UI.iOS.NavigationWindow.size</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Dimension",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTintColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.tintColor\">Titanium.UI.iOS.NavigationWindow.tintColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.NavigationWindow.tintColor\">Titanium.UI.iOS.NavigationWindow.tintColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTintColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.tintColor\">Titanium.UI.iOS.NavigationWindow.tintColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.NavigationWindow.tintColor\">Titanium.UI.iOS.NavigationWindow.tintColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "tintColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTop",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.top\">Titanium.UI.iOS.NavigationWindow.top</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.NavigationWindow.top\">Titanium.UI.iOS.NavigationWindow.top</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTop",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.top\">Titanium.UI.iOS.NavigationWindow.top</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.NavigationWindow.top\">Titanium.UI.iOS.NavigationWindow.top</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "top",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTouchEnabled",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.touchEnabled\">Titanium.UI.iOS.NavigationWindow.touchEnabled</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.NavigationWindow.touchEnabled\">Titanium.UI.iOS.NavigationWindow.touchEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTouchEnabled",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.touchEnabled\">Titanium.UI.iOS.NavigationWindow.touchEnabled</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.NavigationWindow.touchEnabled\">Titanium.UI.iOS.NavigationWindow.touchEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchEnabled",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTransform",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.transform\">Titanium.UI.iOS.NavigationWindow.transform</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.NavigationWindow.transform\">Titanium.UI.iOS.NavigationWindow.transform</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Matrix2D",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTransform",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.transform\">Titanium.UI.iOS.NavigationWindow.transform</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.NavigationWindow.transform\">Titanium.UI.iOS.NavigationWindow.transform</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "transform",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Matrix2D",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getVerticalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.verticalMotionEffect\">Titanium.UI.iOS.NavigationWindow.verticalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.NavigationWindow.verticalMotionEffect\">Titanium.UI.iOS.NavigationWindow.verticalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "MinMaxOptions",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setVerticalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.verticalMotionEffect\">Titanium.UI.iOS.NavigationWindow.verticalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.NavigationWindow.verticalMotionEffect\">Titanium.UI.iOS.NavigationWindow.verticalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "verticalMotionEffect",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "MinMaxOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowRadius",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.viewShadowRadius\">Titanium.UI.iOS.NavigationWindow.viewShadowRadius</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.NavigationWindow.viewShadowRadius\">Titanium.UI.iOS.NavigationWindow.viewShadowRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowRadius",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.viewShadowRadius\">Titanium.UI.iOS.NavigationWindow.viewShadowRadius</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.NavigationWindow.viewShadowRadius\">Titanium.UI.iOS.NavigationWindow.viewShadowRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowRadius",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.viewShadowColor\">Titanium.UI.iOS.NavigationWindow.viewShadowColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.NavigationWindow.viewShadowColor\">Titanium.UI.iOS.NavigationWindow.viewShadowColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.viewShadowColor\">Titanium.UI.iOS.NavigationWindow.viewShadowColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.NavigationWindow.viewShadowColor\">Titanium.UI.iOS.NavigationWindow.viewShadowColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowOffset",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.viewShadowOffset\">Titanium.UI.iOS.NavigationWindow.viewShadowOffset</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.NavigationWindow.viewShadowOffset\">Titanium.UI.iOS.NavigationWindow.viewShadowOffset</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowOffset",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.viewShadowOffset\">Titanium.UI.iOS.NavigationWindow.viewShadowOffset</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.NavigationWindow.viewShadowOffset\">Titanium.UI.iOS.NavigationWindow.viewShadowOffset</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowOffset",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getVisible",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.visible\">Titanium.UI.iOS.NavigationWindow.visible</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.NavigationWindow.visible\">Titanium.UI.iOS.NavigationWindow.visible</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setVisible",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.visible\">Titanium.UI.iOS.NavigationWindow.visible</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.NavigationWindow.visible\">Titanium.UI.iOS.NavigationWindow.visible</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "visible",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getWidth",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.width\">Titanium.UI.iOS.NavigationWindow.width</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.NavigationWindow.width\">Titanium.UI.iOS.NavigationWindow.width</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setWidth",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.width\">Titanium.UI.iOS.NavigationWindow.width</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.NavigationWindow.width\">Titanium.UI.iOS.NavigationWindow.width</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "width",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHorizontalWrap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.horizontalWrap\">Titanium.UI.iOS.NavigationWindow.horizontalWrap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.NavigationWindow.horizontalWrap\">Titanium.UI.iOS.NavigationWindow.horizontalWrap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHorizontalWrap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.horizontalWrap\">Titanium.UI.iOS.NavigationWindow.horizontalWrap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.NavigationWindow.horizontalWrap\">Titanium.UI.iOS.NavigationWindow.horizontalWrap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "horizontalWrap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getZIndex",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.zIndex\">Titanium.UI.iOS.NavigationWindow.zIndex</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.NavigationWindow.zIndex\">Titanium.UI.iOS.NavigationWindow.zIndex</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setZIndex",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.zIndex\">Titanium.UI.iOS.NavigationWindow.zIndex</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.NavigationWindow.zIndex\">Titanium.UI.iOS.NavigationWindow.zIndex</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "zIndex",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getExtendEdges",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.extendEdges\">Titanium.UI.iOS.NavigationWindow.extendEdges</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.NavigationWindow.extendEdges\">Titanium.UI.iOS.NavigationWindow.extendEdges</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setExtendEdges",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.extendEdges\">Titanium.UI.iOS.NavigationWindow.extendEdges</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.NavigationWindow.extendEdges\">Titanium.UI.iOS.NavigationWindow.extendEdges</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "extendEdges",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getIncludeOpaqueBars",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.includeOpaqueBars\">Titanium.UI.iOS.NavigationWindow.includeOpaqueBars</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.NavigationWindow.includeOpaqueBars\">Titanium.UI.iOS.NavigationWindow.includeOpaqueBars</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setIncludeOpaqueBars",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.includeOpaqueBars\">Titanium.UI.iOS.NavigationWindow.includeOpaqueBars</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.NavigationWindow.includeOpaqueBars\">Titanium.UI.iOS.NavigationWindow.includeOpaqueBars</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "includeOpaqueBars",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAutoAdjustScrollViewInsets",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.autoAdjustScrollViewInsets\">Titanium.UI.iOS.NavigationWindow.autoAdjustScrollViewInsets</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.NavigationWindow.autoAdjustScrollViewInsets\">Titanium.UI.iOS.NavigationWindow.autoAdjustScrollViewInsets</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAutoAdjustScrollViewInsets",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.autoAdjustScrollViewInsets\">Titanium.UI.iOS.NavigationWindow.autoAdjustScrollViewInsets</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.NavigationWindow.autoAdjustScrollViewInsets\">Titanium.UI.iOS.NavigationWindow.autoAdjustScrollViewInsets</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "autoAdjustScrollViewInsets",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getExtendSafeArea",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.extendSafeArea\">Titanium.UI.iOS.NavigationWindow.extendSafeArea</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.NavigationWindow.extendSafeArea\">Titanium.UI.iOS.NavigationWindow.extendSafeArea</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setExtendSafeArea",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.extendSafeArea\">Titanium.UI.iOS.NavigationWindow.extendSafeArea</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.NavigationWindow.extendSafeArea\">Titanium.UI.iOS.NavigationWindow.extendSafeArea</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "extendSafeArea",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getFullscreen",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.fullscreen\">Titanium.UI.iOS.NavigationWindow.fullscreen</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.NavigationWindow.fullscreen\">Titanium.UI.iOS.NavigationWindow.fullscreen</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setFullscreen",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.fullscreen\">Titanium.UI.iOS.NavigationWindow.fullscreen</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.NavigationWindow.fullscreen\">Titanium.UI.iOS.NavigationWindow.fullscreen</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "fullscreen",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHomeIndicatorAutoHidden",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.homeIndicatorAutoHidden\">Titanium.UI.iOS.NavigationWindow.homeIndicatorAutoHidden</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.NavigationWindow.homeIndicatorAutoHidden\">Titanium.UI.iOS.NavigationWindow.homeIndicatorAutoHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHomeIndicatorAutoHidden",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.homeIndicatorAutoHidden\">Titanium.UI.iOS.NavigationWindow.homeIndicatorAutoHidden</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.NavigationWindow.homeIndicatorAutoHidden\">Titanium.UI.iOS.NavigationWindow.homeIndicatorAutoHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "homeIndicatorAutoHidden",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHidesBarsOnSwipe",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.hidesBarsOnSwipe\">Titanium.UI.iOS.NavigationWindow.hidesBarsOnSwipe</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.NavigationWindow.hidesBarsOnSwipe\">Titanium.UI.iOS.NavigationWindow.hidesBarsOnSwipe</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHidesBarsOnSwipe",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.hidesBarsOnSwipe\">Titanium.UI.iOS.NavigationWindow.hidesBarsOnSwipe</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.NavigationWindow.hidesBarsOnSwipe\">Titanium.UI.iOS.NavigationWindow.hidesBarsOnSwipe</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "hidesBarsOnSwipe",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHidesBarsOnTap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.hidesBarsOnTap\">Titanium.UI.iOS.NavigationWindow.hidesBarsOnTap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.NavigationWindow.hidesBarsOnTap\">Titanium.UI.iOS.NavigationWindow.hidesBarsOnTap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHidesBarsOnTap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.hidesBarsOnTap\">Titanium.UI.iOS.NavigationWindow.hidesBarsOnTap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.NavigationWindow.hidesBarsOnTap\">Titanium.UI.iOS.NavigationWindow.hidesBarsOnTap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "hidesBarsOnTap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHidesBarsWhenKeyboardAppears",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.hidesBarsWhenKeyboardAppears\">Titanium.UI.iOS.NavigationWindow.hidesBarsWhenKeyboardAppears</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.NavigationWindow.hidesBarsWhenKeyboardAppears\">Titanium.UI.iOS.NavigationWindow.hidesBarsWhenKeyboardAppears</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHidesBarsWhenKeyboardAppears",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.hidesBarsWhenKeyboardAppears\">Titanium.UI.iOS.NavigationWindow.hidesBarsWhenKeyboardAppears</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.NavigationWindow.hidesBarsWhenKeyboardAppears\">Titanium.UI.iOS.NavigationWindow.hidesBarsWhenKeyboardAppears</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "hidesBarsWhenKeyboardAppears",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHidesBackButton",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.hidesBackButton\">Titanium.UI.iOS.NavigationWindow.hidesBackButton</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.NavigationWindow.hidesBackButton\">Titanium.UI.iOS.NavigationWindow.hidesBackButton</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.5.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHidesBackButton",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.hidesBackButton\">Titanium.UI.iOS.NavigationWindow.hidesBackButton</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.NavigationWindow.hidesBackButton\">Titanium.UI.iOS.NavigationWindow.hidesBackButton</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "hidesBackButton",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.5.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLargeTitleEnabled",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.largeTitleEnabled\">Titanium.UI.iOS.NavigationWindow.largeTitleEnabled</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.NavigationWindow.largeTitleEnabled\">Titanium.UI.iOS.NavigationWindow.largeTitleEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLargeTitleEnabled",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.largeTitleEnabled\">Titanium.UI.iOS.NavigationWindow.largeTitleEnabled</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.NavigationWindow.largeTitleEnabled\">Titanium.UI.iOS.NavigationWindow.largeTitleEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "largeTitleEnabled",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHidesSearchBarWhenScrolling",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.hidesSearchBarWhenScrolling\">Titanium.UI.iOS.NavigationWindow.hidesSearchBarWhenScrolling</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.NavigationWindow.hidesSearchBarWhenScrolling\">Titanium.UI.iOS.NavigationWindow.hidesSearchBarWhenScrolling</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHidesSearchBarWhenScrolling",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.hidesSearchBarWhenScrolling\">Titanium.UI.iOS.NavigationWindow.hidesSearchBarWhenScrolling</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.NavigationWindow.hidesSearchBarWhenScrolling\">Titanium.UI.iOS.NavigationWindow.hidesSearchBarWhenScrolling</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "hidesSearchBarWhenScrolling",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLargeTitleDisplayMode",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.largeTitleDisplayMode\">Titanium.UI.iOS.NavigationWindow.largeTitleDisplayMode</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.NavigationWindow.largeTitleDisplayMode\">Titanium.UI.iOS.NavigationWindow.largeTitleDisplayMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLargeTitleDisplayMode",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.largeTitleDisplayMode\">Titanium.UI.iOS.NavigationWindow.largeTitleDisplayMode</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.NavigationWindow.largeTitleDisplayMode\">Titanium.UI.iOS.NavigationWindow.largeTitleDisplayMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "largeTitleDisplayMode",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLeftNavButtons",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.leftNavButtons\">Titanium.UI.iOS.NavigationWindow.leftNavButtons</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.NavigationWindow.leftNavButtons\">Titanium.UI.iOS.NavigationWindow.leftNavButtons</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLeftNavButtons",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.leftNavButtons\">Titanium.UI.iOS.NavigationWindow.leftNavButtons</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.NavigationWindow.leftNavButtons\">Titanium.UI.iOS.NavigationWindow.leftNavButtons</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "leftNavButtons",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getModal",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.modal\">Titanium.UI.iOS.NavigationWindow.modal</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.NavigationWindow.modal\">Titanium.UI.iOS.NavigationWindow.modal</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setModal",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.modal\">Titanium.UI.iOS.NavigationWindow.modal</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.NavigationWindow.modal\">Titanium.UI.iOS.NavigationWindow.modal</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "modal",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getNavigationWindow",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.navigationWindow\">Titanium.UI.iOS.NavigationWindow.navigationWindow</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.NavigationWindow.navigationWindow\">Titanium.UI.iOS.NavigationWindow.navigationWindow</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.NavigationWindow",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getOrientationModes",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.orientationModes\">Titanium.UI.iOS.NavigationWindow.orientationModes</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.NavigationWindow.orientationModes\">Titanium.UI.iOS.NavigationWindow.orientationModes</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setOrientationModes",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.orientationModes\">Titanium.UI.iOS.NavigationWindow.orientationModes</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.NavigationWindow.orientationModes\">Titanium.UI.iOS.NavigationWindow.orientationModes</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "orientationModes",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getOrientation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.orientation\">Titanium.UI.iOS.NavigationWindow.orientation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.NavigationWindow.orientation\">Titanium.UI.iOS.NavigationWindow.orientation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRightNavButtons",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.rightNavButtons\">Titanium.UI.iOS.NavigationWindow.rightNavButtons</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.NavigationWindow.rightNavButtons\">Titanium.UI.iOS.NavigationWindow.rightNavButtons</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setRightNavButtons",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.rightNavButtons\">Titanium.UI.iOS.NavigationWindow.rightNavButtons</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.NavigationWindow.rightNavButtons\">Titanium.UI.iOS.NavigationWindow.rightNavButtons</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rightNavButtons",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSafeAreaPadding",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.safeAreaPadding\">Titanium.UI.iOS.NavigationWindow.safeAreaPadding</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.NavigationWindow.safeAreaPadding\">Titanium.UI.iOS.NavigationWindow.safeAreaPadding</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Padding",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getStatusBarStyle",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.statusBarStyle\">Titanium.UI.iOS.NavigationWindow.statusBarStyle</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.NavigationWindow.statusBarStyle\">Titanium.UI.iOS.NavigationWindow.statusBarStyle</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setStatusBarStyle",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.statusBarStyle\">Titanium.UI.iOS.NavigationWindow.statusBarStyle</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.NavigationWindow.statusBarStyle\">Titanium.UI.iOS.NavigationWindow.statusBarStyle</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "statusBarStyle",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTitleAttributes",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.titleAttributes\">Titanium.UI.iOS.NavigationWindow.titleAttributes</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.NavigationWindow.titleAttributes\">Titanium.UI.iOS.NavigationWindow.titleAttributes</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "titleAttributesParams",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTitleAttributes",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.titleAttributes\">Titanium.UI.iOS.NavigationWindow.titleAttributes</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.NavigationWindow.titleAttributes\">Titanium.UI.iOS.NavigationWindow.titleAttributes</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "titleAttributes",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "titleAttributesParams",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getWindow",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.window\">Titanium.UI.iOS.NavigationWindow.window</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.NavigationWindow.window\">Titanium.UI.iOS.NavigationWindow.window</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setWindow",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.NavigationWindow.window\">Titanium.UI.iOS.NavigationWindow.window</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.NavigationWindow.window\">Titanium.UI.iOS.NavigationWindow.window</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "window",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.UI.Window",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityHidden",
                    "deprecated": false,
                    "description": "<p>Whether the view should be &quot;hidden&quot; from (i.e., ignored by) the accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityHint",
                    "deprecated": false,
                    "description": "<p>Briefly describes what performing an action (such as a click) on the view will do.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityLabel",
                    "deprecated": false,
                    "description": "<p>A succint label identifying the view for the device's accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityValue",
                    "deprecated": false,
                    "description": "<p>A string describing the value (if any) of the view for the device's accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "anchorPoint",
                    "deprecated": false,
                    "description": "<p>Coordinate of the view about which to pivot an animation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "animatedCenter",
                    "deprecated": false,
                    "description": "<p>Current position of the view during an animation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundColor",
                    "deprecated": false,
                    "description": "<p>Background color of the window, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundGradient",
                    "deprecated": false,
                    "description": "<p>A background gradient for the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [
                        {
                            "title": "Linear and Radial Gradients",
                            "code": "<p>The following code excerpt creates two views, one with a linear gradient and one with\na radial gradient.</p>\n<pre><code>var win1 = Titanium.UI.createWindow({\n    title:'Tab 1',\n    backgroundColor:'#fff',\n    layout: 'vertical'\n});\n\nvar radialGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'radial',\n        startPoint: { x: 50, y: 50 },\n        endPoint: { x: 50, y: 50 },\n        colors: [ 'red', 'blue'],\n        startRadius: 50,\n        endRadius: 0,\n        backfillStart: true\n    }\n});\nvar linearGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'linear',\n        startPoint: { x: '0%', y: '50%' },\n        endPoint: { x: '100%', y: '50%' },\n        colors: [ { color: 'red', offset: 0.0}, { color: 'blue', offset: 0.25 }, { color: 'red', offset: 1.0 } ],\n    }\n});\nwin1.add(radialGradient);\nwin1.add(linearGradient);\nwin1.open();\n</code></pre>"
                        }
                    ],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "type": "Gradient",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundImage",
                    "deprecated": false,
                    "description": "<p>Background image for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundRepeat",
                    "deprecated": false,
                    "description": "<p>Determines whether to tile a background across a view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundLeftCap",
                    "deprecated": false,
                    "description": "<p>Size of the left end cap.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundTopCap",
                    "deprecated": false,
                    "description": "<p>Size of the top end cap.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderColor",
                    "deprecated": false,
                    "description": "<p>Border color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderRadius",
                    "deprecated": false,
                    "description": "<p>Radius for the rounded corners of the view's border.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderWidth",
                    "deprecated": false,
                    "description": "<p>Border width of the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "bottom",
                    "deprecated": false,
                    "description": "<p>Window's bottom position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "center",
                    "deprecated": false,
                    "description": "<p>View's center position, in the parent view's coordinates.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "children",
                    "deprecated": false,
                    "description": "<p>Array of this view's child views.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "clipMode",
                    "deprecated": false,
                    "description": "<p>View's clipping behavior.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "height",
                    "deprecated": false,
                    "description": "<p>View height, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.FILL",
                        "Titanium.UI.SIZE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "horizontalMotionEffect",
                    "deprecated": false,
                    "description": "<p>Adds a horizontal parallax effect to the view</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "MinMaxOptions",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "id",
                    "deprecated": false,
                    "description": "<p>View's identifier.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "left",
                    "deprecated": false,
                    "description": "<p>Window's left position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "layout",
                    "deprecated": false,
                    "description": "<p>Specifies how the view positions its children.\nOne of: 'composite', 'vertical', or 'horizontal'.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "opacity",
                    "deprecated": false,
                    "description": "<p>The opacity from 0.0-1.0.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "pullBackgroundColor",
                    "deprecated": false,
                    "description": "<p>Background color of the wrapper view when this view is used as either <a href=\"Titanium.UI.ListView.pullView\">Titanium.UI.ListView.pullView</a> or <a href=\"Titanium.UI.TableView.headerPullView\">Titanium.UI.TableView.headerPullView</a>.</p>\n<p>Defaults to <code>undefined</code>. Results in a light grey background color on the wrapper view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "previewContext",
                    "deprecated": false,
                    "description": "<p>The preview context used in the 3D-Touch feature &quot;Peek and Pop&quot;.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Titanium.UI.iOS.PreviewContext",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "right",
                    "deprecated": false,
                    "description": "<p>Window's right position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "rect",
                    "deprecated": false,
                    "description": "<p>The bounding box of the view relative to its parent, in system units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "type": "DimensionWithAbsolutes",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "size",
                    "deprecated": false,
                    "description": "<p>The size of the view in system units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "type": "Dimension",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "tintColor",
                    "deprecated": false,
                    "description": "<p>The view's tintColor</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "top",
                    "deprecated": false,
                    "description": "<p>Window's top position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "touchEnabled",
                    "deprecated": false,
                    "description": "<p>Determines whether view should receive touch events.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "transform",
                    "deprecated": false,
                    "description": "<p>Transformation matrix to apply to the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "type": "Titanium.UI.Matrix2D",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "verticalMotionEffect",
                    "deprecated": false,
                    "description": "<p>Adds a vertical parallax effect to the view</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "MinMaxOptions",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowRadius",
                    "deprecated": false,
                    "description": "<p>Determines the blur radius used to create the shadow.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowColor",
                    "deprecated": false,
                    "description": "<p>Determines the color of the shadow.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowOffset",
                    "deprecated": false,
                    "description": "<p>Determines the offset for the shadow of the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "visible",
                    "deprecated": false,
                    "description": "<p>Determines whether the view is visible.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "width",
                    "deprecated": false,
                    "description": "<p>View's width, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.FILL",
                        "Titanium.UI.SIZE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "horizontalWrap",
                    "deprecated": false,
                    "description": "<p>Determines whether the layout has wrapping behavior.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "zIndex",
                    "deprecated": false,
                    "description": "<p>Z-index stack order position, relative to other sibling views.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "extendEdges",
                    "deprecated": false,
                    "description": "<p>An array of supported values specified using the EXTEND_EDGE constants in <a href=\"Titanium.UI\">Titanium.UI</a>.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.EXTEND_EDGE_TOP",
                        "Titanium.UI.EXTEND_EDGE_BOTTOM",
                        "Titanium.UI.EXTEND_EDGE_LEFT",
                        "Titanium.UI.EXTEND_EDGE_RIGHT",
                        "Titanium.UI.EXTEND_EDGE_NONE",
                        "Titanium.UI.EXTEND_EDGE_ALL"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "includeOpaqueBars",
                    "deprecated": false,
                    "description": "<p>Specifies if the edges should extend beyond opaque bars (navigation bar, tab bar, toolbar).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "autoAdjustScrollViewInsets",
                    "deprecated": false,
                    "description": "<p>Specifies whether or not the view controller should automatically adjust its scroll view insets.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "extendSafeArea",
                    "deprecated": false,
                    "description": "<p>Specifies whether the screen insets/notches are allowed to overlap the window's content or not.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.3.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fullscreen",
                    "deprecated": false,
                    "description": "<p>Boolean value indicating if the window is fullscreen.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "homeIndicatorAutoHidden",
                    "deprecated": false,
                    "description": "<p>Boolean value indicating whether the system is allowed to hide the visual indicator for returning to the Home screen.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hidesBarsOnSwipe",
                    "deprecated": false,
                    "description": "<p>Set this to true to hide the navigation bar on swipe.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hidesBarsOnTap",
                    "deprecated": false,
                    "description": "<p>Set this to true to hide the navigation bar on tap.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hidesBarsWhenKeyboardAppears",
                    "deprecated": false,
                    "description": "<p>Set this to true to hide the navigation bar when the keyboard appears.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hidesBackButton",
                    "deprecated": false,
                    "description": "<p>Set this to true to hide the back button of navigation bar.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.5.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "largeTitleEnabled",
                    "deprecated": false,
                    "description": "<p>A Boolean value indicating whether the title should be displayed in a large format.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.3.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hidesSearchBarWhenScrolling",
                    "deprecated": false,
                    "description": "<p>A Boolean value indicating whether the integrated search bar is hidden when scrolling any underlying content.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "largeTitleDisplayMode",
                    "deprecated": false,
                    "description": "<p>The mode to use when displaying the title of the navigation bar.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.iOS.LARGE_TITLE_DISPLAY_MODE_AUTOMATIC",
                        "Titanium.UI.iOS.LARGE_TITLE_DISPLAY_MODE_ALWAYS",
                        "Titanium.UI.iOS.LARGE_TITLE_DISPLAY_MODE_NEVER"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "leftNavButtons",
                    "deprecated": false,
                    "description": "<p>An Array of views to show in the left nav bar area.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "modal",
                    "deprecated": false,
                    "description": "<p>Indicates to open a modal window or not.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "navigationWindow",
                    "deprecated": false,
                    "description": "<p>The <a href=\"Titanium.UI.NavigationWindow\">Titanium.UI.NavigationWindow</a> instance hosting this window.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "Titanium.UI.NavigationWindow",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "orientationModes",
                    "deprecated": false,
                    "description": "<p>Array of supported orientation modes, specified using the orientation\nconstants defined in <a href=\"Titanium.UI\">Titanium.UI</a>.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.LANDSCAPE_LEFT",
                        "Titanium.UI.LANDSCAPE_RIGHT",
                        "Titanium.UI.PORTRAIT",
                        "Titanium.UI.UPSIDE_PORTRAIT"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "orientation",
                    "deprecated": false,
                    "description": "<p>Current orientation of the window.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.LANDSCAPE_LEFT",
                        "Titanium.UI.LANDSCAPE_RIGHT",
                        "Titanium.UI.PORTRAIT",
                        "Titanium.UI.UPSIDE_PORTRAIT"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "rightNavButtons",
                    "deprecated": false,
                    "description": "<p>An Array of views to show in the right nav bar area.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "safeAreaPadding",
                    "deprecated": false,
                    "description": "<p>The padding needed to safely display content without it being overlapped by the screen insets and notches.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Padding",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "statusBarStyle",
                    "deprecated": false,
                    "description": "<p>The status bar style associated with this window.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.iOS.StatusBar.DEFAULT",
                        "Titanium.UI.iOS.StatusBar.GRAY",
                        "Titanium.UI.iOS.StatusBar.GREY",
                        "Titanium.UI.iOS.StatusBar.LIGHT_CONTENT"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "titleAttributes",
                    "deprecated": false,
                    "description": "<p>Title text attributes of the window.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "titleAttributesParams",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "window",
                    "deprecated": false,
                    "description": "<p>Window to add to this navigation window.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>You create a <code>NavigationWindow</code> with the <a href=\"Titanium.UI.iOS.createNavigationWindow\">Titanium.UI.iOS.createNavigationWindow</a> factory method, or\na <code>&lt;NavigationWindow&gt;</code> Alloy element.</p>\n<p>All <code>NavigationWindow</code> objects must have at least one root window that cannot be removed. When\ncreating a <code>NavigationWindow</code> with the factory method, you must set its <code>window</code> property to the\nroot level window. Equivalently, in an Alloy application, insert a <code>&lt;Window&gt;</code> element as a child of the\n<code>&lt;NavigationWindow&gt;</code> element. See examples below.</p>\n<p>This object is not meant to be added to other windows. However, it can be used within a <a href=\"Titanium.UI.iPad.SplitWindow\">Titanium.UI.iPad.SplitWindow</a>.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "3.1.3"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "3.1.3"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.iOS.PreviewAction",
            "description": "<p>A PreviewAction provides options to configure actions used by the iOS 9 3D-Touch &quot;Peek and Pop&quot;\nfeature.</p>",
            "deprecated": false,
            "events": [
                {
                    "name": "click",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a click against a preview action.</p>",
                    "properties": [
                        {
                            "name": "index",
                            "constants": [],
                            "description": "<p>The index of the clicked action.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "itemIndex",
                            "constants": [],
                            "description": "<p>The index of the clicked row, if the <code>previewContext</code> property of the <a href=\"Titanium.UI.iOS.PreviewContext\">Titanium.UI.iOS.PreviewContext</a>\nis a <a href=\"Titanium.UI.ListView\">Titanium.UI.ListView</a>.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "sectionIndex",
                            "constants": [],
                            "description": "<p>The index of the clicked section, if the <code>previewContext</code> property of the <a href=\"Titanium.UI.iOS.PreviewContext\">Titanium.UI.iOS.PreviewContext</a>\nis a <a href=\"Titanium.UI.ListView\">Titanium.UI.ListView</a>.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "itemId",
                            "constants": [],
                            "description": "<p>The item ID of cell, if the <code>previewContext</code> property of the <a href=\"Titanium.UI.iOS.PreviewContext\">Titanium.UI.iOS.PreviewContext</a>\nis a <a href=\"Titanium.UI.ListView\">Titanium.UI.ListView</a>.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                }
            ],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.PreviewAction.bubbleParent\">Titanium.UI.iOS.PreviewAction.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.PreviewAction.bubbleParent\">Titanium.UI.iOS.PreviewAction.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.PreviewAction.bubbleParent\">Titanium.UI.iOS.PreviewAction.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.PreviewAction.bubbleParent\">Titanium.UI.iOS.PreviewAction.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.PreviewAction.apiName\">Titanium.UI.iOS.PreviewAction.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.PreviewAction.apiName\">Titanium.UI.iOS.PreviewAction.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "getTitle",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.PreviewAction.title\">Titanium.UI.iOS.PreviewAction.title</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.PreviewAction.title\">Titanium.UI.iOS.PreviewAction.title</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "setTitle",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.PreviewAction.title\">Titanium.UI.iOS.PreviewAction.title</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.PreviewAction.title\">Titanium.UI.iOS.PreviewAction.title</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "title",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "getStyle",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.PreviewAction.style\">Titanium.UI.iOS.PreviewAction.style</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.PreviewAction.style\">Titanium.UI.iOS.PreviewAction.style</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "setStyle",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.PreviewAction.style\">Titanium.UI.iOS.PreviewAction.style</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.PreviewAction.style\">Titanium.UI.iOS.PreviewAction.style</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "style",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": true,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "title",
                    "deprecated": false,
                    "description": "<p>The title of the action.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "style",
                    "deprecated": false,
                    "description": "<p>The style of the action.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.iOS.PREVIEW_ACTION_STYLE_DEFAULT",
                        "Titanium.UI.iOS.PREVIEW_ACTION_STYLE_SELECTED",
                        "Titanium.UI.iOS.PREVIEW_ACTION_STYLE_DESTRUCTIVE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>The PreviewAction is created by the <a href=\"Titanium.UI.iOS.createPreviewAction\">Titanium.UI.iOS.createPreviewAction</a> method. Set the\n<code>title</code> property when creating a PreviewAction object.</p>\n<p>Use this class to configure preview actions used in the <a href=\"Titanium.UI.iOS.PreviewContext\">Titanium.UI.iOS.PreviewContext</a>. The actions\ncan also be part of the <a href=\"Titanium.UI.iOS.PreviewActionGroup.actions\">Titanium.UI.iOS.PreviewActionGroup.actions</a> property.</p>\n<p>For an example, see <a href=\"Titanium.UI.iOS.PreviewContext\">Titanium.UI.iOS.PreviewContext</a>.</p>\n<p>See also:</p>\n<ul>\n<li><a href=\"https://developer.apple.com/library/content/documentation/UserExperience/Conceptual/Adopting3DTouchOniPhone/3DTouchAPIs.html\">iOS Developer Library: Adopting 3D Touch on iPhone</a></li>\n</ul>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "5.1.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                }
            ]
        },
        {
            "name": "Titanium.UI.iOS.PreviewActionGroup",
            "description": "<p>A PreviewActionGroup provides options to configure a group of actions used by the iOS9 3D-Touch\nfeature &quot;Peek and Pop&quot;.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.PreviewActionGroup.bubbleParent\">Titanium.UI.iOS.PreviewActionGroup.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.PreviewActionGroup.bubbleParent\">Titanium.UI.iOS.PreviewActionGroup.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.PreviewActionGroup.bubbleParent\">Titanium.UI.iOS.PreviewActionGroup.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.PreviewActionGroup.bubbleParent\">Titanium.UI.iOS.PreviewActionGroup.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.PreviewActionGroup.apiName\">Titanium.UI.iOS.PreviewActionGroup.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.PreviewActionGroup.apiName\">Titanium.UI.iOS.PreviewActionGroup.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "getTitle",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.PreviewActionGroup.title\">Titanium.UI.iOS.PreviewActionGroup.title</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.PreviewActionGroup.title\">Titanium.UI.iOS.PreviewActionGroup.title</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "setTitle",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.PreviewActionGroup.title\">Titanium.UI.iOS.PreviewActionGroup.title</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.PreviewActionGroup.title\">Titanium.UI.iOS.PreviewActionGroup.title</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "title",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "getStyle",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.PreviewActionGroup.style\">Titanium.UI.iOS.PreviewActionGroup.style</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.PreviewActionGroup.style\">Titanium.UI.iOS.PreviewActionGroup.style</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "setStyle",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.PreviewActionGroup.style\">Titanium.UI.iOS.PreviewActionGroup.style</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.PreviewActionGroup.style\">Titanium.UI.iOS.PreviewActionGroup.style</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "style",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "getActions",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.PreviewActionGroup.actions\">Titanium.UI.iOS.PreviewActionGroup.actions</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.PreviewActionGroup.actions\">Titanium.UI.iOS.PreviewActionGroup.actions</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "setActions",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.PreviewActionGroup.actions\">Titanium.UI.iOS.PreviewActionGroup.actions</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.PreviewActionGroup.actions\">Titanium.UI.iOS.PreviewActionGroup.actions</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "actions",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": true,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "title",
                    "deprecated": false,
                    "description": "<p>The title of the action group.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "style",
                    "deprecated": false,
                    "description": "<p>The style of the action group.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.iOS.PREVIEW_ACTION_STYLE_DEFAULT",
                        "Titanium.UI.iOS.PREVIEW_ACTION_STYLE_SELECTED",
                        "Titanium.UI.iOS.PREVIEW_ACTION_STYLE_DESTRUCTIVE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "actions",
                    "deprecated": false,
                    "description": "<p>The preview actions assigned to this preview action group.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>The PreviewActionGroup is created by the <a href=\"Titanium.UI.iOS.createPreviewActionGroup\">Titanium.UI.iOS.createPreviewActionGroup</a> method. You\nneed to set the <code>title</code> property when creating a PreviewActionGroup object.</p>\n<p>Use this class to configure a group of preview actions used in the <a href=\"Titanium.UI.iOS.PreviewContext\">Titanium.UI.iOS.PreviewContext</a>.\nThe actions are of the type <a href=\"Titanium.UI.iOS.PreviewAction\">Titanium.UI.iOS.PreviewAction</a>.</p>\n<p>For an example, see <a href=\"Titanium.UI.iOS.PreviewContext\">Titanium.UI.iOS.PreviewContext</a>.</p>\n<p>See also:</p>\n<ul>\n<li><a href=\"https://developer.apple.com/library/content/documentation/UserExperience/Conceptual/Adopting3DTouchOniPhone/3DTouchAPIs.html\">iOS Developer Library: Adopting 3D Touch on iPhone</a></li>\n</ul>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "5.1.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                }
            ]
        },
        {
            "name": "Titanium.UI.iOS.PreviewContext",
            "description": "<p>A PreviewContext provides options to configure the iOS 9 3D-Touch &quot;Peek and Pop&quot; feature.</p>",
            "deprecated": false,
            "events": [
                {
                    "name": "peek",
                    "deprecated": false,
                    "description": "<p>Fired when the user peeks the preview. You can configure the preview</p>",
                    "properties": [
                        {
                            "name": "preview",
                            "constants": [],
                            "description": "<p>The view to be previewed.</p>",
                            "type": "Titanium.UI.View",
                            "deprecated": false
                        },
                        {
                            "name": "sectionIndex",
                            "constants": [],
                            "description": "<p>The section index of the ListView to identify the selected section.\nNote: This property is only available if the preview context is assigned to a <a href=\"Titanium.UI.ListView\">Titanium.UI.ListView</a>.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "itemIndex",
                            "constants": [],
                            "description": "<p>The item index of the ListView to identify the selected item.\nNote: This property is only available if the preview context is assigned to a <a href=\"Titanium.UI.ListView\">Titanium.UI.ListView</a>.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "itemId",
                            "constants": [],
                            "description": "<p>The item ID bound to the list item that generated the event.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "pop",
                    "deprecated": false,
                    "description": "<p>Fired when the user pop the preview. You will most likely open a fullscreen window here.</p>",
                    "properties": [
                        {
                            "name": "preview",
                            "constants": [],
                            "description": "<p>The view to be previewed.</p>",
                            "type": "Titanium.UI.View",
                            "deprecated": false
                        },
                        {
                            "name": "sectionIndex",
                            "constants": [],
                            "description": "<p>The section index of the ListView to identify the selected section.\nNote: This property is only available if the preview context is assigned to a <a href=\"Titanium.UI.ListView\">Titanium.UI.ListView</a>.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "itemIndex",
                            "constants": [],
                            "description": "<p>The item index of the ListView to identify the selected item.\nNote: This property is only available if the preview context is assigned to a <a href=\"Titanium.UI.ListView\">Titanium.UI.ListView</a>.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "itemId",
                            "constants": [],
                            "description": "<p>The item ID bound to the list item that generated the event.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                }
            ],
            "examples": [
                {
                    "title": "PreviewContext example using a Button as receiver.",
                    "code": "<p>The example below creates a new preview context and assigns a <code>window</code>, <code>actions</code> and a <code>contentHeight</code>.\nAfter that, we assign the preview context to a view which will trigger the &quot;peeking&quot; of it. Note, that this\nis independent from the click event of the view itself.</p>\n<pre><code>var actions = [];\nvar win = Ti.UI.createWindow({\n    backgroundColor: &quot;white&quot;\n});\n\n// The view to be previewed while popping.\nvar previewView = Ti.UI.createView({\n    backgroundColor: &quot;blue&quot;\n});\n\n// The window to be opened after popping the preview.\nvar detailWindow = Ti.UI.createWindow({\n    backgroundColor: &quot;yellow&quot;\n});\n\ndetailWindow.add(Ti.UI.createLabel({\n    text: &quot;You made it!&quot;\n}));\n\n// The actions to be added to the preview context.\nvar action = Ti.UI.iOS.createPreviewAction({\n    title: &quot;Preview Action&quot;,\n    style: Ti.UI.iOS.PREVIEW_ACTION_STYLE_DEFAULT\n});\n\naction.addEventListener(&quot;click&quot;, function(e) {\n    alert(&quot;Title: &quot; + e.title + &quot; / Style: &quot; + e.style+&quot; / Index: &quot; + e.index);\n});\n\nvar subAction = Ti.UI.iOS.createPreviewAction({\n    title: &quot;Preview Subaction&quot;\n})\n\nsubAction.addEventListener(&quot;click&quot;, function(e) {\n    alert(&quot;Title: &quot; + e.title + &quot; / Style: &quot; + e.style+&quot; / Subindex: &quot; + e.index);\n});\n\nvar actionGroup = Ti.UI.iOS.createPreviewActionGroup({\n    title: &quot;More actions...&quot;,\n    style: Ti.UI.iOS.PREVIEW_ACTION_STYLE_DESTRUCTIVE,\n    actions: [subAction]\n});\n\nactions.push(action);\nactions.push(actionGroup);\n\n// Create the preview context\nvar context = Ti.UI.iOS.createPreviewContext({\n    preview: previewView,\n    actions: actions, // Can have both Ti.UI.iOS.PreviewAction + Ti.UI.iOS.PreviewActionGroup\n\t contentHeight: 300 // When unspecified, we use the available height\n});\n\n// Fired after popping the preview\ncontext.addEventListener(&quot;pop&quot;, function(e) {\n    detailWindow.open();\n});\n\n// Assign the preview context\nvar button = Ti.UI.createButton({\n    previewContext: context, // Will be ignored on unsupported devices\n    title : &quot;Open Window!&quot;,\n    backgroundColor: &quot;#A6171C&quot;,\n    width: 200,\n    height: 50,\n    tintColor: &quot;#fff&quot;\n});\n\nwin.add(button);\nwin.open();\n</code></pre>"
                },
                {
                    "title": "PreviewContext example using a ListView as receiver.",
                    "code": "<pre><code>var actions = [];\nvar win = Ti.UI.createWindow({\nbackgroundColor: &quot;white&quot;\n});\n// The view to be previewed while popping.\nvar previewView = Ti.UI.createView({\nbackgroundColor: &quot;blue&quot;\n});\n// The window to be opened after popping the preview.\nvar detailWindow = Ti.UI.createWindow({\nbackgroundColor: &quot;yellow&quot;\n});\ndetailWindow.add(Ti.UI.createLabel({\ntext: &quot;You made it!&quot;\n}));\n// The actions to be added to the preview context.\nvar action = Ti.UI.iOS.createPreviewAction({\ntitle: &quot;Preview Action&quot;,\nstyle: Ti.UI.iOS.PREVIEW_ACTION_STYLE_DEFAULT\n});\naction.addEventListener(&quot;click&quot;, function(e) {\nalert(\n&quot;Title: &quot; + e.title +\n&quot;\\nStyle: &quot; + e.style +\n&quot;\\nIndex: &quot; + e.index +\n&quot;\\nSectionIndex: &quot; + e.sectionIndex +\n&quot;\\nItemIndex: &quot; + e.itemIndex\n);\n});\nactions.push(action);\n// Create the preview context\nvar context = Ti.UI.iOS.createPreviewContext({\npreview: previewView,\nactions: actions, // Can have both Ti.UI.iOS.PreviewAction + Ti.UI.iOS.PreviewActionGroup\ncontentHeight: 300 // When unspecified, we use the available height\n});\n// Fired after peeking the preview\n// Use this event to configure the preview depending on the sectionIndex / itemIndex\ncontext.addEventListener(&quot;peek&quot;, function(e) {\nTi.API.warn(&quot;sectionIndex: &quot; + e.sectionIndex);\nTi.API.warn(&quot;itemIndex: &quot; + e.itemIndex);\n});\n// Fired after popping the preview\ncontext.addEventListener(&quot;pop&quot;, function(e) {\ndetailWindow.open();\n});\n// Assign the preview context\nvar listView = Ti.UI.createListView({\npreviewContext: context, // Will be ignored on unsupported devices\n});\nvar section1 = Ti.UI.createListSection({\nheaderTitle: &quot;Section 1&quot;\n});\nvar section2 = Ti.UI.createListSection({\nheaderTitle: &quot;Section 2&quot;\n});\nvar items = [];\nfor(var i = 1; i &lt;= 5; i++) {\nitems.push({\nproperties: {\ntitle: &quot;Cell #&quot; + i\n}\n});\n}\nsection1.setItems(items);\nsection2.setItems(items);\nlistView.setSections([section1, section2]);\nwin.add(listView);\nwin.open();</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.PreviewContext.bubbleParent\">Titanium.UI.iOS.PreviewContext.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.PreviewContext.bubbleParent\">Titanium.UI.iOS.PreviewContext.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.PreviewContext.bubbleParent\">Titanium.UI.iOS.PreviewContext.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.PreviewContext.bubbleParent\">Titanium.UI.iOS.PreviewContext.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.PreviewContext.apiName\">Titanium.UI.iOS.PreviewContext.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.PreviewContext.apiName\">Titanium.UI.iOS.PreviewContext.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "getActions",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.PreviewContext.actions\">Titanium.UI.iOS.PreviewContext.actions</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.PreviewContext.actions\">Titanium.UI.iOS.PreviewContext.actions</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "setActions",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.PreviewContext.actions\">Titanium.UI.iOS.PreviewContext.actions</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.PreviewContext.actions\">Titanium.UI.iOS.PreviewContext.actions</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "actions",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "getContentHeight",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.PreviewContext.contentHeight\">Titanium.UI.iOS.PreviewContext.contentHeight</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.PreviewContext.contentHeight\">Titanium.UI.iOS.PreviewContext.contentHeight</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "setContentHeight",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.PreviewContext.contentHeight\">Titanium.UI.iOS.PreviewContext.contentHeight</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.PreviewContext.contentHeight\">Titanium.UI.iOS.PreviewContext.contentHeight</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "contentHeight",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "getPreview",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.PreviewContext.preview\">Titanium.UI.iOS.PreviewContext.preview</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.PreviewContext.preview\">Titanium.UI.iOS.PreviewContext.preview</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.View",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "setPreview",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.PreviewContext.preview\">Titanium.UI.iOS.PreviewContext.preview</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.PreviewContext.preview\">Titanium.UI.iOS.PreviewContext.preview</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "preview",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": true,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "actions",
                    "deprecated": false,
                    "description": "<p>The preview actions and preview action groups.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "contentHeight",
                    "deprecated": false,
                    "description": "<p>The height of the preview.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "preview",
                    "deprecated": false,
                    "description": "<p>The preview view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Titanium.UI.View",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>The PreviewContext is created by the <a href=\"Titanium.UI.iOS.createPreviewContext\">Titanium.UI.iOS.createPreviewContext</a> method. You must set\nthe <code>pop</code> and <code>preview</code> properties when creating a <code>PreviewContext</code> object.</p>\n<p>Use this class to configure the previewing context which is displayed while &quot;peeking&quot; a view.</p>\n<p>Note: This feature requires iOS 9 and a 3D-Touch capable device (such as iPhone 6S or iPhone 6S Plus).\nYou cannot test 3D touch on the iOS simulator.\nTo check if the current device supports 3D touch, use the <a href=\"Titanium.UI.iOS.forceTouchSupported\">Titanium.UI.iOS.forceTouchSupported</a>\nproperty and consider using the <code>longpress</code> event to provide a fallback to your users on\nnon-3D-touch devices.</p>\n<p>See also:</p>\n<ul>\n<li><a href=\"https://developer.apple.com/library/content/documentation/UserExperience/Conceptual/Adopting3DTouchOniPhone/3DTouchAPIs.html\">iOS Developer Library: Adopting 3D Touch on iPhone</a></li>\n</ul>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "5.1.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                }
            ]
        },
        {
            "name": "Titanium.UI.iOS.ProgressBarStyle",
            "description": "<p>A set of constants for the bar styles used on the <code>style</code> property of <a href=\"Titanium.UI.ProgressBar\">Titanium.UI.ProgressBar</a>.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.ProgressBarStyle.bubbleParent\">Titanium.UI.iOS.ProgressBarStyle.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.ProgressBarStyle.bubbleParent\">Titanium.UI.iOS.ProgressBarStyle.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.ProgressBarStyle.bubbleParent\">Titanium.UI.iOS.ProgressBarStyle.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.ProgressBarStyle.bubbleParent\">Titanium.UI.iOS.ProgressBarStyle.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.ProgressBarStyle.apiName\">Titanium.UI.iOS.ProgressBarStyle.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.ProgressBarStyle.apiName\">Titanium.UI.iOS.ProgressBarStyle.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "BAR",
                    "deprecated": false,
                    "description": "<p>The style of progress view that is used in a toolbar.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "DEFAULT",
                    "deprecated": false,
                    "description": "<p>he standard progress-view style. This is the default.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "PLAIN",
                    "deprecated": false,
                    "description": "<p>The standard progress-view style. Same as <code>DEFAULT</code>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.iOS.PushBehavior",
            "description": "<p>Continuous or instantaneous force to apply to an item.</p>",
            "deprecated": false,
            "events": [],
            "examples": [
                {
                    "title": "Simple Example",
                    "code": "<p>The following example generates a random push force on the block when it stops.</p>\n<img src=\"images/animator/pushforce.gif\" height=\"455\" style=\"border:1px solid black\"/>\n<pre><code>var win = Ti.UI.createWindow({backgroundColor: 'white', fullscreen: true});\n\n// Create an Animator object using the window as the coordinate system\nvar animator = Ti.UI.iOS.createAnimator({referenceView: win});\n\nvar block = Ti.UI.createView({\n    width: 100,\n    height: 100,\n    backgroundColor: 'blue',\n    transform: Ti.UI.createMatrix2D({ rotate: 45 })\n});\n\n// Create a default collision behavior, using the window edges as boundaries\nvar collision = Ti.UI.iOS.createCollisionBehavior();\ncollision.addItem(block);\nanimator.addBehavior(collision);\n\n// Push the block down when the application first starts\nvar push = Ti.UI.iOS.createPushBehavior({\n    pushDirection: {x: 0.0, y: 1.0},\n    pushMode: Ti.UI.iOS.PUSH_MODE_INSTANTANEOUS\n});\npush.addItem(block);\nanimator.addBehavior(push);\n\n// Apply a new push behavior when the item stops\nanimator.addEventListener('pause', function(e){\n    push.angle = 2 * Math.PI * Math.random();\n    push.magnitude = Math.random() * 5 + 5;\n    push.active = true;\n});\n\nanimator.addEventListener('resume', function(e){\n    Ti.API.info(JSON.stringify(\n        'push force: ' + push.magnitude * 100 + &quot; points/s^2 @ &quot;\n        + (push.angle * 360 / (2 * Math.PI)) + &quot; degrees&quot;)\n    );\n});\n\n// Start the animation when the window opens\nwin.addEventListener('open', function(e){\n    animator.startAnimator();\n});\n\nwin.add(block);\nwin.open();\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "addItem",
                    "deprecated": false,
                    "description": "<p>Adds an item to this behavior.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "item",
                            "constants": [],
                            "description": "<p>View object to add to the behavior.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeItem",
                    "deprecated": false,
                    "description": "<p>Removes the specified item from this behavior.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "item",
                            "constants": [],
                            "description": "<p>Item to remove.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.PushBehavior.bubbleParent\">Titanium.UI.iOS.PushBehavior.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.PushBehavior.bubbleParent\">Titanium.UI.iOS.PushBehavior.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.PushBehavior.bubbleParent\">Titanium.UI.iOS.PushBehavior.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.PushBehavior.bubbleParent\">Titanium.UI.iOS.PushBehavior.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.PushBehavior.apiName\">Titanium.UI.iOS.PushBehavior.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.PushBehavior.apiName\">Titanium.UI.iOS.PushBehavior.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getActive",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.PushBehavior.active\">Titanium.UI.iOS.PushBehavior.active</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.PushBehavior.active\">Titanium.UI.iOS.PushBehavior.active</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setActive",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.PushBehavior.active\">Titanium.UI.iOS.PushBehavior.active</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.PushBehavior.active\">Titanium.UI.iOS.PushBehavior.active</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "active",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAngle",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.PushBehavior.angle\">Titanium.UI.iOS.PushBehavior.angle</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.PushBehavior.angle\">Titanium.UI.iOS.PushBehavior.angle</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAngle",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.PushBehavior.angle\">Titanium.UI.iOS.PushBehavior.angle</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.PushBehavior.angle\">Titanium.UI.iOS.PushBehavior.angle</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "angle",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getItems",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.PushBehavior.items\">Titanium.UI.iOS.PushBehavior.items</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.PushBehavior.items\">Titanium.UI.iOS.PushBehavior.items</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getMagnitude",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.PushBehavior.magnitude\">Titanium.UI.iOS.PushBehavior.magnitude</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.PushBehavior.magnitude\">Titanium.UI.iOS.PushBehavior.magnitude</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setMagnitude",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.PushBehavior.magnitude\">Titanium.UI.iOS.PushBehavior.magnitude</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.PushBehavior.magnitude\">Titanium.UI.iOS.PushBehavior.magnitude</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "magnitude",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPushDirection",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.PushBehavior.pushDirection\">Titanium.UI.iOS.PushBehavior.pushDirection</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.PushBehavior.pushDirection\">Titanium.UI.iOS.PushBehavior.pushDirection</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setPushDirection",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.PushBehavior.pushDirection\">Titanium.UI.iOS.PushBehavior.pushDirection</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.PushBehavior.pushDirection\">Titanium.UI.iOS.PushBehavior.pushDirection</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "pushDirection",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPushMode",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.PushBehavior.pushMode\">Titanium.UI.iOS.PushBehavior.pushMode</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.PushBehavior.pushMode\">Titanium.UI.iOS.PushBehavior.pushMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setPushMode",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.PushBehavior.pushMode\">Titanium.UI.iOS.PushBehavior.pushMode</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.PushBehavior.pushMode\">Titanium.UI.iOS.PushBehavior.pushMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "pushMode",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": true,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "active",
                    "deprecated": false,
                    "description": "<p>State of the push behavior's force.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "angle",
                    "deprecated": false,
                    "description": "<p>Specifies the angle of the force vector in radians.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "items",
                    "deprecated": false,
                    "description": "<p>Items added to this behavior.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "magnitude",
                    "deprecated": false,
                    "description": "<p>Specifies the magnitude of the force vector.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "pushDirection",
                    "deprecated": false,
                    "description": "<p>Specifies the direction of the force vector as an x, y pair.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "pushMode",
                    "deprecated": false,
                    "description": "<p>Specifies the push mode.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.iOS.PUSH_MODE_CONTINUOUS",
                        "Titanium.UI.iOS.PUSH_MODE_INSTANTANEOUS"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>A push behavior configures the continuous or instaneous force to apply to one or more items. To\ndefine a push behavior:</p>\n<ol>\n<li>Use the <a href=\"Titanium.UI.iOS.createPushBehavior\">Titanium.UI.iOS.createPushBehavior</a> method to create and define the behavior.</li>\n<li>To define a force vector, either set the\n<a href=\"Titanium.UI.iOS.PushBehavior.angle\">angle</a> and\n<a href=\"Titanium.UI.iOS.PushBehavior.magnitude\">magnitude</a> properties, or set the\n<a href=\"Titanium.UI.iOS.PushBehavior.pushDirection\">pushDiretion</a> property.</li>\n<li>Use the <a href=\"Titanium.UI.iOS.PushBehavior.addItem\">addItem</a> method to add items to the behavior.</li>\n<li>Add the behavior to an <a href=\"Titanium.UI.iOS.Animator\">Animator object</a>.</li>\n</ol>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "3.2"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "3.2"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.iOS.RowAnimationStyle",
            "description": "<p>A set of constants for the Animation Styles used for transition on table view rows.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.RowAnimationStyle.bubbleParent\">Titanium.UI.iOS.RowAnimationStyle.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.RowAnimationStyle.bubbleParent\">Titanium.UI.iOS.RowAnimationStyle.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.RowAnimationStyle.bubbleParent\">Titanium.UI.iOS.RowAnimationStyle.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.RowAnimationStyle.bubbleParent\">Titanium.UI.iOS.RowAnimationStyle.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.RowAnimationStyle.apiName\">Titanium.UI.iOS.RowAnimationStyle.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.RowAnimationStyle.apiName\">Titanium.UI.iOS.RowAnimationStyle.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "BOTTOM",
                    "deprecated": false,
                    "description": "<p>The inserted row or rows slides in from the bottom; the deleted row or rows slides out\ntoward the bottom.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "FADE",
                    "deprecated": false,
                    "description": "<p>The inserted or deleted row or rows fades into or out of the table view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "LEFT",
                    "deprecated": false,
                    "description": "<p>The inserted row or rows slides in from the left; the deleted row or rows slides out to the\nleft.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "NONE",
                    "deprecated": false,
                    "description": "<p>No animation is performed. The new cell value appears as if the cell had just been reloaded.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "RIGHT",
                    "deprecated": false,
                    "description": "<p>The inserted row or rows slides in from the right; the deleted row or rows slides out to\nthe right.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "TOP",
                    "deprecated": false,
                    "description": "<p>The inserted row or rows slides in from the top; the deleted row or rows slides out toward\nthe top.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.9"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.9"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.iOS.ScrollIndicatorStyle",
            "description": "<p>A set of constants for the styles available for scrollbars used with <a href=\"Titanium.UI.ScrollView.scrollIndicatorStyle\">Titanium.UI.ScrollView.scrollIndicatorStyle</a> and <a href=\"Titanium.UI.TableView.scrollIndicatorStyle\">Titanium.UI.TableView.scrollIndicatorStyle</a> properties.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.ScrollIndicatorStyle.bubbleParent\">Titanium.UI.iOS.ScrollIndicatorStyle.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.ScrollIndicatorStyle.bubbleParent\">Titanium.UI.iOS.ScrollIndicatorStyle.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.ScrollIndicatorStyle.bubbleParent\">Titanium.UI.iOS.ScrollIndicatorStyle.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.ScrollIndicatorStyle.bubbleParent\">Titanium.UI.iOS.ScrollIndicatorStyle.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.ScrollIndicatorStyle.apiName\">Titanium.UI.iOS.ScrollIndicatorStyle.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.ScrollIndicatorStyle.apiName\">Titanium.UI.iOS.ScrollIndicatorStyle.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "BLACK",
                    "deprecated": false,
                    "description": "<p>A style of indicator which is black smaller than the default style. This style is good\nagainst a white content background.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "DEFAULT",
                    "deprecated": false,
                    "description": "<p>The default style of scroll indicator, which is black with a white border. This style is\ngood against any content background.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "WHITE",
                    "deprecated": false,
                    "description": "<p>A style of indicator is white and smaller than the default style. This style is good against\na black content background.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "5.4.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "5.4.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.iOS.SnapBehavior",
            "description": "<p>Dynamic behavior defining an item's movement to a specific point.</p>",
            "deprecated": false,
            "events": [],
            "examples": [
                {
                    "title": "Simple Example",
                    "code": "<p>The following example snaps the block to the location of a click on the window.</p>\n<img src=\"images/animator/snapbehavior.gif\" height=\"455\" style=\"border:1px solid black\"/>\n<pre><code>var win = Ti.UI.createWindow({backgroundColor: 'white', fullscreen: true});\n\n// Create an Animator object using the window as the coordinate system\nvar animator = Ti.UI.iOS.createAnimator({referenceView: win});\n\nvar block = Ti.UI.createView({\n    width: 100,\n    height: 100,\n    backgroundColor: 'blue'\n});\n\n// Snap to the top-left corner when the app starts\nvar snap = Ti.UI.iOS.createSnapBehavior({\n    item: block,\n    snapPoint: {x: 0, y: 0},\n});\nanimator.addBehavior(snap);\n\n// Snap the block to the point of the click event\nwin.addEventListener('click', function(e){\n    snap.snapPoint = {x: e.x, y: e.y};\n    snap.damping = Math.random();\n});\n\n// Start the animation when the window opens\nwin.addEventListener('open', function(e){\n    animator.startAnimator();\n});\n\nwin.add(block);\nwin.open();\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.SnapBehavior.bubbleParent\">Titanium.UI.iOS.SnapBehavior.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.SnapBehavior.bubbleParent\">Titanium.UI.iOS.SnapBehavior.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.SnapBehavior.bubbleParent\">Titanium.UI.iOS.SnapBehavior.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.SnapBehavior.bubbleParent\">Titanium.UI.iOS.SnapBehavior.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.SnapBehavior.apiName\">Titanium.UI.iOS.SnapBehavior.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.SnapBehavior.apiName\">Titanium.UI.iOS.SnapBehavior.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getDamping",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.SnapBehavior.damping\">Titanium.UI.iOS.SnapBehavior.damping</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.SnapBehavior.damping\">Titanium.UI.iOS.SnapBehavior.damping</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setDamping",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.SnapBehavior.damping\">Titanium.UI.iOS.SnapBehavior.damping</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.SnapBehavior.damping\">Titanium.UI.iOS.SnapBehavior.damping</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "damping",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getItem",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.SnapBehavior.item\">Titanium.UI.iOS.SnapBehavior.item</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.SnapBehavior.item\">Titanium.UI.iOS.SnapBehavior.item</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.View",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setItem",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.SnapBehavior.item\">Titanium.UI.iOS.SnapBehavior.item</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.SnapBehavior.item\">Titanium.UI.iOS.SnapBehavior.item</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "item",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSnapPoint",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.SnapBehavior.snapPoint\">Titanium.UI.iOS.SnapBehavior.snapPoint</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.SnapBehavior.snapPoint\">Titanium.UI.iOS.SnapBehavior.snapPoint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setSnapPoint",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.SnapBehavior.snapPoint\">Titanium.UI.iOS.SnapBehavior.snapPoint</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.SnapBehavior.snapPoint\">Titanium.UI.iOS.SnapBehavior.snapPoint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "snapPoint",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": true,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "damping",
                    "deprecated": false,
                    "description": "<p>Specifies the amount of oscillation during the conclusion of the snap.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "item",
                    "deprecated": false,
                    "description": "<p>Item to add to this behavior.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "type": "Titanium.UI.View",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "snapPoint",
                    "deprecated": false,
                    "description": "<p>Specifies the point to snap to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>A snap behavior specifies how an item moves towards a specified point with a spring-like\neffect, ending with an oscillation.</p>\n<ol>\n<li>Use the <a href=\"Titanium.UI.iOS.createSnapBehavior\">Titanium.UI.iOS.createSnapBehavior</a> method to create the behavior.</li>\n<li>Set the <a href=\"Titanium.UI.iOS.SnapBehavior.item\">item</a> and\n<a href=\"Titanium.UI.iOS.SnapBehavior.snapPoint\">snapPoint</a> properties.</li>\n<li>Add the behavior to an <a href=\"Titanium.UI.iOS.Animator\">Animator object</a>.</li>\n</ol>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "3.2"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "3.2"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.iOS.SplitWindow",
            "description": "<p>A SplitWindow is a window that manages the presentation of two side-by-side view\ncontrollers.</p>",
            "deprecated": false,
            "events": [
                {
                    "name": "click",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a click against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "dblclick",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a double click against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "doubletap",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a double tap against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "focus",
                    "deprecated": false,
                    "description": "<p>Fired when the window gains focus.</p>"
                },
                {
                    "name": "keypressed",
                    "deprecated": false,
                    "description": "<p>Fired when a hardware key is pressed in the view.</p>",
                    "properties": [
                        {
                            "name": "keyCode",
                            "constants": [],
                            "description": "<p>The code for the physical key that was pressed. For more details, see <a href=\"https://developer.android.com/reference/android/view/KeyEvent.html\">KeyEvent</a>. This API is experimental and subject to change.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "longpress",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a long press.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "pinch",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a pinch gesture.</p>",
                    "properties": [
                        {
                            "name": "scale",
                            "constants": [],
                            "description": "<p>The scale factor relative to the points of the two touches in screen coordinates.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "velocity",
                            "constants": [],
                            "description": "<p>The velocity of the pinch in scale factor per second.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "time",
                            "constants": [],
                            "description": "<p>The event time of the current event being processed.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timeDelta",
                            "constants": [],
                            "description": "<p>The time difference in milliseconds between the previous accepted scaling event and the\ncurrent scaling event.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "currentSpan",
                            "constants": [],
                            "description": "<p>The average distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "currentSpanX",
                            "constants": [],
                            "description": "<p>The average X distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "currentSpanY",
                            "constants": [],
                            "description": "<p>The average Y distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "previousSpan",
                            "constants": [],
                            "description": "<p>The previous average distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "previousSpanX",
                            "constants": [],
                            "description": "<p>The previous average X distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "previousSpanY",
                            "constants": [],
                            "description": "<p>The previous average Y distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "focusX",
                            "constants": [],
                            "description": "<p>The X coordinate of the current gesture's focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "focusY",
                            "constants": [],
                            "description": "<p>The Y coordinate of the current gesture's focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "inProgress",
                            "constants": [],
                            "description": "<p>Returns <code>true</code> if a scale gesture is in progress, <code>false</code> otherwise.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "postlayout",
                    "deprecated": false,
                    "description": "<p>Fired when a layout cycle is finished.</p>"
                },
                {
                    "name": "singletap",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a single tap against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "swipe",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a swipe gesture against the view.</p>",
                    "properties": [
                        {
                            "name": "direction",
                            "constants": [],
                            "description": "<p>Direction of the swipe--either 'left', 'right', 'up', or 'down'.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event's endpoint from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event's endpoint from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchcancel",
                    "deprecated": false,
                    "description": "<p>Fired when a touch event is interrupted by the device.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchend",
                    "deprecated": false,
                    "description": "<p>Fired when a touch event is completed.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Penciland are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchmove",
                    "deprecated": false,
                    "description": "<p>Fired as soon as the device detects movement of a touch.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchstart",
                    "deprecated": false,
                    "description": "<p>Fired as soon as the device detects a touch gesture.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "twofingertap",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a two-finger tap against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "blur",
                    "deprecated": false,
                    "description": "<p>Fired when the window loses focus.</p>"
                },
                {
                    "name": "close",
                    "deprecated": false,
                    "description": "<p>Fired when the window is closed.</p>"
                },
                {
                    "name": "open",
                    "deprecated": false,
                    "description": "<p>Fired when the window is opened.</p>"
                }
            ],
            "examples": [
                {
                    "title": "Split Window",
                    "code": "<p>This is an example of a Split Window.</p>\n<pre><code>var detail = Ti.UI.createWindow({ backgroundColor: 'white' });\nvar label1 = Ti.UI.createLabel({ text: 'Detail View' });\ndetail.add(label1);\nvar detailNav = Ti.UI.createNavigationWindow({ window: detail });\n\nvar master = Ti.UI.createWindow({ backgroundColor: 'gray' });\nvar label2 = Ti.UI.createLabel({ text: 'Master View' });\nmaster.add(label2);\nvar masterNav = Ti.UI.createNavigationWindow({ window: master });\n\nvar splitWin = Ti.UI.iOS.createSplitWindow({\n    detailView: detailNav,\n    masterView: masterNav\n});\nsplitWin.open();\n</code></pre>"
                },
                {
                    "title": "Alloy XML Markup",
                    "code": "<p>Below is an Alloy version of the previous example. The first window is the <code>masterView</code> and the second window is the <code>detailView</code>. You can also use the <code>&lt;Require&gt;</code> element to add a <code>&lt;Window&gt;</code> or <code>&lt;NavigationWindow&gt;</code>.</p>\n<pre><code>**views/index.xml:**\n\n&lt;Alloy&gt;\n  &lt;SplitWindow backgroundColor=&quot;white&quot; showMasterInPortrait=&quot;true&quot;&gt;\n\n    &lt;!-- First window is the masterView --&gt;\n    &lt;NavigationWindow&gt;\n      &lt;Window title=&quot;Master View&quot;&gt;\n        &lt;ListView&gt;\n          &lt;ListSection headerTitle=&quot;Some items&quot;&gt;\n            &lt;ListItem title=&quot;Item 1&quot; /&gt;\n            &lt;ListItem title=&quot;Item 2&quot; /&gt;\n            &lt;ListItem title=&quot;Item 3&quot; /&gt;\n          &lt;/ListSection&gt;\n        &lt;/ListView&gt;\n      &lt;/Window&gt;\n    &lt;/NavigationWindow&gt;\n\n    &lt;!-- Second window is the detailView --&gt;\n    &lt;NavigationWindow&gt;\n      &lt;Window title=&quot;Detail View&quot;&gt;\n        &lt;Label&gt;I am the detail view.&lt;/Label&gt;\n      &lt;/Window&gt;\n    &lt;/NavigationWindow&gt;\n  &lt;/SplitWindow&gt;\n&lt;/Alloy&gt;\n\n**controllers/index.js:**\n\n$.index.open();\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "add",
                    "deprecated": false,
                    "description": "<p>Adds a child to this view's hierarchy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "view",
                            "constants": [],
                            "description": "<p>View to add to this view's hierarchy.</p>\n<p>You may pass an array of views, e.g. <code>view.add([subview1, subview2]</code>.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "animate",
                    "deprecated": false,
                    "description": "<p>Animates this view.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "animation",
                            "constants": [],
                            "description": "<p>Either a dictionary of animation properties or an\n<a href=\"Titanium.UI.Animation\">Animation</a> object.</p>",
                            "type": "Titanium.UI.Animation",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Function to be invoked upon completion of the animation.</p>",
                            "type": "Function",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "clearMotionEffects",
                    "deprecated": false,
                    "description": "<p>Removes all previously added motion effects.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "finishLayout",
                    "deprecated": true,
                    "description": "<p>Finishes a batch update of the View's layout properties and schedules a layout pass of the\nview tree.\n<strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hide",
                    "deprecated": false,
                    "description": "<p>Hides this view.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Animation options for Android only. <strong>Since SDK 5.1.0 and used only on Android 5.0+</strong></p>\n<p>Determines whether to enable a circular reveal animation.\nNote that the default here is equivalent to passing in <code>{ animated: false }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "insertAt",
                    "deprecated": false,
                    "description": "<p>Inserts a view at the specified position in the <a href=\"Titanium.UI.View.children\">children</a> array.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Pass an object that specifies the view to insert and optionally at which position (defaults to end)</p>",
                            "type": "ViewPositionOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "remove",
                    "deprecated": false,
                    "description": "<p>Removes a child view from this view's hierarchy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "view",
                            "constants": [],
                            "description": "<p>View to remove from this view's hierarchy.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "replaceAt",
                    "deprecated": false,
                    "description": "<p>Replaces a view at the specified position in the <a href=\"Titanium.UI.View.children\">children</a> array.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Pass an object with the view to insert and the position of the view to replace. In this case the <code>position</code> property is required.</p>",
                            "type": "ViewPositionOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "show",
                    "deprecated": false,
                    "description": "<p>Makes this view visible.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Animation options for Android only. <strong>Since SDK 5.1.0 and only used on Android 5.0+</strong></p>\n<p>Determines whether to enable a circular reveal animation.\nNote that the default here is equivalent to passing in <code>{ animated: false }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "startLayout",
                    "deprecated": true,
                    "description": "<p>Starts a batch update of this view's layout properties. <strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">Titanium.Proxy.applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "toImage",
                    "deprecated": false,
                    "description": "<p>Returns an image of the rendered view, as a Blob.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Function to be invoked upon completion. If non-null, this method will be performed\nasynchronously. If null, it will be performed immediately.</p>",
                            "type": "Function",
                            "usage": "optional"
                        },
                        {
                            "name": "honorScaleFactor",
                            "constants": [],
                            "description": "<p>Determines whether the image is scaled based on scale factor of main screen. (iOS only)</p>\n<p>When set to true, image is scale factor is honored. When set to false, the image in the\nblob has the same dimensions for retina and non-retina devices.</p>",
                            "type": "Boolean",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Blob",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "updateLayout",
                    "deprecated": true,
                    "description": "<p>Performs a batch update of all supplied layout properties and schedules a layout pass after\nthey have been updated.\n<strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">Titanium.Proxy.applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Layout properties to be updated.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "convertPointToView",
                    "deprecated": false,
                    "description": "<p>Translates a point from this view's coordinate system to another view's coordinate system.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "point",
                            "constants": [],
                            "description": "<p>A point in this view's coordinate system.</p>\n<p>If this argument is missing an <code>x</code> or <code>y</code> property, or the properties can not be\nconverted into numbers, an exception will be raised.</p>",
                            "type": "Point",
                            "usage": "required"
                        },
                        {
                            "name": "destinationView",
                            "constants": [],
                            "description": "<p>View that specifies the destination coordinate system to convert to. If this argument\nis not a view, an exception will be raised.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewById",
                    "deprecated": false,
                    "description": "<p>Returns the matching view of a given view ID.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "id",
                            "constants": [],
                            "description": "<p>The ID of the view that should be returned. Use the <code>id</code> property in your views to\nenable it for indexing in this method.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.View",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "close",
                    "deprecated": false,
                    "description": "<p>Closes the window.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Animation or display properties to use when closing the window.</p>",
                            "type": "Titanium.UI.Animation",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hideNavBar",
                    "deprecated": false,
                    "description": "<p>Hides the navigation bar.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Options dictionary supporting a single <code>animated</code> boolean property to determine whether\nthe navigation bar will be animated (default) while being hidden. Note that the default here is equivalent to <code>{ animated: true }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hideTabBar",
                    "deprecated": false,
                    "description": "<p>Hides the tab bar. Must be called before opening the window.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "open",
                    "deprecated": false,
                    "description": "<p>Opens the window.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Animation or display properties to use when opening the window.</p>",
                            "type": "openWindowParams",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setToolbar",
                    "deprecated": false,
                    "description": "<p>Sets the array of items to show in the window's toolbar.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "items",
                            "constants": [],
                            "description": "<p>Array of button objects to show in the window's toolbar.</p>",
                            "type": "Array",
                            "usage": "required"
                        },
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Parameters to control the toolbar appearance.</p>",
                            "type": "windowToolbarParam",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "showNavBar",
                    "deprecated": false,
                    "description": "<p>Makes the navigation bar visible.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Options dictionary supporting a single <code>animated</code> boolean property to determine whether\nthe navigation bar will be animated (default) while being shown. Note that the default here is equivalent to <code>{ animated: true }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "showToolbar",
                    "deprecated": false,
                    "description": "<p>Makes the bottom toolbar visible.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Options dictionary supporting a single <code>animated</code> boolean property to determine whether\nthe toolbar will be animated (default) while being shown. Note that the default here is equivalent to <code>{ animated: true }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hideToolbar",
                    "deprecated": false,
                    "description": "<p>Makes the bottom toolbar invisible.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Options dictionary supporting a single <code>animated</code> boolean property to determine whether\nthe toolbar will be animated (default) while being hidden. Note that the default here is equivalent to <code>{ animated: true }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setShowMasterInPortrait",
                    "deprecated": false,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.showMasterInPortrait\">showMasterInPortrait</a> property.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "showMasterInPortrait",
                            "constants": [],
                            "description": "<p>Determines whether to show the master view in portrait orientation.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        },
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Determines whether the scrollable region reposition should be animated. On iOS, use the optional property <code>animated</code> to animate changes to masterView display mode in portrait orientation. For example</p>\n<pre><code>setShowMasterInPortrait(true, {animated:true})\n</code></pre>\n<p>Note that the default here is equivalent to passing in <code>{ animated: false }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setMasterIsOverlayed",
                    "deprecated": false,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.masterIsOverlayed\">masterIsOverlayed</a> property.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "masterIsOverlayed",
                            "constants": [],
                            "description": "<p>Determines whether to show the master view is overlayed in portrait orientation.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        },
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Determines whether the scrollable region reposition should be animated. On iOS, use the optional property <code>animated</code> to animate changes to masterView display mode in portrait orientation. For example</p>\n<pre><code>setMasterIsOverlayed(true, {animated:true})\n</code></pre>\n<p>Note that the default here is equivalent to passing in <code>{ animated: false }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.bubbleParent\">Titanium.UI.iOS.SplitWindow.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.SplitWindow.bubbleParent\">Titanium.UI.iOS.SplitWindow.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.bubbleParent\">Titanium.UI.iOS.SplitWindow.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.SplitWindow.bubbleParent\">Titanium.UI.iOS.SplitWindow.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.apiName\">Titanium.UI.iOS.SplitWindow.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.SplitWindow.apiName\">Titanium.UI.iOS.SplitWindow.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityHidden",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.accessibilityHidden\">Titanium.UI.iOS.SplitWindow.accessibilityHidden</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.SplitWindow.accessibilityHidden\">Titanium.UI.iOS.SplitWindow.accessibilityHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityHidden",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.accessibilityHidden\">Titanium.UI.iOS.SplitWindow.accessibilityHidden</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.SplitWindow.accessibilityHidden\">Titanium.UI.iOS.SplitWindow.accessibilityHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityHidden",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityHint",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.accessibilityHint\">Titanium.UI.iOS.SplitWindow.accessibilityHint</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.SplitWindow.accessibilityHint\">Titanium.UI.iOS.SplitWindow.accessibilityHint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityHint",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.accessibilityHint\">Titanium.UI.iOS.SplitWindow.accessibilityHint</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.SplitWindow.accessibilityHint\">Titanium.UI.iOS.SplitWindow.accessibilityHint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityHint",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityLabel",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.accessibilityLabel\">Titanium.UI.iOS.SplitWindow.accessibilityLabel</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.SplitWindow.accessibilityLabel\">Titanium.UI.iOS.SplitWindow.accessibilityLabel</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityLabel",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.accessibilityLabel\">Titanium.UI.iOS.SplitWindow.accessibilityLabel</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.SplitWindow.accessibilityLabel\">Titanium.UI.iOS.SplitWindow.accessibilityLabel</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityLabel",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityValue",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.accessibilityValue\">Titanium.UI.iOS.SplitWindow.accessibilityValue</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.SplitWindow.accessibilityValue\">Titanium.UI.iOS.SplitWindow.accessibilityValue</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityValue",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.accessibilityValue\">Titanium.UI.iOS.SplitWindow.accessibilityValue</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.SplitWindow.accessibilityValue\">Titanium.UI.iOS.SplitWindow.accessibilityValue</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityValue",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAnchorPoint",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.anchorPoint\">Titanium.UI.iOS.SplitWindow.anchorPoint</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.SplitWindow.anchorPoint\">Titanium.UI.iOS.SplitWindow.anchorPoint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAnchorPoint",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.anchorPoint\">Titanium.UI.iOS.SplitWindow.anchorPoint</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.SplitWindow.anchorPoint\">Titanium.UI.iOS.SplitWindow.anchorPoint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "anchorPoint",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAnimatedCenter",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.animatedCenter\">Titanium.UI.iOS.SplitWindow.animatedCenter</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.SplitWindow.animatedCenter\">Titanium.UI.iOS.SplitWindow.animatedCenter</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.backgroundColor\">Titanium.UI.iOS.SplitWindow.backgroundColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.SplitWindow.backgroundColor\">Titanium.UI.iOS.SplitWindow.backgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.backgroundColor\">Titanium.UI.iOS.SplitWindow.backgroundColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.SplitWindow.backgroundColor\">Titanium.UI.iOS.SplitWindow.backgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundGradient",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.backgroundGradient\">Titanium.UI.iOS.SplitWindow.backgroundGradient</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.SplitWindow.backgroundGradient\">Titanium.UI.iOS.SplitWindow.backgroundGradient</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Gradient",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundGradient",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.backgroundGradient\">Titanium.UI.iOS.SplitWindow.backgroundGradient</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.SplitWindow.backgroundGradient\">Titanium.UI.iOS.SplitWindow.backgroundGradient</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundGradient",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Gradient",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.backgroundImage\">Titanium.UI.iOS.SplitWindow.backgroundImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.SplitWindow.backgroundImage\">Titanium.UI.iOS.SplitWindow.backgroundImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.backgroundImage\">Titanium.UI.iOS.SplitWindow.backgroundImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.SplitWindow.backgroundImage\">Titanium.UI.iOS.SplitWindow.backgroundImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundRepeat",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.backgroundRepeat\">Titanium.UI.iOS.SplitWindow.backgroundRepeat</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.SplitWindow.backgroundRepeat\">Titanium.UI.iOS.SplitWindow.backgroundRepeat</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundRepeat",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.backgroundRepeat\">Titanium.UI.iOS.SplitWindow.backgroundRepeat</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.SplitWindow.backgroundRepeat\">Titanium.UI.iOS.SplitWindow.backgroundRepeat</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundRepeat",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundLeftCap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.backgroundLeftCap\">Titanium.UI.iOS.SplitWindow.backgroundLeftCap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.SplitWindow.backgroundLeftCap\">Titanium.UI.iOS.SplitWindow.backgroundLeftCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundLeftCap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.backgroundLeftCap\">Titanium.UI.iOS.SplitWindow.backgroundLeftCap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.SplitWindow.backgroundLeftCap\">Titanium.UI.iOS.SplitWindow.backgroundLeftCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundLeftCap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundTopCap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.backgroundTopCap\">Titanium.UI.iOS.SplitWindow.backgroundTopCap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.SplitWindow.backgroundTopCap\">Titanium.UI.iOS.SplitWindow.backgroundTopCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundTopCap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.backgroundTopCap\">Titanium.UI.iOS.SplitWindow.backgroundTopCap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.SplitWindow.backgroundTopCap\">Titanium.UI.iOS.SplitWindow.backgroundTopCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundTopCap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.borderColor\">Titanium.UI.iOS.SplitWindow.borderColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.SplitWindow.borderColor\">Titanium.UI.iOS.SplitWindow.borderColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.borderColor\">Titanium.UI.iOS.SplitWindow.borderColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.SplitWindow.borderColor\">Titanium.UI.iOS.SplitWindow.borderColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderRadius",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.borderRadius\">Titanium.UI.iOS.SplitWindow.borderRadius</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.SplitWindow.borderRadius\">Titanium.UI.iOS.SplitWindow.borderRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderRadius",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.borderRadius\">Titanium.UI.iOS.SplitWindow.borderRadius</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.SplitWindow.borderRadius\">Titanium.UI.iOS.SplitWindow.borderRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderRadius",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderWidth",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.borderWidth\">Titanium.UI.iOS.SplitWindow.borderWidth</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.SplitWindow.borderWidth\">Titanium.UI.iOS.SplitWindow.borderWidth</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderWidth",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.borderWidth\">Titanium.UI.iOS.SplitWindow.borderWidth</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.SplitWindow.borderWidth\">Titanium.UI.iOS.SplitWindow.borderWidth</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderWidth",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBottom",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.bottom\">Titanium.UI.iOS.SplitWindow.bottom</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.SplitWindow.bottom\">Titanium.UI.iOS.SplitWindow.bottom</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBottom",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.bottom\">Titanium.UI.iOS.SplitWindow.bottom</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.SplitWindow.bottom\">Titanium.UI.iOS.SplitWindow.bottom</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bottom",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getCenter",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.center\">Titanium.UI.iOS.SplitWindow.center</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.SplitWindow.center\">Titanium.UI.iOS.SplitWindow.center</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setCenter",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.center\">Titanium.UI.iOS.SplitWindow.center</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.SplitWindow.center\">Titanium.UI.iOS.SplitWindow.center</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "center",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getChildren",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.children\">Titanium.UI.iOS.SplitWindow.children</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.SplitWindow.children\">Titanium.UI.iOS.SplitWindow.children</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getClipMode",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.clipMode\">Titanium.UI.iOS.SplitWindow.clipMode</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.SplitWindow.clipMode\">Titanium.UI.iOS.SplitWindow.clipMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setClipMode",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.clipMode\">Titanium.UI.iOS.SplitWindow.clipMode</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.SplitWindow.clipMode\">Titanium.UI.iOS.SplitWindow.clipMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "clipMode",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHeight",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.height\">Titanium.UI.iOS.SplitWindow.height</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.SplitWindow.height\">Titanium.UI.iOS.SplitWindow.height</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHeight",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.height\">Titanium.UI.iOS.SplitWindow.height</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.SplitWindow.height\">Titanium.UI.iOS.SplitWindow.height</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "height",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHorizontalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.horizontalMotionEffect\">Titanium.UI.iOS.SplitWindow.horizontalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.SplitWindow.horizontalMotionEffect\">Titanium.UI.iOS.SplitWindow.horizontalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "MinMaxOptions",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHorizontalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.horizontalMotionEffect\">Titanium.UI.iOS.SplitWindow.horizontalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.SplitWindow.horizontalMotionEffect\">Titanium.UI.iOS.SplitWindow.horizontalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "horizontalMotionEffect",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "MinMaxOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLeft",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.left\">Titanium.UI.iOS.SplitWindow.left</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.SplitWindow.left\">Titanium.UI.iOS.SplitWindow.left</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLeft",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.left\">Titanium.UI.iOS.SplitWindow.left</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.SplitWindow.left\">Titanium.UI.iOS.SplitWindow.left</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "left",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLayout",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.layout\">Titanium.UI.iOS.SplitWindow.layout</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.SplitWindow.layout\">Titanium.UI.iOS.SplitWindow.layout</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLayout",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.layout\">Titanium.UI.iOS.SplitWindow.layout</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.SplitWindow.layout\">Titanium.UI.iOS.SplitWindow.layout</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "layout",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getOpacity",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.opacity\">Titanium.UI.iOS.SplitWindow.opacity</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.SplitWindow.opacity\">Titanium.UI.iOS.SplitWindow.opacity</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setOpacity",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.opacity\">Titanium.UI.iOS.SplitWindow.opacity</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.SplitWindow.opacity\">Titanium.UI.iOS.SplitWindow.opacity</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "opacity",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPullBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.pullBackgroundColor\">Titanium.UI.iOS.SplitWindow.pullBackgroundColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.SplitWindow.pullBackgroundColor\">Titanium.UI.iOS.SplitWindow.pullBackgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setPullBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.pullBackgroundColor\">Titanium.UI.iOS.SplitWindow.pullBackgroundColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.SplitWindow.pullBackgroundColor\">Titanium.UI.iOS.SplitWindow.pullBackgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "pullBackgroundColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPreviewContext",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.previewContext\">Titanium.UI.iOS.SplitWindow.previewContext</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.SplitWindow.previewContext\">Titanium.UI.iOS.SplitWindow.previewContext</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.iOS.PreviewContext",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "setPreviewContext",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.previewContext\">Titanium.UI.iOS.SplitWindow.previewContext</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.SplitWindow.previewContext\">Titanium.UI.iOS.SplitWindow.previewContext</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "previewContext",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.iOS.PreviewContext",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "getRight",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.right\">Titanium.UI.iOS.SplitWindow.right</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.SplitWindow.right\">Titanium.UI.iOS.SplitWindow.right</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setRight",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.right\">Titanium.UI.iOS.SplitWindow.right</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.SplitWindow.right\">Titanium.UI.iOS.SplitWindow.right</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "right",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.rect\">Titanium.UI.iOS.SplitWindow.rect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.SplitWindow.rect\">Titanium.UI.iOS.SplitWindow.rect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "DimensionWithAbsolutes",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSize",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.size\">Titanium.UI.iOS.SplitWindow.size</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.SplitWindow.size\">Titanium.UI.iOS.SplitWindow.size</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Dimension",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTintColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.tintColor\">Titanium.UI.iOS.SplitWindow.tintColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.SplitWindow.tintColor\">Titanium.UI.iOS.SplitWindow.tintColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTintColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.tintColor\">Titanium.UI.iOS.SplitWindow.tintColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.SplitWindow.tintColor\">Titanium.UI.iOS.SplitWindow.tintColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "tintColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTop",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.top\">Titanium.UI.iOS.SplitWindow.top</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.SplitWindow.top\">Titanium.UI.iOS.SplitWindow.top</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTop",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.top\">Titanium.UI.iOS.SplitWindow.top</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.SplitWindow.top\">Titanium.UI.iOS.SplitWindow.top</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "top",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTouchEnabled",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.touchEnabled\">Titanium.UI.iOS.SplitWindow.touchEnabled</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.SplitWindow.touchEnabled\">Titanium.UI.iOS.SplitWindow.touchEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTouchEnabled",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.touchEnabled\">Titanium.UI.iOS.SplitWindow.touchEnabled</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.SplitWindow.touchEnabled\">Titanium.UI.iOS.SplitWindow.touchEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchEnabled",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTransform",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.transform\">Titanium.UI.iOS.SplitWindow.transform</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.SplitWindow.transform\">Titanium.UI.iOS.SplitWindow.transform</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Matrix2D",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTransform",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.transform\">Titanium.UI.iOS.SplitWindow.transform</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.SplitWindow.transform\">Titanium.UI.iOS.SplitWindow.transform</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "transform",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Matrix2D",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getVerticalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.verticalMotionEffect\">Titanium.UI.iOS.SplitWindow.verticalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.SplitWindow.verticalMotionEffect\">Titanium.UI.iOS.SplitWindow.verticalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "MinMaxOptions",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setVerticalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.verticalMotionEffect\">Titanium.UI.iOS.SplitWindow.verticalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.SplitWindow.verticalMotionEffect\">Titanium.UI.iOS.SplitWindow.verticalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "verticalMotionEffect",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "MinMaxOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowRadius",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.viewShadowRadius\">Titanium.UI.iOS.SplitWindow.viewShadowRadius</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.SplitWindow.viewShadowRadius\">Titanium.UI.iOS.SplitWindow.viewShadowRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowRadius",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.viewShadowRadius\">Titanium.UI.iOS.SplitWindow.viewShadowRadius</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.SplitWindow.viewShadowRadius\">Titanium.UI.iOS.SplitWindow.viewShadowRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowRadius",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.viewShadowColor\">Titanium.UI.iOS.SplitWindow.viewShadowColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.SplitWindow.viewShadowColor\">Titanium.UI.iOS.SplitWindow.viewShadowColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.viewShadowColor\">Titanium.UI.iOS.SplitWindow.viewShadowColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.SplitWindow.viewShadowColor\">Titanium.UI.iOS.SplitWindow.viewShadowColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowOffset",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.viewShadowOffset\">Titanium.UI.iOS.SplitWindow.viewShadowOffset</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.SplitWindow.viewShadowOffset\">Titanium.UI.iOS.SplitWindow.viewShadowOffset</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowOffset",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.viewShadowOffset\">Titanium.UI.iOS.SplitWindow.viewShadowOffset</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.SplitWindow.viewShadowOffset\">Titanium.UI.iOS.SplitWindow.viewShadowOffset</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowOffset",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getVisible",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.visible\">Titanium.UI.iOS.SplitWindow.visible</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.SplitWindow.visible\">Titanium.UI.iOS.SplitWindow.visible</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setVisible",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.visible\">Titanium.UI.iOS.SplitWindow.visible</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.SplitWindow.visible\">Titanium.UI.iOS.SplitWindow.visible</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "visible",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getWidth",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.width\">Titanium.UI.iOS.SplitWindow.width</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.SplitWindow.width\">Titanium.UI.iOS.SplitWindow.width</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setWidth",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.width\">Titanium.UI.iOS.SplitWindow.width</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.SplitWindow.width\">Titanium.UI.iOS.SplitWindow.width</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "width",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHorizontalWrap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.horizontalWrap\">Titanium.UI.iOS.SplitWindow.horizontalWrap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.SplitWindow.horizontalWrap\">Titanium.UI.iOS.SplitWindow.horizontalWrap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHorizontalWrap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.horizontalWrap\">Titanium.UI.iOS.SplitWindow.horizontalWrap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.SplitWindow.horizontalWrap\">Titanium.UI.iOS.SplitWindow.horizontalWrap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "horizontalWrap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getZIndex",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.zIndex\">Titanium.UI.iOS.SplitWindow.zIndex</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.SplitWindow.zIndex\">Titanium.UI.iOS.SplitWindow.zIndex</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setZIndex",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.zIndex\">Titanium.UI.iOS.SplitWindow.zIndex</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.SplitWindow.zIndex\">Titanium.UI.iOS.SplitWindow.zIndex</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "zIndex",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackButtonTitle",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.backButtonTitle\">Titanium.UI.iOS.SplitWindow.backButtonTitle</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.SplitWindow.backButtonTitle\">Titanium.UI.iOS.SplitWindow.backButtonTitle</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackButtonTitle",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.backButtonTitle\">Titanium.UI.iOS.SplitWindow.backButtonTitle</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.SplitWindow.backButtonTitle\">Titanium.UI.iOS.SplitWindow.backButtonTitle</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backButtonTitle",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackButtonTitleImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.backButtonTitleImage\">Titanium.UI.iOS.SplitWindow.backButtonTitleImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.SplitWindow.backButtonTitleImage\">Titanium.UI.iOS.SplitWindow.backButtonTitleImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackButtonTitleImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.backButtonTitleImage\">Titanium.UI.iOS.SplitWindow.backButtonTitleImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.SplitWindow.backButtonTitleImage\">Titanium.UI.iOS.SplitWindow.backButtonTitleImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backButtonTitleImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBarColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.barColor\">Titanium.UI.iOS.SplitWindow.barColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.SplitWindow.barColor\">Titanium.UI.iOS.SplitWindow.barColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBarColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.barColor\">Titanium.UI.iOS.SplitWindow.barColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.SplitWindow.barColor\">Titanium.UI.iOS.SplitWindow.barColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "barColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBarImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.barImage\">Titanium.UI.iOS.SplitWindow.barImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.SplitWindow.barImage\">Titanium.UI.iOS.SplitWindow.barImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBarImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.barImage\">Titanium.UI.iOS.SplitWindow.barImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.SplitWindow.barImage\">Titanium.UI.iOS.SplitWindow.barImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "barImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getExtendEdges",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.extendEdges\">Titanium.UI.iOS.SplitWindow.extendEdges</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.SplitWindow.extendEdges\">Titanium.UI.iOS.SplitWindow.extendEdges</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setExtendEdges",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.extendEdges\">Titanium.UI.iOS.SplitWindow.extendEdges</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.SplitWindow.extendEdges\">Titanium.UI.iOS.SplitWindow.extendEdges</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "extendEdges",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getIncludeOpaqueBars",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.includeOpaqueBars\">Titanium.UI.iOS.SplitWindow.includeOpaqueBars</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.SplitWindow.includeOpaqueBars\">Titanium.UI.iOS.SplitWindow.includeOpaqueBars</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setIncludeOpaqueBars",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.includeOpaqueBars\">Titanium.UI.iOS.SplitWindow.includeOpaqueBars</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.SplitWindow.includeOpaqueBars\">Titanium.UI.iOS.SplitWindow.includeOpaqueBars</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "includeOpaqueBars",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAutoAdjustScrollViewInsets",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.autoAdjustScrollViewInsets\">Titanium.UI.iOS.SplitWindow.autoAdjustScrollViewInsets</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.SplitWindow.autoAdjustScrollViewInsets\">Titanium.UI.iOS.SplitWindow.autoAdjustScrollViewInsets</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAutoAdjustScrollViewInsets",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.autoAdjustScrollViewInsets\">Titanium.UI.iOS.SplitWindow.autoAdjustScrollViewInsets</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.SplitWindow.autoAdjustScrollViewInsets\">Titanium.UI.iOS.SplitWindow.autoAdjustScrollViewInsets</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "autoAdjustScrollViewInsets",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getExtendSafeArea",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.extendSafeArea\">Titanium.UI.iOS.SplitWindow.extendSafeArea</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.SplitWindow.extendSafeArea\">Titanium.UI.iOS.SplitWindow.extendSafeArea</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setExtendSafeArea",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.extendSafeArea\">Titanium.UI.iOS.SplitWindow.extendSafeArea</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.SplitWindow.extendSafeArea\">Titanium.UI.iOS.SplitWindow.extendSafeArea</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "extendSafeArea",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getFullscreen",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.fullscreen\">Titanium.UI.iOS.SplitWindow.fullscreen</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.SplitWindow.fullscreen\">Titanium.UI.iOS.SplitWindow.fullscreen</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setFullscreen",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.fullscreen\">Titanium.UI.iOS.SplitWindow.fullscreen</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.SplitWindow.fullscreen\">Titanium.UI.iOS.SplitWindow.fullscreen</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "fullscreen",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHomeIndicatorAutoHidden",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.homeIndicatorAutoHidden\">Titanium.UI.iOS.SplitWindow.homeIndicatorAutoHidden</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.SplitWindow.homeIndicatorAutoHidden\">Titanium.UI.iOS.SplitWindow.homeIndicatorAutoHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHomeIndicatorAutoHidden",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.homeIndicatorAutoHidden\">Titanium.UI.iOS.SplitWindow.homeIndicatorAutoHidden</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.SplitWindow.homeIndicatorAutoHidden\">Titanium.UI.iOS.SplitWindow.homeIndicatorAutoHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "homeIndicatorAutoHidden",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHideShadow",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.hideShadow\">Titanium.UI.iOS.SplitWindow.hideShadow</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.SplitWindow.hideShadow\">Titanium.UI.iOS.SplitWindow.hideShadow</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHideShadow",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.hideShadow\">Titanium.UI.iOS.SplitWindow.hideShadow</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.SplitWindow.hideShadow\">Titanium.UI.iOS.SplitWindow.hideShadow</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "hideShadow",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHidesBarsOnSwipe",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.hidesBarsOnSwipe\">Titanium.UI.iOS.SplitWindow.hidesBarsOnSwipe</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.SplitWindow.hidesBarsOnSwipe\">Titanium.UI.iOS.SplitWindow.hidesBarsOnSwipe</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHidesBarsOnSwipe",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.hidesBarsOnSwipe\">Titanium.UI.iOS.SplitWindow.hidesBarsOnSwipe</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.SplitWindow.hidesBarsOnSwipe\">Titanium.UI.iOS.SplitWindow.hidesBarsOnSwipe</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "hidesBarsOnSwipe",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHidesBarsOnTap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.hidesBarsOnTap\">Titanium.UI.iOS.SplitWindow.hidesBarsOnTap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.SplitWindow.hidesBarsOnTap\">Titanium.UI.iOS.SplitWindow.hidesBarsOnTap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHidesBarsOnTap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.hidesBarsOnTap\">Titanium.UI.iOS.SplitWindow.hidesBarsOnTap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.SplitWindow.hidesBarsOnTap\">Titanium.UI.iOS.SplitWindow.hidesBarsOnTap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "hidesBarsOnTap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHidesBarsWhenKeyboardAppears",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.hidesBarsWhenKeyboardAppears\">Titanium.UI.iOS.SplitWindow.hidesBarsWhenKeyboardAppears</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.SplitWindow.hidesBarsWhenKeyboardAppears\">Titanium.UI.iOS.SplitWindow.hidesBarsWhenKeyboardAppears</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHidesBarsWhenKeyboardAppears",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.hidesBarsWhenKeyboardAppears\">Titanium.UI.iOS.SplitWindow.hidesBarsWhenKeyboardAppears</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.SplitWindow.hidesBarsWhenKeyboardAppears\">Titanium.UI.iOS.SplitWindow.hidesBarsWhenKeyboardAppears</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "hidesBarsWhenKeyboardAppears",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHidesBackButton",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.hidesBackButton\">Titanium.UI.iOS.SplitWindow.hidesBackButton</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.SplitWindow.hidesBackButton\">Titanium.UI.iOS.SplitWindow.hidesBackButton</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.5.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHidesBackButton",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.hidesBackButton\">Titanium.UI.iOS.SplitWindow.hidesBackButton</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.SplitWindow.hidesBackButton\">Titanium.UI.iOS.SplitWindow.hidesBackButton</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "hidesBackButton",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.5.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLargeTitleEnabled",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.largeTitleEnabled\">Titanium.UI.iOS.SplitWindow.largeTitleEnabled</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.SplitWindow.largeTitleEnabled\">Titanium.UI.iOS.SplitWindow.largeTitleEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLargeTitleEnabled",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.largeTitleEnabled\">Titanium.UI.iOS.SplitWindow.largeTitleEnabled</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.SplitWindow.largeTitleEnabled\">Titanium.UI.iOS.SplitWindow.largeTitleEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "largeTitleEnabled",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHidesSearchBarWhenScrolling",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.hidesSearchBarWhenScrolling\">Titanium.UI.iOS.SplitWindow.hidesSearchBarWhenScrolling</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.SplitWindow.hidesSearchBarWhenScrolling\">Titanium.UI.iOS.SplitWindow.hidesSearchBarWhenScrolling</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHidesSearchBarWhenScrolling",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.hidesSearchBarWhenScrolling\">Titanium.UI.iOS.SplitWindow.hidesSearchBarWhenScrolling</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.SplitWindow.hidesSearchBarWhenScrolling\">Titanium.UI.iOS.SplitWindow.hidesSearchBarWhenScrolling</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "hidesSearchBarWhenScrolling",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLargeTitleDisplayMode",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.largeTitleDisplayMode\">Titanium.UI.iOS.SplitWindow.largeTitleDisplayMode</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.SplitWindow.largeTitleDisplayMode\">Titanium.UI.iOS.SplitWindow.largeTitleDisplayMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLargeTitleDisplayMode",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.largeTitleDisplayMode\">Titanium.UI.iOS.SplitWindow.largeTitleDisplayMode</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.SplitWindow.largeTitleDisplayMode\">Titanium.UI.iOS.SplitWindow.largeTitleDisplayMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "largeTitleDisplayMode",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLeftNavButton",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.leftNavButton\">Titanium.UI.iOS.SplitWindow.leftNavButton</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.SplitWindow.leftNavButton\">Titanium.UI.iOS.SplitWindow.leftNavButton</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.View",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLeftNavButton",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.leftNavButton\">Titanium.UI.iOS.SplitWindow.leftNavButton</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.SplitWindow.leftNavButton\">Titanium.UI.iOS.SplitWindow.leftNavButton</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "leftNavButton",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLeftNavButtons",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.leftNavButtons\">Titanium.UI.iOS.SplitWindow.leftNavButtons</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.SplitWindow.leftNavButtons\">Titanium.UI.iOS.SplitWindow.leftNavButtons</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLeftNavButtons",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.leftNavButtons\">Titanium.UI.iOS.SplitWindow.leftNavButtons</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.SplitWindow.leftNavButtons\">Titanium.UI.iOS.SplitWindow.leftNavButtons</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "leftNavButtons",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getModal",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.modal\">Titanium.UI.iOS.SplitWindow.modal</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.SplitWindow.modal\">Titanium.UI.iOS.SplitWindow.modal</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setModal",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.modal\">Titanium.UI.iOS.SplitWindow.modal</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.SplitWindow.modal\">Titanium.UI.iOS.SplitWindow.modal</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "modal",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getNavBarHidden",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.navBarHidden\">Titanium.UI.iOS.SplitWindow.navBarHidden</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.SplitWindow.navBarHidden\">Titanium.UI.iOS.SplitWindow.navBarHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setNavBarHidden",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.navBarHidden\">Titanium.UI.iOS.SplitWindow.navBarHidden</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.SplitWindow.navBarHidden\">Titanium.UI.iOS.SplitWindow.navBarHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "navBarHidden",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getNavTintColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.navTintColor\">Titanium.UI.iOS.SplitWindow.navTintColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.SplitWindow.navTintColor\">Titanium.UI.iOS.SplitWindow.navTintColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setNavTintColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.navTintColor\">Titanium.UI.iOS.SplitWindow.navTintColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.SplitWindow.navTintColor\">Titanium.UI.iOS.SplitWindow.navTintColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "navTintColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getNavigationWindow",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.navigationWindow\">Titanium.UI.iOS.SplitWindow.navigationWindow</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.SplitWindow.navigationWindow\">Titanium.UI.iOS.SplitWindow.navigationWindow</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.NavigationWindow",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getOrientationModes",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.orientationModes\">Titanium.UI.iOS.SplitWindow.orientationModes</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.SplitWindow.orientationModes\">Titanium.UI.iOS.SplitWindow.orientationModes</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setOrientationModes",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.orientationModes\">Titanium.UI.iOS.SplitWindow.orientationModes</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.SplitWindow.orientationModes\">Titanium.UI.iOS.SplitWindow.orientationModes</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "orientationModes",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getOrientation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.orientation\">Titanium.UI.iOS.SplitWindow.orientation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.SplitWindow.orientation\">Titanium.UI.iOS.SplitWindow.orientation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRightNavButton",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.rightNavButton\">Titanium.UI.iOS.SplitWindow.rightNavButton</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.SplitWindow.rightNavButton\">Titanium.UI.iOS.SplitWindow.rightNavButton</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.View",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setRightNavButton",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.rightNavButton\">Titanium.UI.iOS.SplitWindow.rightNavButton</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.SplitWindow.rightNavButton\">Titanium.UI.iOS.SplitWindow.rightNavButton</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rightNavButton",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRightNavButtons",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.rightNavButtons\">Titanium.UI.iOS.SplitWindow.rightNavButtons</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.SplitWindow.rightNavButtons\">Titanium.UI.iOS.SplitWindow.rightNavButtons</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setRightNavButtons",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.rightNavButtons\">Titanium.UI.iOS.SplitWindow.rightNavButtons</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.SplitWindow.rightNavButtons\">Titanium.UI.iOS.SplitWindow.rightNavButtons</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rightNavButtons",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSafeAreaPadding",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.safeAreaPadding\">Titanium.UI.iOS.SplitWindow.safeAreaPadding</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.SplitWindow.safeAreaPadding\">Titanium.UI.iOS.SplitWindow.safeAreaPadding</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Padding",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getShadowImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.shadowImage\">Titanium.UI.iOS.SplitWindow.shadowImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.SplitWindow.shadowImage\">Titanium.UI.iOS.SplitWindow.shadowImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setShadowImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.shadowImage\">Titanium.UI.iOS.SplitWindow.shadowImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.SplitWindow.shadowImage\">Titanium.UI.iOS.SplitWindow.shadowImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "shadowImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getStatusBarStyle",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.statusBarStyle\">Titanium.UI.iOS.SplitWindow.statusBarStyle</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.SplitWindow.statusBarStyle\">Titanium.UI.iOS.SplitWindow.statusBarStyle</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setStatusBarStyle",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.statusBarStyle\">Titanium.UI.iOS.SplitWindow.statusBarStyle</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.SplitWindow.statusBarStyle\">Titanium.UI.iOS.SplitWindow.statusBarStyle</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "statusBarStyle",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTabBarHidden",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.tabBarHidden\">Titanium.UI.iOS.SplitWindow.tabBarHidden</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.SplitWindow.tabBarHidden\">Titanium.UI.iOS.SplitWindow.tabBarHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTabBarHidden",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.tabBarHidden\">Titanium.UI.iOS.SplitWindow.tabBarHidden</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.SplitWindow.tabBarHidden\">Titanium.UI.iOS.SplitWindow.tabBarHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "tabBarHidden",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTitle",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.title\">Titanium.UI.iOS.SplitWindow.title</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.SplitWindow.title\">Titanium.UI.iOS.SplitWindow.title</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTitle",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.title\">Titanium.UI.iOS.SplitWindow.title</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.SplitWindow.title\">Titanium.UI.iOS.SplitWindow.title</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "title",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTitleAttributes",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.titleAttributes\">Titanium.UI.iOS.SplitWindow.titleAttributes</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.SplitWindow.titleAttributes\">Titanium.UI.iOS.SplitWindow.titleAttributes</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "titleAttributesParams",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTitleAttributes",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.titleAttributes\">Titanium.UI.iOS.SplitWindow.titleAttributes</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.SplitWindow.titleAttributes\">Titanium.UI.iOS.SplitWindow.titleAttributes</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "titleAttributes",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "titleAttributesParams",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTitleControl",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.titleControl\">Titanium.UI.iOS.SplitWindow.titleControl</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.SplitWindow.titleControl\">Titanium.UI.iOS.SplitWindow.titleControl</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.View",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTitleControl",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.titleControl\">Titanium.UI.iOS.SplitWindow.titleControl</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.SplitWindow.titleControl\">Titanium.UI.iOS.SplitWindow.titleControl</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "titleControl",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTitleImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.titleImage\">Titanium.UI.iOS.SplitWindow.titleImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.SplitWindow.titleImage\">Titanium.UI.iOS.SplitWindow.titleImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTitleImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.titleImage\">Titanium.UI.iOS.SplitWindow.titleImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.SplitWindow.titleImage\">Titanium.UI.iOS.SplitWindow.titleImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "titleImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTitlePrompt",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.titlePrompt\">Titanium.UI.iOS.SplitWindow.titlePrompt</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.SplitWindow.titlePrompt\">Titanium.UI.iOS.SplitWindow.titlePrompt</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTitlePrompt",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.titlePrompt\">Titanium.UI.iOS.SplitWindow.titlePrompt</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.SplitWindow.titlePrompt\">Titanium.UI.iOS.SplitWindow.titlePrompt</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "titlePrompt",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTitleid",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.titleid\">Titanium.UI.iOS.SplitWindow.titleid</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.SplitWindow.titleid\">Titanium.UI.iOS.SplitWindow.titleid</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTitleid",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.titleid\">Titanium.UI.iOS.SplitWindow.titleid</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.SplitWindow.titleid\">Titanium.UI.iOS.SplitWindow.titleid</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "titleid",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTitlepromptid",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.titlepromptid\">Titanium.UI.iOS.SplitWindow.titlepromptid</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.SplitWindow.titlepromptid\">Titanium.UI.iOS.SplitWindow.titlepromptid</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTitlepromptid",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.titlepromptid\">Titanium.UI.iOS.SplitWindow.titlepromptid</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.SplitWindow.titlepromptid\">Titanium.UI.iOS.SplitWindow.titlepromptid</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "titlepromptid",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getToolbar",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.toolbar\">Titanium.UI.iOS.SplitWindow.toolbar</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.SplitWindow.toolbar\">Titanium.UI.iOS.SplitWindow.toolbar</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTranslucent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.translucent\">Titanium.UI.iOS.SplitWindow.translucent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.SplitWindow.translucent\">Titanium.UI.iOS.SplitWindow.translucent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTranslucent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.translucent\">Titanium.UI.iOS.SplitWindow.translucent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.SplitWindow.translucent\">Titanium.UI.iOS.SplitWindow.translucent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translucent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getUrl",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.url\">Titanium.UI.iOS.SplitWindow.url</a> property. <strong>Removed in 6.0.0.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setUrl",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.url\">Titanium.UI.iOS.SplitWindow.url</a> property. <strong>Removed in 6.0.0.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "url",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getDetailView",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.detailView\">Titanium.UI.iOS.SplitWindow.detailView</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.SplitWindow.detailView\">Titanium.UI.iOS.SplitWindow.detailView</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setDetailView",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.detailView\">Titanium.UI.iOS.SplitWindow.detailView</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.SplitWindow.detailView\">Titanium.UI.iOS.SplitWindow.detailView</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "detailView",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getMasterView",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.masterView\">Titanium.UI.iOS.SplitWindow.masterView</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.SplitWindow.masterView\">Titanium.UI.iOS.SplitWindow.masterView</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setMasterView",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.masterView\">Titanium.UI.iOS.SplitWindow.masterView</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.SplitWindow.masterView\">Titanium.UI.iOS.SplitWindow.masterView</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "masterView",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getShowMasterInPortrait",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.showMasterInPortrait\">Titanium.UI.iOS.SplitWindow.showMasterInPortrait</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.SplitWindow.showMasterInPortrait\">Titanium.UI.iOS.SplitWindow.showMasterInPortrait</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getMasterIsOverlayed",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.masterIsOverlayed\">Titanium.UI.iOS.SplitWindow.masterIsOverlayed</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.SplitWindow.masterIsOverlayed\">Titanium.UI.iOS.SplitWindow.masterIsOverlayed</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getMasterViewVisible",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.masterViewVisible\">Titanium.UI.iOS.SplitWindow.masterViewVisible</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.SplitWindow.masterViewVisible\">Titanium.UI.iOS.SplitWindow.masterViewVisible</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setMasterViewVisible",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.masterViewVisible\">Titanium.UI.iOS.SplitWindow.masterViewVisible</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.SplitWindow.masterViewVisible\">Titanium.UI.iOS.SplitWindow.masterViewVisible</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "masterViewVisible",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPortraitSplit",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.portraitSplit\">Titanium.UI.iOS.SplitWindow.portraitSplit</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.SplitWindow.portraitSplit\">Titanium.UI.iOS.SplitWindow.portraitSplit</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setPortraitSplit",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.portraitSplit\">Titanium.UI.iOS.SplitWindow.portraitSplit</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.SplitWindow.portraitSplit\">Titanium.UI.iOS.SplitWindow.portraitSplit</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "portraitSplit",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLandscapeSplit",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.landscapeSplit\">Titanium.UI.iOS.SplitWindow.landscapeSplit</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.SplitWindow.landscapeSplit\">Titanium.UI.iOS.SplitWindow.landscapeSplit</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLandscapeSplit",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.SplitWindow.landscapeSplit\">Titanium.UI.iOS.SplitWindow.landscapeSplit</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.SplitWindow.landscapeSplit\">Titanium.UI.iOS.SplitWindow.landscapeSplit</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "landscapeSplit",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.UI.Window",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityHidden",
                    "deprecated": false,
                    "description": "<p>Whether the view should be &quot;hidden&quot; from (i.e., ignored by) the accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityHint",
                    "deprecated": false,
                    "description": "<p>Briefly describes what performing an action (such as a click) on the view will do.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityLabel",
                    "deprecated": false,
                    "description": "<p>A succint label identifying the view for the device's accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityValue",
                    "deprecated": false,
                    "description": "<p>A string describing the value (if any) of the view for the device's accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "anchorPoint",
                    "deprecated": false,
                    "description": "<p>Coordinate of the view about which to pivot an animation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "animatedCenter",
                    "deprecated": false,
                    "description": "<p>Current position of the view during an animation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundColor",
                    "deprecated": false,
                    "description": "<p>Background color of the window, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundGradient",
                    "deprecated": false,
                    "description": "<p>A background gradient for the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [
                        {
                            "title": "Linear and Radial Gradients",
                            "code": "<p>The following code excerpt creates two views, one with a linear gradient and one with\na radial gradient.</p>\n<pre><code>var win1 = Titanium.UI.createWindow({\n    title:'Tab 1',\n    backgroundColor:'#fff',\n    layout: 'vertical'\n});\n\nvar radialGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'radial',\n        startPoint: { x: 50, y: 50 },\n        endPoint: { x: 50, y: 50 },\n        colors: [ 'red', 'blue'],\n        startRadius: 50,\n        endRadius: 0,\n        backfillStart: true\n    }\n});\nvar linearGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'linear',\n        startPoint: { x: '0%', y: '50%' },\n        endPoint: { x: '100%', y: '50%' },\n        colors: [ { color: 'red', offset: 0.0}, { color: 'blue', offset: 0.25 }, { color: 'red', offset: 1.0 } ],\n    }\n});\nwin1.add(radialGradient);\nwin1.add(linearGradient);\nwin1.open();\n</code></pre>"
                        }
                    ],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Gradient",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundImage",
                    "deprecated": false,
                    "description": "<p>Background image for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundRepeat",
                    "deprecated": false,
                    "description": "<p>Determines whether to tile a background across a view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundLeftCap",
                    "deprecated": false,
                    "description": "<p>Size of the left end cap.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundTopCap",
                    "deprecated": false,
                    "description": "<p>Size of the top end cap.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderColor",
                    "deprecated": false,
                    "description": "<p>Border color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderRadius",
                    "deprecated": false,
                    "description": "<p>Radius for the rounded corners of the view's border.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderWidth",
                    "deprecated": false,
                    "description": "<p>Border width of the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "bottom",
                    "deprecated": false,
                    "description": "<p>Window's bottom position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "center",
                    "deprecated": false,
                    "description": "<p>View's center position, in the parent view's coordinates.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "children",
                    "deprecated": false,
                    "description": "<p>Array of this view's child views.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "clipMode",
                    "deprecated": false,
                    "description": "<p>View's clipping behavior.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "height",
                    "deprecated": false,
                    "description": "<p>View height, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.FILL",
                        "Titanium.UI.SIZE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "horizontalMotionEffect",
                    "deprecated": false,
                    "description": "<p>Adds a horizontal parallax effect to the view</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "MinMaxOptions",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "id",
                    "deprecated": false,
                    "description": "<p>View's identifier.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "left",
                    "deprecated": false,
                    "description": "<p>Window's left position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "layout",
                    "deprecated": false,
                    "description": "<p>Specifies how the view positions its children.\nOne of: 'composite', 'vertical', or 'horizontal'.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "opacity",
                    "deprecated": false,
                    "description": "<p>The opacity from 0.0-1.0.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "pullBackgroundColor",
                    "deprecated": false,
                    "description": "<p>Background color of the wrapper view when this view is used as either <a href=\"Titanium.UI.ListView.pullView\">Titanium.UI.ListView.pullView</a> or <a href=\"Titanium.UI.TableView.headerPullView\">Titanium.UI.TableView.headerPullView</a>.</p>\n<p>Defaults to <code>undefined</code>. Results in a light grey background color on the wrapper view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "previewContext",
                    "deprecated": false,
                    "description": "<p>The preview context used in the 3D-Touch feature &quot;Peek and Pop&quot;.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Titanium.UI.iOS.PreviewContext",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "right",
                    "deprecated": false,
                    "description": "<p>Window's right position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "rect",
                    "deprecated": false,
                    "description": "<p>The bounding box of the view relative to its parent, in system units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "DimensionWithAbsolutes",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "size",
                    "deprecated": false,
                    "description": "<p>The size of the view in system units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Dimension",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "tintColor",
                    "deprecated": false,
                    "description": "<p>The view's tintColor</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "top",
                    "deprecated": false,
                    "description": "<p>Window's top position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "touchEnabled",
                    "deprecated": false,
                    "description": "<p>Determines whether view should receive touch events.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "transform",
                    "deprecated": false,
                    "description": "<p>Transformation matrix to apply to the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Matrix2D",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "verticalMotionEffect",
                    "deprecated": false,
                    "description": "<p>Adds a vertical parallax effect to the view</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "MinMaxOptions",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowRadius",
                    "deprecated": false,
                    "description": "<p>Determines the blur radius used to create the shadow.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowColor",
                    "deprecated": false,
                    "description": "<p>Determines the color of the shadow.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowOffset",
                    "deprecated": false,
                    "description": "<p>Determines the offset for the shadow of the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "visible",
                    "deprecated": false,
                    "description": "<p>Determines whether the view is visible.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "width",
                    "deprecated": false,
                    "description": "<p>View's width, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.FILL",
                        "Titanium.UI.SIZE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "horizontalWrap",
                    "deprecated": false,
                    "description": "<p>Determines whether the layout has wrapping behavior.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "zIndex",
                    "deprecated": false,
                    "description": "<p>Z-index stack order position, relative to other sibling views.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backButtonTitle",
                    "deprecated": false,
                    "description": "<p>Title for the back button. This is only valid when the window is a child of a tab.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backButtonTitleImage",
                    "deprecated": false,
                    "description": "<p>The image to show as the back button. This is only valid when the window is a child of a tab.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "barColor",
                    "deprecated": false,
                    "description": "<p>Background color for the nav bar, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "barImage",
                    "deprecated": false,
                    "description": "<p>Background image for the nav bar, specified as a URL to a local image.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "extendEdges",
                    "deprecated": false,
                    "description": "<p>An array of supported values specified using the EXTEND_EDGE constants in <a href=\"Titanium.UI\">Titanium.UI</a>.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.EXTEND_EDGE_TOP",
                        "Titanium.UI.EXTEND_EDGE_BOTTOM",
                        "Titanium.UI.EXTEND_EDGE_LEFT",
                        "Titanium.UI.EXTEND_EDGE_RIGHT",
                        "Titanium.UI.EXTEND_EDGE_NONE",
                        "Titanium.UI.EXTEND_EDGE_ALL"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "includeOpaqueBars",
                    "deprecated": false,
                    "description": "<p>Specifies if the edges should extend beyond opaque bars (navigation bar, tab bar, toolbar).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "autoAdjustScrollViewInsets",
                    "deprecated": false,
                    "description": "<p>Specifies whether or not the view controller should automatically adjust its scroll view insets.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "extendSafeArea",
                    "deprecated": false,
                    "description": "<p>Specifies whether the screen insets/notches are allowed to overlap the window's content or not.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.3.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fullscreen",
                    "deprecated": false,
                    "description": "<p>Boolean value indicating if the window is fullscreen.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "homeIndicatorAutoHidden",
                    "deprecated": false,
                    "description": "<p>Boolean value indicating whether the system is allowed to hide the visual indicator for returning to the Home screen.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hideShadow",
                    "deprecated": false,
                    "description": "<p>Set this to true to hide the shadow image of the navigation bar.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hidesBarsOnSwipe",
                    "deprecated": false,
                    "description": "<p>Set this to true to hide the navigation bar on swipe.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hidesBarsOnTap",
                    "deprecated": false,
                    "description": "<p>Set this to true to hide the navigation bar on tap.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hidesBarsWhenKeyboardAppears",
                    "deprecated": false,
                    "description": "<p>Set this to true to hide the navigation bar when the keyboard appears.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hidesBackButton",
                    "deprecated": false,
                    "description": "<p>Set this to true to hide the back button of navigation bar.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.5.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.5.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "largeTitleEnabled",
                    "deprecated": false,
                    "description": "<p>A Boolean value indicating whether the title should be displayed in a large format.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.3.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hidesSearchBarWhenScrolling",
                    "deprecated": false,
                    "description": "<p>A Boolean value indicating whether the integrated search bar is hidden when scrolling any underlying content.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "largeTitleDisplayMode",
                    "deprecated": false,
                    "description": "<p>The mode to use when displaying the title of the navigation bar.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.iOS.LARGE_TITLE_DISPLAY_MODE_AUTOMATIC",
                        "Titanium.UI.iOS.LARGE_TITLE_DISPLAY_MODE_ALWAYS",
                        "Titanium.UI.iOS.LARGE_TITLE_DISPLAY_MODE_NEVER"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "leftNavButton",
                    "deprecated": false,
                    "description": "<p>View to show in the left nav bar area.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.View",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "leftNavButtons",
                    "deprecated": false,
                    "description": "<p>An Array of views to show in the left nav bar area.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "modal",
                    "deprecated": false,
                    "description": "<p>Indicates to open a modal window or not.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "navBarHidden",
                    "deprecated": false,
                    "description": "<p>Hides the navigation bar (<code>true</code>) or shows the navigation bar (<code>false</code>).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "navTintColor",
                    "deprecated": false,
                    "description": "<p>The tintColor to apply to the navigation bar.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "navigationWindow",
                    "deprecated": false,
                    "description": "<p>The <a href=\"Titanium.UI.NavigationWindow\">Titanium.UI.NavigationWindow</a> instance hosting this window.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "Titanium.UI.NavigationWindow",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "orientationModes",
                    "deprecated": false,
                    "description": "<p>Array of supported orientation modes, specified using the orientation\nconstants defined in <a href=\"Titanium.UI\">Titanium.UI</a>.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.LANDSCAPE_LEFT",
                        "Titanium.UI.LANDSCAPE_RIGHT",
                        "Titanium.UI.PORTRAIT",
                        "Titanium.UI.UPSIDE_PORTRAIT"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "orientation",
                    "deprecated": false,
                    "description": "<p>Current orientation of the window.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.LANDSCAPE_LEFT",
                        "Titanium.UI.LANDSCAPE_RIGHT",
                        "Titanium.UI.PORTRAIT",
                        "Titanium.UI.UPSIDE_PORTRAIT"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "rightNavButton",
                    "deprecated": false,
                    "description": "<p>View to show in the right nav bar area.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.View",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "rightNavButtons",
                    "deprecated": false,
                    "description": "<p>An Array of views to show in the right nav bar area.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "safeAreaPadding",
                    "deprecated": false,
                    "description": "<p>The padding needed to safely display content without it being overlapped by the screen insets and notches.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Padding",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "shadowImage",
                    "deprecated": false,
                    "description": "<p>Shadow image for the navigation bar, specified as a URL to a local image..</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "statusBarStyle",
                    "deprecated": false,
                    "description": "<p>The status bar style associated with this window.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.iOS.StatusBar.DEFAULT",
                        "Titanium.UI.iOS.StatusBar.GRAY",
                        "Titanium.UI.iOS.StatusBar.GREY",
                        "Titanium.UI.iOS.StatusBar.LIGHT_CONTENT"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "tabBarHidden",
                    "deprecated": false,
                    "description": "<p>Boolean value indicating if the tab bar should be hidden.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "title",
                    "deprecated": false,
                    "description": "<p>Title of the window.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "titleAttributes",
                    "deprecated": false,
                    "description": "<p>Title text attributes of the window.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "titleAttributesParams",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "titleControl",
                    "deprecated": false,
                    "description": "<p>View to show in the title area of the nav bar.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.View",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "titleImage",
                    "deprecated": false,
                    "description": "<p>Image to show in the title area of the nav bar, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "titlePrompt",
                    "deprecated": false,
                    "description": "<p>Title prompt for the window.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "titleid",
                    "deprecated": false,
                    "description": "<p>Key identifying a string from the locale file to use for the window title.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "titlepromptid",
                    "deprecated": false,
                    "description": "<p>Key identifying a string from the locale file to use for the window title prompt.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "toolbar",
                    "deprecated": false,
                    "description": "<p>Array of button objects to show in the window's toolbar.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "translucent",
                    "deprecated": false,
                    "description": "<p>Boolean value indicating if the nav bar is translucent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "url",
                    "deprecated": true,
                    "description": "<p>Loads a JavaScript file from a local URL. <strong>Removed in 6.0.0.</strong></p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "detailView",
                    "deprecated": false,
                    "description": "<p>Window for the detail view section of the SplitWindow.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "masterView",
                    "deprecated": false,
                    "description": "<p>Window for the master view section of the SplitWindow.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "showMasterInPortrait",
                    "deprecated": false,
                    "description": "<p>Determines whether to show the master view in portrait orientation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "masterIsOverlayed",
                    "deprecated": false,
                    "description": "<p>Determines whether to show the master view is overlayed in portrait orientation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "masterViewVisible",
                    "deprecated": false,
                    "description": "<p>Determines whether to show the master view or hide.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "portraitSplit",
                    "deprecated": false,
                    "description": "<p>Determines the width of the <code>masterView</code> in portrait mode.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "landscapeSplit",
                    "deprecated": false,
                    "description": "<p>Determines the width of the <code>masterView</code> in landscape mode.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>The <a href=\"Titanium.UI.iOS.SplitWindow.masterView\">masterView</a> and <a href=\"Titanium.UI.iOS.SplitWindow.detailView\">detailView</a>\nproperties are required before the SplitWindow is opened.</p>\n<p>You use this class to implement a master-detail interface, in which the left-side view presents\na list of items and the right-side presents details of the selected item. The <code>SplitWindow</code> is supported\nfor both iPhone and iPad idioms. Use the <a href=\"Titanium.UI.iOS.createSplitWindow\">Titanium.UI.iOS.createSplitWindow</a> method to create a <code>SplitWindow</code> object</p>\n<p>By default, <code>SplitWindow</code> shows both master and detail views in landscape orientation. When the\ndevice switches into portrait orientation, the master is only shown if <a href=\"Titanium.UI.iOS.SplitWindow.showMasterInPortrait\">showMasterInPortrait</a>\nis set to true.</p>\n<p>The property <a href=\"Titanium.UI.iOS.SplitWindow.masterIsOverlayed\">masterIsOverlayed</a> controls how the master is\ndisplayed in portrait mode. When <code>masterIsOverlayed</code> is set to true, the <code>detailView</code> occupies the full screen\nand and <code>masterView</code> is displayed overlayed on top to the left of the screen. When <code>masterIsOverlayed</code> is set\nto false, the available screen width is split between the <code>masterView</code> and <code>detailView</code>.</p>\n<p>The width of the <code>masterView</code> can be controlled by the <a href=\"Titanium.UI.iOS.SplitWindow.portraitSplit\">portraitSplit</a> and\n<a href=\"Titanium.UI.iOS.SplitWindow.landscapeSplit\">landscapeSplit</a> properties. These values are capped in the range 0.25 to 0.5.\nAny values outside this range are ignored.</p>\n<p>To add a navigation bar to either the master or detail view of the split window,\nuse a <a href=\"Titanium.UI.NavigationWindow\">Titanium.UI.NavigationWindow</a>.</p>\n<p>The SplitWindow is a top-level window and cannot be contained within another window or view.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "3.6.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "3.6.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.iOS.StatusBar",
            "description": "<p>A set of constants for the status bar style.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.StatusBar.bubbleParent\">Titanium.UI.iOS.StatusBar.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.StatusBar.bubbleParent\">Titanium.UI.iOS.StatusBar.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.StatusBar.bubbleParent\">Titanium.UI.iOS.StatusBar.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.StatusBar.bubbleParent\">Titanium.UI.iOS.StatusBar.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.StatusBar.apiName\">Titanium.UI.iOS.StatusBar.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.StatusBar.apiName\">Titanium.UI.iOS.StatusBar.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ANIMATION_STYLE_NONE",
                    "deprecated": false,
                    "description": "<p>No animation style, when the status bar is hidden or shown.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ANIMATION_STYLE_SLIDE",
                    "deprecated": false,
                    "description": "<p>Slide animation style, when the status bar is hidden or shown.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ANIMATION_STYLE_FADE",
                    "deprecated": false,
                    "description": "<p>Fade animation style, when the status bar is hidden or shown.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "DEFAULT",
                    "deprecated": false,
                    "description": "<p>Default status bar style.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "GRAY",
                    "deprecated": false,
                    "description": "<p>Gray-colored status bar style.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "GREY",
                    "deprecated": false,
                    "description": "<p>Gray-colored status bar style.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "LIGHT_CONTENT",
                    "deprecated": false,
                    "description": "<p>Status bar style to use with dark backgrounds.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "5.4.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "5.4.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.iOS.Stepper",
            "description": "<p>A widget used to increment and decrement a value.</p>",
            "deprecated": false,
            "events": [
                {
                    "name": "click",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a click against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "dblclick",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a double click against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchcancel",
                    "deprecated": false,
                    "description": "<p>Fired when a touch event is interrupted by the device.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchend",
                    "deprecated": false,
                    "description": "<p>Fired when a touch event is completed.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Penciland are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchmove",
                    "deprecated": false,
                    "description": "<p>Fired as soon as the device detects movement of a touch.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchstart",
                    "deprecated": false,
                    "description": "<p>Fired as soon as the device detects a touch gesture.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "change",
                    "deprecated": false,
                    "description": "<p>Fired every time the stepper value changes.</p>",
                    "properties": [
                        {
                            "name": "value",
                            "constants": [],
                            "description": "<p>The current value of the stepper.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "minimum",
                            "constants": [],
                            "description": "<p>The minimum value of the stepper.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximum",
                            "constants": [],
                            "description": "<p>The maximum value of the stepper.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                }
            ],
            "examples": [
                {
                    "title": "Simple Stepper Example",
                    "code": "<pre><code>var win = Ti.UI.createWindow({\nbackgroundColor: '#fff'\n});\nvar stepper = Ti.UI.iOS.createStepper({\ntintColor: &quot;green&quot;,\nsteps: 3,\nmaximum: 30,\nminimum: 0\n});\nstepper.addEventListener(&quot;change&quot;, function(e) {\nTi.API.info(e.value);\n});\nwin.add(stepper);\nwin.open();</code></pre>"
                },
                {
                    "title": "Alloy XML Markup",
                    "code": "<p>Previous example as an Alloy view.</p>\n<p>stepper.xml:</p>\n<pre><code>&lt;Alloy&gt;\n    &lt;Window id=&quot;window&quot;&gt;\n        &lt;Stepper id=&quot;stepper&quot; onClick=&quot;doClick&quot; tintColor=&quot;green&quot; steps=&quot;3&quot; /&gt;\n    &lt;/Window&gt;\n&lt;/Alloy&gt;\n</code></pre>\n<p>stepper.js:</p>\n<pre><code>function doClick(e) {\n    alert(e.value);\n}\n\n$.window.open();\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "animate",
                    "deprecated": false,
                    "description": "<p>Animates this view.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "animation",
                            "constants": [],
                            "description": "<p>Either a dictionary of animation properties or an\n<a href=\"Titanium.UI.Animation\">Animation</a> object.</p>",
                            "type": "Titanium.UI.Animation",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Function to be invoked upon completion of the animation.</p>",
                            "type": "Function",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "clearMotionEffects",
                    "deprecated": false,
                    "description": "<p>Removes all previously added motion effects.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "finishLayout",
                    "deprecated": true,
                    "description": "<p>Finishes a batch update of the View's layout properties and schedules a layout pass of the\nview tree.\n<strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hide",
                    "deprecated": false,
                    "description": "<p>Hides this view.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Animation options for Android only. <strong>Since SDK 5.1.0 and used only on Android 5.0+</strong></p>\n<p>Determines whether to enable a circular reveal animation.\nNote that the default here is equivalent to passing in <code>{ animated: false }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "insertAt",
                    "deprecated": false,
                    "description": "<p>Inserts a view at the specified position in the <a href=\"Titanium.UI.View.children\">children</a> array.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Pass an object that specifies the view to insert and optionally at which position (defaults to end)</p>",
                            "type": "ViewPositionOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "show",
                    "deprecated": false,
                    "description": "<p>Makes this view visible.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Animation options for Android only. <strong>Since SDK 5.1.0 and only used on Android 5.0+</strong></p>\n<p>Determines whether to enable a circular reveal animation.\nNote that the default here is equivalent to passing in <code>{ animated: false }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "startLayout",
                    "deprecated": true,
                    "description": "<p>Starts a batch update of this view's layout properties. <strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">Titanium.Proxy.applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "toImage",
                    "deprecated": false,
                    "description": "<p>Returns an image of the rendered view, as a Blob.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Function to be invoked upon completion. If non-null, this method will be performed\nasynchronously. If null, it will be performed immediately.</p>",
                            "type": "Function",
                            "usage": "optional"
                        },
                        {
                            "name": "honorScaleFactor",
                            "constants": [],
                            "description": "<p>Determines whether the image is scaled based on scale factor of main screen. (iOS only)</p>\n<p>When set to true, image is scale factor is honored. When set to false, the image in the\nblob has the same dimensions for retina and non-retina devices.</p>",
                            "type": "Boolean",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Blob",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "updateLayout",
                    "deprecated": true,
                    "description": "<p>Performs a batch update of all supplied layout properties and schedules a layout pass after\nthey have been updated.\n<strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">Titanium.Proxy.applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Layout properties to be updated.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "convertPointToView",
                    "deprecated": false,
                    "description": "<p>Translates a point from this view's coordinate system to another view's coordinate system.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "point",
                            "constants": [],
                            "description": "<p>A point in this view's coordinate system.</p>\n<p>If this argument is missing an <code>x</code> or <code>y</code> property, or the properties can not be\nconverted into numbers, an exception will be raised.</p>",
                            "type": "Point",
                            "usage": "required"
                        },
                        {
                            "name": "destinationView",
                            "constants": [],
                            "description": "<p>View that specifies the destination coordinate system to convert to. If this argument\nis not a view, an exception will be raised.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewById",
                    "deprecated": false,
                    "description": "<p>Returns the matching view of a given view ID.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "id",
                            "constants": [],
                            "description": "<p>The ID of the view that should be returned. Use the <code>id</code> property in your views to\nenable it for indexing in this method.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.View",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.Stepper.bubbleParent\">Titanium.UI.iOS.Stepper.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.Stepper.bubbleParent\">Titanium.UI.iOS.Stepper.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.Stepper.bubbleParent\">Titanium.UI.iOS.Stepper.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.Stepper.bubbleParent\">Titanium.UI.iOS.Stepper.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.Stepper.apiName\">Titanium.UI.iOS.Stepper.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.Stepper.apiName\">Titanium.UI.iOS.Stepper.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityHidden",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.Stepper.accessibilityHidden\">Titanium.UI.iOS.Stepper.accessibilityHidden</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.Stepper.accessibilityHidden\">Titanium.UI.iOS.Stepper.accessibilityHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityHidden",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.Stepper.accessibilityHidden\">Titanium.UI.iOS.Stepper.accessibilityHidden</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.Stepper.accessibilityHidden\">Titanium.UI.iOS.Stepper.accessibilityHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityHidden",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityHint",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.Stepper.accessibilityHint\">Titanium.UI.iOS.Stepper.accessibilityHint</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.Stepper.accessibilityHint\">Titanium.UI.iOS.Stepper.accessibilityHint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityHint",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.Stepper.accessibilityHint\">Titanium.UI.iOS.Stepper.accessibilityHint</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.Stepper.accessibilityHint\">Titanium.UI.iOS.Stepper.accessibilityHint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityHint",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityLabel",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.Stepper.accessibilityLabel\">Titanium.UI.iOS.Stepper.accessibilityLabel</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.Stepper.accessibilityLabel\">Titanium.UI.iOS.Stepper.accessibilityLabel</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityLabel",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.Stepper.accessibilityLabel\">Titanium.UI.iOS.Stepper.accessibilityLabel</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.Stepper.accessibilityLabel\">Titanium.UI.iOS.Stepper.accessibilityLabel</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityLabel",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityValue",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.Stepper.accessibilityValue\">Titanium.UI.iOS.Stepper.accessibilityValue</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.Stepper.accessibilityValue\">Titanium.UI.iOS.Stepper.accessibilityValue</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityValue",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.Stepper.accessibilityValue\">Titanium.UI.iOS.Stepper.accessibilityValue</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.Stepper.accessibilityValue\">Titanium.UI.iOS.Stepper.accessibilityValue</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityValue",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAnchorPoint",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.Stepper.anchorPoint\">Titanium.UI.iOS.Stepper.anchorPoint</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.Stepper.anchorPoint\">Titanium.UI.iOS.Stepper.anchorPoint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAnchorPoint",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.Stepper.anchorPoint\">Titanium.UI.iOS.Stepper.anchorPoint</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.Stepper.anchorPoint\">Titanium.UI.iOS.Stepper.anchorPoint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "anchorPoint",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAnimatedCenter",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.Stepper.animatedCenter\">Titanium.UI.iOS.Stepper.animatedCenter</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.Stepper.animatedCenter\">Titanium.UI.iOS.Stepper.animatedCenter</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.Stepper.backgroundColor\">Titanium.UI.iOS.Stepper.backgroundColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.Stepper.backgroundColor\">Titanium.UI.iOS.Stepper.backgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.Stepper.backgroundColor\">Titanium.UI.iOS.Stepper.backgroundColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.Stepper.backgroundColor\">Titanium.UI.iOS.Stepper.backgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundGradient",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.Stepper.backgroundGradient\">Titanium.UI.iOS.Stepper.backgroundGradient</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.Stepper.backgroundGradient\">Titanium.UI.iOS.Stepper.backgroundGradient</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Gradient",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundGradient",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.Stepper.backgroundGradient\">Titanium.UI.iOS.Stepper.backgroundGradient</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.Stepper.backgroundGradient\">Titanium.UI.iOS.Stepper.backgroundGradient</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundGradient",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Gradient",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.Stepper.backgroundImage\">Titanium.UI.iOS.Stepper.backgroundImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.Stepper.backgroundImage\">Titanium.UI.iOS.Stepper.backgroundImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.Stepper.backgroundImage\">Titanium.UI.iOS.Stepper.backgroundImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.Stepper.backgroundImage\">Titanium.UI.iOS.Stepper.backgroundImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundRepeat",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.Stepper.backgroundRepeat\">Titanium.UI.iOS.Stepper.backgroundRepeat</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.Stepper.backgroundRepeat\">Titanium.UI.iOS.Stepper.backgroundRepeat</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundRepeat",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.Stepper.backgroundRepeat\">Titanium.UI.iOS.Stepper.backgroundRepeat</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.Stepper.backgroundRepeat\">Titanium.UI.iOS.Stepper.backgroundRepeat</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundRepeat",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundLeftCap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.Stepper.backgroundLeftCap\">Titanium.UI.iOS.Stepper.backgroundLeftCap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.Stepper.backgroundLeftCap\">Titanium.UI.iOS.Stepper.backgroundLeftCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundLeftCap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.Stepper.backgroundLeftCap\">Titanium.UI.iOS.Stepper.backgroundLeftCap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.Stepper.backgroundLeftCap\">Titanium.UI.iOS.Stepper.backgroundLeftCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundLeftCap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundTopCap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.Stepper.backgroundTopCap\">Titanium.UI.iOS.Stepper.backgroundTopCap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.Stepper.backgroundTopCap\">Titanium.UI.iOS.Stepper.backgroundTopCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundTopCap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.Stepper.backgroundTopCap\">Titanium.UI.iOS.Stepper.backgroundTopCap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.Stepper.backgroundTopCap\">Titanium.UI.iOS.Stepper.backgroundTopCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundTopCap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.Stepper.borderColor\">Titanium.UI.iOS.Stepper.borderColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.Stepper.borderColor\">Titanium.UI.iOS.Stepper.borderColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.Stepper.borderColor\">Titanium.UI.iOS.Stepper.borderColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.Stepper.borderColor\">Titanium.UI.iOS.Stepper.borderColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderRadius",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.Stepper.borderRadius\">Titanium.UI.iOS.Stepper.borderRadius</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.Stepper.borderRadius\">Titanium.UI.iOS.Stepper.borderRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderRadius",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.Stepper.borderRadius\">Titanium.UI.iOS.Stepper.borderRadius</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.Stepper.borderRadius\">Titanium.UI.iOS.Stepper.borderRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderRadius",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderWidth",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.Stepper.borderWidth\">Titanium.UI.iOS.Stepper.borderWidth</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.Stepper.borderWidth\">Titanium.UI.iOS.Stepper.borderWidth</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderWidth",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.Stepper.borderWidth\">Titanium.UI.iOS.Stepper.borderWidth</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.Stepper.borderWidth\">Titanium.UI.iOS.Stepper.borderWidth</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderWidth",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBottom",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.Stepper.bottom\">Titanium.UI.iOS.Stepper.bottom</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.Stepper.bottom\">Titanium.UI.iOS.Stepper.bottom</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBottom",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.Stepper.bottom\">Titanium.UI.iOS.Stepper.bottom</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.Stepper.bottom\">Titanium.UI.iOS.Stepper.bottom</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bottom",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getCenter",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.Stepper.center\">Titanium.UI.iOS.Stepper.center</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.Stepper.center\">Titanium.UI.iOS.Stepper.center</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setCenter",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.Stepper.center\">Titanium.UI.iOS.Stepper.center</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.Stepper.center\">Titanium.UI.iOS.Stepper.center</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "center",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getClipMode",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.Stepper.clipMode\">Titanium.UI.iOS.Stepper.clipMode</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.Stepper.clipMode\">Titanium.UI.iOS.Stepper.clipMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setClipMode",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.Stepper.clipMode\">Titanium.UI.iOS.Stepper.clipMode</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.Stepper.clipMode\">Titanium.UI.iOS.Stepper.clipMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "clipMode",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHeight",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.Stepper.height\">Titanium.UI.iOS.Stepper.height</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.Stepper.height\">Titanium.UI.iOS.Stepper.height</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHeight",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.Stepper.height\">Titanium.UI.iOS.Stepper.height</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.Stepper.height\">Titanium.UI.iOS.Stepper.height</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "height",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHorizontalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.Stepper.horizontalMotionEffect\">Titanium.UI.iOS.Stepper.horizontalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.Stepper.horizontalMotionEffect\">Titanium.UI.iOS.Stepper.horizontalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "MinMaxOptions",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHorizontalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.Stepper.horizontalMotionEffect\">Titanium.UI.iOS.Stepper.horizontalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.Stepper.horizontalMotionEffect\">Titanium.UI.iOS.Stepper.horizontalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "horizontalMotionEffect",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "MinMaxOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLeft",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.Stepper.left\">Titanium.UI.iOS.Stepper.left</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.Stepper.left\">Titanium.UI.iOS.Stepper.left</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLeft",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.Stepper.left\">Titanium.UI.iOS.Stepper.left</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.Stepper.left\">Titanium.UI.iOS.Stepper.left</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "left",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLayout",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.Stepper.layout\">Titanium.UI.iOS.Stepper.layout</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.Stepper.layout\">Titanium.UI.iOS.Stepper.layout</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLayout",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.Stepper.layout\">Titanium.UI.iOS.Stepper.layout</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.Stepper.layout\">Titanium.UI.iOS.Stepper.layout</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "layout",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getOpacity",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.Stepper.opacity\">Titanium.UI.iOS.Stepper.opacity</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.Stepper.opacity\">Titanium.UI.iOS.Stepper.opacity</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setOpacity",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.Stepper.opacity\">Titanium.UI.iOS.Stepper.opacity</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.Stepper.opacity\">Titanium.UI.iOS.Stepper.opacity</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "opacity",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPullBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.Stepper.pullBackgroundColor\">Titanium.UI.iOS.Stepper.pullBackgroundColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.Stepper.pullBackgroundColor\">Titanium.UI.iOS.Stepper.pullBackgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setPullBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.Stepper.pullBackgroundColor\">Titanium.UI.iOS.Stepper.pullBackgroundColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.Stepper.pullBackgroundColor\">Titanium.UI.iOS.Stepper.pullBackgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "pullBackgroundColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPreviewContext",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.Stepper.previewContext\">Titanium.UI.iOS.Stepper.previewContext</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.Stepper.previewContext\">Titanium.UI.iOS.Stepper.previewContext</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.iOS.PreviewContext",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "setPreviewContext",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.Stepper.previewContext\">Titanium.UI.iOS.Stepper.previewContext</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.Stepper.previewContext\">Titanium.UI.iOS.Stepper.previewContext</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "previewContext",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.iOS.PreviewContext",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "getRight",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.Stepper.right\">Titanium.UI.iOS.Stepper.right</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.Stepper.right\">Titanium.UI.iOS.Stepper.right</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setRight",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.Stepper.right\">Titanium.UI.iOS.Stepper.right</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.Stepper.right\">Titanium.UI.iOS.Stepper.right</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "right",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.Stepper.rect\">Titanium.UI.iOS.Stepper.rect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.Stepper.rect\">Titanium.UI.iOS.Stepper.rect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "DimensionWithAbsolutes",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSize",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.Stepper.size\">Titanium.UI.iOS.Stepper.size</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.Stepper.size\">Titanium.UI.iOS.Stepper.size</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Dimension",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTintColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.Stepper.tintColor\">Titanium.UI.iOS.Stepper.tintColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.Stepper.tintColor\">Titanium.UI.iOS.Stepper.tintColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTintColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.Stepper.tintColor\">Titanium.UI.iOS.Stepper.tintColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.Stepper.tintColor\">Titanium.UI.iOS.Stepper.tintColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "tintColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTop",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.Stepper.top\">Titanium.UI.iOS.Stepper.top</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.Stepper.top\">Titanium.UI.iOS.Stepper.top</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTop",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.Stepper.top\">Titanium.UI.iOS.Stepper.top</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.Stepper.top\">Titanium.UI.iOS.Stepper.top</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "top",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTouchEnabled",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.Stepper.touchEnabled\">Titanium.UI.iOS.Stepper.touchEnabled</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.Stepper.touchEnabled\">Titanium.UI.iOS.Stepper.touchEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTouchEnabled",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.Stepper.touchEnabled\">Titanium.UI.iOS.Stepper.touchEnabled</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.Stepper.touchEnabled\">Titanium.UI.iOS.Stepper.touchEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchEnabled",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTransform",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.Stepper.transform\">Titanium.UI.iOS.Stepper.transform</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.Stepper.transform\">Titanium.UI.iOS.Stepper.transform</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Matrix2D",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTransform",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.Stepper.transform\">Titanium.UI.iOS.Stepper.transform</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.Stepper.transform\">Titanium.UI.iOS.Stepper.transform</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "transform",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Matrix2D",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getVerticalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.Stepper.verticalMotionEffect\">Titanium.UI.iOS.Stepper.verticalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.Stepper.verticalMotionEffect\">Titanium.UI.iOS.Stepper.verticalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "MinMaxOptions",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setVerticalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.Stepper.verticalMotionEffect\">Titanium.UI.iOS.Stepper.verticalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.Stepper.verticalMotionEffect\">Titanium.UI.iOS.Stepper.verticalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "verticalMotionEffect",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "MinMaxOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowRadius",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.Stepper.viewShadowRadius\">Titanium.UI.iOS.Stepper.viewShadowRadius</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.Stepper.viewShadowRadius\">Titanium.UI.iOS.Stepper.viewShadowRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowRadius",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.Stepper.viewShadowRadius\">Titanium.UI.iOS.Stepper.viewShadowRadius</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.Stepper.viewShadowRadius\">Titanium.UI.iOS.Stepper.viewShadowRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowRadius",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.Stepper.viewShadowColor\">Titanium.UI.iOS.Stepper.viewShadowColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.Stepper.viewShadowColor\">Titanium.UI.iOS.Stepper.viewShadowColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.Stepper.viewShadowColor\">Titanium.UI.iOS.Stepper.viewShadowColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.Stepper.viewShadowColor\">Titanium.UI.iOS.Stepper.viewShadowColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowOffset",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.Stepper.viewShadowOffset\">Titanium.UI.iOS.Stepper.viewShadowOffset</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.Stepper.viewShadowOffset\">Titanium.UI.iOS.Stepper.viewShadowOffset</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowOffset",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.Stepper.viewShadowOffset\">Titanium.UI.iOS.Stepper.viewShadowOffset</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.Stepper.viewShadowOffset\">Titanium.UI.iOS.Stepper.viewShadowOffset</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowOffset",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getVisible",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.Stepper.visible\">Titanium.UI.iOS.Stepper.visible</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.Stepper.visible\">Titanium.UI.iOS.Stepper.visible</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setVisible",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.Stepper.visible\">Titanium.UI.iOS.Stepper.visible</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.Stepper.visible\">Titanium.UI.iOS.Stepper.visible</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "visible",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getWidth",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.Stepper.width\">Titanium.UI.iOS.Stepper.width</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.Stepper.width\">Titanium.UI.iOS.Stepper.width</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setWidth",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.Stepper.width\">Titanium.UI.iOS.Stepper.width</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.Stepper.width\">Titanium.UI.iOS.Stepper.width</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "width",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHorizontalWrap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.Stepper.horizontalWrap\">Titanium.UI.iOS.Stepper.horizontalWrap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.Stepper.horizontalWrap\">Titanium.UI.iOS.Stepper.horizontalWrap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHorizontalWrap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.Stepper.horizontalWrap\">Titanium.UI.iOS.Stepper.horizontalWrap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.Stepper.horizontalWrap\">Titanium.UI.iOS.Stepper.horizontalWrap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "horizontalWrap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getZIndex",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.Stepper.zIndex\">Titanium.UI.iOS.Stepper.zIndex</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.Stepper.zIndex\">Titanium.UI.iOS.Stepper.zIndex</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setZIndex",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.Stepper.zIndex\">Titanium.UI.iOS.Stepper.zIndex</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.Stepper.zIndex\">Titanium.UI.iOS.Stepper.zIndex</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "zIndex",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getEnabled",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.Stepper.enabled\">Titanium.UI.iOS.Stepper.enabled</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.Stepper.enabled\">Titanium.UI.iOS.Stepper.enabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setEnabled",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.Stepper.enabled\">Titanium.UI.iOS.Stepper.enabled</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.Stepper.enabled\">Titanium.UI.iOS.Stepper.enabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "enabled",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getValue",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.Stepper.value\">Titanium.UI.iOS.Stepper.value</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.Stepper.value\">Titanium.UI.iOS.Stepper.value</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setValue",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.Stepper.value\">Titanium.UI.iOS.Stepper.value</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.Stepper.value\">Titanium.UI.iOS.Stepper.value</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "value",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getContinuous",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.Stepper.continuous\">Titanium.UI.iOS.Stepper.continuous</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.Stepper.continuous\">Titanium.UI.iOS.Stepper.continuous</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setContinuous",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.Stepper.continuous\">Titanium.UI.iOS.Stepper.continuous</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.Stepper.continuous\">Titanium.UI.iOS.Stepper.continuous</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "continuous",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAutorepeat",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.Stepper.autorepeat\">Titanium.UI.iOS.Stepper.autorepeat</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.Stepper.autorepeat\">Titanium.UI.iOS.Stepper.autorepeat</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAutorepeat",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.Stepper.autorepeat\">Titanium.UI.iOS.Stepper.autorepeat</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.Stepper.autorepeat\">Titanium.UI.iOS.Stepper.autorepeat</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "autorepeat",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getWraps",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.Stepper.wraps\">Titanium.UI.iOS.Stepper.wraps</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.Stepper.wraps\">Titanium.UI.iOS.Stepper.wraps</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setWraps",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.Stepper.wraps\">Titanium.UI.iOS.Stepper.wraps</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.Stepper.wraps\">Titanium.UI.iOS.Stepper.wraps</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "wraps",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getMinimum",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.Stepper.minimum\">Titanium.UI.iOS.Stepper.minimum</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.Stepper.minimum\">Titanium.UI.iOS.Stepper.minimum</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setMinimum",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.Stepper.minimum\">Titanium.UI.iOS.Stepper.minimum</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.Stepper.minimum\">Titanium.UI.iOS.Stepper.minimum</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "minimum",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getMaximum",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.Stepper.maximum\">Titanium.UI.iOS.Stepper.maximum</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.Stepper.maximum\">Titanium.UI.iOS.Stepper.maximum</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setMaximum",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.Stepper.maximum\">Titanium.UI.iOS.Stepper.maximum</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.Stepper.maximum\">Titanium.UI.iOS.Stepper.maximum</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "maximum",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSteps",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.Stepper.steps\">Titanium.UI.iOS.Stepper.steps</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.Stepper.steps\">Titanium.UI.iOS.Stepper.steps</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setSteps",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.Stepper.steps\">Titanium.UI.iOS.Stepper.steps</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.Stepper.steps\">Titanium.UI.iOS.Stepper.steps</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "steps",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getDecrementImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.Stepper.decrementImage\">Titanium.UI.iOS.Stepper.decrementImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.Stepper.decrementImage\">Titanium.UI.iOS.Stepper.decrementImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setDecrementImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.Stepper.decrementImage\">Titanium.UI.iOS.Stepper.decrementImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.Stepper.decrementImage\">Titanium.UI.iOS.Stepper.decrementImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "decrementImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getDecrementDisabledImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.Stepper.decrementDisabledImage\">Titanium.UI.iOS.Stepper.decrementDisabledImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.Stepper.decrementDisabledImage\">Titanium.UI.iOS.Stepper.decrementDisabledImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setDecrementDisabledImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.Stepper.decrementDisabledImage\">Titanium.UI.iOS.Stepper.decrementDisabledImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.Stepper.decrementDisabledImage\">Titanium.UI.iOS.Stepper.decrementDisabledImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "decrementDisabledImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getIncrementImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.Stepper.incrementImage\">Titanium.UI.iOS.Stepper.incrementImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.Stepper.incrementImage\">Titanium.UI.iOS.Stepper.incrementImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setIncrementImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.Stepper.incrementImage\">Titanium.UI.iOS.Stepper.incrementImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.Stepper.incrementImage\">Titanium.UI.iOS.Stepper.incrementImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "incrementImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getIncrementDisabledImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.Stepper.incrementDisabledImage\">Titanium.UI.iOS.Stepper.incrementDisabledImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.Stepper.incrementDisabledImage\">Titanium.UI.iOS.Stepper.incrementDisabledImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setIncrementDisabledImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.Stepper.incrementDisabledImage\">Titanium.UI.iOS.Stepper.incrementDisabledImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.Stepper.incrementDisabledImage\">Titanium.UI.iOS.Stepper.incrementDisabledImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "incrementDisabledImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.UI.View",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityHidden",
                    "deprecated": false,
                    "description": "<p>Whether the view should be &quot;hidden&quot; from (i.e., ignored by) the accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityHint",
                    "deprecated": false,
                    "description": "<p>Briefly describes what performing an action (such as a click) on the view will do.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityLabel",
                    "deprecated": false,
                    "description": "<p>A succint label identifying the view for the device's accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityValue",
                    "deprecated": false,
                    "description": "<p>A string describing the value (if any) of the view for the device's accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "anchorPoint",
                    "deprecated": false,
                    "description": "<p>Coordinate of the view about which to pivot an animation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "animatedCenter",
                    "deprecated": false,
                    "description": "<p>Current position of the view during an animation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundColor",
                    "deprecated": false,
                    "description": "<p>Background color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundGradient",
                    "deprecated": false,
                    "description": "<p>A background gradient for the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [
                        {
                            "title": "Linear and Radial Gradients",
                            "code": "<p>The following code excerpt creates two views, one with a linear gradient and one with\na radial gradient.</p>\n<pre><code>var win1 = Titanium.UI.createWindow({\n    title:'Tab 1',\n    backgroundColor:'#fff',\n    layout: 'vertical'\n});\n\nvar radialGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'radial',\n        startPoint: { x: 50, y: 50 },\n        endPoint: { x: 50, y: 50 },\n        colors: [ 'red', 'blue'],\n        startRadius: 50,\n        endRadius: 0,\n        backfillStart: true\n    }\n});\nvar linearGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'linear',\n        startPoint: { x: '0%', y: '50%' },\n        endPoint: { x: '100%', y: '50%' },\n        colors: [ { color: 'red', offset: 0.0}, { color: 'blue', offset: 0.25 }, { color: 'red', offset: 1.0 } ],\n    }\n});\nwin1.add(radialGradient);\nwin1.add(linearGradient);\nwin1.open();\n</code></pre>"
                        }
                    ],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Gradient",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundImage",
                    "deprecated": false,
                    "description": "<p>Background image for the stepper in its normal state, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundRepeat",
                    "deprecated": false,
                    "description": "<p>Determines whether to tile a background across a view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundLeftCap",
                    "deprecated": false,
                    "description": "<p>Size of the left end cap.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundTopCap",
                    "deprecated": false,
                    "description": "<p>Size of the top end cap.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderColor",
                    "deprecated": false,
                    "description": "<p>Border color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderRadius",
                    "deprecated": false,
                    "description": "<p>Radius for the rounded corners of the view's border.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderWidth",
                    "deprecated": false,
                    "description": "<p>Border width of the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "bottom",
                    "deprecated": false,
                    "description": "<p>View's bottom position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "center",
                    "deprecated": false,
                    "description": "<p>View's center position, in the parent view's coordinates.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "clipMode",
                    "deprecated": false,
                    "description": "<p>View's clipping behavior.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "height",
                    "deprecated": false,
                    "description": "<p>View height, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.FILL",
                        "Titanium.UI.SIZE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "horizontalMotionEffect",
                    "deprecated": false,
                    "description": "<p>Adds a horizontal parallax effect to the view</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "MinMaxOptions",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "id",
                    "deprecated": false,
                    "description": "<p>View's identifier.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "left",
                    "deprecated": false,
                    "description": "<p>View's left position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "layout",
                    "deprecated": false,
                    "description": "<p>Specifies how the view positions its children.\nOne of: 'composite', 'vertical', or 'horizontal'.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "opacity",
                    "deprecated": false,
                    "description": "<p>Opacity of this view, from 0.0 (transparent) to 1.0 (opaque). Defaults to 1.0 (opaque).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "pullBackgroundColor",
                    "deprecated": false,
                    "description": "<p>Background color of the wrapper view when this view is used as either <a href=\"Titanium.UI.ListView.pullView\">Titanium.UI.ListView.pullView</a> or <a href=\"Titanium.UI.TableView.headerPullView\">Titanium.UI.TableView.headerPullView</a>.</p>\n<p>Defaults to <code>undefined</code>. Results in a light grey background color on the wrapper view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "previewContext",
                    "deprecated": false,
                    "description": "<p>The preview context used in the 3D-Touch feature &quot;Peek and Pop&quot;.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Titanium.UI.iOS.PreviewContext",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "right",
                    "deprecated": false,
                    "description": "<p>View's right position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "rect",
                    "deprecated": false,
                    "description": "<p>The bounding box of the view relative to its parent, in system units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "DimensionWithAbsolutes",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "size",
                    "deprecated": false,
                    "description": "<p>The size of the view in system units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Dimension",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "tintColor",
                    "deprecated": false,
                    "description": "<p>Sets the color for the widget, any backgroundImages added will be set to the same color.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "top",
                    "deprecated": false,
                    "description": "<p>The view's top position.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "touchEnabled",
                    "deprecated": false,
                    "description": "<p>Determines whether view should receive touch events.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "transform",
                    "deprecated": false,
                    "description": "<p>Transformation matrix to apply to the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Titanium.UI.Matrix2D",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "verticalMotionEffect",
                    "deprecated": false,
                    "description": "<p>Adds a vertical parallax effect to the view</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "MinMaxOptions",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowRadius",
                    "deprecated": false,
                    "description": "<p>Determines the blur radius used to create the shadow.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowColor",
                    "deprecated": false,
                    "description": "<p>Determines the color of the shadow.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowOffset",
                    "deprecated": false,
                    "description": "<p>Determines the offset for the shadow of the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "visible",
                    "deprecated": false,
                    "description": "<p>Determines whether the view is visible.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "width",
                    "deprecated": false,
                    "description": "<p>View's width, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.FILL",
                        "Titanium.UI.SIZE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "horizontalWrap",
                    "deprecated": false,
                    "description": "<p>Determines whether the layout has wrapping behavior.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "zIndex",
                    "deprecated": false,
                    "description": "<p>Z-index stack order position, relative to other sibling views.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "enabled",
                    "deprecated": false,
                    "description": "<p>Determines if the stepper is enabled or disabled.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "value",
                    "deprecated": false,
                    "description": "<p>The current value of the stepper.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "continuous",
                    "deprecated": false,
                    "description": "<p>If YES, value change events are sent immediately when the value changes during user interaction.\nIf NO, a value change event is sent when user interaction ends.\nThe default value is YES.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "autorepeat",
                    "deprecated": false,
                    "description": "<p>If YES, the user pressing and holding on the stepper repeatedly alters value.\nThe default value is YES.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "wraps",
                    "deprecated": false,
                    "description": "<p>If YES, incrementing beyond <a href=\"Titanium.UI.iOS.Stepper.maximum\">Titanium.UI.iOS.Stepper.maximum</a> sets value to <a href=\"Titanium.UI.iOS.Stepper.minimum\">Titanium.UI.iOS.Stepper.minimum</a>. likewise, decrementing below\n<a href=\"Titanium.UI.iOS.Stepper.minimum\">Titanium.UI.iOS.Stepper.minimum</a> sets value to <a href=\"Titanium.UI.iOS.Stepper.maximum\">Titanium.UI.iOS.Stepper.maximum</a>. If NO, the stepper does not increment beyond <a href=\"Titanium.UI.iOS.Stepper.maximum\">Titanium.UI.iOS.Stepper.maximum</a> nor\ndoes it decrement below <a href=\"Titanium.UI.iOS.Stepper.minimum\">Titanium.UI.iOS.Stepper.minimum</a> but rather holds at those values.\nThe default value is NO.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "minimum",
                    "deprecated": false,
                    "description": "<p>The minimum value the stepper will be set to, the value must be smaller than the maximum value.\nIf you attempt to set a value equal to or greater than maximum, the system will default the\nvalue to 0.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "maximum",
                    "deprecated": false,
                    "description": "<p>The maximum value the stepper will be set to, the value must be greater than the minimum value.\nIf you attempt to set a value equal to or lower than minimum, the system will default the\nvalue to 100.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "steps",
                    "deprecated": false,
                    "description": "<p>The value the stepper will increment and decrement by, default value for this property is 1. When setting\na new value, it must be greater than 1.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "decrementImage",
                    "deprecated": false,
                    "description": "<p>Background image for the stepper decrement button in its normal state, specified as a local\nfile path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "decrementDisabledImage",
                    "deprecated": false,
                    "description": "<p>Background image for the stepper decrement button in its disabled state, specified as a local\nfile path or URL. The decrement button enters a disabled state ones the value is equal to the\nminimumValue , setting the enabled property to false will have no effect to decrement button state.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "incrementImage",
                    "deprecated": false,
                    "description": "<p>Background image for the stepper increment button in its normal state, specified as a local\nfile path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "incrementDisabledImage",
                    "deprecated": false,
                    "description": "<p>Background image for the stepper increment button in its disabled state, specified as a local\nfile path or URL.The increment button enters a disabled state ones the value is equal to the\nmaximumValue , setting the enabled property to false will have no effect to increment button state.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<table id=\"iOS Stepper\">\n  <tbody>\n    <tr>\n      <td><img src=\"images/stepper/stepper.png\" height=\"25\" /></td>\n      <td><img src=\"images/stepper/stepper_custom.png\" height=\"25\" /></td>\n    </tr>\n  </tbody>\n</table>\n<p>A Stepper displays its selected state while it is being pressed.\nYou can specify background images for each state on iOS.\nUse the <a href=\"Titanium.UI.iOS.createStepper\">Titanium.UI.iOS.createStepper</a> method or a <strong><code>&lt;Stepper&gt;</code></strong> Alloy element to create a stepper\n(see the &quot;Examples&quot; section details).</p>\n<ul>\n<li>\n<p>When assigning a custom image to the <code>backgroundImage</code> property, the image must be\npartially or wholly transparent for the background color or background gradient to be visible.</p>\n</li>\n<li>\n<p>Similarly, for an assigned background gradient to show through, the <code>backgroundColor</code> may need to be\nset to 'transparent'.</p>\n</li>\n<li>\n<p>Note that the stepper cannot be re-sized.</p>\n</li>\n</ul>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "5.4.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "5.4.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.iOS.SystemButton",
            "description": "<p>A set of constants for creating standard iOS system buttons.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.SystemButton.bubbleParent\">Titanium.UI.iOS.SystemButton.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.SystemButton.bubbleParent\">Titanium.UI.iOS.SystemButton.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.SystemButton.bubbleParent\">Titanium.UI.iOS.SystemButton.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.SystemButton.bubbleParent\">Titanium.UI.iOS.SystemButton.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.SystemButton.apiName\">Titanium.UI.iOS.SystemButton.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.SystemButton.apiName\">Titanium.UI.iOS.SystemButton.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ACTION",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.Button.systemButton\">Button.systemButton</a> to specify an <strong>Action</strong> button. <img src=\"images/systembutton/system_icons.png\"/></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ACTIVITY",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.Button.systemButton\">Button.systemButton</a> to create an activity indicator that\ncan be used in navigation bars and toolbars.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ADD",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.Button.systemButton\">Button.systemButton</a> to specify an <strong>Add</strong> button.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "BOOKMARKS",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.Button.systemButton\">Button.systemButton</a> to specify a <strong>Bookmarks</strong> button.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "CAMERA",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.Button.systemButton\">Button.systemButton</a> to specify a <strong>Camera</strong> button.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "CANCEL",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.Button.systemButton\">Button.systemButton</a> to specify a <strong>Cancel</strong> button.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "COMPOSE",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.Button.systemButton\">Button.systemButton</a> to specify a <strong>Compose</strong> button.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "CONTACT_ADD",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.Button.style\">Button.style</a> to specify a <strong>ContactAdd</strong> button.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "DISCLOSURE",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.Button.style\">Button.style</a> to specify a <strong>Disclosure</strong> button.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "DONE",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.Button.systemButton\">Button.systemButton</a> to specify a <strong>Done</strong> button.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "EDIT",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.Button.systemButton\">Button.systemButton</a> to specify an <strong>Edit</strong> button.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "FAST_FORWARD",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.Button.systemButton\">Button.systemButton</a> to specify a <strong>Fast Forward</strong> button.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "FIXED_SPACE",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.Button.systemButton\">Button.systemButton</a> to create a fixed-width blank space\nfor spacing items in toolbars.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "FLEXIBLE_SPACE",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.Button.systemButton\">Button.systemButton</a> to create a flexible blank space\nfor spacing items in toolbars.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "INFO_DARK",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.Button.style\">Button.style</a> to specify a dark-colored <strong>Info</strong> button.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "INFO_LIGHT",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.Button.style\">Button.style</a> to specify a light-colored <strong>Info</strong> button.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ORGANIZE",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.Button.systemButton\">Button.systemButton</a> to specify an <strong>Organize</strong> button.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "PAUSE",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.Button.systemButton\">Button.systemButton</a> to specify a <strong>Pause</strong> button.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "PLAY",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.Button.systemButton\">Button.systemButton</a> to specify a <strong>Play</strong> button.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "REFRESH",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.Button.systemButton\">Button.systemButton</a> to specify a <strong>Refresh</strong> button.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "REPLY",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.Button.systemButton\">Button.systemButton</a> to specify a <strong>Reply</strong> button.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "REWIND",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.Button.systemButton\">Button.systemButton</a> to specify a <strong>Rewind</strong> button.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "SAVE",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.Button.systemButton\">Button.systemButton</a> to specify a <strong>Save</strong> button.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "SPINNER",
                    "deprecated": false,
                    "description": "<p>Identical to <a href=\"Titanium.UI.iOS.SystemButton.ACTIVITY\">ACTIVITY</a>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "STOP",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.Button.systemButton\">Button.systemButton</a> to specify a <strong>Stop</strong> button.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "TRASH",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.Button.systemButton\">Button.systemButton</a> to specify a <strong>Trash</strong> button.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>Most of these constants are used with the\n<a href=\"Titanium.UI.Button.systemButton\">Button.systemButton</a> property to define a standard\niOS system buttons for use in navigation bars and toolbars.</p>\n<p>See <a href=\"Titanium.UI.Button\">Titanium.UI.Button</a> for more information on the <code>systemButton</code> property, including details\non where system buttons can be used. In an Alloy application you can omit the <code>Ti.UI.iOS.SystemButton</code>\nnamespace when assigning a value to the <code>&lt;Button&gt;</code> element's <code>systemButton</code> attribute,\nfor example:</p>\n<pre><code>&lt;Button systemButton=&quot;CAMERA&quot;/&gt;\n&lt;!-- Instead of --&gt;\n&lt;Button systemButton=&quot;Titanium.UI.iOS.SystemButton.CAMERA&quot;/&gt;\n</code></pre>\n<p>A few of these constants are used with <a href=\"Titanium.UI.Button.style\">Button.style</a> to\ncreate standard iOS buttons that can be used in other places, including table view rows.\nNote: Starting at Titanium SDK 5.0, all icons have are automatically sized in the native behavior and are not distorted any more. These standard button types are:</p>\n<ul>\n<li><a href=\"Titanium.UI.iOS.SystemButton.CONTACT_ADD\">CONTACT_ADD</a></li>\n<li><a href=\"Titanium.UI.iOS.SystemButton.DISCLOSURE\">DISCLOSURE</a></li>\n<li><a href=\"Titanium.UI.iOS.SystemButton.INFO_DARK\">INFO_DARK</a></li>\n<li><a href=\"Titanium.UI.iOS.SystemButton.INFO_LIGHT\">INFO_LIGHT</a></li>\n</ul>\n<p>See Apple's\n<a href=\"https://developer.apple.com/ios/human-interface-guidelines/overview/themes/\">iOS Human Interface Guidelines</a> in the iOS Developer Library for details on the proper usage of iOS standard buttons and icons.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "5.4.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "5.4.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.iOS.SystemButtonStyle",
            "description": "<p>A set of constants for the system button styles that can be used for the button <code>style</code> property.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.SystemButtonStyle.bubbleParent\">Titanium.UI.iOS.SystemButtonStyle.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.SystemButtonStyle.bubbleParent\">Titanium.UI.iOS.SystemButtonStyle.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.SystemButtonStyle.bubbleParent\">Titanium.UI.iOS.SystemButtonStyle.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.SystemButtonStyle.bubbleParent\">Titanium.UI.iOS.SystemButtonStyle.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.SystemButtonStyle.apiName\">Titanium.UI.iOS.SystemButtonStyle.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.SystemButtonStyle.apiName\">Titanium.UI.iOS.SystemButtonStyle.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "BORDERED",
                    "deprecated": false,
                    "description": "<p>A simple button style with a border.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "DONE",
                    "deprecated": false,
                    "description": "<p>The style for a <strong>Done</strong> button--for example, a button that completes some task and returns\nto the previous view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "PLAIN",
                    "deprecated": false,
                    "description": "<p>Specifies a borderless button, the default style for toolbars, button bars, and tabbed bars.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>These constants represent standard iOS system button styles that affect the\n<a href=\"Titanium.UI.Button\">Button</a>, <a href=\"Titanium.UI.ButtonBar\">ButtonBar</a>, and\n<a href=\"Titanium.UI.iOS.TabbedBar\">TabbedBar</a> UI elements.</p>\n<p>The different styles are used in different places. For normal buttons which are <strong>not</strong>\ncontained in a nav bar, toolbar, button bar or tabbed bar, the following styles apply:</p>\n<ul>\n<li><code>BORDERED</code>. Simple button style with a rounded border and a white background.\nThe default style for normal buttons.</li>\n<li><code>DONE</code>. Like the bordered button, but with a blue background. Button style for a button\nthat indicates completion, such as OK, Save, or Go.</li>\n<li><code>PLAIN</code> Button style for an undecorated button.</li>\n</ul>\n<p>Note that if you specify the <code>PLAIN</code> style, you must style the button using the other button\nproperties. For example, there is no indication that the button has been pressed unless you set\nother properties for the selected state, such as <code>backgroundSelectedImage</code> and <code>selectedColor</code>.</p>\n<p>When you add a button to a <a href=\"Titanium.UI.iOS.Toolbar\">Toolbar</a>, the styles have a slightly\ndifferent effect:</p>\n<ul>\n<li><code>PLAIN</code> Button style for an undecorated button with large text and a <em>glow</em> effect when the\nbutton is pressed. Default style for buttons in toolbars.</li>\n<li><code>BORDERED</code>. Simple button style with a rounded border and a light blue background.</li>\n<li><code>DONE</code>. Like the bordered button, but with a dark blue background.</li>\n</ul>\n<p>For <code>TabbedBar</code> and <code>ButtonBar</code> controls, styles have the following meaning:</p>\n<ul>\n<li><code>PLAIN</code>. Default style for <code>ButtonBar</code> and <code>TabbedBar</code>.</li>\n<li><code>BORDERED</code>. Creates a bar like the <code>PLAIN</code> bar, but with a heavier border.\ntranslucent buttons that allow the bar's background color to show through.</li>\n</ul>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "5.4.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "5.4.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.iOS.SystemIcon",
            "description": "<p>A set of constants for the system icon styles that can be used on a tab group tab.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.SystemIcon.bubbleParent\">Titanium.UI.iOS.SystemIcon.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.SystemIcon.bubbleParent\">Titanium.UI.iOS.SystemIcon.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.SystemIcon.bubbleParent\">Titanium.UI.iOS.SystemIcon.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.SystemIcon.bubbleParent\">Titanium.UI.iOS.SystemIcon.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.SystemIcon.apiName\">Titanium.UI.iOS.SystemIcon.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.SystemIcon.apiName\">Titanium.UI.iOS.SystemIcon.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "BOOKMARKS",
                    "deprecated": false,
                    "description": "<p>Bookmark style icon</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "CONTACTS",
                    "deprecated": false,
                    "description": "<p>Contacts style icon</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "DOWNLOADS",
                    "deprecated": false,
                    "description": "<p>Downloads style icon</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "FAVORITES",
                    "deprecated": false,
                    "description": "<p>Favorites style icon</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "FEATURED",
                    "deprecated": false,
                    "description": "<p>Featured style icon</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "HISTORY",
                    "deprecated": false,
                    "description": "<p>History style icon</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "MORE",
                    "deprecated": false,
                    "description": "<p>More style icon</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "MOST_RECENT",
                    "deprecated": false,
                    "description": "<p>Most recent style icon</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "MOST_VIEWED",
                    "deprecated": false,
                    "description": "<p>Most viewed style icon</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "RECENTS",
                    "deprecated": false,
                    "description": "<p>Recents style icon</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "SEARCH",
                    "deprecated": false,
                    "description": "<p>Search style icon</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "TOP_RATED",
                    "deprecated": false,
                    "description": "<p>Top rated style icon</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "5.4.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "5.4.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.iOS.TabbedBar",
            "description": "<p>A button bar that maintains a selected state. <strong>Deprecated since 8.0.0. Use <a href=\"Titanium.UI.TabbedBar\">Titanium.UI.TabbedBar</a> instead.</strong></p>",
            "deprecated": true,
            "events": [
                {
                    "name": "click",
                    "deprecated": false,
                    "description": "<p>Fired when a button is clicked.</p>",
                    "properties": [
                        {
                            "name": "index",
                            "constants": [],
                            "description": "<p>Index of the clicked button.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "keypressed",
                    "deprecated": false,
                    "description": "<p>Fired when a hardware key is pressed in the view.</p>",
                    "properties": [
                        {
                            "name": "keyCode",
                            "constants": [],
                            "description": "<p>The code for the physical key that was pressed. For more details, see <a href=\"https://developer.android.com/reference/android/view/KeyEvent.html\">KeyEvent</a>. This API is experimental and subject to change.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "longpress",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a long press.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "pinch",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a pinch gesture.</p>",
                    "properties": [
                        {
                            "name": "scale",
                            "constants": [],
                            "description": "<p>The scale factor relative to the points of the two touches in screen coordinates.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "velocity",
                            "constants": [],
                            "description": "<p>The velocity of the pinch in scale factor per second.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "time",
                            "constants": [],
                            "description": "<p>The event time of the current event being processed.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timeDelta",
                            "constants": [],
                            "description": "<p>The time difference in milliseconds between the previous accepted scaling event and the\ncurrent scaling event.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "currentSpan",
                            "constants": [],
                            "description": "<p>The average distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "currentSpanX",
                            "constants": [],
                            "description": "<p>The average X distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "currentSpanY",
                            "constants": [],
                            "description": "<p>The average Y distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "previousSpan",
                            "constants": [],
                            "description": "<p>The previous average distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "previousSpanX",
                            "constants": [],
                            "description": "<p>The previous average X distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "previousSpanY",
                            "constants": [],
                            "description": "<p>The previous average Y distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "focusX",
                            "constants": [],
                            "description": "<p>The X coordinate of the current gesture's focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "focusY",
                            "constants": [],
                            "description": "<p>The Y coordinate of the current gesture's focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "inProgress",
                            "constants": [],
                            "description": "<p>Returns <code>true</code> if a scale gesture is in progress, <code>false</code> otherwise.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "postlayout",
                    "deprecated": false,
                    "description": "<p>Fired when a layout cycle is finished.</p>"
                }
            ],
            "examples": [
                {
                    "title": "Simple Tabbed Bar with 3 items",
                    "code": "<p>Create a tabbed bar with 3 items.</p>\n<pre><code>var bb1 = Titanium.UI.iOS.createTabbedBar({\n\tlabels:['One', 'Two', 'Three'],\n\tbackgroundColor:'#336699',\n\ttop:50,\n\tstyle:Titanium.UI.iOS.SystemButtonStyle.PLAIN,\n\theight:25,\n\twidth:200\n});\nwin.add(bb1);\n</code></pre>"
                },
                {
                    "title": "Alloy XML Markup",
                    "code": "<p>Previous example as an Alloy view.</p>\n<pre><code>&lt;Alloy&gt;\n    &lt;Window id=&quot;win&quot;&gt;\n        &lt;TabbedBar id=&quot;bb1&quot; platform=&quot;ios&quot; backgroundColor=&quot;#369&quot; top=&quot;50&quot; height=&quot;25&quot; width=&quot;200&quot;&gt;\n\n            &lt;!-- The Labels tag sets the TabbedBar.labels property. --&gt;\n            &lt;Labels&gt;\n\n                &lt;!-- Specify text with node text or the title attribute. --&gt;\n                &lt;!-- Can also specify the enabled, image and width attributes. --&gt;\n\n                &lt;Label&gt;One&lt;/Label&gt;\n                &lt;Label&gt;Two&lt;/Label&gt;\n                &lt;Label&gt;Three&lt;/Label&gt;\n\n            &lt;/Labels&gt;\n\n            &lt;!-- Place additional views for the TabbedBar here. --&gt;\n\n        &lt;/TabbedBar&gt;\n    &lt;/Window&gt;\n&lt;/Alloy&gt;\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "animate",
                    "deprecated": false,
                    "description": "<p>Animates this view.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "animation",
                            "constants": [],
                            "description": "<p>Either a dictionary of animation properties or an\n<a href=\"Titanium.UI.Animation\">Animation</a> object.</p>",
                            "type": "Titanium.UI.Animation",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Function to be invoked upon completion of the animation.</p>",
                            "type": "Function",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "clearMotionEffects",
                    "deprecated": false,
                    "description": "<p>Removes all previously added motion effects.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "finishLayout",
                    "deprecated": true,
                    "description": "<p>Finishes a batch update of the View's layout properties and schedules a layout pass of the\nview tree.\n<strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hide",
                    "deprecated": false,
                    "description": "<p>Hides this view.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Animation options for Android only. <strong>Since SDK 5.1.0 and used only on Android 5.0+</strong></p>\n<p>Determines whether to enable a circular reveal animation.\nNote that the default here is equivalent to passing in <code>{ animated: false }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "insertAt",
                    "deprecated": false,
                    "description": "<p>Inserts a view at the specified position in the <a href=\"Titanium.UI.View.children\">children</a> array.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Pass an object that specifies the view to insert and optionally at which position (defaults to end)</p>",
                            "type": "ViewPositionOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "show",
                    "deprecated": false,
                    "description": "<p>Makes this view visible.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Animation options for Android only. <strong>Since SDK 5.1.0 and only used on Android 5.0+</strong></p>\n<p>Determines whether to enable a circular reveal animation.\nNote that the default here is equivalent to passing in <code>{ animated: false }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "startLayout",
                    "deprecated": true,
                    "description": "<p>Starts a batch update of this view's layout properties. <strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">Titanium.Proxy.applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "toImage",
                    "deprecated": false,
                    "description": "<p>Returns an image of the rendered view, as a Blob.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Function to be invoked upon completion. If non-null, this method will be performed\nasynchronously. If null, it will be performed immediately.</p>",
                            "type": "Function",
                            "usage": "optional"
                        },
                        {
                            "name": "honorScaleFactor",
                            "constants": [],
                            "description": "<p>Determines whether the image is scaled based on scale factor of main screen. (iOS only)</p>\n<p>When set to true, image is scale factor is honored. When set to false, the image in the\nblob has the same dimensions for retina and non-retina devices.</p>",
                            "type": "Boolean",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Blob",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "updateLayout",
                    "deprecated": true,
                    "description": "<p>Performs a batch update of all supplied layout properties and schedules a layout pass after\nthey have been updated.\n<strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">Titanium.Proxy.applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Layout properties to be updated.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "convertPointToView",
                    "deprecated": false,
                    "description": "<p>Translates a point from this view's coordinate system to another view's coordinate system.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "point",
                            "constants": [],
                            "description": "<p>A point in this view's coordinate system.</p>\n<p>If this argument is missing an <code>x</code> or <code>y</code> property, or the properties can not be\nconverted into numbers, an exception will be raised.</p>",
                            "type": "Point",
                            "usage": "required"
                        },
                        {
                            "name": "destinationView",
                            "constants": [],
                            "description": "<p>View that specifies the destination coordinate system to convert to. If this argument\nis not a view, an exception will be raised.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewById",
                    "deprecated": false,
                    "description": "<p>Returns the matching view of a given view ID.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "id",
                            "constants": [],
                            "description": "<p>The ID of the view that should be returned. Use the <code>id</code> property in your views to\nenable it for indexing in this method.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.View",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.TabbedBar.bubbleParent\">Titanium.UI.iOS.TabbedBar.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.TabbedBar.bubbleParent\">Titanium.UI.iOS.TabbedBar.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.TabbedBar.bubbleParent\">Titanium.UI.iOS.TabbedBar.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.TabbedBar.bubbleParent\">Titanium.UI.iOS.TabbedBar.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.TabbedBar.apiName\">Titanium.UI.iOS.TabbedBar.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.TabbedBar.apiName\">Titanium.UI.iOS.TabbedBar.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityHidden",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.TabbedBar.accessibilityHidden\">Titanium.UI.iOS.TabbedBar.accessibilityHidden</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.TabbedBar.accessibilityHidden\">Titanium.UI.iOS.TabbedBar.accessibilityHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityHidden",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.TabbedBar.accessibilityHidden\">Titanium.UI.iOS.TabbedBar.accessibilityHidden</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.TabbedBar.accessibilityHidden\">Titanium.UI.iOS.TabbedBar.accessibilityHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityHidden",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityHint",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.TabbedBar.accessibilityHint\">Titanium.UI.iOS.TabbedBar.accessibilityHint</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.TabbedBar.accessibilityHint\">Titanium.UI.iOS.TabbedBar.accessibilityHint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityHint",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.TabbedBar.accessibilityHint\">Titanium.UI.iOS.TabbedBar.accessibilityHint</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.TabbedBar.accessibilityHint\">Titanium.UI.iOS.TabbedBar.accessibilityHint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityHint",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityLabel",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.TabbedBar.accessibilityLabel\">Titanium.UI.iOS.TabbedBar.accessibilityLabel</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.TabbedBar.accessibilityLabel\">Titanium.UI.iOS.TabbedBar.accessibilityLabel</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityLabel",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.TabbedBar.accessibilityLabel\">Titanium.UI.iOS.TabbedBar.accessibilityLabel</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.TabbedBar.accessibilityLabel\">Titanium.UI.iOS.TabbedBar.accessibilityLabel</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityLabel",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityValue",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.TabbedBar.accessibilityValue\">Titanium.UI.iOS.TabbedBar.accessibilityValue</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.TabbedBar.accessibilityValue\">Titanium.UI.iOS.TabbedBar.accessibilityValue</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityValue",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.TabbedBar.accessibilityValue\">Titanium.UI.iOS.TabbedBar.accessibilityValue</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.TabbedBar.accessibilityValue\">Titanium.UI.iOS.TabbedBar.accessibilityValue</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityValue",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAnchorPoint",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.TabbedBar.anchorPoint\">Titanium.UI.iOS.TabbedBar.anchorPoint</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.TabbedBar.anchorPoint\">Titanium.UI.iOS.TabbedBar.anchorPoint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAnchorPoint",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.TabbedBar.anchorPoint\">Titanium.UI.iOS.TabbedBar.anchorPoint</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.TabbedBar.anchorPoint\">Titanium.UI.iOS.TabbedBar.anchorPoint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "anchorPoint",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAnimatedCenter",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.TabbedBar.animatedCenter\">Titanium.UI.iOS.TabbedBar.animatedCenter</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.TabbedBar.animatedCenter\">Titanium.UI.iOS.TabbedBar.animatedCenter</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.TabbedBar.backgroundColor\">Titanium.UI.iOS.TabbedBar.backgroundColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.TabbedBar.backgroundColor\">Titanium.UI.iOS.TabbedBar.backgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.TabbedBar.backgroundColor\">Titanium.UI.iOS.TabbedBar.backgroundColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.TabbedBar.backgroundColor\">Titanium.UI.iOS.TabbedBar.backgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundGradient",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.TabbedBar.backgroundGradient\">Titanium.UI.iOS.TabbedBar.backgroundGradient</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.TabbedBar.backgroundGradient\">Titanium.UI.iOS.TabbedBar.backgroundGradient</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Gradient",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundGradient",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.TabbedBar.backgroundGradient\">Titanium.UI.iOS.TabbedBar.backgroundGradient</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.TabbedBar.backgroundGradient\">Titanium.UI.iOS.TabbedBar.backgroundGradient</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundGradient",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Gradient",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.TabbedBar.backgroundImage\">Titanium.UI.iOS.TabbedBar.backgroundImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.TabbedBar.backgroundImage\">Titanium.UI.iOS.TabbedBar.backgroundImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.TabbedBar.backgroundImage\">Titanium.UI.iOS.TabbedBar.backgroundImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.TabbedBar.backgroundImage\">Titanium.UI.iOS.TabbedBar.backgroundImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundRepeat",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.TabbedBar.backgroundRepeat\">Titanium.UI.iOS.TabbedBar.backgroundRepeat</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.TabbedBar.backgroundRepeat\">Titanium.UI.iOS.TabbedBar.backgroundRepeat</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundRepeat",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.TabbedBar.backgroundRepeat\">Titanium.UI.iOS.TabbedBar.backgroundRepeat</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.TabbedBar.backgroundRepeat\">Titanium.UI.iOS.TabbedBar.backgroundRepeat</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundRepeat",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundLeftCap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.TabbedBar.backgroundLeftCap\">Titanium.UI.iOS.TabbedBar.backgroundLeftCap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.TabbedBar.backgroundLeftCap\">Titanium.UI.iOS.TabbedBar.backgroundLeftCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundLeftCap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.TabbedBar.backgroundLeftCap\">Titanium.UI.iOS.TabbedBar.backgroundLeftCap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.TabbedBar.backgroundLeftCap\">Titanium.UI.iOS.TabbedBar.backgroundLeftCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundLeftCap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundTopCap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.TabbedBar.backgroundTopCap\">Titanium.UI.iOS.TabbedBar.backgroundTopCap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.TabbedBar.backgroundTopCap\">Titanium.UI.iOS.TabbedBar.backgroundTopCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundTopCap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.TabbedBar.backgroundTopCap\">Titanium.UI.iOS.TabbedBar.backgroundTopCap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.TabbedBar.backgroundTopCap\">Titanium.UI.iOS.TabbedBar.backgroundTopCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundTopCap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.TabbedBar.borderColor\">Titanium.UI.iOS.TabbedBar.borderColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.TabbedBar.borderColor\">Titanium.UI.iOS.TabbedBar.borderColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.TabbedBar.borderColor\">Titanium.UI.iOS.TabbedBar.borderColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.TabbedBar.borderColor\">Titanium.UI.iOS.TabbedBar.borderColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderRadius",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.TabbedBar.borderRadius\">Titanium.UI.iOS.TabbedBar.borderRadius</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.TabbedBar.borderRadius\">Titanium.UI.iOS.TabbedBar.borderRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderRadius",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.TabbedBar.borderRadius\">Titanium.UI.iOS.TabbedBar.borderRadius</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.TabbedBar.borderRadius\">Titanium.UI.iOS.TabbedBar.borderRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderRadius",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderWidth",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.TabbedBar.borderWidth\">Titanium.UI.iOS.TabbedBar.borderWidth</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.TabbedBar.borderWidth\">Titanium.UI.iOS.TabbedBar.borderWidth</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderWidth",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.TabbedBar.borderWidth\">Titanium.UI.iOS.TabbedBar.borderWidth</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.TabbedBar.borderWidth\">Titanium.UI.iOS.TabbedBar.borderWidth</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderWidth",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBottom",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.TabbedBar.bottom\">Titanium.UI.iOS.TabbedBar.bottom</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.TabbedBar.bottom\">Titanium.UI.iOS.TabbedBar.bottom</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBottom",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.TabbedBar.bottom\">Titanium.UI.iOS.TabbedBar.bottom</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.TabbedBar.bottom\">Titanium.UI.iOS.TabbedBar.bottom</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bottom",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getCenter",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.TabbedBar.center\">Titanium.UI.iOS.TabbedBar.center</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.TabbedBar.center\">Titanium.UI.iOS.TabbedBar.center</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setCenter",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.TabbedBar.center\">Titanium.UI.iOS.TabbedBar.center</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.TabbedBar.center\">Titanium.UI.iOS.TabbedBar.center</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "center",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getClipMode",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.TabbedBar.clipMode\">Titanium.UI.iOS.TabbedBar.clipMode</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.TabbedBar.clipMode\">Titanium.UI.iOS.TabbedBar.clipMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setClipMode",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.TabbedBar.clipMode\">Titanium.UI.iOS.TabbedBar.clipMode</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.TabbedBar.clipMode\">Titanium.UI.iOS.TabbedBar.clipMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "clipMode",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHeight",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.TabbedBar.height\">Titanium.UI.iOS.TabbedBar.height</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.TabbedBar.height\">Titanium.UI.iOS.TabbedBar.height</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHeight",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.TabbedBar.height\">Titanium.UI.iOS.TabbedBar.height</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.TabbedBar.height\">Titanium.UI.iOS.TabbedBar.height</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "height",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHorizontalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.TabbedBar.horizontalMotionEffect\">Titanium.UI.iOS.TabbedBar.horizontalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.TabbedBar.horizontalMotionEffect\">Titanium.UI.iOS.TabbedBar.horizontalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "MinMaxOptions",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHorizontalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.TabbedBar.horizontalMotionEffect\">Titanium.UI.iOS.TabbedBar.horizontalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.TabbedBar.horizontalMotionEffect\">Titanium.UI.iOS.TabbedBar.horizontalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "horizontalMotionEffect",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "MinMaxOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLeft",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.TabbedBar.left\">Titanium.UI.iOS.TabbedBar.left</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.TabbedBar.left\">Titanium.UI.iOS.TabbedBar.left</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLeft",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.TabbedBar.left\">Titanium.UI.iOS.TabbedBar.left</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.TabbedBar.left\">Titanium.UI.iOS.TabbedBar.left</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "left",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLayout",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.TabbedBar.layout\">Titanium.UI.iOS.TabbedBar.layout</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.TabbedBar.layout\">Titanium.UI.iOS.TabbedBar.layout</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLayout",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.TabbedBar.layout\">Titanium.UI.iOS.TabbedBar.layout</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.TabbedBar.layout\">Titanium.UI.iOS.TabbedBar.layout</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "layout",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getOpacity",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.TabbedBar.opacity\">Titanium.UI.iOS.TabbedBar.opacity</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.TabbedBar.opacity\">Titanium.UI.iOS.TabbedBar.opacity</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setOpacity",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.TabbedBar.opacity\">Titanium.UI.iOS.TabbedBar.opacity</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.TabbedBar.opacity\">Titanium.UI.iOS.TabbedBar.opacity</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "opacity",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPullBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.TabbedBar.pullBackgroundColor\">Titanium.UI.iOS.TabbedBar.pullBackgroundColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.TabbedBar.pullBackgroundColor\">Titanium.UI.iOS.TabbedBar.pullBackgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setPullBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.TabbedBar.pullBackgroundColor\">Titanium.UI.iOS.TabbedBar.pullBackgroundColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.TabbedBar.pullBackgroundColor\">Titanium.UI.iOS.TabbedBar.pullBackgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "pullBackgroundColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPreviewContext",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.TabbedBar.previewContext\">Titanium.UI.iOS.TabbedBar.previewContext</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.TabbedBar.previewContext\">Titanium.UI.iOS.TabbedBar.previewContext</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.iOS.PreviewContext",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "setPreviewContext",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.TabbedBar.previewContext\">Titanium.UI.iOS.TabbedBar.previewContext</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.TabbedBar.previewContext\">Titanium.UI.iOS.TabbedBar.previewContext</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "previewContext",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.iOS.PreviewContext",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "getRight",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.TabbedBar.right\">Titanium.UI.iOS.TabbedBar.right</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.TabbedBar.right\">Titanium.UI.iOS.TabbedBar.right</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setRight",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.TabbedBar.right\">Titanium.UI.iOS.TabbedBar.right</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.TabbedBar.right\">Titanium.UI.iOS.TabbedBar.right</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "right",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.TabbedBar.rect\">Titanium.UI.iOS.TabbedBar.rect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.TabbedBar.rect\">Titanium.UI.iOS.TabbedBar.rect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "DimensionWithAbsolutes",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSize",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.TabbedBar.size\">Titanium.UI.iOS.TabbedBar.size</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.TabbedBar.size\">Titanium.UI.iOS.TabbedBar.size</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Dimension",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTintColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.TabbedBar.tintColor\">Titanium.UI.iOS.TabbedBar.tintColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.TabbedBar.tintColor\">Titanium.UI.iOS.TabbedBar.tintColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTintColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.TabbedBar.tintColor\">Titanium.UI.iOS.TabbedBar.tintColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.TabbedBar.tintColor\">Titanium.UI.iOS.TabbedBar.tintColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "tintColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTop",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.TabbedBar.top\">Titanium.UI.iOS.TabbedBar.top</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.TabbedBar.top\">Titanium.UI.iOS.TabbedBar.top</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTop",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.TabbedBar.top\">Titanium.UI.iOS.TabbedBar.top</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.TabbedBar.top\">Titanium.UI.iOS.TabbedBar.top</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "top",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTouchEnabled",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.TabbedBar.touchEnabled\">Titanium.UI.iOS.TabbedBar.touchEnabled</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.TabbedBar.touchEnabled\">Titanium.UI.iOS.TabbedBar.touchEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTouchEnabled",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.TabbedBar.touchEnabled\">Titanium.UI.iOS.TabbedBar.touchEnabled</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.TabbedBar.touchEnabled\">Titanium.UI.iOS.TabbedBar.touchEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchEnabled",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTransform",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.TabbedBar.transform\">Titanium.UI.iOS.TabbedBar.transform</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.TabbedBar.transform\">Titanium.UI.iOS.TabbedBar.transform</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Matrix2D",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTransform",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.TabbedBar.transform\">Titanium.UI.iOS.TabbedBar.transform</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.TabbedBar.transform\">Titanium.UI.iOS.TabbedBar.transform</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "transform",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Matrix2D",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getVerticalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.TabbedBar.verticalMotionEffect\">Titanium.UI.iOS.TabbedBar.verticalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.TabbedBar.verticalMotionEffect\">Titanium.UI.iOS.TabbedBar.verticalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "MinMaxOptions",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setVerticalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.TabbedBar.verticalMotionEffect\">Titanium.UI.iOS.TabbedBar.verticalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.TabbedBar.verticalMotionEffect\">Titanium.UI.iOS.TabbedBar.verticalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "verticalMotionEffect",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "MinMaxOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowRadius",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.TabbedBar.viewShadowRadius\">Titanium.UI.iOS.TabbedBar.viewShadowRadius</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.TabbedBar.viewShadowRadius\">Titanium.UI.iOS.TabbedBar.viewShadowRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowRadius",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.TabbedBar.viewShadowRadius\">Titanium.UI.iOS.TabbedBar.viewShadowRadius</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.TabbedBar.viewShadowRadius\">Titanium.UI.iOS.TabbedBar.viewShadowRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowRadius",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.TabbedBar.viewShadowColor\">Titanium.UI.iOS.TabbedBar.viewShadowColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.TabbedBar.viewShadowColor\">Titanium.UI.iOS.TabbedBar.viewShadowColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.TabbedBar.viewShadowColor\">Titanium.UI.iOS.TabbedBar.viewShadowColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.TabbedBar.viewShadowColor\">Titanium.UI.iOS.TabbedBar.viewShadowColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowOffset",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.TabbedBar.viewShadowOffset\">Titanium.UI.iOS.TabbedBar.viewShadowOffset</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.TabbedBar.viewShadowOffset\">Titanium.UI.iOS.TabbedBar.viewShadowOffset</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowOffset",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.TabbedBar.viewShadowOffset\">Titanium.UI.iOS.TabbedBar.viewShadowOffset</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.TabbedBar.viewShadowOffset\">Titanium.UI.iOS.TabbedBar.viewShadowOffset</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowOffset",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getVisible",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.TabbedBar.visible\">Titanium.UI.iOS.TabbedBar.visible</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.TabbedBar.visible\">Titanium.UI.iOS.TabbedBar.visible</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setVisible",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.TabbedBar.visible\">Titanium.UI.iOS.TabbedBar.visible</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.TabbedBar.visible\">Titanium.UI.iOS.TabbedBar.visible</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "visible",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getWidth",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.TabbedBar.width\">Titanium.UI.iOS.TabbedBar.width</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.TabbedBar.width\">Titanium.UI.iOS.TabbedBar.width</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setWidth",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.TabbedBar.width\">Titanium.UI.iOS.TabbedBar.width</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.TabbedBar.width\">Titanium.UI.iOS.TabbedBar.width</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "width",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHorizontalWrap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.TabbedBar.horizontalWrap\">Titanium.UI.iOS.TabbedBar.horizontalWrap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.TabbedBar.horizontalWrap\">Titanium.UI.iOS.TabbedBar.horizontalWrap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHorizontalWrap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.TabbedBar.horizontalWrap\">Titanium.UI.iOS.TabbedBar.horizontalWrap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.TabbedBar.horizontalWrap\">Titanium.UI.iOS.TabbedBar.horizontalWrap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "horizontalWrap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getZIndex",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.TabbedBar.zIndex\">Titanium.UI.iOS.TabbedBar.zIndex</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.TabbedBar.zIndex\">Titanium.UI.iOS.TabbedBar.zIndex</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setZIndex",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.TabbedBar.zIndex\">Titanium.UI.iOS.TabbedBar.zIndex</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.TabbedBar.zIndex\">Titanium.UI.iOS.TabbedBar.zIndex</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "zIndex",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getIndex",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.TabbedBar.index\">Titanium.UI.iOS.TabbedBar.index</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.TabbedBar.index\">Titanium.UI.iOS.TabbedBar.index</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setIndex",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.TabbedBar.index\">Titanium.UI.iOS.TabbedBar.index</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.TabbedBar.index\">Titanium.UI.iOS.TabbedBar.index</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "index",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLabels",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.TabbedBar.labels\">Titanium.UI.iOS.TabbedBar.labels</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.TabbedBar.labels\">Titanium.UI.iOS.TabbedBar.labels</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLabels",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.TabbedBar.labels\">Titanium.UI.iOS.TabbedBar.labels</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.TabbedBar.labels\">Titanium.UI.iOS.TabbedBar.labels</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "labels",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getStyle",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.TabbedBar.style\">Titanium.UI.iOS.TabbedBar.style</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.TabbedBar.style\">Titanium.UI.iOS.TabbedBar.style</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setStyle",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.TabbedBar.style\">Titanium.UI.iOS.TabbedBar.style</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.TabbedBar.style\">Titanium.UI.iOS.TabbedBar.style</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "style",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.UI.View",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityHidden",
                    "deprecated": false,
                    "description": "<p>Whether the view should be &quot;hidden&quot; from (i.e., ignored by) the accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityHint",
                    "deprecated": false,
                    "description": "<p>Briefly describes what performing an action (such as a click) on the view will do.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityLabel",
                    "deprecated": false,
                    "description": "<p>A succint label identifying the view for the device's accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityValue",
                    "deprecated": false,
                    "description": "<p>A string describing the value (if any) of the view for the device's accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "anchorPoint",
                    "deprecated": false,
                    "description": "<p>Coordinate of the view about which to pivot an animation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "animatedCenter",
                    "deprecated": false,
                    "description": "<p>Current position of the view during an animation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundColor",
                    "deprecated": false,
                    "description": "<p>Background color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundGradient",
                    "deprecated": false,
                    "description": "<p>A background gradient for the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [
                        {
                            "title": "Linear and Radial Gradients",
                            "code": "<p>The following code excerpt creates two views, one with a linear gradient and one with\na radial gradient.</p>\n<pre><code>var win1 = Titanium.UI.createWindow({\n    title:'Tab 1',\n    backgroundColor:'#fff',\n    layout: 'vertical'\n});\n\nvar radialGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'radial',\n        startPoint: { x: 50, y: 50 },\n        endPoint: { x: 50, y: 50 },\n        colors: [ 'red', 'blue'],\n        startRadius: 50,\n        endRadius: 0,\n        backfillStart: true\n    }\n});\nvar linearGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'linear',\n        startPoint: { x: '0%', y: '50%' },\n        endPoint: { x: '100%', y: '50%' },\n        colors: [ { color: 'red', offset: 0.0}, { color: 'blue', offset: 0.25 }, { color: 'red', offset: 1.0 } ],\n    }\n});\nwin1.add(radialGradient);\nwin1.add(linearGradient);\nwin1.open();\n</code></pre>"
                        }
                    ],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Gradient",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundImage",
                    "deprecated": false,
                    "description": "<p>Background image for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundRepeat",
                    "deprecated": false,
                    "description": "<p>Determines whether to tile a background across a view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundLeftCap",
                    "deprecated": false,
                    "description": "<p>Size of the left end cap.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundTopCap",
                    "deprecated": false,
                    "description": "<p>Size of the top end cap.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderColor",
                    "deprecated": false,
                    "description": "<p>Border color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderRadius",
                    "deprecated": false,
                    "description": "<p>Radius for the rounded corners of the view's border.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderWidth",
                    "deprecated": false,
                    "description": "<p>Border width of the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "bottom",
                    "deprecated": false,
                    "description": "<p>View's bottom position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "center",
                    "deprecated": false,
                    "description": "<p>View's center position, in the parent view's coordinates.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "clipMode",
                    "deprecated": false,
                    "description": "<p>View's clipping behavior.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "height",
                    "deprecated": false,
                    "description": "<p>View height, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.FILL",
                        "Titanium.UI.SIZE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "horizontalMotionEffect",
                    "deprecated": false,
                    "description": "<p>Adds a horizontal parallax effect to the view</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "MinMaxOptions",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "id",
                    "deprecated": false,
                    "description": "<p>View's identifier.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "left",
                    "deprecated": false,
                    "description": "<p>View's left position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "layout",
                    "deprecated": false,
                    "description": "<p>Specifies how the view positions its children.\nOne of: 'composite', 'vertical', or 'horizontal'.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "opacity",
                    "deprecated": false,
                    "description": "<p>Opacity of this view, from 0.0 (transparent) to 1.0 (opaque). Defaults to 1.0 (opaque).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "pullBackgroundColor",
                    "deprecated": false,
                    "description": "<p>Background color of the wrapper view when this view is used as either <a href=\"Titanium.UI.ListView.pullView\">Titanium.UI.ListView.pullView</a> or <a href=\"Titanium.UI.TableView.headerPullView\">Titanium.UI.TableView.headerPullView</a>.</p>\n<p>Defaults to <code>undefined</code>. Results in a light grey background color on the wrapper view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "previewContext",
                    "deprecated": false,
                    "description": "<p>The preview context used in the 3D-Touch feature &quot;Peek and Pop&quot;.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Titanium.UI.iOS.PreviewContext",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "right",
                    "deprecated": false,
                    "description": "<p>View's right position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "rect",
                    "deprecated": false,
                    "description": "<p>The bounding box of the view relative to its parent, in system units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "type": "DimensionWithAbsolutes",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "size",
                    "deprecated": false,
                    "description": "<p>The size of the view in system units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Dimension",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "tintColor",
                    "deprecated": false,
                    "description": "<p>The view's tintColor</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "top",
                    "deprecated": false,
                    "description": "<p>The view's top position.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "touchEnabled",
                    "deprecated": false,
                    "description": "<p>Determines whether view should receive touch events.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "transform",
                    "deprecated": false,
                    "description": "<p>Transformation matrix to apply to the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Titanium.UI.Matrix2D",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "verticalMotionEffect",
                    "deprecated": false,
                    "description": "<p>Adds a vertical parallax effect to the view</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "MinMaxOptions",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowRadius",
                    "deprecated": false,
                    "description": "<p>Determines the blur radius used to create the shadow.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowColor",
                    "deprecated": false,
                    "description": "<p>Determines the color of the shadow.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowOffset",
                    "deprecated": false,
                    "description": "<p>Determines the offset for the shadow of the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "visible",
                    "deprecated": false,
                    "description": "<p>Determines whether the view is visible.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "width",
                    "deprecated": false,
                    "description": "<p>View's width, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.FILL",
                        "Titanium.UI.SIZE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "horizontalWrap",
                    "deprecated": false,
                    "description": "<p>Determines whether the layout has wrapping behavior.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "zIndex",
                    "deprecated": false,
                    "description": "<p>Z-index stack order position, relative to other sibling views.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "index",
                    "deprecated": false,
                    "description": "<p>Index of the currently selected button.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "labels",
                    "deprecated": false,
                    "description": "<p>Array of labels for the tabbed bar.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "style",
                    "deprecated": false,
                    "description": "<p>Style of the tabbed bar.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.iOS.SystemButtonStyle.BORDERED",
                        "Titanium.UI.iOS.SystemButtonStyle.DONE",
                        "Titanium.UI.iOS.SystemButtonStyle.PLAIN"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>A <code>TabbedBar</code> is a <code>ButtonBar</code> that maintains its state (visually distinguished as a pressed or\nselected look). See <a href=\"Titanium.UI.ButtonBar\">ButtonBar</a> for information on styling both tabbed bars and buttons bars.</p>\n<p>You create a <code>TabbedBar</code> with the <a href=\"Titanium.UI.iOS.createTabbedBar\">Titanium.UI.iOS.createTabbedBar</a> factory method, or <strong><code>&lt;TabbedBar&gt;</code></strong> Alloy element.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "BarItemType",
            "description": "<p>Object describing a button bar or tabbed bar item.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "title",
                    "deprecated": false,
                    "description": "<p>Button title, used if no <code>image</code> is specified.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "image",
                    "deprecated": false,
                    "description": "<p>Button icon. If specified, takes precedence over <code>title</code>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "width",
                    "deprecated": false,
                    "description": "<p>Width for this button.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "enabled",
                    "deprecated": false,
                    "description": "<p>Whether the button is enabled initially.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityLabel",
                    "deprecated": false,
                    "description": "<p>A succint label associated with the bar item for the device's accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>A button bar or tabbed bar item can have an image or a title, but not both.\nButtons with images and buttons with text can be mixed in the same bar, however.</p>\n<p>If both <code>image</code> and <code>title</code> properties are specified for a given item, the <code>image</code> property\ntakes precedence and the <code>title</code> property is ignored.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.iOS.TableViewCellSelectionStyle",
            "description": "<p>A set of constants for the style that can be used for the <code>selectionStyle</code> property of\n<a href=\"Titanium.UI.TableViewRow\">Titanium.UI.TableViewRow</a>.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.TableViewCellSelectionStyle.bubbleParent\">Titanium.UI.iOS.TableViewCellSelectionStyle.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.TableViewCellSelectionStyle.bubbleParent\">Titanium.UI.iOS.TableViewCellSelectionStyle.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.TableViewCellSelectionStyle.bubbleParent\">Titanium.UI.iOS.TableViewCellSelectionStyle.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.TableViewCellSelectionStyle.bubbleParent\">Titanium.UI.iOS.TableViewCellSelectionStyle.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.TableViewCellSelectionStyle.apiName\">Titanium.UI.iOS.TableViewCellSelectionStyle.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.TableViewCellSelectionStyle.apiName\">Titanium.UI.iOS.TableViewCellSelectionStyle.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "BLUE",
                    "deprecated": false,
                    "description": "<p>The cell when selected has a blue background. This is the default value.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "GRAY",
                    "deprecated": false,
                    "description": "<p>Then cell when selected has a gray background.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "NONE",
                    "deprecated": false,
                    "description": "<p>The cell has no distinct style for when it is selected.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "5.4.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "5.4.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.iOS.TableViewScrollPosition",
            "description": "<p>A set of constants for the position value that can be used for the <code>position</code> property of\n<a href=\"Titanium.UI.TableView\">Titanium.UI.TableView</a> when invoking <code>scrollToIndex</code>.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.TableViewScrollPosition.bubbleParent\">Titanium.UI.iOS.TableViewScrollPosition.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.TableViewScrollPosition.bubbleParent\">Titanium.UI.iOS.TableViewScrollPosition.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.TableViewScrollPosition.bubbleParent\">Titanium.UI.iOS.TableViewScrollPosition.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.TableViewScrollPosition.bubbleParent\">Titanium.UI.iOS.TableViewScrollPosition.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.TableViewScrollPosition.apiName\">Titanium.UI.iOS.TableViewScrollPosition.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.TableViewScrollPosition.apiName\">Titanium.UI.iOS.TableViewScrollPosition.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "BOTTOM",
                    "deprecated": false,
                    "description": "<p>The table view scrolls the row of interest to the bottom of the visible table view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "MIDDLE",
                    "deprecated": false,
                    "description": "<p>The table view scrolls the row of interest to the middle of the visible table view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "NONE",
                    "deprecated": false,
                    "description": "<p>The table view scrolls the row of interest to be fully visible with a minimum of movement. If the row is already fully visible, no scrolling occurs. For example, if the row is above the visible area, the behavior is identical to that specified by <code>TOP</code>. This is the default.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "TOP",
                    "deprecated": false,
                    "description": "<p>The table view scrolls the row of interest to the top of the visible table view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "5.4.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "5.4.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.iOS.TableViewStyle",
            "description": "<p>A set of constants for the style that can be used for the <code>style</code> property of\n<a href=\"Titanium.UI.TableView\">Titanium.UI.TableView</a> and <a href=\"Titanium.UI.ListView\">Titanium.UI.ListView</a>.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.TableViewStyle.bubbleParent\">Titanium.UI.iOS.TableViewStyle.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.TableViewStyle.bubbleParent\">Titanium.UI.iOS.TableViewStyle.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.TableViewStyle.bubbleParent\">Titanium.UI.iOS.TableViewStyle.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.TableViewStyle.bubbleParent\">Titanium.UI.iOS.TableViewStyle.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.TableViewStyle.apiName\">Titanium.UI.iOS.TableViewStyle.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.TableViewStyle.apiName\">Titanium.UI.iOS.TableViewStyle.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "GROUPED",
                    "deprecated": false,
                    "description": "<p>A table view whose sections present distinct groups of rows. The section headers and footers\ndo not float.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "PLAIN",
                    "deprecated": false,
                    "description": "<p>A plain table view. Any section headers or footers are displayed as inline separators and\nfloat when the table view is scrolled.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "INSET_GROUPED",
                    "deprecated": false,
                    "description": "<p>A table view whose sections present distinct groups of rows  and grouped sections are inset with rounded corners.\nThe section headers and footers do not float.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.9"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.9"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.iOS.Toolbar",
            "description": "<p>An iOS toolbar, which can contain buttons and certain other controls. <strong>Deprecated since 6.2.0. Use the cross-platform <a href=\"Titanium.UI.Toolbar\">Titanium.UI.Toolbar</a> instead.</strong></p>",
            "deprecated": true,
            "events": [
                {
                    "name": "click",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a click against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "dblclick",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a double click against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "doubletap",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a double tap against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "keypressed",
                    "deprecated": false,
                    "description": "<p>Fired when a hardware key is pressed in the view.</p>",
                    "properties": [
                        {
                            "name": "keyCode",
                            "constants": [],
                            "description": "<p>The code for the physical key that was pressed. For more details, see <a href=\"https://developer.android.com/reference/android/view/KeyEvent.html\">KeyEvent</a>. This API is experimental and subject to change.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "longpress",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a long press.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "pinch",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a pinch gesture.</p>",
                    "properties": [
                        {
                            "name": "scale",
                            "constants": [],
                            "description": "<p>The scale factor relative to the points of the two touches in screen coordinates.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "velocity",
                            "constants": [],
                            "description": "<p>The velocity of the pinch in scale factor per second.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "time",
                            "constants": [],
                            "description": "<p>The event time of the current event being processed.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timeDelta",
                            "constants": [],
                            "description": "<p>The time difference in milliseconds between the previous accepted scaling event and the\ncurrent scaling event.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "currentSpan",
                            "constants": [],
                            "description": "<p>The average distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "currentSpanX",
                            "constants": [],
                            "description": "<p>The average X distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "currentSpanY",
                            "constants": [],
                            "description": "<p>The average Y distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "previousSpan",
                            "constants": [],
                            "description": "<p>The previous average distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "previousSpanX",
                            "constants": [],
                            "description": "<p>The previous average X distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "previousSpanY",
                            "constants": [],
                            "description": "<p>The previous average Y distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "focusX",
                            "constants": [],
                            "description": "<p>The X coordinate of the current gesture's focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "focusY",
                            "constants": [],
                            "description": "<p>The Y coordinate of the current gesture's focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "inProgress",
                            "constants": [],
                            "description": "<p>Returns <code>true</code> if a scale gesture is in progress, <code>false</code> otherwise.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "postlayout",
                    "deprecated": false,
                    "description": "<p>Fired when a layout cycle is finished.</p>"
                },
                {
                    "name": "singletap",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a single tap against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "swipe",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a swipe gesture against the view.</p>",
                    "properties": [
                        {
                            "name": "direction",
                            "constants": [],
                            "description": "<p>Direction of the swipe--either 'left', 'right', 'up', or 'down'.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event's endpoint from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event's endpoint from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchcancel",
                    "deprecated": false,
                    "description": "<p>Fired when a touch event is interrupted by the device.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchend",
                    "deprecated": false,
                    "description": "<p>Fired when a touch event is completed.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Penciland are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchmove",
                    "deprecated": false,
                    "description": "<p>Fired as soon as the device detects movement of a touch.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchstart",
                    "deprecated": false,
                    "description": "<p>Fired as soon as the device detects a touch gesture.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                }
            ],
            "examples": [
                {
                    "title": "Simple Toolbar",
                    "code": "<p>The following code excerpt creates a simple toolbar, placed at the bottom of the window.</p>\n<pre><code>var win = Ti.UI.createWindow({\n    backgroundColor: 'white'\n});\n\nvar send = Ti.UI.createButton({\n    title: 'Send',\n    style: Ti.UI.iOS.SystemButtonStyle.DONE,\n});\n\nvar camera = Ti.UI.createButton({\n    systemButton: Ti.UI.iOS.SystemButton.CAMERA,\n});\n\nvar cancel = Ti.UI.createButton({\n    systemButton: Ti.UI.iOS.SystemButton.CANCEL\n});\n\nvar flexSpace = Ti.UI.createButton({\n    systemButton: Ti.UI.iOS.SystemButton.FLEXIBLE_SPACE\n});\n\nvar toolbar = Titanium.UI.iOS.createToolbar({\n    items: [send, flexSpace, camera, flexSpace, cancel],\n    bottom: 0\n});\n\nwin.add(toolbar);\nwin.open();\n</code></pre>\n<p>Note the use of the flexible space for positioning the toolbar buttons -- the\n<code>FLEXIBLE_SPACE</code> button doesn't appear as a button, but a variable space between the\ncontrols on either side of it. Available space in the toolbar is divided between all of the\nflexible space buttons in the toolbar. Without the flexible spaces in this example,\nthe toolbar buttons would be grouped tightly together on the left side of the toolbar.</p>"
                },
                {
                    "title": "Toolbar with extended background",
                    "code": "<p>The following code excerpt creates a simple toolbar, placed at the top of the window which extends its background under the status bar.</p>\n<pre><code>var win = Ti.UI.createWindow({\n    backgroundColor: 'white'\n});\n\nvar send = Ti.UI.createButton({\n    title: 'Send',\n    style: Ti.UI.iOS.SystemButtonStyle.DONE,\n});\n\nvar camera = Ti.UI.createButton({\n    systemButton: Ti.UI.iOS.SystemButton.CAMERA,\n});\n\nvar cancel = Ti.UI.createButton({\n    systemButton: Ti.UI.iOS.SystemButton.CANCEL\n});\n\nflexSpace = Ti.UI.createButton({\n    systemButton: Ti.UI.iOS.SystemButton.FLEXIBLE_SPACE\n});\n\nvar toolbar = Ti.UI.iOS.createToolbar({\n    items: [send, flexSpace, camera, flexSpace, cancel],\n    top: 20,\n    extendBackground: true\n});\n\nwin.add(toolbar);\nwin.open();\n</code></pre>"
                },
                {
                    "title": "Alloy XML Markup",
                    "code": "<p>Simple Toolbar example as an Alloy view.</p>\n<pre><code>&lt;Alloy&gt;\n    &lt;Window id=&quot;win&quot;&gt;\n        &lt;Toolbar platform=&quot;ios&quot; bottom=&quot;0&quot;&gt;\n\n            &lt;!-- The Items tag sets the Toolbar.items property. --&gt;\n            &lt;Items&gt;\n                &lt;Button id=&quot;send&quot; title=&quot;Send&quot; style=&quot;DONE&quot; /&gt;\n                &lt;FlexSpace/&gt;\n                &lt;Button id=&quot;camera&quot; systemButton=&quot;CAMERA&quot; /&gt;\n                &lt;FlexSpace/&gt;\n                &lt;Button id=&quot;cancel&quot; systemButton=&quot;CANCEL&quot; /&gt;\n            &lt;/Items&gt;\n\n            &lt;!-- Place additional views for the Toolbar here --&gt;\n\n        &lt;/Toolbar&gt;\n    &lt;/Window&gt;\n&lt;/Alloy&gt;\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "animate",
                    "deprecated": false,
                    "description": "<p>Animates this view.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "animation",
                            "constants": [],
                            "description": "<p>Either a dictionary of animation properties or an\n<a href=\"Titanium.UI.Animation\">Animation</a> object.</p>",
                            "type": "Titanium.UI.Animation",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Function to be invoked upon completion of the animation.</p>",
                            "type": "Function",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "clearMotionEffects",
                    "deprecated": false,
                    "description": "<p>Removes all previously added motion effects.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "finishLayout",
                    "deprecated": true,
                    "description": "<p>Finishes a batch update of the View's layout properties and schedules a layout pass of the\nview tree.\n<strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hide",
                    "deprecated": false,
                    "description": "<p>Hides this view.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Animation options for Android only. <strong>Since SDK 5.1.0 and used only on Android 5.0+</strong></p>\n<p>Determines whether to enable a circular reveal animation.\nNote that the default here is equivalent to passing in <code>{ animated: false }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "insertAt",
                    "deprecated": false,
                    "description": "<p>Inserts a view at the specified position in the <a href=\"Titanium.UI.View.children\">children</a> array.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Pass an object that specifies the view to insert and optionally at which position (defaults to end)</p>",
                            "type": "ViewPositionOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "show",
                    "deprecated": false,
                    "description": "<p>Makes this view visible.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Animation options for Android only. <strong>Since SDK 5.1.0 and only used on Android 5.0+</strong></p>\n<p>Determines whether to enable a circular reveal animation.\nNote that the default here is equivalent to passing in <code>{ animated: false }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "startLayout",
                    "deprecated": true,
                    "description": "<p>Starts a batch update of this view's layout properties. <strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">Titanium.Proxy.applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "toImage",
                    "deprecated": false,
                    "description": "<p>Returns an image of the rendered view, as a Blob.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Function to be invoked upon completion. If non-null, this method will be performed\nasynchronously. If null, it will be performed immediately.</p>",
                            "type": "Function",
                            "usage": "optional"
                        },
                        {
                            "name": "honorScaleFactor",
                            "constants": [],
                            "description": "<p>Determines whether the image is scaled based on scale factor of main screen. (iOS only)</p>\n<p>When set to true, image is scale factor is honored. When set to false, the image in the\nblob has the same dimensions for retina and non-retina devices.</p>",
                            "type": "Boolean",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Blob",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "updateLayout",
                    "deprecated": true,
                    "description": "<p>Performs a batch update of all supplied layout properties and schedules a layout pass after\nthey have been updated.\n<strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">Titanium.Proxy.applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Layout properties to be updated.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "convertPointToView",
                    "deprecated": false,
                    "description": "<p>Translates a point from this view's coordinate system to another view's coordinate system.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "point",
                            "constants": [],
                            "description": "<p>A point in this view's coordinate system.</p>\n<p>If this argument is missing an <code>x</code> or <code>y</code> property, or the properties can not be\nconverted into numbers, an exception will be raised.</p>",
                            "type": "Point",
                            "usage": "required"
                        },
                        {
                            "name": "destinationView",
                            "constants": [],
                            "description": "<p>View that specifies the destination coordinate system to convert to. If this argument\nis not a view, an exception will be raised.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewById",
                    "deprecated": false,
                    "description": "<p>Returns the matching view of a given view ID.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "id",
                            "constants": [],
                            "description": "<p>The ID of the view that should be returned. Use the <code>id</code> property in your views to\nenable it for indexing in this method.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.View",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.Toolbar.bubbleParent\">Titanium.UI.iOS.Toolbar.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.Toolbar.bubbleParent\">Titanium.UI.iOS.Toolbar.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.Toolbar.bubbleParent\">Titanium.UI.iOS.Toolbar.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.Toolbar.bubbleParent\">Titanium.UI.iOS.Toolbar.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.Toolbar.apiName\">Titanium.UI.iOS.Toolbar.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.Toolbar.apiName\">Titanium.UI.iOS.Toolbar.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityHidden",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.Toolbar.accessibilityHidden\">Titanium.UI.iOS.Toolbar.accessibilityHidden</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.Toolbar.accessibilityHidden\">Titanium.UI.iOS.Toolbar.accessibilityHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityHidden",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.Toolbar.accessibilityHidden\">Titanium.UI.iOS.Toolbar.accessibilityHidden</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.Toolbar.accessibilityHidden\">Titanium.UI.iOS.Toolbar.accessibilityHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityHidden",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityHint",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.Toolbar.accessibilityHint\">Titanium.UI.iOS.Toolbar.accessibilityHint</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.Toolbar.accessibilityHint\">Titanium.UI.iOS.Toolbar.accessibilityHint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityHint",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.Toolbar.accessibilityHint\">Titanium.UI.iOS.Toolbar.accessibilityHint</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.Toolbar.accessibilityHint\">Titanium.UI.iOS.Toolbar.accessibilityHint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityHint",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityLabel",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.Toolbar.accessibilityLabel\">Titanium.UI.iOS.Toolbar.accessibilityLabel</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.Toolbar.accessibilityLabel\">Titanium.UI.iOS.Toolbar.accessibilityLabel</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityLabel",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.Toolbar.accessibilityLabel\">Titanium.UI.iOS.Toolbar.accessibilityLabel</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.Toolbar.accessibilityLabel\">Titanium.UI.iOS.Toolbar.accessibilityLabel</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityLabel",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityValue",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.Toolbar.accessibilityValue\">Titanium.UI.iOS.Toolbar.accessibilityValue</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.Toolbar.accessibilityValue\">Titanium.UI.iOS.Toolbar.accessibilityValue</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityValue",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.Toolbar.accessibilityValue\">Titanium.UI.iOS.Toolbar.accessibilityValue</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.Toolbar.accessibilityValue\">Titanium.UI.iOS.Toolbar.accessibilityValue</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityValue",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAnchorPoint",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.Toolbar.anchorPoint\">Titanium.UI.iOS.Toolbar.anchorPoint</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.Toolbar.anchorPoint\">Titanium.UI.iOS.Toolbar.anchorPoint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAnchorPoint",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.Toolbar.anchorPoint\">Titanium.UI.iOS.Toolbar.anchorPoint</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.Toolbar.anchorPoint\">Titanium.UI.iOS.Toolbar.anchorPoint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "anchorPoint",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAnimatedCenter",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.Toolbar.animatedCenter\">Titanium.UI.iOS.Toolbar.animatedCenter</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.Toolbar.animatedCenter\">Titanium.UI.iOS.Toolbar.animatedCenter</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundGradient",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.Toolbar.backgroundGradient\">Titanium.UI.iOS.Toolbar.backgroundGradient</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.Toolbar.backgroundGradient\">Titanium.UI.iOS.Toolbar.backgroundGradient</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Gradient",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundGradient",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.Toolbar.backgroundGradient\">Titanium.UI.iOS.Toolbar.backgroundGradient</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.Toolbar.backgroundGradient\">Titanium.UI.iOS.Toolbar.backgroundGradient</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundGradient",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Gradient",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.Toolbar.backgroundImage\">Titanium.UI.iOS.Toolbar.backgroundImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.Toolbar.backgroundImage\">Titanium.UI.iOS.Toolbar.backgroundImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.Toolbar.backgroundImage\">Titanium.UI.iOS.Toolbar.backgroundImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.Toolbar.backgroundImage\">Titanium.UI.iOS.Toolbar.backgroundImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.Toolbar.borderColor\">Titanium.UI.iOS.Toolbar.borderColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.Toolbar.borderColor\">Titanium.UI.iOS.Toolbar.borderColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.Toolbar.borderColor\">Titanium.UI.iOS.Toolbar.borderColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.Toolbar.borderColor\">Titanium.UI.iOS.Toolbar.borderColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderRadius",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.Toolbar.borderRadius\">Titanium.UI.iOS.Toolbar.borderRadius</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.Toolbar.borderRadius\">Titanium.UI.iOS.Toolbar.borderRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderRadius",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.Toolbar.borderRadius\">Titanium.UI.iOS.Toolbar.borderRadius</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.Toolbar.borderRadius\">Titanium.UI.iOS.Toolbar.borderRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderRadius",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderWidth",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.Toolbar.borderWidth\">Titanium.UI.iOS.Toolbar.borderWidth</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.Toolbar.borderWidth\">Titanium.UI.iOS.Toolbar.borderWidth</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderWidth",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.Toolbar.borderWidth\">Titanium.UI.iOS.Toolbar.borderWidth</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.Toolbar.borderWidth\">Titanium.UI.iOS.Toolbar.borderWidth</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderWidth",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBottom",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.Toolbar.bottom\">Titanium.UI.iOS.Toolbar.bottom</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.Toolbar.bottom\">Titanium.UI.iOS.Toolbar.bottom</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBottom",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.Toolbar.bottom\">Titanium.UI.iOS.Toolbar.bottom</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.Toolbar.bottom\">Titanium.UI.iOS.Toolbar.bottom</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bottom",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getCenter",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.Toolbar.center\">Titanium.UI.iOS.Toolbar.center</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.Toolbar.center\">Titanium.UI.iOS.Toolbar.center</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setCenter",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.Toolbar.center\">Titanium.UI.iOS.Toolbar.center</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.Toolbar.center\">Titanium.UI.iOS.Toolbar.center</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "center",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getClipMode",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.Toolbar.clipMode\">Titanium.UI.iOS.Toolbar.clipMode</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.Toolbar.clipMode\">Titanium.UI.iOS.Toolbar.clipMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setClipMode",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.Toolbar.clipMode\">Titanium.UI.iOS.Toolbar.clipMode</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.Toolbar.clipMode\">Titanium.UI.iOS.Toolbar.clipMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "clipMode",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHeight",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.Toolbar.height\">Titanium.UI.iOS.Toolbar.height</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.Toolbar.height\">Titanium.UI.iOS.Toolbar.height</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHeight",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.Toolbar.height\">Titanium.UI.iOS.Toolbar.height</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.Toolbar.height\">Titanium.UI.iOS.Toolbar.height</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "height",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHorizontalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.Toolbar.horizontalMotionEffect\">Titanium.UI.iOS.Toolbar.horizontalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.Toolbar.horizontalMotionEffect\">Titanium.UI.iOS.Toolbar.horizontalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "MinMaxOptions",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHorizontalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.Toolbar.horizontalMotionEffect\">Titanium.UI.iOS.Toolbar.horizontalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.Toolbar.horizontalMotionEffect\">Titanium.UI.iOS.Toolbar.horizontalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "horizontalMotionEffect",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "MinMaxOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLeft",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.Toolbar.left\">Titanium.UI.iOS.Toolbar.left</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.Toolbar.left\">Titanium.UI.iOS.Toolbar.left</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLeft",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.Toolbar.left\">Titanium.UI.iOS.Toolbar.left</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.Toolbar.left\">Titanium.UI.iOS.Toolbar.left</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "left",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getOpacity",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.Toolbar.opacity\">Titanium.UI.iOS.Toolbar.opacity</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.Toolbar.opacity\">Titanium.UI.iOS.Toolbar.opacity</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setOpacity",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.Toolbar.opacity\">Titanium.UI.iOS.Toolbar.opacity</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.Toolbar.opacity\">Titanium.UI.iOS.Toolbar.opacity</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "opacity",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPullBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.Toolbar.pullBackgroundColor\">Titanium.UI.iOS.Toolbar.pullBackgroundColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.Toolbar.pullBackgroundColor\">Titanium.UI.iOS.Toolbar.pullBackgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setPullBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.Toolbar.pullBackgroundColor\">Titanium.UI.iOS.Toolbar.pullBackgroundColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.Toolbar.pullBackgroundColor\">Titanium.UI.iOS.Toolbar.pullBackgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "pullBackgroundColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPreviewContext",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.Toolbar.previewContext\">Titanium.UI.iOS.Toolbar.previewContext</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.Toolbar.previewContext\">Titanium.UI.iOS.Toolbar.previewContext</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.iOS.PreviewContext",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "setPreviewContext",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.Toolbar.previewContext\">Titanium.UI.iOS.Toolbar.previewContext</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.Toolbar.previewContext\">Titanium.UI.iOS.Toolbar.previewContext</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "previewContext",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.iOS.PreviewContext",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "getRight",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.Toolbar.right\">Titanium.UI.iOS.Toolbar.right</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.Toolbar.right\">Titanium.UI.iOS.Toolbar.right</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setRight",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.Toolbar.right\">Titanium.UI.iOS.Toolbar.right</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.Toolbar.right\">Titanium.UI.iOS.Toolbar.right</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "right",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.Toolbar.rect\">Titanium.UI.iOS.Toolbar.rect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.Toolbar.rect\">Titanium.UI.iOS.Toolbar.rect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "DimensionWithAbsolutes",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSize",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.Toolbar.size\">Titanium.UI.iOS.Toolbar.size</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.Toolbar.size\">Titanium.UI.iOS.Toolbar.size</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Dimension",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTintColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.Toolbar.tintColor\">Titanium.UI.iOS.Toolbar.tintColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.Toolbar.tintColor\">Titanium.UI.iOS.Toolbar.tintColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTintColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.Toolbar.tintColor\">Titanium.UI.iOS.Toolbar.tintColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.Toolbar.tintColor\">Titanium.UI.iOS.Toolbar.tintColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "tintColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTop",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.Toolbar.top\">Titanium.UI.iOS.Toolbar.top</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.Toolbar.top\">Titanium.UI.iOS.Toolbar.top</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTop",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.Toolbar.top\">Titanium.UI.iOS.Toolbar.top</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.Toolbar.top\">Titanium.UI.iOS.Toolbar.top</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "top",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTouchEnabled",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.Toolbar.touchEnabled\">Titanium.UI.iOS.Toolbar.touchEnabled</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.Toolbar.touchEnabled\">Titanium.UI.iOS.Toolbar.touchEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTouchEnabled",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.Toolbar.touchEnabled\">Titanium.UI.iOS.Toolbar.touchEnabled</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.Toolbar.touchEnabled\">Titanium.UI.iOS.Toolbar.touchEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchEnabled",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTransform",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.Toolbar.transform\">Titanium.UI.iOS.Toolbar.transform</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.Toolbar.transform\">Titanium.UI.iOS.Toolbar.transform</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Matrix2D",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTransform",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.Toolbar.transform\">Titanium.UI.iOS.Toolbar.transform</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.Toolbar.transform\">Titanium.UI.iOS.Toolbar.transform</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "transform",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Matrix2D",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getVerticalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.Toolbar.verticalMotionEffect\">Titanium.UI.iOS.Toolbar.verticalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.Toolbar.verticalMotionEffect\">Titanium.UI.iOS.Toolbar.verticalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "MinMaxOptions",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setVerticalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.Toolbar.verticalMotionEffect\">Titanium.UI.iOS.Toolbar.verticalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.Toolbar.verticalMotionEffect\">Titanium.UI.iOS.Toolbar.verticalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "verticalMotionEffect",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "MinMaxOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowRadius",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.Toolbar.viewShadowRadius\">Titanium.UI.iOS.Toolbar.viewShadowRadius</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.Toolbar.viewShadowRadius\">Titanium.UI.iOS.Toolbar.viewShadowRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowRadius",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.Toolbar.viewShadowRadius\">Titanium.UI.iOS.Toolbar.viewShadowRadius</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.Toolbar.viewShadowRadius\">Titanium.UI.iOS.Toolbar.viewShadowRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowRadius",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.Toolbar.viewShadowColor\">Titanium.UI.iOS.Toolbar.viewShadowColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.Toolbar.viewShadowColor\">Titanium.UI.iOS.Toolbar.viewShadowColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.Toolbar.viewShadowColor\">Titanium.UI.iOS.Toolbar.viewShadowColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.Toolbar.viewShadowColor\">Titanium.UI.iOS.Toolbar.viewShadowColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowOffset",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.Toolbar.viewShadowOffset\">Titanium.UI.iOS.Toolbar.viewShadowOffset</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.Toolbar.viewShadowOffset\">Titanium.UI.iOS.Toolbar.viewShadowOffset</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowOffset",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.Toolbar.viewShadowOffset\">Titanium.UI.iOS.Toolbar.viewShadowOffset</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.Toolbar.viewShadowOffset\">Titanium.UI.iOS.Toolbar.viewShadowOffset</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowOffset",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getVisible",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.Toolbar.visible\">Titanium.UI.iOS.Toolbar.visible</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.Toolbar.visible\">Titanium.UI.iOS.Toolbar.visible</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setVisible",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.Toolbar.visible\">Titanium.UI.iOS.Toolbar.visible</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.Toolbar.visible\">Titanium.UI.iOS.Toolbar.visible</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "visible",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getWidth",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.Toolbar.width\">Titanium.UI.iOS.Toolbar.width</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.Toolbar.width\">Titanium.UI.iOS.Toolbar.width</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setWidth",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.Toolbar.width\">Titanium.UI.iOS.Toolbar.width</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.Toolbar.width\">Titanium.UI.iOS.Toolbar.width</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "width",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHorizontalWrap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.Toolbar.horizontalWrap\">Titanium.UI.iOS.Toolbar.horizontalWrap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.Toolbar.horizontalWrap\">Titanium.UI.iOS.Toolbar.horizontalWrap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHorizontalWrap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.Toolbar.horizontalWrap\">Titanium.UI.iOS.Toolbar.horizontalWrap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.Toolbar.horizontalWrap\">Titanium.UI.iOS.Toolbar.horizontalWrap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "horizontalWrap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getZIndex",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.Toolbar.zIndex\">Titanium.UI.iOS.Toolbar.zIndex</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.Toolbar.zIndex\">Titanium.UI.iOS.Toolbar.zIndex</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setZIndex",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.Toolbar.zIndex\">Titanium.UI.iOS.Toolbar.zIndex</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.Toolbar.zIndex\">Titanium.UI.iOS.Toolbar.zIndex</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "zIndex",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBarColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.Toolbar.barColor\">Titanium.UI.iOS.Toolbar.barColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.Toolbar.barColor\">Titanium.UI.iOS.Toolbar.barColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBarColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.Toolbar.barColor\">Titanium.UI.iOS.Toolbar.barColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.Toolbar.barColor\">Titanium.UI.iOS.Toolbar.barColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "barColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getItems",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.Toolbar.items\">Titanium.UI.iOS.Toolbar.items</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.Toolbar.items\">Titanium.UI.iOS.Toolbar.items</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setItems",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.Toolbar.items\">Titanium.UI.iOS.Toolbar.items</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.Toolbar.items\">Titanium.UI.iOS.Toolbar.items</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "items",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getExtendBackground",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.Toolbar.extendBackground\">Titanium.UI.iOS.Toolbar.extendBackground</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.Toolbar.extendBackground\">Titanium.UI.iOS.Toolbar.extendBackground</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setExtendBackground",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.Toolbar.extendBackground\">Titanium.UI.iOS.Toolbar.extendBackground</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.Toolbar.extendBackground\">Titanium.UI.iOS.Toolbar.extendBackground</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "extendBackground",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTranslucent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.Toolbar.translucent\">Titanium.UI.iOS.Toolbar.translucent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.Toolbar.translucent\">Titanium.UI.iOS.Toolbar.translucent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTranslucent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.Toolbar.translucent\">Titanium.UI.iOS.Toolbar.translucent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.Toolbar.translucent\">Titanium.UI.iOS.Toolbar.translucent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translucent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.UI.View",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityHidden",
                    "deprecated": false,
                    "description": "<p>Whether the view should be &quot;hidden&quot; from (i.e., ignored by) the accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityHint",
                    "deprecated": false,
                    "description": "<p>Briefly describes what performing an action (such as a click) on the view will do.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityLabel",
                    "deprecated": false,
                    "description": "<p>A succint label identifying the view for the device's accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityValue",
                    "deprecated": false,
                    "description": "<p>A string describing the value (if any) of the view for the device's accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "anchorPoint",
                    "deprecated": false,
                    "description": "<p>Coordinate of the view about which to pivot an animation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "animatedCenter",
                    "deprecated": false,
                    "description": "<p>Current position of the view during an animation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundGradient",
                    "deprecated": false,
                    "description": "<p>A background gradient for the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [
                        {
                            "title": "Linear and Radial Gradients",
                            "code": "<p>The following code excerpt creates two views, one with a linear gradient and one with\na radial gradient.</p>\n<pre><code>var win1 = Titanium.UI.createWindow({\n    title:'Tab 1',\n    backgroundColor:'#fff',\n    layout: 'vertical'\n});\n\nvar radialGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'radial',\n        startPoint: { x: 50, y: 50 },\n        endPoint: { x: 50, y: 50 },\n        colors: [ 'red', 'blue'],\n        startRadius: 50,\n        endRadius: 0,\n        backfillStart: true\n    }\n});\nvar linearGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'linear',\n        startPoint: { x: '0%', y: '50%' },\n        endPoint: { x: '100%', y: '50%' },\n        colors: [ { color: 'red', offset: 0.0}, { color: 'blue', offset: 0.25 }, { color: 'red', offset: 1.0 } ],\n    }\n});\nwin1.add(radialGradient);\nwin1.add(linearGradient);\nwin1.open();\n</code></pre>"
                        }
                    ],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Gradient",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundImage",
                    "deprecated": false,
                    "description": "<p>Background image for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderColor",
                    "deprecated": false,
                    "description": "<p>Border color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderRadius",
                    "deprecated": false,
                    "description": "<p>Radius for the rounded corners of the view's border.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderWidth",
                    "deprecated": false,
                    "description": "<p>Border width of the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "bottom",
                    "deprecated": false,
                    "description": "<p>View's bottom position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "center",
                    "deprecated": false,
                    "description": "<p>View's center position, in the parent view's coordinates.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "clipMode",
                    "deprecated": false,
                    "description": "<p>View's clipping behavior.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "height",
                    "deprecated": false,
                    "description": "<p>View height, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.FILL",
                        "Titanium.UI.SIZE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "horizontalMotionEffect",
                    "deprecated": false,
                    "description": "<p>Adds a horizontal parallax effect to the view</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "MinMaxOptions",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "id",
                    "deprecated": false,
                    "description": "<p>View's identifier.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "left",
                    "deprecated": false,
                    "description": "<p>View's left position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "opacity",
                    "deprecated": false,
                    "description": "<p>Opacity of this view, from 0.0 (transparent) to 1.0 (opaque). Defaults to 1.0 (opaque).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "pullBackgroundColor",
                    "deprecated": false,
                    "description": "<p>Background color of the wrapper view when this view is used as either <a href=\"Titanium.UI.ListView.pullView\">Titanium.UI.ListView.pullView</a> or <a href=\"Titanium.UI.TableView.headerPullView\">Titanium.UI.TableView.headerPullView</a>.</p>\n<p>Defaults to <code>undefined</code>. Results in a light grey background color on the wrapper view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "previewContext",
                    "deprecated": false,
                    "description": "<p>The preview context used in the 3D-Touch feature &quot;Peek and Pop&quot;.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Titanium.UI.iOS.PreviewContext",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "right",
                    "deprecated": false,
                    "description": "<p>View's right position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "rect",
                    "deprecated": false,
                    "description": "<p>The bounding box of the view relative to its parent, in system units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "type": "DimensionWithAbsolutes",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "size",
                    "deprecated": false,
                    "description": "<p>The size of the view in system units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Dimension",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "tintColor",
                    "deprecated": false,
                    "description": "<p>The view's tintColor</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "top",
                    "deprecated": false,
                    "description": "<p>The view's top position.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "touchEnabled",
                    "deprecated": false,
                    "description": "<p>Determines whether view should receive touch events.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "transform",
                    "deprecated": false,
                    "description": "<p>Transformation matrix to apply to the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Titanium.UI.Matrix2D",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "verticalMotionEffect",
                    "deprecated": false,
                    "description": "<p>Adds a vertical parallax effect to the view</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "MinMaxOptions",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowRadius",
                    "deprecated": false,
                    "description": "<p>Determines the blur radius used to create the shadow.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowColor",
                    "deprecated": false,
                    "description": "<p>Determines the color of the shadow.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowOffset",
                    "deprecated": false,
                    "description": "<p>Determines the offset for the shadow of the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "visible",
                    "deprecated": false,
                    "description": "<p>Determines whether the view is visible.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "width",
                    "deprecated": false,
                    "description": "<p>View's width, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.FILL",
                        "Titanium.UI.SIZE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "horizontalWrap",
                    "deprecated": false,
                    "description": "<p>Determines whether the layout has wrapping behavior.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "zIndex",
                    "deprecated": false,
                    "description": "<p>Z-index stack order position, relative to other sibling views.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "barColor",
                    "deprecated": false,
                    "description": "<p>Background color for the toolbar, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "items",
                    "deprecated": false,
                    "description": "<p>An array of buttons (or other widgets) contained in the toolbar.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "extendBackground",
                    "deprecated": false,
                    "description": "<p>If <code>true</code>, the background of the toolbar extends upwards.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "translucent",
                    "deprecated": false,
                    "description": "<p>If <code>true</code>, a translucent background color is used for the toolbar.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>A <code>Toolbar</code> is created by the <a href=\"Titanium.UI.iOS.createToolbar\">Titanium.UI.iOS.createToolbar</a> factory method or <strong><code>&lt;Toolbar&gt;</code></strong> Alloy element.</p>\n<p>A <code>Toolbar</code> can contain buttons, as well as certain other widgets, including text fields and\nlabels.</p>\n<p>To provide spacing between items in the toolbar, you can use the special iOS system button types,\n<a href=\"Titanium.UI.iOS.SystemButton.FIXED_SPACE\">FIXED_SPACE</a> and\n<a href=\"Titanium.UI.iOS.SystemButton.FLEXIBLE_SPACE\">FLEXIBLE_SPACE</a>.</p>\n<p>Note that toolbars are positioned like other views (using the <code>top</code> and <code>bottom</code> properties,\nfor example), but the <a href=\"https://developer.apple.com/ios/human-interface-guidelines/overview/themes/#//apple_ref/doc/uid/TP40006556-CH12-SW4\">iOS Human Interface Guidelines</a>\nhave specific requirements for placing toolbars, specifically:</p>\n<ul>\n<li>On iPhone, a toolbar should be at the bottom of the window.</li>\n<li>On the iPad, a toolbar should appear at the top or bottom of a window.</li>\n</ul>\n<p>Due to an iOS limitation, the buttons in the toolbar only support the <code>click</code> event.\nThe native object underlying a toolbar button does not generate standard view events,\nsuch as <code>touchstart</code> and <code>touchend</code>.</p>\n<p><strong>Note</strong>:\nThis API has been deprecated in Titanium SDK 6.2.0 in favor of the cross-platform\nUI component <a href=\"Titanium.UI.Toolbar\">Titanium.UI.Toolbar</a> that can also be used on Android. The API itself\ndid not change, so it is a drop-in replacement for existing usages. This deprecated\nAPI will be removed in Titanium SDK 8.0.0 and later.</p>\n<p>See also:</p>\n<ul>\n<li><a href=\"https://developer.apple.com/ios/human-interface-guidelines/overview/themes/#//apple_ref/doc/uid/TP40006556-CH12-SW4\">Toolbar in the iOS Human Interface Guidelines.</a></li>\n</ul>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.iOS.TransitionAnimation",
            "description": "<p>A transition animation when opening or closing windows in a\n<a href=\"Titanium.UI.NavigationWindow\">Titanium.UI.NavigationWindow</a> or <a href=\"Titanium.UI.Tab\">Titanium.UI.Tab</a>.</p>\n<p>Use this proxy with the Window's\n<a href=\"Titanium.UI.Window.transitionAnimation\">transitionAnimation</a> property.</p>",
            "deprecated": false,
            "events": [],
            "examples": [
                {
                    "title": "Simple Example",
                    "code": "<p>In this example, the red window opens with a transition animation, while closing it uses the\ndefault behavior where it slides off screen.  To add a transition animation when the red\nwindow closes, define a transition animation for the blue window.</p>\n<pre><code>var transition = Ti.UI.iOS.createTransitionAnimation({\n    duration: 300,\n    // The show transition makes the window opaque and rotates it correctly\n    transitionTo: {\n        opacity: 1,\n        duration: 300,\n        transform: Ti.UI.createMatrix2D()\n    },\n    // The hide transition makes the window transparent and rotates it upside down\n    transitionFrom: {\n        opacity: 0,\n        duration: 300 / 2,\n        transform: Ti.UI.createMatrix2D().rotate(180),\n    }\n});\n\nvar win2 = Ti.UI.createWindow({\n    backgroundColor: 'red',\n    title: 'Red Window',\n    transitionAnimation: transition,\n    opacity: 0,\n    transform: Ti.UI.createMatrix2D().rotate(180)\n});\nvar button2 = Ti.UI.createButton({\n    title: 'Close Red Window'\n});\nbutton2.addEventListener('click', function(){\n    nav.closeWindow(win2);\n    // In order to see the blue window again,\n    // need to reverse the transition animation\n    win1.opacity = 1;\n    win1.transform = Ti.UI.createMatrix2D().rotate(0);\n});\nwin2.add(button2);\n\nvar win1 = Ti.UI.createWindow({\n    backgroundColor: 'blue',\n    title: 'Blue Window',\n    // Uncomment to use a transition animation when the blue window is closed\n    // transitionAnimation: transition\n});\nvar button1 = Ti.UI.createButton({title: 'Open Red Window'});\nbutton1.addEventListener('click', function(){\n    nav.openWindow(win2);\n});\nwin1.add(button1);\n\nvar nav = Ti.UI.createNavigationWindow({\n    window: win1\n});\nnav.open();\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.TransitionAnimation.bubbleParent\">Titanium.UI.iOS.TransitionAnimation.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.TransitionAnimation.bubbleParent\">Titanium.UI.iOS.TransitionAnimation.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.TransitionAnimation.bubbleParent\">Titanium.UI.iOS.TransitionAnimation.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.TransitionAnimation.bubbleParent\">Titanium.UI.iOS.TransitionAnimation.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.TransitionAnimation.apiName\">Titanium.UI.iOS.TransitionAnimation.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.TransitionAnimation.apiName\">Titanium.UI.iOS.TransitionAnimation.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getDuration",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.TransitionAnimation.duration\">Titanium.UI.iOS.TransitionAnimation.duration</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.TransitionAnimation.duration\">Titanium.UI.iOS.TransitionAnimation.duration</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setDuration",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.TransitionAnimation.duration\">Titanium.UI.iOS.TransitionAnimation.duration</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.TransitionAnimation.duration\">Titanium.UI.iOS.TransitionAnimation.duration</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "duration",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTransitionFrom",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.TransitionAnimation.transitionFrom\">Titanium.UI.iOS.TransitionAnimation.transitionFrom</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.TransitionAnimation.transitionFrom\">Titanium.UI.iOS.TransitionAnimation.transitionFrom</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Animation",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTransitionFrom",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.TransitionAnimation.transitionFrom\">Titanium.UI.iOS.TransitionAnimation.transitionFrom</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.TransitionAnimation.transitionFrom\">Titanium.UI.iOS.TransitionAnimation.transitionFrom</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "transitionFrom",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Animation",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTransitionTo",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.TransitionAnimation.transitionTo\">Titanium.UI.iOS.TransitionAnimation.transitionTo</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.TransitionAnimation.transitionTo\">Titanium.UI.iOS.TransitionAnimation.transitionTo</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Animation",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTransitionTo",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.TransitionAnimation.transitionTo\">Titanium.UI.iOS.TransitionAnimation.transitionTo</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.TransitionAnimation.transitionTo\">Titanium.UI.iOS.TransitionAnimation.transitionTo</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "transitionTo",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Animation",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": true,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "duration",
                    "deprecated": false,
                    "description": "<p>Length of the transition in milliseconds.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "transitionFrom",
                    "deprecated": false,
                    "description": "<p>Animation to hide the current window.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "Titanium.UI.Animation",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "transitionTo",
                    "deprecated": false,
                    "description": "<p>Animation to show the new window.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "Titanium.UI.Animation",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "3.2.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "3.2.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.iOS.ViewAttachmentBehavior",
            "description": "<p>Dynamic behavior to support connections between two items.</p>",
            "deprecated": false,
            "events": [],
            "examples": [
                {
                    "title": "Simple Example",
                    "code": "<p>The following example anchors a green block to either a red or blue block.  Click on the red\nor blue block to change which one the green block is anchored to.</p>\n<p>&lt;img src=&quot;images/animator/viewattachment.gif&quot; height= 275&quot; style=&quot;border:1px solid black&quot;/&gt;</p>\n<pre><code>var win = Ti.UI.createWindow({backgroundColor: 'white', fullscreen: true});\n\n// Create an Animator object using the window as the coordinate system\nvar animator = Ti.UI.iOS.createAnimator({referenceView: win});\n\nvar redBlock = Ti.UI.createView({\n    backgroundColor: 'red',\n    width: 25,\n    height: 25,\n    top: 10,\n    left: 75\n});\n// Snap the red block so it does not move\nvar redSnap = Ti.UI.iOS.createSnapBehavior({\n    snapPoint: {x: 75, y: 10},\n    item: redBlock,\n    damping: 0.0\n});\nanimator.addBehavior(redSnap);\n\nvar greenBlock = Ti.UI.createView({\n    backgroundColor: 'green',\n    width: 25,\n    height: 25,\n    top: 50,\n});\n\nvar WIDTH = Ti.Platform.displayCaps.platformWidth;\nvar blueBlock = Ti.UI.createView({\n    backgroundColor: 'blue',\n    width: 25,\n    height: 25,\n    top: 10,\n    right: 75\n});\n// Snap the blue block so it does not move\nvar blueSnap = Ti.UI.iOS.createSnapBehavior({\n    snapPoint: {x: WIDTH - 75, y: 10},\n    item: blueBlock,\n    damping: 0.0\n});\nanimator.addBehavior(blueSnap);\n\n// Anchor the green block to the red one when the app starts\nvar anchor = Ti.UI.iOS.createViewAttachmentBehavior({\n    anchorItem: redBlock,\n    item: greenBlock\n});\nanimator.addBehavior(anchor);\n\n// Simulate Earth's gravity to allow the green block to swing\nvar gravity = Ti.UI.iOS.createGravityBehavior({\n    gravityDirection: {x: 0.0, y: 1.0}\n});\ngravity.addItem(greenBlock);\nanimator.addBehavior(gravity);\n\n// Change the anchor item when clicking either the red or blue block\nredBlock.addEventListener('click', function(e){\n    anchor.anchorItem = redBlock;\n});\nblueBlock.addEventListener('click', function(e){\n    anchor.anchorItem = blueBlock;\n});\n\n// Start the animation when the window opens\nwin.addEventListener('open', function(e){\n    animator.startAnimator();\n});\n\nwin.add(redBlock);\nwin.add(greenBlock);\nwin.add(blueBlock);\nwin.open();\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.ViewAttachmentBehavior.bubbleParent\">Titanium.UI.iOS.ViewAttachmentBehavior.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.ViewAttachmentBehavior.bubbleParent\">Titanium.UI.iOS.ViewAttachmentBehavior.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.ViewAttachmentBehavior.bubbleParent\">Titanium.UI.iOS.ViewAttachmentBehavior.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.ViewAttachmentBehavior.bubbleParent\">Titanium.UI.iOS.ViewAttachmentBehavior.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.ViewAttachmentBehavior.apiName\">Titanium.UI.iOS.ViewAttachmentBehavior.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.ViewAttachmentBehavior.apiName\">Titanium.UI.iOS.ViewAttachmentBehavior.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAnchorItem",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.ViewAttachmentBehavior.anchorItem\">Titanium.UI.iOS.ViewAttachmentBehavior.anchorItem</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.ViewAttachmentBehavior.anchorItem\">Titanium.UI.iOS.ViewAttachmentBehavior.anchorItem</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.View",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAnchorItem",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.ViewAttachmentBehavior.anchorItem\">Titanium.UI.iOS.ViewAttachmentBehavior.anchorItem</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.ViewAttachmentBehavior.anchorItem\">Titanium.UI.iOS.ViewAttachmentBehavior.anchorItem</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "anchorItem",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAnchorOffset",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.ViewAttachmentBehavior.anchorOffset\">Titanium.UI.iOS.ViewAttachmentBehavior.anchorOffset</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.ViewAttachmentBehavior.anchorOffset\">Titanium.UI.iOS.ViewAttachmentBehavior.anchorOffset</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAnchorOffset",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.ViewAttachmentBehavior.anchorOffset\">Titanium.UI.iOS.ViewAttachmentBehavior.anchorOffset</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.ViewAttachmentBehavior.anchorOffset\">Titanium.UI.iOS.ViewAttachmentBehavior.anchorOffset</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "anchorOffset",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getDamping",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.ViewAttachmentBehavior.damping\">Titanium.UI.iOS.ViewAttachmentBehavior.damping</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.ViewAttachmentBehavior.damping\">Titanium.UI.iOS.ViewAttachmentBehavior.damping</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setDamping",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.ViewAttachmentBehavior.damping\">Titanium.UI.iOS.ViewAttachmentBehavior.damping</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.ViewAttachmentBehavior.damping\">Titanium.UI.iOS.ViewAttachmentBehavior.damping</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "damping",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getDistance",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.ViewAttachmentBehavior.distance\">Titanium.UI.iOS.ViewAttachmentBehavior.distance</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.ViewAttachmentBehavior.distance\">Titanium.UI.iOS.ViewAttachmentBehavior.distance</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setDistance",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.ViewAttachmentBehavior.distance\">Titanium.UI.iOS.ViewAttachmentBehavior.distance</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.ViewAttachmentBehavior.distance\">Titanium.UI.iOS.ViewAttachmentBehavior.distance</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "distance",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getFrequency",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.ViewAttachmentBehavior.frequency\">Titanium.UI.iOS.ViewAttachmentBehavior.frequency</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.ViewAttachmentBehavior.frequency\">Titanium.UI.iOS.ViewAttachmentBehavior.frequency</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setFrequency",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.ViewAttachmentBehavior.frequency\">Titanium.UI.iOS.ViewAttachmentBehavior.frequency</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.ViewAttachmentBehavior.frequency\">Titanium.UI.iOS.ViewAttachmentBehavior.frequency</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "frequency",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getItem",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.ViewAttachmentBehavior.item\">Titanium.UI.iOS.ViewAttachmentBehavior.item</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.ViewAttachmentBehavior.item\">Titanium.UI.iOS.ViewAttachmentBehavior.item</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.View",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setItem",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.ViewAttachmentBehavior.item\">Titanium.UI.iOS.ViewAttachmentBehavior.item</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.ViewAttachmentBehavior.item\">Titanium.UI.iOS.ViewAttachmentBehavior.item</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "item",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getItemOffset",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.ViewAttachmentBehavior.itemOffset\">Titanium.UI.iOS.ViewAttachmentBehavior.itemOffset</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.ViewAttachmentBehavior.itemOffset\">Titanium.UI.iOS.ViewAttachmentBehavior.itemOffset</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setItemOffset",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.ViewAttachmentBehavior.itemOffset\">Titanium.UI.iOS.ViewAttachmentBehavior.itemOffset</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.ViewAttachmentBehavior.itemOffset\">Titanium.UI.iOS.ViewAttachmentBehavior.itemOffset</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "itemOffset",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": true,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "anchorItem",
                    "deprecated": false,
                    "description": "<p>Item to use as the anchor in this behavior.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "type": "Titanium.UI.View",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "anchorOffset",
                    "deprecated": false,
                    "description": "<p>Offset from the center point of the anchor item for the attachment.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "damping",
                    "deprecated": false,
                    "description": "<p>Amount of damping to apply to the attachment behavior.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "distance",
                    "deprecated": false,
                    "description": "<p>Distance, in points, between the two attachment points.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "frequency",
                    "deprecated": false,
                    "description": "<p>Frequency of oscillation for the behavior.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "item",
                    "deprecated": false,
                    "description": "<p>Item to connect to use the attachment behavior.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "type": "Titanium.UI.View",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "itemOffset",
                    "deprecated": false,
                    "description": "<p>Offset from the center point of the item for the attachment.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>A view attachment behavior creates a dynamic connection between two items. To define a view\nattachment behavior:</p>\n<ol>\n<li>Use the <a href=\"Titanium.UI.iOS.createViewAttachmentBehavior\">Titanium.UI.iOS.createViewAttachmentBehavior</a> method to create and define a behavior.</li>\n<li>Set the <a href=\"Titanium.UI.iOS.ViewAttachmentBehavior.anchorItem\">anchorItem</a> and\n<a href=\"Titanium.UI.iOS.ViewAttachmentBehavior.item\">item</a> properties.</li>\n<li>Add the behavior to the <a href=\"Titanium.UI.iOS.Animator\">Animator object</a>.</li>\n</ol>\n<p>To create a dynamic connection between an item and anchor point, use <a href=\"Titanium.UI.iOS.AnchorAttachmentBehavior\">Titanium.UI.iOS.AnchorAttachmentBehavior</a>.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "3.2"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "3.2"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.iOS.WebViewConfiguration",
            "description": "<p>A collection of properties used to initialize a web view.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.WebViewConfiguration.bubbleParent\">Titanium.UI.iOS.WebViewConfiguration.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.WebViewConfiguration.bubbleParent\">Titanium.UI.iOS.WebViewConfiguration.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.WebViewConfiguration.bubbleParent\">Titanium.UI.iOS.WebViewConfiguration.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.WebViewConfiguration.bubbleParent\">Titanium.UI.iOS.WebViewConfiguration.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.WebViewConfiguration.apiName\">Titanium.UI.iOS.WebViewConfiguration.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.WebViewConfiguration.apiName\">Titanium.UI.iOS.WebViewConfiguration.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPreferences",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.WebViewConfiguration.preferences\">Titanium.UI.iOS.WebViewConfiguration.preferences</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.WebViewConfiguration.preferences\">Titanium.UI.iOS.WebViewConfiguration.preferences</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "WebViewPreferencesObject",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setPreferences",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.WebViewConfiguration.preferences\">Titanium.UI.iOS.WebViewConfiguration.preferences</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.WebViewConfiguration.preferences\">Titanium.UI.iOS.WebViewConfiguration.preferences</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "preferences",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "WebViewPreferencesObject",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSelectionGranularity",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.WebViewConfiguration.selectionGranularity\">Titanium.UI.iOS.WebViewConfiguration.selectionGranularity</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.WebViewConfiguration.selectionGranularity\">Titanium.UI.iOS.WebViewConfiguration.selectionGranularity</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setSelectionGranularity",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.WebViewConfiguration.selectionGranularity\">Titanium.UI.iOS.WebViewConfiguration.selectionGranularity</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.WebViewConfiguration.selectionGranularity\">Titanium.UI.iOS.WebViewConfiguration.selectionGranularity</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "selectionGranularity",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getMediaTypesRequiringUserActionForPlayback",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.WebViewConfiguration.mediaTypesRequiringUserActionForPlayback\">Titanium.UI.iOS.WebViewConfiguration.mediaTypesRequiringUserActionForPlayback</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.WebViewConfiguration.mediaTypesRequiringUserActionForPlayback\">Titanium.UI.iOS.WebViewConfiguration.mediaTypesRequiringUserActionForPlayback</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setMediaTypesRequiringUserActionForPlayback",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.WebViewConfiguration.mediaTypesRequiringUserActionForPlayback\">Titanium.UI.iOS.WebViewConfiguration.mediaTypesRequiringUserActionForPlayback</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.WebViewConfiguration.mediaTypesRequiringUserActionForPlayback\">Titanium.UI.iOS.WebViewConfiguration.mediaTypesRequiringUserActionForPlayback</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "mediaTypesRequiringUserActionForPlayback",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSuppressesIncrementalRendering",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.WebViewConfiguration.suppressesIncrementalRendering\">Titanium.UI.iOS.WebViewConfiguration.suppressesIncrementalRendering</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.WebViewConfiguration.suppressesIncrementalRendering\">Titanium.UI.iOS.WebViewConfiguration.suppressesIncrementalRendering</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setSuppressesIncrementalRendering",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.WebViewConfiguration.suppressesIncrementalRendering\">Titanium.UI.iOS.WebViewConfiguration.suppressesIncrementalRendering</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.WebViewConfiguration.suppressesIncrementalRendering\">Titanium.UI.iOS.WebViewConfiguration.suppressesIncrementalRendering</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "suppressesIncrementalRendering",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAllowsInlineMediaPlayback",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.WebViewConfiguration.allowsInlineMediaPlayback\">Titanium.UI.iOS.WebViewConfiguration.allowsInlineMediaPlayback</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.WebViewConfiguration.allowsInlineMediaPlayback\">Titanium.UI.iOS.WebViewConfiguration.allowsInlineMediaPlayback</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAllowsInlineMediaPlayback",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.WebViewConfiguration.allowsInlineMediaPlayback\">Titanium.UI.iOS.WebViewConfiguration.allowsInlineMediaPlayback</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.WebViewConfiguration.allowsInlineMediaPlayback\">Titanium.UI.iOS.WebViewConfiguration.allowsInlineMediaPlayback</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "allowsInlineMediaPlayback",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAllowsAirPlayMediaPlayback",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.WebViewConfiguration.allowsAirPlayMediaPlayback\">Titanium.UI.iOS.WebViewConfiguration.allowsAirPlayMediaPlayback</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.WebViewConfiguration.allowsAirPlayMediaPlayback\">Titanium.UI.iOS.WebViewConfiguration.allowsAirPlayMediaPlayback</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAllowsAirPlayMediaPlayback",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.WebViewConfiguration.allowsAirPlayMediaPlayback\">Titanium.UI.iOS.WebViewConfiguration.allowsAirPlayMediaPlayback</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.WebViewConfiguration.allowsAirPlayMediaPlayback\">Titanium.UI.iOS.WebViewConfiguration.allowsAirPlayMediaPlayback</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "allowsAirPlayMediaPlayback",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAllowsPictureInPictureMediaPlayback",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.WebViewConfiguration.allowsPictureInPictureMediaPlayback\">Titanium.UI.iOS.WebViewConfiguration.allowsPictureInPictureMediaPlayback</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.WebViewConfiguration.allowsPictureInPictureMediaPlayback\">Titanium.UI.iOS.WebViewConfiguration.allowsPictureInPictureMediaPlayback</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAllowsPictureInPictureMediaPlayback",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.WebViewConfiguration.allowsPictureInPictureMediaPlayback\">Titanium.UI.iOS.WebViewConfiguration.allowsPictureInPictureMediaPlayback</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.WebViewConfiguration.allowsPictureInPictureMediaPlayback\">Titanium.UI.iOS.WebViewConfiguration.allowsPictureInPictureMediaPlayback</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "allowsPictureInPictureMediaPlayback",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getProcessPool",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.WebViewConfiguration.processPool\">Titanium.UI.iOS.WebViewConfiguration.processPool</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.WebViewConfiguration.processPool\">Titanium.UI.iOS.WebViewConfiguration.processPool</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.iOS.WebViewProcessPool",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setProcessPool",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.WebViewConfiguration.processPool\">Titanium.UI.iOS.WebViewConfiguration.processPool</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.WebViewConfiguration.processPool\">Titanium.UI.iOS.WebViewConfiguration.processPool</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "processPool",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.iOS.WebViewProcessPool",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": true,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "preferences",
                    "deprecated": false,
                    "description": "<p>The preference settings to be used by the web view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "WebViewPreferencesObject",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "selectionGranularity",
                    "deprecated": false,
                    "description": "<p>The level of granularity with which the user can interactively select content in the web view.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.iOS.SELECTION_GRANULARITY_DYNAMIC",
                        "Titanium.UI.iOS.SELECTION_GRANULARITY_CHARACTER"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "mediaTypesRequiringUserActionForPlayback",
                    "deprecated": false,
                    "description": "<p>Determines which media types require a user gesture to begin playing.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.iOS.AUDIOVISUAL_MEDIA_TYPE_NONE",
                        "Titanium.UI.iOS.AUDIOVISUAL_MEDIA_TYPE_AUDIO",
                        "Titanium.UI.iOS.AUDIOVISUAL_MEDIA_TYPE_VIDEO",
                        "Titanium.UI.iOS.AUDIOVISUAL_MEDIA_TYPE_ALL"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "suppressesIncrementalRendering",
                    "deprecated": false,
                    "description": "<p>A Boolean value indicating whether the web view suppresses content rendering until it is fully\nloaded into memory.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "allowsInlineMediaPlayback",
                    "deprecated": false,
                    "description": "<p>A Boolean value indicating whether HTML5 videos play inline or use the native full-screen controller.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "allowsAirPlayMediaPlayback",
                    "deprecated": false,
                    "description": "<p>A Boolean value indicating whether AirPlay is allowed.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "allowsPictureInPictureMediaPlayback",
                    "deprecated": false,
                    "description": "<p>A Boolean value indicating whether HTML5 videos can play picture-in-picture.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "processPool",
                    "deprecated": false,
                    "description": "<p>The process pool from which to obtain the  Web Content process of view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Titanium.UI.iOS.WebViewProcessPool",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>Use the <a href=\"Titanium.UI.iOS.createWebViewConfiguration\">Titanium.UI.iOS.createWebViewConfiguration</a> method to create and use as a parameter of <a href=\"Titanium.UI.WebView.configuration\">Titanium.UI.WebView.configuration</a>.\nUsing this you can determine how soon a webpage is rendered, how media playback is handled, the granularity of items that the\nuser can select, and many other options. This property can only be set when creating the webview and will be ignored when set afterwards.</p>\n<p>See the example section &quot;Usage of WebViewConfiguration with WebView in iOS&quot;.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "8.0.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "8.0.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "WebViewPreferencesObject",
            "description": "<p>The parameter passed to the <a href=\"Titanium.UI.iOS.WebViewConfiguration.preferences\">Titanium.UI.iOS.WebViewConfiguration.preferences</a> method.</p>",
            "deprecated": false,
            "events": [],
            "examples": [
                {
                    "title": "Usage of WebViewConfiguration with WebView in iOS",
                    "code": "<p>Creates a configuration object and use it as property of webview.</p>\n<pre><code>var config = Ti.UI.iOS.createWebViewConfiguration({ \n    allowsPictureInPictureMediaPlayback: true,\n    preferences: { \n        minimumFontSize : 20,\n    }, \n});\n\nvar webView = Ti.UI.createWebView({\n    configuration: config,\n    url: 'https://www.google.com'\n});\nvar window = Ti.UI.createWindow();\nwindow.add(webView);\nwindow.open();\n</code></pre>"
                }
            ],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "minimumFontSize",
                    "deprecated": false,
                    "description": "<p>The minimum font size in points.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "javaScriptEnabled",
                    "deprecated": false,
                    "description": "<p>A Boolean value indicating whether JavaScript is enabled.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "javaScriptCanOpenWindowsAutomatically",
                    "deprecated": false,
                    "description": "<p>A Boolean value indicating whether JavaScript can open windows without user interaction.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "8.0.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "8.0.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.iOS.WebViewDecisionHandler",
            "description": "<p>It represents the decision handler to tell to webview, whether allow or cancel the navigation.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "invoke",
                    "deprecated": false,
                    "description": "<p>It calls the decision handler with given action policy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "value",
                            "constants": [
                                "Titanium.UI.iOS.ACTION_POLICY_CANCEL",
                                "Titanium.UI.iOS.ACTION_POLICY_ALLOW"
                            ],
                            "description": "<p>Action policy passed to decision handle.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.WebViewDecisionHandler.bubbleParent\">Titanium.UI.iOS.WebViewDecisionHandler.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.WebViewDecisionHandler.bubbleParent\">Titanium.UI.iOS.WebViewDecisionHandler.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.WebViewDecisionHandler.bubbleParent\">Titanium.UI.iOS.WebViewDecisionHandler.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.WebViewDecisionHandler.bubbleParent\">Titanium.UI.iOS.WebViewDecisionHandler.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.WebViewDecisionHandler.apiName\">Titanium.UI.iOS.WebViewDecisionHandler.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.WebViewDecisionHandler.apiName\">Titanium.UI.iOS.WebViewDecisionHandler.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": true,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>Returned as the <code>handler</code> parameter of <a href=\"Titanium.UI.WebView.handleurl\">Titanium.UI.WebView.handleurl</a>.\nSee the example section &quot;Usage of allowedURLSchemes and handleurl in iOS&quot; inside <a href=\"Titanium.UI.WebView\">Titanium.UI.WebView</a> for usage.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "8.0.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "8.0.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.iOS.WebViewProcessPool",
            "description": "<p>It represents a pool of Web Content processes.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.WebViewProcessPool.bubbleParent\">Titanium.UI.iOS.WebViewProcessPool.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.WebViewProcessPool.bubbleParent\">Titanium.UI.iOS.WebViewProcessPool.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.WebViewProcessPool.bubbleParent\">Titanium.UI.iOS.WebViewProcessPool.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.WebViewProcessPool.bubbleParent\">Titanium.UI.iOS.WebViewProcessPool.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.WebViewProcessPool.apiName\">Titanium.UI.iOS.WebViewProcessPool.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.WebViewProcessPool.apiName\">Titanium.UI.iOS.WebViewProcessPool.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": true,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>The process pool associated with a web view is specified by its web view configuration. Each web view\nis given its own Web Content process until an implementation-defined process limit is reached; after that,\nweb views with the same process pool end up sharing Web Content processes. Process pools do not take arguments,\njust pass the same reference to multiple web views.</p>\n<p>E.g.</p>\n<p>var pool = Ti.UI.iOS.createWebViewProcessPool();</p>\n<p>var config1 = Ti.UI.iOS.createWebViewConfiguration({\nprocessPool: pool\n});</p>\n<p>var config2 = Ti.UI.iOS.createWebViewConfiguration({\nprocessPool: pool\n});</p>\n<p>var firstWebView = Ti.UI.createWebView({\ntop: 0,\nheight: 250,\nconfiguration: config1,\nurl: 'https://www.google.com'\n});\nvar secondWebView = Ti.UI.createWebView({\ntop: 250,\nconfiguration: config2,\nurl: 'https://www.apple.com/'\n});\nvar window = Ti.UI.createWindow();\nwindow.add(firstWebView);\nwindow.add(secondWebView);\nwindow.open();</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "8.0.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "8.0.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.iOS",
            "description": "<p>Apple iOS specific UI capabilities.  All properties, methods and events in this namespace will\nonly work on Apple iOS devices.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createLivePhotoBadge",
                    "deprecated": false,
                    "description": "<p>Creates a live photo badge to be used together with the\n<a href=\"Titanium.UI.iOS.LivePhotoView\">Titanium.UI.iOS.LivePhotoView</a> API.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "type",
                            "constants": [
                                "Titanium.UI.iOS.LIVEPHOTO_BADGE_OPTIONS_OVER_CONTENT",
                                "Titanium.UI.iOS.LIVEPHOTO_BADGE_OPTIONS_LIVE_OFF"
                            ],
                            "description": "<p>Constant defining the live photo badge behavior.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Blob",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "systemImage",
                    "deprecated": false,
                    "description": "<p>Get image from SF Symbols provided by Apple.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of SF Symbol.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Blob",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createAdView",
                    "deprecated": true,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.UI.iOS.AdView\">Titanium.UI.iOS.AdView</a>.\n<strong>Removed in 7.0.0. iAd has been deprecated in iOS 10 and SDK 5.5.0. It was removed as part of the SDK 7.0.0.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any defined by <a href=\"Titanium.UI.iOS.AdView\">Titanium.UI.iOS.AdView</a> except those marked not-creation or read-only.</p>",
                            "type": "Titanium.UI.iOS.AdView",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.iOS.AdView",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createAnchorAttachmentBehavior",
                    "deprecated": false,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.UI.iOS.AnchorAttachmentBehavior\">Titanium.UI.iOS.AnchorAttachmentBehavior</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any defined by <a href=\"Titanium.UI.iOS.AnchorAttachmentBehavior\">Titanium.UI.iOS.AnchorAttachmentBehavior</a> except those marked not-creation or read-only.</p>",
                            "type": "Titanium.UI.iOS.AnchorAttachmentBehavior",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.iOS.AnchorAttachmentBehavior",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createAnimator",
                    "deprecated": false,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.UI.iOS.Animator\">Titanium.UI.iOS.Animator</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any defined by <a href=\"Titanium.UI.iOS.Animator\">Titanium.UI.iOS.Animator</a> except those marked not-creation or read-only.</p>",
                            "type": "Titanium.UI.iOS.Animator",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.iOS.Animator",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createApplicationShortcuts",
                    "deprecated": false,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.UI.iOS.ApplicationShortcuts\">Titanium.UI.iOS.ApplicationShortcuts</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any defined by <a href=\"Titanium.UI.iOS.ApplicationShortcuts\">Titanium.UI.iOS.ApplicationShortcuts</a> except those marked not-creation or read-only.</p>",
                            "type": "Titanium.UI.iOS.ApplicationShortcuts",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.iOS.ApplicationShortcuts",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "createAttribute",
                    "deprecated": true,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.UI.iOS.Attribute\">Titanium.UI.iOS.Attribute</a>.\n<strong>Removed in 6.0.0. Use <a href=\"Attribute\">Attribute</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any defined by <a href=\"Titanium.UI.iOS.Attribute\">Titanium.UI.iOS.Attribute</a> except those marked not-creation or read-only.</p>",
                            "type": "Titanium.UI.iOS.Attribute",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.iOS.Attribute",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createAttributedString",
                    "deprecated": true,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.UI.iOS.AttributedString\">Titanium.UI.iOS.AttributedString</a>.\n<strong>Removed in 6.0.0. Use <a href=\"Titanium.UI.AttributedString\">Titanium.UI.AttributedString</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any defined by <a href=\"Titanium.UI.iOS.AttributedString\">Titanium.UI.iOS.AttributedString</a> except those marked not-creation or read-only.</p>",
                            "type": "Titanium.UI.iOS.AttributedString",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.iOS.AttributedString",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createBlurView",
                    "deprecated": false,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.UI.iOS.BlurView\">Titanium.UI.iOS.BlurView</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any defined by <a href=\"Titanium.UI.iOS.BlurView\">Titanium.UI.iOS.BlurView</a> except those marked not-creation or read-only.</p>",
                            "type": "Titanium.UI.iOS.BlurView",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.iOS.BlurView",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createCollisionBehavior",
                    "deprecated": false,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.UI.iOS.CollisionBehavior\">Titanium.UI.iOS.CollisionBehavior</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any defined by <a href=\"Titanium.UI.iOS.CollisionBehavior\">Titanium.UI.iOS.CollisionBehavior</a> except those marked not-creation or read-only.</p>",
                            "type": "Titanium.UI.iOS.CollisionBehavior",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.iOS.CollisionBehavior",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createCoverFlowView",
                    "deprecated": false,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.UI.iOS.CoverFlowView\">Titanium.UI.iOS.CoverFlowView</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any defined by <a href=\"Titanium.UI.iOS.CoverFlowView\">Titanium.UI.iOS.CoverFlowView</a> except those marked not-creation or read-only.</p>",
                            "type": "Titanium.UI.iOS.CoverFlowView",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.iOS.CoverFlowView",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createDocumentViewer",
                    "deprecated": false,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.UI.iOS.DocumentViewer\">Titanium.UI.iOS.DocumentViewer</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any defined by <a href=\"Titanium.UI.iOS.DocumentViewer\">Titanium.UI.iOS.DocumentViewer</a> except those marked not-creation or read-only.</p>",
                            "type": "Titanium.UI.iOS.DocumentViewer",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.iOS.DocumentViewer",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.1"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.1"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createDynamicItemBehavior",
                    "deprecated": false,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.UI.iOS.DynamicItemBehavior\">Titanium.UI.iOS.DynamicItemBehavior</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any defined by <a href=\"Titanium.UI.iOS.DynamicItemBehavior\">Titanium.UI.iOS.DynamicItemBehavior</a> except those marked not-creation or read-only.</p>",
                            "type": "Titanium.UI.iOS.DynamicItemBehavior",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.iOS.DynamicItemBehavior",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createFeedbackGenerator",
                    "deprecated": false,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.UI.iOS.FeedbackGenerator\">Titanium.UI.iOS.FeedbackGenerator</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any defined by <a href=\"Titanium.UI.iOS.FeedbackGenerator\">Titanium.UI.iOS.FeedbackGenerator</a> except those marked not-creation or read-only.</p>",
                            "type": "Titanium.UI.iOS.FeedbackGenerator",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.iOS.FeedbackGenerator",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "createGravityBehavior",
                    "deprecated": false,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.UI.iOS.GravityBehavior\">Titanium.UI.iOS.GravityBehavior</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any defined by <a href=\"Titanium.UI.iOS.GravityBehavior\">Titanium.UI.iOS.GravityBehavior</a> except those marked not-creation or read-only.</p>",
                            "type": "Titanium.UI.iOS.GravityBehavior",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.iOS.GravityBehavior",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createLivePhotoView",
                    "deprecated": false,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.UI.iOS.LivePhotoView\">Titanium.UI.iOS.LivePhotoView</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any defined by <a href=\"Titanium.UI.iOS.LivePhotoView\">Titanium.UI.iOS.LivePhotoView</a> except those marked not-creation or read-only.</p>",
                            "type": "Titanium.UI.iOS.LivePhotoView",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.iOS.LivePhotoView",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createMenuPopup",
                    "deprecated": false,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.UI.iOS.MenuPopup\">Titanium.UI.iOS.MenuPopup</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any defined by <a href=\"Titanium.UI.iOS.MenuPopup\">Titanium.UI.iOS.MenuPopup</a> except those marked not-creation or read-only.</p>",
                            "type": "Titanium.UI.iOS.MenuPopup",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.iOS.MenuPopup",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createNavigationWindow",
                    "deprecated": true,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.UI.iOS.NavigationWindow\">Titanium.UI.iOS.NavigationWindow</a>.\n<strong>Deprecated since 8.0.0. Use <a href=\"Titanium.UI.NavigationWindow\">Titanium.UI.NavigationWindow</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any defined by <a href=\"Titanium.UI.iOS.NavigationWindow\">Titanium.UI.iOS.NavigationWindow</a> except those marked not-creation or read-only.</p>",
                            "type": "Titanium.UI.iOS.NavigationWindow",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.iOS.NavigationWindow",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createPreviewAction",
                    "deprecated": false,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.UI.iOS.PreviewAction\">Titanium.UI.iOS.PreviewAction</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any defined by <a href=\"Titanium.UI.iOS.PreviewAction\">Titanium.UI.iOS.PreviewAction</a> except those marked not-creation or read-only.</p>",
                            "type": "Titanium.UI.iOS.PreviewAction",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.iOS.PreviewAction",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "createPreviewActionGroup",
                    "deprecated": false,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.UI.iOS.PreviewActionGroup\">Titanium.UI.iOS.PreviewActionGroup</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any defined by <a href=\"Titanium.UI.iOS.PreviewActionGroup\">Titanium.UI.iOS.PreviewActionGroup</a> except those marked not-creation or read-only.</p>",
                            "type": "Titanium.UI.iOS.PreviewActionGroup",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.iOS.PreviewActionGroup",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "createPreviewContext",
                    "deprecated": false,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.UI.iOS.PreviewContext\">Titanium.UI.iOS.PreviewContext</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any defined by <a href=\"Titanium.UI.iOS.PreviewContext\">Titanium.UI.iOS.PreviewContext</a> except those marked not-creation or read-only.</p>",
                            "type": "Titanium.UI.iOS.PreviewContext",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.iOS.PreviewContext",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "createPushBehavior",
                    "deprecated": false,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.UI.iOS.PushBehavior\">Titanium.UI.iOS.PushBehavior</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any defined by <a href=\"Titanium.UI.iOS.PushBehavior\">Titanium.UI.iOS.PushBehavior</a> except those marked not-creation or read-only.</p>",
                            "type": "Titanium.UI.iOS.PushBehavior",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.iOS.PushBehavior",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createSnapBehavior",
                    "deprecated": false,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.UI.iOS.SnapBehavior\">Titanium.UI.iOS.SnapBehavior</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any defined by <a href=\"Titanium.UI.iOS.SnapBehavior\">Titanium.UI.iOS.SnapBehavior</a> except those marked not-creation or read-only.</p>",
                            "type": "Titanium.UI.iOS.SnapBehavior",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.iOS.SnapBehavior",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createSplitWindow",
                    "deprecated": false,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.UI.iOS.SplitWindow\">Titanium.UI.iOS.SplitWindow</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any defined by <a href=\"Titanium.UI.iOS.SplitWindow\">Titanium.UI.iOS.SplitWindow</a> except those marked not-creation or read-only.</p>",
                            "type": "Titanium.UI.iOS.SplitWindow",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.iOS.SplitWindow",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.6.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createStepper",
                    "deprecated": false,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.UI.iOS.Stepper\">Titanium.UI.iOS.Stepper</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any defined by <a href=\"Titanium.UI.iOS.Stepper\">Titanium.UI.iOS.Stepper</a> except those marked not-creation or read-only.</p>",
                            "type": "Titanium.UI.iOS.Stepper",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.iOS.Stepper",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createSystemButton",
                    "deprecated": false,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.UI.iOS.SystemButton\">Titanium.UI.iOS.SystemButton</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any defined by <a href=\"Titanium.UI.iOS.SystemButton\">Titanium.UI.iOS.SystemButton</a> except those marked not-creation or read-only.</p>",
                            "type": "Titanium.UI.iOS.SystemButton",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.iOS.SystemButton",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createTabbedBar",
                    "deprecated": true,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.UI.iOS.TabbedBar\">Titanium.UI.iOS.TabbedBar</a>.\n<strong>Deprecated since 8.0.0. Use <a href=\"Titanium.UI.TabbedBar\">Titanium.UI.TabbedBar</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any defined by <a href=\"Titanium.UI.iOS.TabbedBar\">Titanium.UI.iOS.TabbedBar</a> except those marked not-creation or read-only.</p>",
                            "type": "Titanium.UI.iOS.TabbedBar",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.iOS.TabbedBar",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createToolbar",
                    "deprecated": true,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.UI.iOS.Toolbar\">Titanium.UI.iOS.Toolbar</a>.\n<strong>Deprecated since 6.2.0. Use the cross-platform <a href=\"Titanium.UI.Toolbar\">Titanium.UI.Toolbar</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any defined by <a href=\"Titanium.UI.iOS.Toolbar\">Titanium.UI.iOS.Toolbar</a> except those marked not-creation or read-only.</p>",
                            "type": "Titanium.UI.iOS.Toolbar",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.iOS.Toolbar",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createTransitionAnimation",
                    "deprecated": false,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.UI.iOS.TransitionAnimation\">Titanium.UI.iOS.TransitionAnimation</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any defined by <a href=\"Titanium.UI.iOS.TransitionAnimation\">Titanium.UI.iOS.TransitionAnimation</a> except those marked not-creation or read-only.</p>",
                            "type": "Titanium.UI.iOS.TransitionAnimation",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.iOS.TransitionAnimation",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createViewAttachmentBehavior",
                    "deprecated": false,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.UI.iOS.ViewAttachmentBehavior\">Titanium.UI.iOS.ViewAttachmentBehavior</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any defined by <a href=\"Titanium.UI.iOS.ViewAttachmentBehavior\">Titanium.UI.iOS.ViewAttachmentBehavior</a> except those marked not-creation or read-only.</p>",
                            "type": "Titanium.UI.iOS.ViewAttachmentBehavior",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.iOS.ViewAttachmentBehavior",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createWebViewConfiguration",
                    "deprecated": false,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.UI.iOS.WebViewConfiguration\">Titanium.UI.iOS.WebViewConfiguration</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any defined by <a href=\"Titanium.UI.iOS.WebViewConfiguration\">Titanium.UI.iOS.WebViewConfiguration</a> except those marked not-creation or read-only.</p>",
                            "type": "Titanium.UI.iOS.WebViewConfiguration",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.iOS.WebViewConfiguration",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createWebViewDecisionHandler",
                    "deprecated": false,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.UI.iOS.WebViewDecisionHandler\">Titanium.UI.iOS.WebViewDecisionHandler</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any defined by <a href=\"Titanium.UI.iOS.WebViewDecisionHandler\">Titanium.UI.iOS.WebViewDecisionHandler</a> except those marked not-creation or read-only.</p>",
                            "type": "Titanium.UI.iOS.WebViewDecisionHandler",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.iOS.WebViewDecisionHandler",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createWebViewProcessPool",
                    "deprecated": false,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.UI.iOS.WebViewProcessPool\">Titanium.UI.iOS.WebViewProcessPool</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any defined by <a href=\"Titanium.UI.iOS.WebViewProcessPool\">Titanium.UI.iOS.WebViewProcessPool</a> except those marked not-creation or read-only.</p>",
                            "type": "Titanium.UI.iOS.WebViewProcessPool",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.iOS.WebViewProcessPool",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.bubbleParent\">Titanium.UI.iOS.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.bubbleParent\">Titanium.UI.iOS.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.bubbleParent\">Titanium.UI.iOS.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.bubbleParent\">Titanium.UI.iOS.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.apiName\">Titanium.UI.iOS.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.apiName\">Titanium.UI.iOS.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getForceTouchSupported",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.forceTouchSupported\">Titanium.UI.iOS.forceTouchSupported</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.forceTouchSupported\">Titanium.UI.iOS.forceTouchSupported</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setMODAL_PRESENTATION_CURRENT_CONTEXT",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.MODAL_PRESENTATION_CURRENT_CONTEXT\">Titanium.UI.iOS.MODAL_PRESENTATION_CURRENT_CONTEXT</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.MODAL_PRESENTATION_CURRENT_CONTEXT\">Titanium.UI.iOS.MODAL_PRESENTATION_CURRENT_CONTEXT</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "MODAL_PRESENTATION_CURRENT_CONTEXT",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setMODAL_PRESENTATION_OVER_CURRENT_CONTEXT",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.MODAL_PRESENTATION_OVER_CURRENT_CONTEXT\">Titanium.UI.iOS.MODAL_PRESENTATION_OVER_CURRENT_CONTEXT</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.MODAL_PRESENTATION_OVER_CURRENT_CONTEXT\">Titanium.UI.iOS.MODAL_PRESENTATION_OVER_CURRENT_CONTEXT</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "MODAL_PRESENTATION_OVER_CURRENT_CONTEXT",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setMODAL_PRESENTATION_OVER_CURRENT_FULL_SCREEN",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.MODAL_PRESENTATION_OVER_CURRENT_FULL_SCREEN\">Titanium.UI.iOS.MODAL_PRESENTATION_OVER_CURRENT_FULL_SCREEN</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.MODAL_PRESENTATION_OVER_CURRENT_FULL_SCREEN\">Titanium.UI.iOS.MODAL_PRESENTATION_OVER_CURRENT_FULL_SCREEN</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "MODAL_PRESENTATION_OVER_CURRENT_FULL_SCREEN",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAppBadge",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.appBadge\">Titanium.UI.iOS.appBadge</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.appBadge\">Titanium.UI.iOS.appBadge</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAppBadge",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.appBadge\">Titanium.UI.iOS.appBadge</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.appBadge\">Titanium.UI.iOS.appBadge</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "appBadge",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAppSupportsShakeToEdit",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.appSupportsShakeToEdit\">Titanium.UI.iOS.appSupportsShakeToEdit</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.appSupportsShakeToEdit\">Titanium.UI.iOS.appSupportsShakeToEdit</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAppSupportsShakeToEdit",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.appSupportsShakeToEdit\">Titanium.UI.iOS.appSupportsShakeToEdit</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.appSupportsShakeToEdit\">Titanium.UI.iOS.appSupportsShakeToEdit</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "appSupportsShakeToEdit",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getStatusBarBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iOS.statusBarBackgroundColor\">Titanium.UI.iOS.statusBarBackgroundColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iOS.statusBarBackgroundColor\">Titanium.UI.iOS.statusBarBackgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setStatusBarBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iOS.statusBarBackgroundColor\">Titanium.UI.iOS.statusBarBackgroundColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iOS.statusBarBackgroundColor\">Titanium.UI.iOS.statusBarBackgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "statusBarBackgroundColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Module",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "LARGE_TITLE_DISPLAY_MODE_AUTOMATIC",
                    "deprecated": false,
                    "description": "<p>Automatically use the large out-of-line title based on the state of the p\nrevious item in the navigation bar.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "LARGE_TITLE_DISPLAY_MODE_ALWAYS",
                    "deprecated": false,
                    "description": "<p>Always use a larger title when this item is top most.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "LARGE_TITLE_DISPLAY_MODE_NEVER",
                    "deprecated": false,
                    "description": "<p>Never use a larger title when this item is top most.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "LIVEPHOTO_BADGE_OPTIONS_OVER_CONTENT",
                    "deprecated": false,
                    "description": "<p>Include treatments so this image can be shown directly over the content\nof the Live Photo.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "LIVEPHOTO_BADGE_OPTIONS_LIVE_OFF",
                    "deprecated": false,
                    "description": "<p>To indicate that the Live Photo aspect is turned off and it will\nbe treated as a still (e.g. for sharing).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ANIMATION_CURVE_EASE_IN",
                    "deprecated": true,
                    "description": "<p>Use with <a href=\"Titanium.UI.Animation.curve\">Animation.curve</a> to specify an animation that starts\nslowly and speeds up.\n<strong>Removed in 6.0.0. Use <a href=\"Titanium.UI.ANIMATION_CURVE_EASE_IN\">Titanium.UI.ANIMATION_CURVE_EASE_IN</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ANIMATION_CURVE_EASE_IN_OUT",
                    "deprecated": true,
                    "description": "<p>Use with <a href=\"Titanium.UI.Animation.curve\">Animation.curve</a> to specify an animation that starts\nslowly, and speeds up, then slows down at the end of the animation.\n<strong>Removed in 6.0.0. Use <a href=\"Titanium.UI.ANIMATION_CURVE_EASE_IN_OUT\">Titanium.UI.ANIMATION_CURVE_EASE_IN_OUT</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ANIMATION_CURVE_EASE_OUT",
                    "deprecated": true,
                    "description": "<p>Use with <a href=\"Titanium.UI.Animation.curve\">Animation.curve</a> to specify an animation that starts\nquickly, then slows down at the end of the animation.\n<strong>Removed in 6.0.0. Use <a href=\"Titanium.UI.ANIMATION_CURVE_EASE_OUT\">Titanium.UI.ANIMATION_CURVE_EASE_OUT</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ANIMATION_CURVE_LINEAR",
                    "deprecated": true,
                    "description": "<p>Use with <a href=\"Titanium.UI.Animation.curve\">Animation.curve</a> to specify an animation that proceeds\nat a constant rate.\n<strong>Removed in 6.0.0. Use <a href=\"Titanium.UI.ANIMATION_CURVE_LINEAR\">Titanium.UI.ANIMATION_CURVE_LINEAR</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ATTRIBUTE_FONT",
                    "deprecated": true,
                    "description": "<p>Use with <a href=\"Attribute.type\">Attribute.type</a> to specify a font.\n<strong>Removed in 6.0.0. Use the <a href=\"Titanium.UI.ATTRIBUTE_FONT\">Titanium.UI.ATTRIBUTE_FONT</a> constant instead (without the iOS namespace).</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ATTRIBUTE_FOREGROUND_COLOR",
                    "deprecated": true,
                    "description": "<p>Use with <a href=\"Attribute.type\">Attribute.type</a> to specify a font color.\n<strong>Removed in 6.0.0. Use the <a href=\"Titanium.UI.ATTRIBUTE_FOREGROUND_COLOR\">Titanium.UI.ATTRIBUTE_FOREGROUND_COLOR</a> constant instead (without the iOS namespace).</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ATTRIBUTE_BACKGROUND_COLOR",
                    "deprecated": true,
                    "description": "<p>Use with <a href=\"Attribute.type\">Attribute.type</a> to specify a background color.\n<strong>Removed in 6.0.0. Use the <a href=\"Titanium.UI.ATTRIBUTE_BACKGROUND_COLOR\">Titanium.UI.ATTRIBUTE_BACKGROUND_COLOR</a> constant instead (without the iOS namespace).</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ATTRIBUTE_LIGATURE",
                    "deprecated": true,
                    "description": "<p>Use with <a href=\"Attribute.type\">Attribute.type</a> to enable or disable ligatures.\n<strong>Removed in 6.0.0. Use the <a href=\"Titanium.UI.ATTRIBUTE_LIGATURE\">Titanium.UI.ATTRIBUTE_LIGATURE</a> constant instead (without the iOS namespace).</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ATTRIBUTE_LETTERPRESS_STYLE",
                    "deprecated": true,
                    "description": "<p>Use with <a href=\"Attribute.value\">Attribute.value</a> to use a letterpress text effect.\n<strong>Removed in 6.0.0. Use the <a href=\"Titanium.UI.ATTRIBUTE_LETTERPRESS_STYLE\">Titanium.UI.ATTRIBUTE_LETTERPRESS_STYLE</a> constant instead (without the iOS namespace).</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ATTRIBUTE_KERN",
                    "deprecated": true,
                    "description": "<p>Use with <a href=\"Attribute.type\">Attribute.type</a> to specify kerning (space between characters).\n<strong>Removed in 6.0.0. Use the <a href=\"Titanium.UI.ATTRIBUTE_KERN\">Titanium.UI.ATTRIBUTE_KERN</a> constant instead (without the iOS namespace).</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ATTRIBUTE_STRIKETHROUGH_STYLE",
                    "deprecated": true,
                    "description": "<p>Use with <a href=\"Attribute.type\">Attribute.type</a> to place a horizontal line through the text.\n<strong>Removed in 6.0.0. Use the <a href=\"Titanium.UI.ATTRIBUTE_STRIKETHROUGH_STYLE\">Titanium.UI.ATTRIBUTE_STRIKETHROUGH_STYLE</a> constant instead (without the iOS namespace).</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ATTRIBUTE_UNDERLINES_STYLE",
                    "deprecated": true,
                    "description": "<p>Use with <a href=\"Attribute.type\">Attribute.type</a> to place a horizontal line under the text.\n<strong>Removed in 6.0.0. Use the <a href=\"Titanium.UI.ATTRIBUTE_UNDERLINES_STYLE\">Titanium.UI.ATTRIBUTE_UNDERLINES_STYLE</a> constant instead (without the iOS namespace).</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ATTRIBUTE_STROKE_COLOR",
                    "deprecated": true,
                    "description": "<p>Use with <a href=\"Attribute.type\">Attribute.type</a> to specify a color for the stroke text.\n<strong>Removed in 6.0.0. Use the <a href=\"Titanium.UI.ATTRIBUTE_STROKE_COLOR\">Titanium.UI.ATTRIBUTE_STROKE_COLOR</a> constant instead (without the iOS namespace).</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ATTRIBUTE_STROKE_WIDTH",
                    "deprecated": true,
                    "description": "<p>Use with <a href=\"Attribute.type\">Attribute.type</a> to specify the width of the stroke text.\n<strong>Removed in 6.0.0. Use the <a href=\"Titanium.UI.ATTRIBUTE_STROKE_WIDTH\">Titanium.UI.ATTRIBUTE_STROKE_WIDTH</a> constant instead (without the iOS namespace).</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ATTRIBUTE_SHADOW",
                    "deprecated": true,
                    "description": "<p>Use with <a href=\"Attribute.type\">Attribute.type</a> to display a shadow behind the text.\n<strong>Removed in 6.0.0. Use the <a href=\"Titanium.UI.ATTRIBUTE_SHADOW\">Titanium.UI.ATTRIBUTE_SHADOW</a> constant instead (without the iOS namespace).</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ATTRIBUTE_WRITING_DIRECTION",
                    "deprecated": true,
                    "description": "<p>Use with <a href=\"Attribute.type\">Attribute.type</a> to control the direction of the text.\n<strong>Removed in 6.0.0. Use the <a href=\"Titanium.UI.ATTRIBUTE_WRITING_DIRECTION\">Titanium.UI.ATTRIBUTE_WRITING_DIRECTION</a> constant instead (without the iOS namespace).</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ATTRIBUTE_TEXT_EFFECT",
                    "deprecated": true,
                    "description": "<p>Use with <a href=\"Attribute.type\">Attribute.type</a> to apply a text effect.\n<strong>Removed in 6.0.0. Use the <a href=\"Titanium.UI.ATTRIBUTE_TEXT_EFFECT\">Titanium.UI.ATTRIBUTE_TEXT_EFFECT</a> constant instead (without the iOS namespace).</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ATTRIBUTE_LINK",
                    "deprecated": true,
                    "description": "<p>Use with <a href=\"Attribute.type\">Attribute.type</a> to create a link.\n<strong>Removed in 6.0.0. Use the <a href=\"Titanium.UI.ATTRIBUTE_LINK\">Titanium.UI.ATTRIBUTE_LINK</a> constant instead (without the iOS namespace).</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ATTRIBUTE_BASELINE_OFFSET",
                    "deprecated": true,
                    "description": "<p>Use with <a href=\"Attribute.type\">Attribute.type</a> to apply a different baseline to the text.\n<strong>Removed in 6.0.0. Use the <a href=\"Titanium.UI.ATTRIBUTE_BASELINE_OFFSET\">Titanium.UI.ATTRIBUTE_BASELINE_OFFSET</a> constant instead (without the iOS namespace).</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ATTRIBUTE_UNDERLINE_COLOR",
                    "deprecated": true,
                    "description": "<p>Use with <a href=\"Attribute.type\">Attribute.type</a> to change the color of the horizontal line.\n<strong>Removed in 6.0.0. Use the <a href=\"Titanium.UI.ATTRIBUTE_UNDERLINE_COLOR\">Titanium.UI.ATTRIBUTE_UNDERLINE_COLOR</a> constant instead (without the iOS namespace).</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ATTRIBUTE_STRIKETHROUGH_COLOR",
                    "deprecated": true,
                    "description": "<p>Use with <a href=\"Attribute.type\">Attribute.type</a> to change the color of the horizontal line.\n<strong>Removed in 6.0.0. Use the <a href=\"Titanium.UI.ATTRIBUTE_STRIKETHROUGH_COLOR\">Titanium.UI.ATTRIBUTE_STRIKETHROUGH_COLOR</a> constant instead (without the iOS namespace).</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ATTRIBUTE_OBLIQUENESS",
                    "deprecated": true,
                    "description": "<p>Use with <a href=\"Attribute.type\">Attribute.type</a> to skew the text.\n<strong>Removed in 6.0.0. Use the <a href=\"Titanium.UI.ATTRIBUTE_OBLIQUENESS\">Titanium.UI.ATTRIBUTE_OBLIQUENESS</a> constant instead (without the iOS namespace).</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ATTRIBUTE_EXPANSION",
                    "deprecated": true,
                    "description": "<p>Use with <a href=\"Attribute.type\">Attribute.type</a> to stretch the text horizontally.\n<strong>Removed in 6.0.0. Use the <a href=\"Titanium.UI.ATTRIBUTE_EXPANSION\">Titanium.UI.ATTRIBUTE_EXPANSION</a> constant instead (without the iOS namespace).</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ATTRIBUTE_UNDERLINE_STYLE_NONE",
                    "deprecated": true,
                    "description": "<p>Use with <a href=\"Attribute.value\">Attribute.value</a> to not draw a line.\n<strong>Removed in 6.0.0. Use the <a href=\"Titanium.UI.ATTRIBUTE_UNDERLINE_STYLE_NONE\">Titanium.UI.ATTRIBUTE_UNDERLINE_STYLE_NONE</a> constant instead (without the iOS namespace).</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ATTRIBUTE_UNDERLINE_STYLE_SINGLE",
                    "deprecated": true,
                    "description": "<p>Use with <a href=\"Attribute.value\">Attribute.value</a> to draw a single line.\n<strong>Removed in 6.0.0. Use the <a href=\"Titanium.UI.ATTRIBUTE_UNDERLINE_STYLE_SINGLE\">Titanium.UI.ATTRIBUTE_UNDERLINE_STYLE_SINGLE</a> constant instead (without the iOS namespace).</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ATTRIBUTE_UNDERLINE_STYLE_THICK",
                    "deprecated": true,
                    "description": "<p>Use with <a href=\"Attribute.value\">Attribute.value</a> to draw a thick line.\n<strong>Removed in 6.0.0. Use the <a href=\"Titanium.UI.ATTRIBUTE_UNDERLINE_STYLE_THICK\">Titanium.UI.ATTRIBUTE_UNDERLINE_STYLE_THICK</a> constant instead (without the iOS namespace).</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ATTRIBUTE_UNDERLINE_STYLE_DOUBLE",
                    "deprecated": true,
                    "description": "<p>Use with <a href=\"Attribute.value\">Attribute.value</a> to draw a double line.\n<strong>Removed in 6.0.0. Use the <a href=\"Titanium.UI.ATTRIBUTE_UNDERLINE_STYLE_DOUBLE\">Titanium.UI.ATTRIBUTE_UNDERLINE_STYLE_DOUBLE</a> constant instead (without the iOS namespace).</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ATTRIBUTE_UNDERLINE_PATTERN_SOLID",
                    "deprecated": true,
                    "description": "<p>Use with <a href=\"Attribute.value\">Attribute.value</a> to draw a solid line.\n<strong>Removed in 6.0.0. Use the <a href=\"Titanium.UI.ATTRIBUTE_UNDERLINE_PATTERN_SOLID\">Titanium.UI.ATTRIBUTE_UNDERLINE_PATTERN_SOLID</a> constant instead (without the iOS namespace).</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ATTRIBUTE_UNDERLINE_PATTERN_DOT",
                    "deprecated": true,
                    "description": "<p>Use with <a href=\"Attribute.value\">Attribute.value</a> to draw a dotted line.\n<strong>Removed in 6.0.0. Use the <a href=\"Titanium.UI.ATTRIBUTE_UNDERLINE_PATTERN_DOT\">Titanium.UI.ATTRIBUTE_UNDERLINE_PATTERN_DOT</a> constant instead (without the iOS namespace).</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ATTRIBUTE_UNDERLINE_PATTERN_DASH",
                    "deprecated": true,
                    "description": "<p>Use with <a href=\"Attribute.value\">Attribute.value</a> to draw a dashed line.\n<strong>Removed in 6.0.0. Use the <a href=\"Titanium.UI.ATTRIBUTE_UNDERLINE_PATTERN_DASH\">Titanium.UI.ATTRIBUTE_UNDERLINE_PATTERN_DASH</a> constant instead (without the iOS namespace).</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ATTRIBUTE_UNDERLINE_PATTERN_DASH_DOT",
                    "deprecated": true,
                    "description": "<p>Use with <a href=\"Attribute.value\">Attribute.value</a> to draw an alternating line of dashes and dots.\n<strong>Removed in 6.0.0. Use the <a href=\"Titanium.UI.ATTRIBUTE_UNDERLINE_PATTERN_DASH_DOT\">Titanium.UI.ATTRIBUTE_UNDERLINE_PATTERN_DASH_DOT</a> constant instead (without the iOS namespace).</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ATTRIBUTE_UNDERLINE_PATTERN_DASH_DOT_DOT",
                    "deprecated": true,
                    "description": "<p>Use with <a href=\"Attribute.value\">Attribute.value</a> to draw an alternating line of dashes and two dots.\n<strong>Removed in 6.0.0. Use the <a href=\"Titanium.UI.ATTRIBUTE_UNDERLINE_PATTERN_DASH_DOT_DOT\">Titanium.UI.ATTRIBUTE_UNDERLINE_PATTERN_DASH_DOT_DOT</a> constant instead (without the iOS namespace).</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ATTRIBUTE_UNDERLINE_BY_WORD",
                    "deprecated": true,
                    "description": "<p>Use with <a href=\"Attribute.value\">Attribute.value</a> to draw a line only underneath or through words.\n<strong>Removed in 6.0.0. Use the <a href=\"Titanium.UI.ATTRIBUTE_UNDERLINE_BY_WORD\">Titanium.UI.ATTRIBUTE_UNDERLINE_BY_WORD</a> constant instead (without the iOS namespace).</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ATTRIBUTE_WRITING_DIRECTION_EMBEDDING",
                    "deprecated": true,
                    "description": "<p>Use with <a href=\"Attribute.value\">Attribute.value</a> to use the embedded text direction.\n<strong>Removed in 6.0.0. Use the <a href=\"Titanium.UI.ATTRIBUTE_WRITING_DIRECTION_EMBEDDING\">Titanium.UI.ATTRIBUTE_WRITING_DIRECTION_EMBEDDING</a> constant instead (without the iOS namespace).</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ATTRIBUTE_WRITING_DIRECTION_OVERRIDE",
                    "deprecated": true,
                    "description": "<p>Use with <a href=\"Attribute.value\">Attribute.value</a> to override the text direction.\n<strong>Removed in 6.0.0. Use the <a href=\"Titanium.UI.ATTRIBUTE_WRITING_DIRECTION_OVERRIDE\">Titanium.UI.ATTRIBUTE_WRITING_DIRECTION_OVERRIDE</a> constant instead (without the iOS namespace).</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ATTRIBUTE_WRITING_DIRECTION_NATURAL",
                    "deprecated": true,
                    "description": "<p>Use with <a href=\"Attribute.value\">Attribute.value</a> to use the\n<a href=\"http://www.unicode.org/reports/tr9/#The_Paragraph_Level\">Unicode Bidirection Algorithm rules P2 and P3</a>\nto determine which direction to use.\n<strong>Removed in 6.0.0. Use the <a href=\"Titanium.UI.ATTRIBUTE_WRITING_DIRECTION_NATURAL\">Titanium.UI.ATTRIBUTE_WRITING_DIRECTION_NATURAL</a> constant instead (without the iOS namespace).</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ATTRIBUTE_WRITING_DIRECTION_LEFT_TO_RIGHT",
                    "deprecated": true,
                    "description": "<p>Use with <a href=\"Attribute.value\">Attribute.value</a> to write text left to right.\n<strong>Removed in 6.0.0. Use the <a href=\"Titanium.UI.ATTRIBUTE_WRITING_DIRECTION_LEFT_TO_RIGHT\">Titanium.UI.ATTRIBUTE_WRITING_DIRECTION_LEFT_TO_RIGHT</a> constant instead (without the iOS namespace).</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ATTRIBUTE_WRITING_DIRECTION_RIGHT_TO_LEFT",
                    "deprecated": true,
                    "description": "<p>Use with <a href=\"Attribute.value\">Attribute.value</a> to write text right to left.\n<strong>Removed in 6.0.0. Use the <a href=\"Titanium.UI.ATTRIBUTE_WRITING_DIRECTION_RIGHT_TO_LEFT\">Titanium.UI.ATTRIBUTE_WRITING_DIRECTION_RIGHT_TO_LEFT</a> constant instead (without the iOS namespace).</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUTODETECT_ADDRESS",
                    "deprecated": true,
                    "description": "<p>Converts strings formatted as addresses into clickable links. <strong>Removed in 6.0.0. Use <a href=\"Titanium.UI.AUTOLINK_MAP_ADDRESSES\">Titanium.UI.AUTOLINK_MAP_ADDRESSES</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUTODETECT_ALL",
                    "deprecated": true,
                    "description": "<p>Converts all detectable types of data into clickable links. <strong>Removed in 6.0.0. Use <a href=\"Titanium.UI.AUTOLINK_ALL\">Titanium.UI.AUTOLINK_ALL</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUTODETECT_CALENDAR",
                    "deprecated": true,
                    "description": "<p>Converts strings formatted as calendar events into clickable links. <strong>Removed in 6.0.0. Use <a href=\"Titanium.UI.AUTOLINK_CALENDAR\">Titanium.UI.AUTOLINK_CALENDAR</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUTODETECT_LINK",
                    "deprecated": true,
                    "description": "<p>Converts strings formatted as URLs into clickable links. <strong>Removed in 6.0.0. Use <a href=\"Titanium.UI.AUTOLINK_URLS\">Titanium.UI.AUTOLINK_URLS</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUTODETECT_NONE",
                    "deprecated": true,
                    "description": "<p>Disables converting strings into clickable links. <strong>Removed in 6.0.0. Use <a href=\"Titanium.UI.AUTOLINK_NONE\">Titanium.UI.AUTOLINK_NONE</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUTODETECT_PHONE",
                    "deprecated": true,
                    "description": "<p>Converts strings formatted as phone numbers into clickable links. <strong>Removed in 6.0.0. Use <a href=\"Titanium.UI.AUTOLINK_PHONE_NUMBERS\">Titanium.UI.AUTOLINK_PHONE_NUMBERS</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "BLEND_MODE_CLEAR",
                    "deprecated": true,
                    "description": "<p>Use with <a href=\"Titanium.UI.MaskedImage.mode\">MaskedImage.mode</a> to specify a blend mode.\n<strong>Removed in 9.0.0. Use <a href=\"Titanium.UI.BLEND_MODE_CLEAR\">Titanium.UI.BLEND_MODE_CLEAR</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "BLEND_MODE_COLOR",
                    "deprecated": true,
                    "description": "<p>Use with <a href=\"Titanium.UI.MaskedImage.mode\">MaskedImage.mode</a> to specify a blend mode.\n<strong>Removed in 9.0.0. Use <a href=\"Titanium.UI.BLEND_MODE_COLOR\">Titanium.UI.BLEND_MODE_COLOR</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "BLEND_MODE_COLOR_BURN",
                    "deprecated": true,
                    "description": "<p>Use with <a href=\"Titanium.UI.MaskedImage.mode\">MaskedImage.mode</a> to specify a blend mode.\n<strong>Removed in 9.0.0. Use <a href=\"Titanium.UI.BLEND_MODE_COLOR_BURN\">Titanium.UI.BLEND_MODE_COLOR_BURN</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "BLEND_MODE_COLOR_DODGE",
                    "deprecated": true,
                    "description": "<p>Use with <a href=\"Titanium.UI.MaskedImage.mode\">MaskedImage.mode</a> to specify a blend mode.\n<strong>Removed in 9.0.0. Use <a href=\"Titanium.UI.BLEND_MODE_COLOR_DODGE\">Titanium.UI.BLEND_MODE_COLOR_DODGE</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "BLEND_MODE_COPY",
                    "deprecated": true,
                    "description": "<p>Use with <a href=\"Titanium.UI.MaskedImage.mode\">MaskedImage.mode</a> to specify a blend mode.\n<strong>Removed in 9.0.0. Use <a href=\"Titanium.UI.BLEND_MODE_COPY\">Titanium.UI.BLEND_MODE_COPY</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "BLEND_MODE_DARKEN",
                    "deprecated": true,
                    "description": "<p>Use with <a href=\"Titanium.UI.MaskedImage.mode\">MaskedImage.mode</a> to specify a blend mode.\n<strong>Removed in 9.0.0. Use <a href=\"Titanium.UI.BLEND_MODE_DARKEN\">Titanium.UI.BLEND_MODE_DARKEN</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "BLEND_MODE_DESTINATION_ATOP",
                    "deprecated": true,
                    "description": "<p>Use with <a href=\"Titanium.UI.MaskedImage.mode\">MaskedImage.mode</a> to specify a blend mode.\n<strong>Removed in 9.0.0. Use <a href=\"Titanium.UI.BLEND_MODE_DESTINATION_ATOP\">Titanium.UI.BLEND_MODE_DESTINATION_ATOP</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "BLEND_MODE_DESTINATION_IN",
                    "deprecated": true,
                    "description": "<p>Use with <a href=\"Titanium.UI.MaskedImage.mode\">MaskedImage.mode</a> to specify a blend mode.\n<strong>Removed in 9.0.0. Use <a href=\"Titanium.UI.BLEND_MODE_DESTINATION_IN\">Titanium.UI.BLEND_MODE_DESTINATION_IN</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "BLEND_MODE_DESTINATION_OUT",
                    "deprecated": true,
                    "description": "<p>Use with <a href=\"Titanium.UI.MaskedImage.mode\">MaskedImage.mode</a> to specify a blend mode.\n<strong>Removed in 9.0.0. Use <a href=\"Titanium.UI.BLEND_MODE_DESTINATION_OUT\">Titanium.UI.BLEND_MODE_DESTINATION_OUT</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "BLEND_MODE_DESTINATION_OVER",
                    "deprecated": true,
                    "description": "<p>Use with <a href=\"Titanium.UI.MaskedImage.mode\">MaskedImage.mode</a> to specify a blend mode.\n<strong>Removed in 9.0.0. Use <a href=\"Titanium.UI.BLEND_MODE_DESTINATION_OVER\">Titanium.UI.BLEND_MODE_DESTINATION_OVER</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "BLEND_MODE_DIFFERENCE",
                    "deprecated": true,
                    "description": "<p>Use with <a href=\"Titanium.UI.MaskedImage.mode\">MaskedImage.mode</a> to specify a blend mode.\n<strong>Removed in 9.0.0. Use <a href=\"Titanium.UI.BLEND_MODE_DIFFERENCE\">Titanium.UI.BLEND_MODE_DIFFERENCE</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "BLEND_MODE_EXCLUSION",
                    "deprecated": true,
                    "description": "<p>Image mode constant. Use with <a href=\"Titanium.UI.MaskedImage.mode\">MaskedImage.mode</a> to specify a blend mode.\n<strong>Removed in 9.0.0. Use <a href=\"Titanium.UI.BLEND_MODE_EXCLUSION\">Titanium.UI.BLEND_MODE_EXCLUSION</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "BLEND_MODE_HARD_LIGHT",
                    "deprecated": true,
                    "description": "<p>Use with <a href=\"Titanium.UI.MaskedImage.mode\">MaskedImage.mode</a> to specify a blend mode.\n<strong>Removed in 9.0.0. Use <a href=\"Titanium.UI.BLEND_MODE_HARD_LIGHT\">Titanium.UI.BLEND_MODE_HARD_LIGHT</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "BLEND_MODE_HUE",
                    "deprecated": true,
                    "description": "<p>Use with <a href=\"Titanium.UI.MaskedImage.mode\">MaskedImage.mode</a> to specify a blend mode.\n<strong>Removed in 9.0.0. Use <a href=\"Titanium.UI.BLEND_MODE_HUE\">Titanium.UI.BLEND_MODE_HUE</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "BLEND_MODE_LIGHTEN",
                    "deprecated": true,
                    "description": "<p>Use with <a href=\"Titanium.UI.MaskedImage.mode\">MaskedImage.mode</a> to specify a blend mode.\n<strong>Removed in 9.0.0. Use <a href=\"Titanium.UI.BLEND_MODE_LIGHTEN\">Titanium.UI.BLEND_MODE_LIGHTEN</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "BLEND_MODE_LUMINOSITY",
                    "deprecated": true,
                    "description": "<p>Use with <a href=\"Titanium.UI.MaskedImage.mode\">MaskedImage.mode</a> to specify a blend mode.\n<strong>Removed in 9.0.0. Use <a href=\"Titanium.UI.BLEND_MODE_LUMINOSITY\">Titanium.UI.BLEND_MODE_LUMINOSITY</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "BLEND_MODE_MULTIPLY",
                    "deprecated": true,
                    "description": "<p>Use with <a href=\"Titanium.UI.MaskedImage.mode\">MaskedImage.mode</a> to specify a blend mode.\n<strong>Removed in 9.0.0. Use <a href=\"Titanium.UI.BLEND_MODE_MULTIPLY\">Titanium.UI.BLEND_MODE_MULTIPLY</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "BLEND_MODE_NORMAL",
                    "deprecated": true,
                    "description": "<p>Use with <a href=\"Titanium.UI.MaskedImage.mode\">MaskedImage.mode</a> to specify a blend mode.\n<strong>Removed in 9.0.0. Use <a href=\"Titanium.UI.BLEND_MODE_NORMAL\">Titanium.UI.BLEND_MODE_NORMAL</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "BLEND_MODE_OVERLAY",
                    "deprecated": true,
                    "description": "<p>Use with <a href=\"Titanium.UI.MaskedImage.mode\">MaskedImage.mode</a> to specify a blend mode.\n<strong>Removed in 9.0.0. Use <a href=\"Titanium.UI.BLEND_MODE_OVERLAY\">Titanium.UI.BLEND_MODE_OVERLAY</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "BLEND_MODE_PLUS_DARKER",
                    "deprecated": true,
                    "description": "<p>Use with <a href=\"Titanium.UI.MaskedImage.mode\">MaskedImage.mode</a> to specify a blend mode.\n<strong>Removed in 9.0.0. Use <a href=\"Titanium.UI.BLEND_MODE_PLUS_DARKER\">Titanium.UI.BLEND_MODE_PLUS_DARKER</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "BLEND_MODE_PLUS_LIGHTER",
                    "deprecated": true,
                    "description": "<p>Use with <a href=\"Titanium.UI.MaskedImage.mode\">MaskedImage.mode</a> to specify a blend mode.\n<strong>Removed in 9.0.0. Use <a href=\"Titanium.UI.BLEND_MODE_PLUS_LIGHTER\">Titanium.UI.BLEND_MODE_PLUS_LIGHTER</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "BLEND_MODE_SATURATION",
                    "deprecated": true,
                    "description": "<p>Use with <a href=\"Titanium.UI.MaskedImage.mode\">MaskedImage.mode</a> to specify a blend mode.\n<strong>Removed in 9.0.0. Use <a href=\"Titanium.UI.BLEND_MODE_SATURATION\">Titanium.UI.BLEND_MODE_SATURATION</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "BLEND_MODE_SCREEN",
                    "deprecated": true,
                    "description": "<p>Image mode constant. Use with <a href=\"Titanium.UI.MaskedImage.mode\">MaskedImage.mode</a> to specify a blend mode.\n<strong>Removed in 9.0.0. Use <a href=\"Titanium.UI.BLEND_MODE_SCREEN\">Titanium.UI.BLEND_MODE_SCREEN</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "BLEND_MODE_SOFT_LIGHT",
                    "deprecated": true,
                    "description": "<p>Use with <a href=\"Titanium.UI.MaskedImage.mode\">MaskedImage.mode</a> to specify a blend mode.\n<strong>Removed in 9.0.0. Use <a href=\"Titanium.UI.BLEND_MODE_SOFT_LIGHT\">Titanium.UI.BLEND_MODE_SOFT_LIGHT</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "BLEND_MODE_SOURCE_ATOP",
                    "deprecated": true,
                    "description": "<p>Use with <a href=\"Titanium.UI.MaskedImage.mode\">MaskedImage.mode</a> to specify a blend mode.\n<strong>Removed in 9.0.0. Use <a href=\"Titanium.UI.BLEND_MODE_SOURCE_ATOP\">Titanium.UI.BLEND_MODE_SOURCE_ATOP</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "BLEND_MODE_SOURCE_IN",
                    "deprecated": true,
                    "description": "<p>Use with <a href=\"Titanium.UI.MaskedImage.mode\">MaskedImage.mode</a> to specify a blend mode.\n<strong>Removed in 9.0.0. Use <a href=\"Titanium.UI.BLEND_MODE_SOURCE_IN\">Titanium.UI.BLEND_MODE_SOURCE_IN</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "BLEND_MODE_SOURCE_OUT",
                    "deprecated": true,
                    "description": "<p>Use with <a href=\"Titanium.UI.MaskedImage.mode\">MaskedImage.mode</a> to specify a blend mode.\n<strong>Removed in 9.0.0. Use <a href=\"Titanium.UI.BLEND_MODE_SOURCE_OUT\">Titanium.UI.BLEND_MODE_SOURCE_OUT</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "BLEND_MODE_XOR",
                    "deprecated": true,
                    "description": "<p>Use with <a href=\"Titanium.UI.MaskedImage.mode\">MaskedImage.mode</a> to specify a blend mode.\n<strong>Removed in 9.0.0. Use <a href=\"Titanium.UI.BLEND_MODE_XOR\">Titanium.UI.BLEND_MODE_XOR</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "BLUR_EFFECT_STYLE_EXTRA_LIGHT",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.iOS.BlurView.effect\">BlurView.effect</a> to specify a blur effect.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "BLUR_EFFECT_STYLE_LIGHT",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.iOS.BlurView.effect\">BlurView.effect</a> to specify a blur effect.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "BLUR_EFFECT_STYLE_DARK",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.iOS.BlurView.effect\">BlurView.effect</a> to specify a blur effect.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "BLUR_EFFECT_STYLE_REGULAR",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.iOS.BlurView.effect\">BlurView.effect</a> to specify a blur effect.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "BLUR_EFFECT_STYLE_PROMINENT",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.iOS.BlurView.effect\">BlurView.effect</a> to specify a blur effect.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "BLUR_EFFECT_STYLE_SYSTEM_ULTRA_THIN_MATERIAL",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.iOS.BlurView.effect\">BlurView.effect</a> to specify a blur effect.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "BLUR_EFFECT_STYLE_SYSTEM_THIN_MATERIAL",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.iOS.BlurView.effect\">BlurView.effect</a> to specify a blur effect.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "BLUR_EFFECT_STYLE_SYSTEM_MATERIAL",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.iOS.BlurView.effect\">BlurView.effect</a> to specify a blur effect.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "BLUR_EFFECT_STYLE_SYSTEM_THICK_MATERIAL",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.iOS.BlurView.effect\">BlurView.effect</a> to specify a blur effect.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "BLUR_EFFECT_STYLE_SYSTEM_CHROME_MATERIAL",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.iOS.BlurView.effect\">BlurView.effect</a> to specify a blur effect.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "BLUR_EFFECT_STYLE_SYSTEM_ULTRA_THIN_MATERIAL_LIGHT",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.iOS.BlurView.effect\">BlurView.effect</a> to specify a blur effect.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "BLUR_EFFECT_STYLE_SYSTEM_THIN_MATERIAL_LIGHT",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.iOS.BlurView.effect\">BlurView.effect</a> to specify a blur effect.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "BLUR_EFFECT_STYLE_SYSTEM_MATERIAL_LIGHT",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.iOS.BlurView.effect\">BlurView.effect</a> to specify a blur effect.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "BLUR_EFFECT_STYLE_SYSTEM_THICK_MATERIAL_LIGHT",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.iOS.BlurView.effect\">BlurView.effect</a> to specify a blur effect.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "BLUR_EFFECT_STYLE_SYSTEM_CHROME_MATERIAL_LIGHT",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.iOS.BlurView.effect\">BlurView.effect</a> to specify a blur effect.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "BLUR_EFFECT_STYLE_SYSTEM_ULTRA_THIN_MATERIAL_DARK",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.iOS.BlurView.effect\">BlurView.effect</a> to specify a blur effect.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "BLUR_EFFECT_STYLE_SYSTEM_THIN_MATERIAL_DARK",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.iOS.BlurView.effect\">BlurView.effect</a> to specify a blur effect.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "BLUR_EFFECT_STYLE_SYSTEM_MATERIAL_DARK",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.iOS.BlurView.effect\">BlurView.effect</a> to specify a blur effect.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "BLUR_EFFECT_STYLE_SYSTEM_THICK_MATERIAL_DARK",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.iOS.BlurView.effect\">BlurView.effect</a> to specify a blur effect.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "BLUR_EFFECT_STYLE_SYSTEM_CHROME_MATERIAL_DARK",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.iOS.BlurView.effect\">BlurView.effect</a> to specify a blur effect.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AD_SIZE_PORTRAIT",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.iOS.AdView.adSize\">AdView.adSize</a> to specify a banner ad size\nappropriate for portrait orientations.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.8.1"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.8.1"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AD_SIZE_LANDSCAPE",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.iOS.AdView.adSize\">AdView.adSize</a> to specify a banner ad size\nappropriate for landscape orientations.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.8.1"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.8.1"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "CLIP_MODE_DEFAULT",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.View.clipMode\">Titanium.UI.View.clipMode</a> to specify clipping behavior.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "CLIP_MODE_DISABLED",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.View.clipMode\">Titanium.UI.View.clipMode</a> to specify clipping behavior.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "CLIP_MODE_ENABLED",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.View.clipMode\">Titanium.UI.View.clipMode</a> to specify clipping behavior.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "COLLISION_MODE_ALL",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.iOS.CollisionBehavior.collisionMode\">Titanium.UI.iOS.CollisionBehavior.collisionMode</a> to specify collisions with both items and\nboundaries.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "COLLISION_MODE_BOUNDARY",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.iOS.CollisionBehavior.collisionMode\">Titanium.UI.iOS.CollisionBehavior.collisionMode</a> to specify collisions with\nboundaries only.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "COLLISION_MODE_ITEM",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.iOS.CollisionBehavior.collisionMode\">Titanium.UI.iOS.CollisionBehavior.collisionMode</a> to specify collisions with items only.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "forceTouchSupported",
                    "deprecated": false,
                    "description": "<p>Determines if the 3D-Touch capability &quot;Force Touch&quot; is supported (<code>true</code>) or not (<code>false</code>) by the device.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "FEEDBACK_GENERATOR_TYPE_SELECTION",
                    "deprecated": false,
                    "description": "<p>The feedback type to be used when specifying a selection in <a href=\"Titanium.UI.iOS.FeedbackGenerator\">Titanium.UI.iOS.FeedbackGenerator</a>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "FEEDBACK_GENERATOR_TYPE_IMPACT",
                    "deprecated": false,
                    "description": "<p>The feedback type to be used when specifying an impact in <a href=\"Titanium.UI.iOS.FeedbackGenerator\">Titanium.UI.iOS.FeedbackGenerator</a>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "FEEDBACK_GENERATOR_TYPE_NOTIFICATION",
                    "deprecated": false,
                    "description": "<p>The feedback type to be used when specifying a received notification in <a href=\"Titanium.UI.iOS.FeedbackGenerator\">Titanium.UI.iOS.FeedbackGenerator</a>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "FEEDBACK_GENERATOR_NOTIFICATION_TYPE_SUCCESS",
                    "deprecated": false,
                    "description": "<p>The success notification type used as the argument in <a href=\"Titanium.UI.iOS.FeedbackGenerator.notificationOccurred\">Titanium.UI.iOS.FeedbackGenerator.notificationOccurred</a>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "FEEDBACK_GENERATOR_NOTIFICATION_TYPE_WARNING",
                    "deprecated": false,
                    "description": "<p>The warning notification type used as the argument in <a href=\"Titanium.UI.iOS.FeedbackGenerator.notificationOccurred\">Titanium.UI.iOS.FeedbackGenerator.notificationOccurred</a>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "FEEDBACK_GENERATOR_NOTIFICATION_TYPE_ERROR",
                    "deprecated": false,
                    "description": "<p>The error notification type used as the argument in <a href=\"Titanium.UI.iOS.FeedbackGenerator.notificationOccurred\">Titanium.UI.iOS.FeedbackGenerator.notificationOccurred</a>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "FEEDBACK_GENERATOR_IMPACT_STYLE_LIGHT",
                    "deprecated": false,
                    "description": "<p>The light impact style used as the <code>style</code> argument when creating a <a href=\"Titanium.UI.iOS.FeedbackGenerator\">Titanium.UI.iOS.FeedbackGenerator</a> with the\ntype <a href=\"Titanium.UI.iOS.FEEDBACK_GENERATOR_TYPE_IMPACT\">Titanium.UI.iOS.FEEDBACK_GENERATOR_TYPE_IMPACT</a>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "FEEDBACK_GENERATOR_IMPACT_STYLE_MEDIUM",
                    "deprecated": false,
                    "description": "<p>The medium impact style used as the <code>style</code> argument when creating a <a href=\"Titanium.UI.iOS.FeedbackGenerator\">Titanium.UI.iOS.FeedbackGenerator</a> with the\ntype <a href=\"Titanium.UI.iOS.FEEDBACK_GENERATOR_TYPE_IMPACT\">Titanium.UI.iOS.FEEDBACK_GENERATOR_TYPE_IMPACT</a>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "FEEDBACK_GENERATOR_IMPACT_STYLE_HEAVY",
                    "deprecated": false,
                    "description": "<p>The heavy impact style used as the <code>style</code> argument when creating a <a href=\"Titanium.UI.iOS.FeedbackGenerator\">Titanium.UI.iOS.FeedbackGenerator</a> with the\ntype <a href=\"Titanium.UI.iOS.FEEDBACK_GENERATOR_TYPE_IMPACT\">Titanium.UI.iOS.FEEDBACK_GENERATOR_TYPE_IMPACT</a>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "LIVEPHOTO_PLAYBACK_STYLE_FULL",
                    "deprecated": false,
                    "description": "<p>Plays back the entire motion and sound content of the Live Photo, including transition\neffects at the start and end.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "LIVEPHOTO_PLAYBACK_STYLE_HINT",
                    "deprecated": false,
                    "description": "<p>Plays back only a brief section of the motion content of the Live Photo, without sound.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "MENU_POPUP_ARROW_DIRECTION_UP",
                    "deprecated": false,
                    "description": "<p>An arrow that points upward.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "MENU_POPUP_ARROW_DIRECTION_DOWN",
                    "deprecated": false,
                    "description": "<p>An arrow that points downward.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "MENU_POPUP_ARROW_DIRECTION_LEFT",
                    "deprecated": false,
                    "description": "<p>An arrow that points toward the left.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "MENU_POPUP_ARROW_DIRECTION_RIGHT",
                    "deprecated": false,
                    "description": "<p>An arrow that points toward the right.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "MENU_POPUP_ARROW_DIRECTION_DEFAULT",
                    "deprecated": false,
                    "description": "<p>An arrow that is automatically aligned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.4"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.4"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "MODAL_PRESENTATION_CURRENT_CONTEXT",
                    "deprecated": false,
                    "description": "<p>View presented with the same style as its parent window.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "MODAL_PRESENTATION_OVER_CURRENT_CONTEXT",
                    "deprecated": false,
                    "description": "<p>View presented over its parent window.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "MODAL_PRESENTATION_OVER_CURRENT_FULL_SCREEN",
                    "deprecated": false,
                    "description": "<p>Presented view covers the screen.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "7.3.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "MODAL_PRESENTATION_FORMSHEET",
                    "deprecated": false,
                    "description": "<p>Window width and height are smaller than those of the screen and the view is centered on\nthe screen.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "MODAL_PRESENTATION_FULLSCREEN",
                    "deprecated": false,
                    "description": "<p>Window covers the screen.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "MODAL_PRESENTATION_PAGESHEET",
                    "deprecated": false,
                    "description": "<p>Window height is the height of the screen and width is equal to screen width in a portrait\norientation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "MODAL_TRANSITION_STYLE_COVER_VERTICAL",
                    "deprecated": false,
                    "description": "<p>When the window is presented, its view slides up from the bottom of the screen. On dismissal,\nthe view slides back down (default.)</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "MODAL_TRANSITION_STYLE_CROSS_DISSOLVE",
                    "deprecated": false,
                    "description": "<p>When the window is presented, the current view fades out while the new view fades in at the\nsame time. On dismissal, a similar type of cross-fade is used to return to the original view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "MODAL_TRANSITION_STYLE_FLIP_HORIZONTAL",
                    "deprecated": false,
                    "description": "<p>When the window is presented, the current view initiates a horizontal 3D flip from\nright-to-left, resulting in the revealing of the new view as if it were on the back of the\nprevious view. On dismissal, the flip occurs from left-to-right, returning to the original\nview.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "MODAL_TRANSITION_STYLE_PARTIAL_CURL",
                    "deprecated": false,
                    "description": "<p>When the window is presented, one corner of the current view curls up to reveal the modal\nview underneath. On dismissal, the curled up page unfurls itself back on top of the modal\nview.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "PUSH_MODE_CONTINUOUS",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.iOS.PushBehavior.pushMode\">Titanium.UI.iOS.PushBehavior.pushMode</a> to specifiy a continuous force.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "PUSH_MODE_INSTANTANEOUS",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.iOS.PushBehavior.pushMode\">Titanium.UI.iOS.PushBehavior.pushMode</a> to specifiy an instantaneous force.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "PREVIEW_ACTION_STYLE_DEFAULT",
                    "deprecated": false,
                    "description": "<p>The normal style for preview actions.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "PREVIEW_ACTION_STYLE_SELECTED",
                    "deprecated": false,
                    "description": "<p>The selected style for preview actions.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "PREVIEW_ACTION_STYLE_DESTRUCTIVE",
                    "deprecated": false,
                    "description": "<p>The destructive style for preview actions.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ROW_ACTION_STYLE_DEFAULT",
                    "deprecated": false,
                    "description": "<p>The default style for <a href=\"RowActionType\">RowActionType</a>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "4.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "4.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ROW_ACTION_STYLE_DESTRUCTIVE",
                    "deprecated": false,
                    "description": "<p>The destructive style for <a href=\"RowActionType\">RowActionType</a>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "4.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "4.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ROW_ACTION_STYLE_NORMAL",
                    "deprecated": false,
                    "description": "<p>The normal style for <a href=\"RowActionType\">RowActionType</a>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "4.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "4.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "SCROLL_DECELERATION_RATE_FAST",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.ScrollView.decelerationRate\">Titanium.UI.ScrollView.decelerationRate</a> to control deceleration rate.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.3"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "SCROLL_DECELERATION_RATE_NORMAL",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.ScrollView.decelerationRate\">Titanium.UI.ScrollView.decelerationRate</a> to control deceleration rate.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.3"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.3"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "KEYBOARD_DISMISS_MODE_NONE",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.ScrollView.keyboardDismissMode\">Titanium.UI.ScrollView.keyboardDismissMode</a> to control keyboard dismiss mode.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "KEYBOARD_DISMISS_MODE_ON_DRAG",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.ScrollView.keyboardDismissMode\">Titanium.UI.ScrollView.keyboardDismissMode</a> to control keyboard dismiss mode.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "KEYBOARD_DISMISS_MODE_INTERACTIVE",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.ScrollView.keyboardDismissMode\">Titanium.UI.ScrollView.keyboardDismissMode</a> to control keyboard dismiss mode.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "SEARCH_BAR_STYLE_PROMINENT",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.SearchBar.style\">Titanium.UI.SearchBar.style</a> to change the search bar style.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "SEARCH_BAR_STYLE_MINIMAL",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.SearchBar.style\">Titanium.UI.SearchBar.style</a> to change the search bar style.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "WEBVIEW_NAVIGATIONTYPE_LINK_CLICKED",
                    "deprecated": true,
                    "description": "<p>User tapped a link. <strong>Removed in 8.2.0. Not used with Titanium SDK 8.0.0 and later by replacing UIWebView with WKWebView.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "WEBVIEW_NAVIGATIONTYPE_FORM_SUBMITTED",
                    "deprecated": true,
                    "description": "<p>User submitted a form. <strong>Removed in 8.2.0. Not used with Titanium SDK 8.0.0 and later by replacing UIWebView with WKWebView.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "WEBVIEW_NAVIGATIONTYPE_BACK_FORWARD",
                    "deprecated": true,
                    "description": "<p>User tapped the back or forward button. <strong>Removed in 8.2.0. Not used with Titanium SDK 8.0.0 and later by replacing UIWebView with WKWebView.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "WEBVIEW_NAVIGATIONTYPE_RELOAD",
                    "deprecated": true,
                    "description": "<p>User tapped the reload button. <strong>Removed in 8.2.0. Not used with Titanium SDK 8.0.0 and later by replacing UIWebView with WKWebView.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "WEBVIEW_NAVIGATIONTYPE_FORM_RESUBMITTED",
                    "deprecated": true,
                    "description": "<p>User resubmitted a form. <strong>Removed in 8.2.0. Not used with Titanium SDK 8.0.0 and later by replacing UIWebView with WKWebView.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "WEBVIEW_NAVIGATIONTYPE_OTHER",
                    "deprecated": true,
                    "description": "<p>Some other action occurred. <strong>Removed in 8.2.0. Not used with Titanium SDK 8.0.0 and later by replacing UIWebView with WKWebView.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "2.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "TABLEVIEW_INDEX_SEARCH",
                    "deprecated": false,
                    "description": "<p>String that represents the magnifying glass on the table view index bar</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.4.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "SHORTCUT_ICON_TYPE_COMPOSE",
                    "deprecated": false,
                    "description": "<p>Number that represents the icon used for the application shortcut</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "SHORTCUT_ICON_TYPE_PLAY",
                    "deprecated": false,
                    "description": "<p>Number that represents the icon used for the application shortcut</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "SHORTCUT_ICON_TYPE_PAUSE",
                    "deprecated": false,
                    "description": "<p>Number that represents the icon used for the application shortcut</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "SHORTCUT_ICON_TYPE_ADD",
                    "deprecated": false,
                    "description": "<p>Number that represents the icon used for the application shortcut</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "SHORTCUT_ICON_TYPE_LOCATION",
                    "deprecated": false,
                    "description": "<p>Number that represents the icon used for the application shortcut</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "SHORTCUT_ICON_TYPE_SEARCH",
                    "deprecated": false,
                    "description": "<p>Number that represents the icon used for the application shortcut</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "SHORTCUT_ICON_TYPE_SHARE",
                    "deprecated": false,
                    "description": "<p>Number that represents the icon used for the application shortcut</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "SHORTCUT_ICON_TYPE_PROHIBIT",
                    "deprecated": false,
                    "description": "<p>Number that represents the icon used for the application shortcut</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "SHORTCUT_ICON_TYPE_CONTACT",
                    "deprecated": false,
                    "description": "<p>Number that represents the icon used for the application shortcut</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "SHORTCUT_ICON_TYPE_HOME",
                    "deprecated": false,
                    "description": "<p>Number that represents the icon used for the application shortcut</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "SHORTCUT_ICON_TYPE_MARK_LOCATION",
                    "deprecated": false,
                    "description": "<p>Number that represents the icon used for the application shortcut</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "SHORTCUT_ICON_TYPE_FAVORITE",
                    "deprecated": false,
                    "description": "<p>Number that represents the icon used for the application shortcut</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "SHORTCUT_ICON_TYPE_LOVE",
                    "deprecated": false,
                    "description": "<p>Number that represents the icon used for the application shortcut</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "SHORTCUT_ICON_TYPE_CLOUD",
                    "deprecated": false,
                    "description": "<p>Number that represents the icon used for the application shortcut</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "SHORTCUT_ICON_TYPE_INVITATION",
                    "deprecated": false,
                    "description": "<p>Number that represents the icon used for the application shortcut</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "SHORTCUT_ICON_TYPE_CONFIRMATION",
                    "deprecated": false,
                    "description": "<p>Number that represents the icon used for the application shortcut</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "SHORTCUT_ICON_TYPE_MAIL",
                    "deprecated": false,
                    "description": "<p>Number that represents the icon used for the application shortcut</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "SHORTCUT_ICON_TYPE_MESSAGE",
                    "deprecated": false,
                    "description": "<p>Number that represents the icon used for the application shortcut</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "SHORTCUT_ICON_TYPE_DATE",
                    "deprecated": false,
                    "description": "<p>Number that represents the icon used for the application shortcut</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "SHORTCUT_ICON_TYPE_TIME",
                    "deprecated": false,
                    "description": "<p>Number that represents the icon used for the application shortcut</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "SHORTCUT_ICON_TYPE_CAPTURE_PHOTO",
                    "deprecated": false,
                    "description": "<p>Number that represents the icon used for the application shortcut</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "SHORTCUT_ICON_TYPE_CAPTURE_VIDEO",
                    "deprecated": false,
                    "description": "<p>Number that represents the icon used for the application shortcut</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "SHORTCUT_ICON_TYPE_TASK",
                    "deprecated": false,
                    "description": "<p>Number that represents the icon used for the application shortcut</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "SHORTCUT_ICON_TYPE_TASK_COMPLETED",
                    "deprecated": false,
                    "description": "<p>Number that represents the icon used for the application shortcut</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "SHORTCUT_ICON_TYPE_ALARM",
                    "deprecated": false,
                    "description": "<p>Number that represents the icon used for the application shortcut</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "SHORTCUT_ICON_TYPE_BOOKMARK",
                    "deprecated": false,
                    "description": "<p>Number that represents the icon used for the application shortcut</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "SHORTCUT_ICON_TYPE_SHUFFLE",
                    "deprecated": false,
                    "description": "<p>Number that represents the icon used for the application shortcut</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "SHORTCUT_ICON_TYPE_AUDIO",
                    "deprecated": false,
                    "description": "<p>Number that represents the icon used for the application shortcut</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "SHORTCUT_ICON_TYPE_UPDATE",
                    "deprecated": false,
                    "description": "<p>Number that represents the icon used for the application shortcut</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "appBadge",
                    "deprecated": false,
                    "description": "<p>Value of the badge for the application's springboard icon.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "appSupportsShakeToEdit",
                    "deprecated": false,
                    "description": "<p>Determines whether the shake to edit system-wide capability is enabled.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "statusBarBackgroundColor",
                    "deprecated": false,
                    "description": "<p>Sets the global status bar background color for the application.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "CREDENTIAL_PERSISTENCE_NONE",
                    "deprecated": false,
                    "description": "<p>Credential should not be stored.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "CREDENTIAL_PERSISTENCE_FOR_SESSION",
                    "deprecated": false,
                    "description": "<p>Credential should be stored only for this session.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "CREDENTIAL_PERSISTENCE_PERMANENT",
                    "deprecated": false,
                    "description": "<p>Credential should be stored in the keychain.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "CREDENTIAL_PERSISTENCE_SYNCHRONIZABLE",
                    "deprecated": false,
                    "description": "<p>Credential should be stored permanently in the keychain, and in addition should be\ndistributed to other devices based on the owning AppleID.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUDIOVISUAL_MEDIA_TYPE_NONE",
                    "deprecated": false,
                    "description": "<p>No media types require a user gesture to begin playing.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUDIOVISUAL_MEDIA_TYPE_AUDIO",
                    "deprecated": false,
                    "description": "<p>Media types containing audio require a user gesture to begin playing.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUDIOVISUAL_MEDIA_TYPE_VIDEO",
                    "deprecated": false,
                    "description": "<p>Media types containing video require a user gesture to begin playing.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "AUDIOVISUAL_MEDIA_TYPE_ALL",
                    "deprecated": false,
                    "description": "<p>All media types require a user gesture to begin playing.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "CACHE_POLICY_USE_PROTOCOL_CACHE_POLICY",
                    "deprecated": false,
                    "description": "<p>Specifies that the caching logic defined in the protocol implementation, if any,\nis used for a particular URL load request.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "CACHE_POLICY_RELOAD_IGNORING_LOCAL_CACHE_DATA",
                    "deprecated": false,
                    "description": "<p>Specifies that the data for the URL load should be loaded from the originating source.\nNo existing cache data should be used to satisfy a URL load request.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "CACHE_POLICY_RETURN_CACHE_DATA_ELSE_LOAD",
                    "deprecated": false,
                    "description": "<p>Specifies that the existing cached data should be used to satisfy the request,\nregardless of its age or expiration date.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "CACHE_POLICY_RETURN_CACHE_DATA_DONT_LOAD",
                    "deprecated": false,
                    "description": "<p>Specifies that the existing cache data should be used to satisfy a request,\nregardless of its age or expiration date.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "SELECTION_GRANULARITY_DYNAMIC",
                    "deprecated": false,
                    "description": "<p>Selection granularity varies automatically depending on the selection.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "SELECTION_GRANULARITY_CHARACTER",
                    "deprecated": false,
                    "description": "<p>Selection endpoints can be placed at any character boundary.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ACTION_POLICY_CANCEL",
                    "deprecated": false,
                    "description": "<p>Cancel the navigation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ACTION_POLICY_ALLOW",
                    "deprecated": false,
                    "description": "<p>Allow the navigation to continue.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "INJECTION_TIME_DOCUMENT_START",
                    "deprecated": false,
                    "description": "<p>Inject the script after the document element is created, but before any other content is loaded.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "INJECTION_TIME_DOCUMENT_END",
                    "deprecated": false,
                    "description": "<p>Inject the script after the document finishes loading, but before other subresources finish loading.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "8.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "1.4"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "1.4"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.iPad.DocumentViewer",
            "description": "<p>A DocumentViewer provides in-app support for managing user interactions with files on the\nlocal system.\n<strong>Removed in 6.0.0. Use <a href=\"Titanium.UI.iOS.DocumentViewer\">Titanium.UI.iOS.DocumentViewer</a> instead.</strong></p>",
            "deprecated": true,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "show",
                    "deprecated": false,
                    "description": "<p>Displays the document viewer over the current view.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "animated",
                            "constants": [],
                            "description": "<p>Indicates whether the show transition should be animated.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        },
                        {
                            "name": "view",
                            "constants": [],
                            "description": "<p>The view property would specify the view relative to where the viewer should display.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setUrl",
                    "deprecated": false,
                    "description": "<p>Sets the url of the document viewer.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "url",
                            "constants": [],
                            "description": "<p>The new url</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPad.DocumentViewer.bubbleParent\">Titanium.UI.iPad.DocumentViewer.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPad.DocumentViewer.bubbleParent\">Titanium.UI.iPad.DocumentViewer.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPad.DocumentViewer.bubbleParent\">Titanium.UI.iPad.DocumentViewer.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iPad.DocumentViewer.bubbleParent\">Titanium.UI.iPad.DocumentViewer.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPad.DocumentViewer.apiName\">Titanium.UI.iPad.DocumentViewer.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPad.DocumentViewer.apiName\">Titanium.UI.iPad.DocumentViewer.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": true,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>The DocumentViewer is created by the method <a href=\"Titanium.UI.iOS.createDocumentViewer\">Titanium.UI.iOS.createDocumentViewer</a>.</p>\n<p>For example, an email program might use this class to allow the user to preview attachments and\nopen them in other apps. Use this class to present an appropriate user interface for previewing\nor printing a specified file.</p>\n<p>For a code sample, see <a href=\"Titanium.UI.iOS.DocumentViewer\">Titanium.UI.iOS.DocumentViewer</a>.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "1.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.iPad.Popover",
            "description": "<p>A Popover is used to manage the presentation of content in a popover.</p>",
            "deprecated": false,
            "events": [
                {
                    "name": "hide",
                    "deprecated": false,
                    "description": "<p>Fired when the popover is hidden.</p>"
                }
            ],
            "examples": [
                {
                    "title": "Simple Popover with a Title and Right Button",
                    "code": "<p>In this example, we create a simple popover and position it near the button.</p>\n<pre><code>var win = Ti.UI.createWindow({backgroundColor: 'white'});\n\nvar button = Ti.UI.createButton({title: 'Open Popover!'});\nbutton.addEventListener('click', function(e){\n    popover.show({ view: button });\n})\nwin.add(button);\n\nvar rightButton = Ti.UI.createButton({title: 'Robin'});\nrightButton.addEventListener('click', function(e){\n    alert(&quot;But green's the color of spring.&quot;);\n});\n\nvar contentWindow = Ti.UI.createWindow({\n    rightNavButton: rightButton,\n    title: 'Kermit'\n});\ncontentWindow.add(Ti.UI.createLabel({text: &quot;It's not easy being green.&quot;}));\n\nvar popover = Ti.UI.iPad.createPopover({\n    backgroundColor: 'green',\n    contentView: Ti.UI.createNavigationWindow({\n        width: 250,\n        height: 100,\n        window: contentWindow\n    })\n});\n\nwin.open();\n</code></pre>"
                },
                {
                    "title": "Alloy XML Markup",
                    "code": "<p>Previous example as an Alloy project.</p>\n<p><code>app/views/index.xml</code>:</p>\n<pre><code>&lt;Alloy&gt;\n    &lt;Window&gt;\n        &lt;Button id=&quot;button&quot; onClick=&quot;openPopover&quot;&gt;Open Popover!&lt;/Button&gt;\n    &lt;/Window&gt;\n&lt;/Alloy&gt;\n</code></pre>\n<p><code>app/controllers/index.js</code>:</p>\n<pre><code>function openPopover() {\n    var popover = Alloy.createController('popover').getView();\n    popover.show({view:$.button});\n};\n\n$.index.open();\n</code></pre>\n<p><code>app/views/popover.xml</code>:</p>\n<pre><code>&lt;Alloy&gt;\n    &lt;Popover backgroundColor='green'&gt;\n        &lt;ContentView&gt;\n            &lt;NavigationWindow height='100' width='250'&gt;\n                &lt;Window title='Kermit'&gt;\n                    &lt;RightNavButton onClick=&quot;showAlert&quot; title=&quot;Robin&quot; /&gt;\n                    &lt;Label&gt;It's not easy being green.&lt;/Label&gt;\n                &lt;/Window&gt;\n            &lt;/NavigationWindow&gt;\n        &lt;/ContentView&gt;\n    &lt;/Popover&gt;\n&lt;/Alloy&gt;\n</code></pre>\n<p><code>app/controllers/popover.js</code>:</p>\n<pre><code>function showAlert(e) {\n    alert('But green is the color of spring.');\n};\n\n// Prior to Alloy 1.1.0, the rightNavButton property was set in the controller.\n// var button = Ti.UI.createButton({title: 'Robin'});\n// button.addEventListener('click', showAlert);\n// $.popover.rightNavButton = button;\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "clearMotionEffects",
                    "deprecated": false,
                    "description": "<p>Removes all previously added motion effects.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "finishLayout",
                    "deprecated": true,
                    "description": "<p>Finishes a batch update of the View's layout properties and schedules a layout pass of the\nview tree.\n<strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hide",
                    "deprecated": false,
                    "description": "<p>Hides the popover.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Display properties to use when hiding the popover.\nNote that the default here is equivalent to passing in <code>{ animated: false }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "insertAt",
                    "deprecated": false,
                    "description": "<p>Inserts a view at the specified position in the <a href=\"Titanium.UI.View.children\">children</a> array.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Pass an object that specifies the view to insert and optionally at which position (defaults to end)</p>",
                            "type": "ViewPositionOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "show",
                    "deprecated": false,
                    "description": "<p>Displays the popover.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Display properties to use when displaying the popover.\nNote that the default here is to be animated.</p>",
                            "type": "ShowPopoverParams",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "startLayout",
                    "deprecated": true,
                    "description": "<p>Starts a batch update of this view's layout properties. <strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">Titanium.Proxy.applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "updateLayout",
                    "deprecated": true,
                    "description": "<p>Performs a batch update of all supplied layout properties and schedules a layout pass after\nthey have been updated.\n<strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">Titanium.Proxy.applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Layout properties to be updated.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewById",
                    "deprecated": false,
                    "description": "<p>Returns the matching view of a given view ID.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "id",
                            "constants": [],
                            "description": "<p>The ID of the view that should be returned. Use the <code>id</code> property in your views to\nenable it for indexing in this method.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.View",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPad.Popover.bubbleParent\">Titanium.UI.iPad.Popover.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPad.Popover.bubbleParent\">Titanium.UI.iPad.Popover.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPad.Popover.bubbleParent\">Titanium.UI.iPad.Popover.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iPad.Popover.bubbleParent\">Titanium.UI.iPad.Popover.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPad.Popover.apiName\">Titanium.UI.iPad.Popover.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPad.Popover.apiName\">Titanium.UI.iPad.Popover.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPad.Popover.backgroundColor\">Titanium.UI.iPad.Popover.backgroundColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPad.Popover.backgroundColor\">Titanium.UI.iPad.Popover.backgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPad.Popover.backgroundColor\">Titanium.UI.iPad.Popover.backgroundColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iPad.Popover.backgroundColor\">Titanium.UI.iPad.Popover.backgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHeight",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPad.Popover.height\">Titanium.UI.iPad.Popover.height</a> property. <strong>Removed in 9.0.0. This property is deprecated. Set the height on the <a href=\"Titanium.UI.iPad.Popover.contentView\">Titanium.UI.iPad.Popover.contentView</a> property instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHeight",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPad.Popover.height\">Titanium.UI.iPad.Popover.height</a> property. <strong>Removed in 9.0.0. This property is deprecated. Set the height on the <a href=\"Titanium.UI.iPad.Popover.contentView\">Titanium.UI.iPad.Popover.contentView</a> property instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "height",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHorizontalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPad.Popover.horizontalMotionEffect\">Titanium.UI.iPad.Popover.horizontalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPad.Popover.horizontalMotionEffect\">Titanium.UI.iPad.Popover.horizontalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "MinMaxOptions",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHorizontalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPad.Popover.horizontalMotionEffect\">Titanium.UI.iPad.Popover.horizontalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iPad.Popover.horizontalMotionEffect\">Titanium.UI.iPad.Popover.horizontalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "horizontalMotionEffect",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "MinMaxOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getVerticalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPad.Popover.verticalMotionEffect\">Titanium.UI.iPad.Popover.verticalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPad.Popover.verticalMotionEffect\">Titanium.UI.iPad.Popover.verticalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "MinMaxOptions",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setVerticalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPad.Popover.verticalMotionEffect\">Titanium.UI.iPad.Popover.verticalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iPad.Popover.verticalMotionEffect\">Titanium.UI.iPad.Popover.verticalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "verticalMotionEffect",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "MinMaxOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getWidth",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPad.Popover.width\">Titanium.UI.iPad.Popover.width</a> property. <strong>Removed in 9.0.0. This property is deprecated. Set the width on the <a href=\"Titanium.UI.iPad.Popover.contentView\">Titanium.UI.iPad.Popover.contentView</a> property instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setWidth",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPad.Popover.width\">Titanium.UI.iPad.Popover.width</a> property. <strong>Removed in 9.0.0. This property is deprecated. Set the width on the <a href=\"Titanium.UI.iPad.Popover.contentView\">Titanium.UI.iPad.Popover.contentView</a> property instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "width",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getArrowDirection",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPad.Popover.arrowDirection\">Titanium.UI.iPad.Popover.arrowDirection</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPad.Popover.arrowDirection\">Titanium.UI.iPad.Popover.arrowDirection</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setArrowDirection",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPad.Popover.arrowDirection\">Titanium.UI.iPad.Popover.arrowDirection</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iPad.Popover.arrowDirection\">Titanium.UI.iPad.Popover.arrowDirection</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "arrowDirection",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getContentView",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPad.Popover.contentView\">Titanium.UI.iPad.Popover.contentView</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPad.Popover.contentView\">Titanium.UI.iPad.Popover.contentView</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.View",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setContentView",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPad.Popover.contentView\">Titanium.UI.iPad.Popover.contentView</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iPad.Popover.contentView\">Titanium.UI.iPad.Popover.contentView</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "contentView",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLeftNavButton",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPad.Popover.leftNavButton\">Titanium.UI.iPad.Popover.leftNavButton</a> property. <strong>Removed in 3.4.2. This property is no longer supported.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Object",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLeftNavButton",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPad.Popover.leftNavButton\">Titanium.UI.iPad.Popover.leftNavButton</a> property. <strong>Removed in 3.4.2. This property is no longer supported.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "leftNavButton",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPassthroughViews",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPad.Popover.passthroughViews\">Titanium.UI.iPad.Popover.passthroughViews</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPad.Popover.passthroughViews\">Titanium.UI.iPad.Popover.passthroughViews</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setPassthroughViews",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPad.Popover.passthroughViews\">Titanium.UI.iPad.Popover.passthroughViews</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iPad.Popover.passthroughViews\">Titanium.UI.iPad.Popover.passthroughViews</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "passthroughViews",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRightNavButton",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPad.Popover.rightNavButton\">Titanium.UI.iPad.Popover.rightNavButton</a> property. <strong>Removed in 3.4.2. This property is no longer supported.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Object",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setRightNavButton",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPad.Popover.rightNavButton\">Titanium.UI.iPad.Popover.rightNavButton</a> property. <strong>Removed in 3.4.2. This property is no longer supported.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rightNavButton",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTitle",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPad.Popover.title\">Titanium.UI.iPad.Popover.title</a> property. <strong>Removed in 3.4.2. This property is no longer supported.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTitle",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPad.Popover.title\">Titanium.UI.iPad.Popover.title</a> property. <strong>Removed in 3.4.2. This property is no longer supported.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "title",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.UI.View",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundColor",
                    "deprecated": false,
                    "description": "<p>Sets the background color of the popover.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "height",
                    "deprecated": true,
                    "description": "<p>Height of the popover. <strong>Removed in 9.0.0. This property is deprecated. Set the height on the <a href=\"Titanium.UI.iPad.Popover.contentView\">Titanium.UI.iPad.Popover.contentView</a> property instead.</strong></p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.FILL",
                        "Titanium.UI.SIZE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "horizontalMotionEffect",
                    "deprecated": false,
                    "description": "<p>Adds a horizontal parallax effect to the view</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "MinMaxOptions",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "id",
                    "deprecated": false,
                    "description": "<p>View's identifier.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "verticalMotionEffect",
                    "deprecated": false,
                    "description": "<p>Adds a vertical parallax effect to the view</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "MinMaxOptions",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "width",
                    "deprecated": true,
                    "description": "<p>Width of the popover. <strong>Removed in 9.0.0. This property is deprecated. Set the width on the <a href=\"Titanium.UI.iPad.Popover.contentView\">Titanium.UI.iPad.Popover.contentView</a> property instead.</strong></p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.FILL",
                        "Titanium.UI.SIZE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "arrowDirection",
                    "deprecated": false,
                    "description": "<p>Indicates the arrow direction of the popover.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.iPad.POPOVER_ARROW_DIRECTION_ANY",
                        "Titanium.UI.iPad.POPOVER_ARROW_DIRECTION_DOWN",
                        "Titanium.UI.iPad.POPOVER_ARROW_DIRECTION_LEFT",
                        "Titanium.UI.iPad.POPOVER_ARROW_DIRECTION_RIGHT",
                        "Titanium.UI.iPad.POPOVER_ARROW_DIRECTION_UP"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "contentView",
                    "deprecated": false,
                    "description": "<p>View to use for the popover content. Must be set before calling the <code>show()</code> method.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "Titanium.UI.View",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "leftNavButton",
                    "deprecated": true,
                    "description": "<p>Left button in the navigation area of the popover. <strong>Removed in 3.4.2. This property is no longer supported.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "type": "Object",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "passthroughViews",
                    "deprecated": false,
                    "description": "<p>Passthrough views to use when the popover is shown.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "rightNavButton",
                    "deprecated": true,
                    "description": "<p>Right button in the navigation area of the popover. <strong>Removed in 3.4.2. This property is no longer supported.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "type": "Object",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "title",
                    "deprecated": true,
                    "description": "<p>Title of the navigation area of the popover. <strong>Removed in 3.4.2. This property is no longer supported.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>A popover is created using the <a href=\"Titanium.UI.iPad.createPopover\">Titanium.UI.iPad.createPopover</a> method or <strong><code>&lt;Popover&gt;</code></strong> Alloy element.</p>\n<p>Popovers are used to present information temporarily, but in a way that does not take over\nthe entire screen in the way that a modal view does. The popover content is layered on top of\nthe existing content in a special type of window. The popover remains visible until the user\ntaps outside of the popover window or it is explicitly dismissed.</p>\n<p>Do not add top-level view containers, such as a <code>SplitWindow</code> or <code>TabGroup</code>, to a popover.\nAdding top-level view containers may have unintended side effects. See the <a href=\"Titanium.UI.iPad.Popover.contentView\">contentView</a>\nproperty for more information.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "1.2"
                }
            ],
            "userAgents": [
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "ShowPopoverParams",
            "description": "<p>Dictionary of options for <a href=\"Titanium.UI.iPad.Popover.show\">Titanium.UI.iPad.Popover.show</a>.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "animated",
                    "deprecated": false,
                    "description": "<p>Indicates whether to animate showing the popover.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "rect",
                    "deprecated": false,
                    "description": "<p>Sets the arrow position of the popover relative to the attached view object's dimensions\nwhen showing the popover.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Dimension",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "view",
                    "deprecated": false,
                    "description": "<p>Attaches the popover to the specified view when showing the popover.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Titanium.UI.View",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>All properties are optional except you need to specify the <code>view</code> property for the <code>show()</code>\nmethod to attach the popover to a view component.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.iPad.SplitWindow",
            "description": "<p>A SplitWindow is a window that manages the presentation of two side-by-side view\ncontrollers.\n<strong>Removed in 6.0.0. Use <a href=\"Titanium.UI.iOS.SplitWindow\">Titanium.UI.iOS.SplitWindow</a> instead.</strong></p>",
            "deprecated": true,
            "events": [
                {
                    "name": "click",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a click against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "dblclick",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a double click against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "doubletap",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a double tap against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "focus",
                    "deprecated": false,
                    "description": "<p>Fired when the window gains focus.</p>"
                },
                {
                    "name": "keypressed",
                    "deprecated": false,
                    "description": "<p>Fired when a hardware key is pressed in the view.</p>",
                    "properties": [
                        {
                            "name": "keyCode",
                            "constants": [],
                            "description": "<p>The code for the physical key that was pressed. For more details, see <a href=\"https://developer.android.com/reference/android/view/KeyEvent.html\">KeyEvent</a>. This API is experimental and subject to change.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "longpress",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a long press.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "pinch",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a pinch gesture.</p>",
                    "properties": [
                        {
                            "name": "scale",
                            "constants": [],
                            "description": "<p>The scale factor relative to the points of the two touches in screen coordinates.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "velocity",
                            "constants": [],
                            "description": "<p>The velocity of the pinch in scale factor per second.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "time",
                            "constants": [],
                            "description": "<p>The event time of the current event being processed.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timeDelta",
                            "constants": [],
                            "description": "<p>The time difference in milliseconds between the previous accepted scaling event and the\ncurrent scaling event.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "currentSpan",
                            "constants": [],
                            "description": "<p>The average distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "currentSpanX",
                            "constants": [],
                            "description": "<p>The average X distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "currentSpanY",
                            "constants": [],
                            "description": "<p>The average Y distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "previousSpan",
                            "constants": [],
                            "description": "<p>The previous average distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "previousSpanX",
                            "constants": [],
                            "description": "<p>The previous average X distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "previousSpanY",
                            "constants": [],
                            "description": "<p>The previous average Y distance between each of the pointers forming the gesture in progress through\nthe focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "focusX",
                            "constants": [],
                            "description": "<p>The X coordinate of the current gesture's focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "focusY",
                            "constants": [],
                            "description": "<p>The Y coordinate of the current gesture's focal point.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "inProgress",
                            "constants": [],
                            "description": "<p>Returns <code>true</code> if a scale gesture is in progress, <code>false</code> otherwise.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "postlayout",
                    "deprecated": false,
                    "description": "<p>Fired when a layout cycle is finished.</p>"
                },
                {
                    "name": "singletap",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a single tap against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "swipe",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a swipe gesture against the view.</p>",
                    "properties": [
                        {
                            "name": "direction",
                            "constants": [],
                            "description": "<p>Direction of the swipe--either 'left', 'right', 'up', or 'down'.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event's endpoint from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event's endpoint from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchcancel",
                    "deprecated": false,
                    "description": "<p>Fired when a touch event is interrupted by the device.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchend",
                    "deprecated": false,
                    "description": "<p>Fired when a touch event is completed.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Penciland are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchmove",
                    "deprecated": false,
                    "description": "<p>Fired as soon as the device detects movement of a touch.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "touchstart",
                    "deprecated": false,
                    "description": "<p>Fired as soon as the device detects a touch gesture.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "force",
                            "constants": [],
                            "description": "<p>The current force value of the touch event.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later and on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "size",
                            "constants": [],
                            "description": "<p>The current size of the touch area. Note: This property is only available on some Android devices.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "maximumPossibleForce",
                            "constants": [],
                            "description": "<p>Maximum possible value of the force property.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "altitudeAngle",
                            "constants": [],
                            "description": "<p>A value which indicates the stylus angle on the screen. If the stylus is perpendicular to the screen or no stylus is\nbeing used, the value will be Pi/2. If the stylus is parallel to the screen, the value will be 0.\nNote: This property is only available for iOS devices that support 3D-Touch and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "timestamp",
                            "constants": [],
                            "description": "<p>The time (in seconds) when the touch was used in correlation with the system start up.\nNote: This property is only available for iOS devices that support 3D-Touch and run 9.0 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewX",
                            "constants": [],
                            "description": "<p>The x value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "azimuthUnitVectorInViewY",
                            "constants": [],
                            "description": "<p>The y value of the unit vector that points in the direction of the azimuth of the stylus.\nNote: This property is only available for iOS devices that support the Apple Pencil and are 9.1 or later.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "twofingertap",
                    "deprecated": false,
                    "description": "<p>Fired when the device detects a two-finger tap against the view.</p>",
                    "properties": [
                        {
                            "name": "x",
                            "constants": [],
                            "description": "<p>X coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "y",
                            "constants": [],
                            "description": "<p>Y coordinate of the event from the <code>source</code> view's coordinate system.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "blur",
                    "deprecated": false,
                    "description": "<p>Fired when the window loses focus.</p>"
                },
                {
                    "name": "close",
                    "deprecated": false,
                    "description": "<p>Fired when the window is closed.</p>"
                },
                {
                    "name": "open",
                    "deprecated": false,
                    "description": "<p>Fired when the window is opened.</p>"
                },
                {
                    "name": "visible",
                    "deprecated": false,
                    "description": "<p>Fired when the <code>masterView</code> or <code>detailView</code> becomes visible.</p>",
                    "properties": [
                        {
                            "name": "button",
                            "constants": [],
                            "description": "<p>For <code>detail</code> view type, the button that is automatically wired to control the master\nview popover.</p>",
                            "type": "Titanium.UI.Button",
                            "deprecated": false
                        },
                        {
                            "name": "popover",
                            "constants": [],
                            "description": "<p>For either <code>popover</code> or <code>detail</code> view types, the popover instance.</p>",
                            "type": "Titanium.UI.iPad.Popover",
                            "deprecated": false
                        },
                        {
                            "name": "view",
                            "constants": [],
                            "description": "<p>Type of view becoming visible. Either <code>master</code>, <code>popover</code> or <code>detail</code>.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                }
            ],
            "examples": [
                {
                    "title": "Split Window",
                    "code": "<p>This is an example of a Split Window.</p>\n<pre><code>var detail = Ti.UI.createWindow({backgroundColor: 'white'});\nvar label1 = Ti.UI.createLabel({text: 'Detail View'});\ndetail.add(label1);\nvar detailNav = Ti.UI.createNavigationWindow({window: detail});\n\nvar master = Ti.UI.createWindow({backgroundColor: 'gray'});\nvar label2 = Ti.UI.createLabel({text: 'Master View'});\nmaster.add(label2);\nvar masterNav = Ti.UI.createNavigationWindow({window: master});\n\nvar splitWin = Ti.UI.iPad.createSplitWindow({\n    detailView: detailNav,\n    masterView: masterNav\n});\n\nsplitWin.addEventListener('visible',function(e){\n    if (e.view == 'detail'){\n        e.button.title = &quot;Master&quot;;\n        detail.leftNavButton = e.button;\n    } else if (e.view == 'master'){\n        detail.leftNavButton = null;\n    }\n});\n\nsplitWin.open();\n</code></pre>"
                },
                {
                    "title": "Alloy XML Markup",
                    "code": "<p>Below is an Alloy version of the previous example. The first window is the <code>masterView</code> and\nthe second window is the <code>detailView</code>. You can also use the <code>&lt;Require&gt;</code> element to add a\n<code>&lt;Window&gt;</code> or <code>&lt;NavigationWindow&gt;</code>.</p>\n<p><strong>views/index.xml:</strong></p>\n<pre><code>&lt;Alloy&gt;\n    &lt;SplitWindow backgroundColor=&quot;white&quot; showMasterInPortrait=&quot;true&quot;&gt;\n        &lt;!-- First window is the masterView --&gt;\n        &lt;NavigationWindow&gt;\n            &lt;ListView&gt;\n                &lt;ListSection headerTitle=&quot;Some items&quot;&gt;\n                    &lt;ListItem title=&quot;Item 1&quot;&gt;&lt;/ListItem&gt;\n                    &lt;ListItem title=&quot;Item 2&quot;&gt;&lt;/ListItem&gt;\n                    &lt;ListItem title=&quot;Item 3&quot;&gt;&lt;/ListItem&gt;\n                &lt;/ListSection&gt;\n            &lt;/ListView&gt;\n        &lt;/NavigationWindow&gt;\n\n        &lt;!-- Second window is the detailView --&gt;\n        &lt;Window&gt;\n            &lt;Label&gt;I am the detail view.&lt;/Label&gt;\n        &lt;/Window&gt;\n    &lt;/SplitWindow&gt;\n&lt;/Alloy&gt;\n</code></pre>\n<p><strong>controllers/index.js:</strong></p>\n<pre><code>$.index.addEventListener('visible',function(e){\n    if (e.view == 'detail'){\n        e.button.title = &quot;Master&quot;;\n        $.index.detailView.getWindow().leftNavButton = e.button;\n    } else if (e.view == 'master'){\n        $.index.detailView.getWindow().leftNavButton = null;\n    }\n});\n\n$.index.open();\n</code></pre>"
                }
            ],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "add",
                    "deprecated": false,
                    "description": "<p>Adds a child to this view's hierarchy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "view",
                            "constants": [],
                            "description": "<p>View to add to this view's hierarchy.</p>\n<p>You may pass an array of views, e.g. <code>view.add([subview1, subview2]</code>.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "animate",
                    "deprecated": false,
                    "description": "<p>Animates this view.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "animation",
                            "constants": [],
                            "description": "<p>Either a dictionary of animation properties or an\n<a href=\"Titanium.UI.Animation\">Animation</a> object.</p>",
                            "type": "Titanium.UI.Animation",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Function to be invoked upon completion of the animation.</p>",
                            "type": "Function",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "clearMotionEffects",
                    "deprecated": false,
                    "description": "<p>Removes all previously added motion effects.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "finishLayout",
                    "deprecated": true,
                    "description": "<p>Finishes a batch update of the View's layout properties and schedules a layout pass of the\nview tree.\n<strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hide",
                    "deprecated": false,
                    "description": "<p>Hides this view.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Animation options for Android only. <strong>Since SDK 5.1.0 and used only on Android 5.0+</strong></p>\n<p>Determines whether to enable a circular reveal animation.\nNote that the default here is equivalent to passing in <code>{ animated: false }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "insertAt",
                    "deprecated": false,
                    "description": "<p>Inserts a view at the specified position in the <a href=\"Titanium.UI.View.children\">children</a> array.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Pass an object that specifies the view to insert and optionally at which position (defaults to end)</p>",
                            "type": "ViewPositionOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "remove",
                    "deprecated": false,
                    "description": "<p>Removes a child view from this view's hierarchy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "view",
                            "constants": [],
                            "description": "<p>View to remove from this view's hierarchy.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "replaceAt",
                    "deprecated": false,
                    "description": "<p>Replaces a view at the specified position in the <a href=\"Titanium.UI.View.children\">children</a> array.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Pass an object with the view to insert and the position of the view to replace. In this case the <code>position</code> property is required.</p>",
                            "type": "ViewPositionOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "show",
                    "deprecated": false,
                    "description": "<p>Makes this view visible.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Animation options for Android only. <strong>Since SDK 5.1.0 and only used on Android 5.0+</strong></p>\n<p>Determines whether to enable a circular reveal animation.\nNote that the default here is equivalent to passing in <code>{ animated: false }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "startLayout",
                    "deprecated": true,
                    "description": "<p>Starts a batch update of this view's layout properties. <strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">Titanium.Proxy.applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "toImage",
                    "deprecated": false,
                    "description": "<p>Returns an image of the rendered view, as a Blob.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Function to be invoked upon completion. If non-null, this method will be performed\nasynchronously. If null, it will be performed immediately.</p>",
                            "type": "Function",
                            "usage": "optional"
                        },
                        {
                            "name": "honorScaleFactor",
                            "constants": [],
                            "description": "<p>Determines whether the image is scaled based on scale factor of main screen. (iOS only)</p>\n<p>When set to true, image is scale factor is honored. When set to false, the image in the\nblob has the same dimensions for retina and non-retina devices.</p>",
                            "type": "Boolean",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Blob",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "updateLayout",
                    "deprecated": true,
                    "description": "<p>Performs a batch update of all supplied layout properties and schedules a layout pass after\nthey have been updated.\n<strong>Removed in 9.0.0. Use the <a href=\"Titanium.Proxy.applyProperties\">Titanium.Proxy.applyProperties</a> method to batch-update layout properties.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Layout properties to be updated.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "convertPointToView",
                    "deprecated": false,
                    "description": "<p>Translates a point from this view's coordinate system to another view's coordinate system.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "point",
                            "constants": [],
                            "description": "<p>A point in this view's coordinate system.</p>\n<p>If this argument is missing an <code>x</code> or <code>y</code> property, or the properties can not be\nconverted into numbers, an exception will be raised.</p>",
                            "type": "Point",
                            "usage": "required"
                        },
                        {
                            "name": "destinationView",
                            "constants": [],
                            "description": "<p>View that specifies the destination coordinate system to convert to. If this argument\nis not a view, an exception will be raised.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewById",
                    "deprecated": false,
                    "description": "<p>Returns the matching view of a given view ID.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "id",
                            "constants": [],
                            "description": "<p>The ID of the view that should be returned. Use the <code>id</code> property in your views to\nenable it for indexing in this method.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.View",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "close",
                    "deprecated": false,
                    "description": "<p>Closes the window.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Animation or display properties to use when closing the window.</p>",
                            "type": "Titanium.UI.Animation",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hideNavBar",
                    "deprecated": false,
                    "description": "<p>Hides the navigation bar.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Options dictionary supporting a single <code>animated</code> boolean property to determine whether\nthe navigation bar will be animated (default) while being hidden. Note that the default here is equivalent to <code>{ animated: true }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hideTabBar",
                    "deprecated": false,
                    "description": "<p>Hides the tab bar. Must be called before opening the window.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "open",
                    "deprecated": false,
                    "description": "<p>Opens the window.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Animation or display properties to use when opening the window.</p>",
                            "type": "openWindowParams",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setToolbar",
                    "deprecated": false,
                    "description": "<p>Sets the array of items to show in the window's toolbar.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "items",
                            "constants": [],
                            "description": "<p>Array of button objects to show in the window's toolbar.</p>",
                            "type": "Array",
                            "usage": "required"
                        },
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Parameters to control the toolbar appearance.</p>",
                            "type": "windowToolbarParam",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "showNavBar",
                    "deprecated": false,
                    "description": "<p>Makes the navigation bar visible.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Options dictionary supporting a single <code>animated</code> boolean property to determine whether\nthe navigation bar will be animated (default) while being shown. Note that the default here is equivalent to <code>{ animated: true }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "showToolbar",
                    "deprecated": false,
                    "description": "<p>Makes the bottom toolbar visible.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Options dictionary supporting a single <code>animated</code> boolean property to determine whether\nthe toolbar will be animated (default) while being shown. Note that the default here is equivalent to <code>{ animated: true }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hideToolbar",
                    "deprecated": false,
                    "description": "<p>Makes the bottom toolbar invisible.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "options",
                            "constants": [],
                            "description": "<p>Options dictionary supporting a single <code>animated</code> boolean property to determine whether\nthe toolbar will be animated (default) while being hidden. Note that the default here is equivalent to <code>{ animated: true }</code></p>",
                            "type": "AnimatedOptions",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.bubbleParent\">Titanium.UI.iPad.SplitWindow.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPad.SplitWindow.bubbleParent\">Titanium.UI.iPad.SplitWindow.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.bubbleParent\">Titanium.UI.iPad.SplitWindow.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iPad.SplitWindow.bubbleParent\">Titanium.UI.iPad.SplitWindow.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.apiName\">Titanium.UI.iPad.SplitWindow.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPad.SplitWindow.apiName\">Titanium.UI.iPad.SplitWindow.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityHidden",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.accessibilityHidden\">Titanium.UI.iPad.SplitWindow.accessibilityHidden</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPad.SplitWindow.accessibilityHidden\">Titanium.UI.iPad.SplitWindow.accessibilityHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityHidden",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.accessibilityHidden\">Titanium.UI.iPad.SplitWindow.accessibilityHidden</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iPad.SplitWindow.accessibilityHidden\">Titanium.UI.iPad.SplitWindow.accessibilityHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityHidden",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityHint",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.accessibilityHint\">Titanium.UI.iPad.SplitWindow.accessibilityHint</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPad.SplitWindow.accessibilityHint\">Titanium.UI.iPad.SplitWindow.accessibilityHint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityHint",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.accessibilityHint\">Titanium.UI.iPad.SplitWindow.accessibilityHint</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iPad.SplitWindow.accessibilityHint\">Titanium.UI.iPad.SplitWindow.accessibilityHint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityHint",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityLabel",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.accessibilityLabel\">Titanium.UI.iPad.SplitWindow.accessibilityLabel</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPad.SplitWindow.accessibilityLabel\">Titanium.UI.iPad.SplitWindow.accessibilityLabel</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityLabel",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.accessibilityLabel\">Titanium.UI.iPad.SplitWindow.accessibilityLabel</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iPad.SplitWindow.accessibilityLabel\">Titanium.UI.iPad.SplitWindow.accessibilityLabel</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityLabel",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAccessibilityValue",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.accessibilityValue\">Titanium.UI.iPad.SplitWindow.accessibilityValue</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPad.SplitWindow.accessibilityValue\">Titanium.UI.iPad.SplitWindow.accessibilityValue</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAccessibilityValue",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.accessibilityValue\">Titanium.UI.iPad.SplitWindow.accessibilityValue</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iPad.SplitWindow.accessibilityValue\">Titanium.UI.iPad.SplitWindow.accessibilityValue</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "accessibilityValue",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAnchorPoint",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.anchorPoint\">Titanium.UI.iPad.SplitWindow.anchorPoint</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPad.SplitWindow.anchorPoint\">Titanium.UI.iPad.SplitWindow.anchorPoint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAnchorPoint",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.anchorPoint\">Titanium.UI.iPad.SplitWindow.anchorPoint</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iPad.SplitWindow.anchorPoint\">Titanium.UI.iPad.SplitWindow.anchorPoint</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "anchorPoint",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAnimatedCenter",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.animatedCenter\">Titanium.UI.iPad.SplitWindow.animatedCenter</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPad.SplitWindow.animatedCenter\">Titanium.UI.iPad.SplitWindow.animatedCenter</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.backgroundColor\">Titanium.UI.iPad.SplitWindow.backgroundColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPad.SplitWindow.backgroundColor\">Titanium.UI.iPad.SplitWindow.backgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.backgroundColor\">Titanium.UI.iPad.SplitWindow.backgroundColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iPad.SplitWindow.backgroundColor\">Titanium.UI.iPad.SplitWindow.backgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundGradient",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.backgroundGradient\">Titanium.UI.iPad.SplitWindow.backgroundGradient</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPad.SplitWindow.backgroundGradient\">Titanium.UI.iPad.SplitWindow.backgroundGradient</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Gradient",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundGradient",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.backgroundGradient\">Titanium.UI.iPad.SplitWindow.backgroundGradient</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iPad.SplitWindow.backgroundGradient\">Titanium.UI.iPad.SplitWindow.backgroundGradient</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundGradient",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Gradient",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.backgroundImage\">Titanium.UI.iPad.SplitWindow.backgroundImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPad.SplitWindow.backgroundImage\">Titanium.UI.iPad.SplitWindow.backgroundImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.backgroundImage\">Titanium.UI.iPad.SplitWindow.backgroundImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iPad.SplitWindow.backgroundImage\">Titanium.UI.iPad.SplitWindow.backgroundImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundRepeat",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.backgroundRepeat\">Titanium.UI.iPad.SplitWindow.backgroundRepeat</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPad.SplitWindow.backgroundRepeat\">Titanium.UI.iPad.SplitWindow.backgroundRepeat</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundRepeat",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.backgroundRepeat\">Titanium.UI.iPad.SplitWindow.backgroundRepeat</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iPad.SplitWindow.backgroundRepeat\">Titanium.UI.iPad.SplitWindow.backgroundRepeat</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundRepeat",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundLeftCap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.backgroundLeftCap\">Titanium.UI.iPad.SplitWindow.backgroundLeftCap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPad.SplitWindow.backgroundLeftCap\">Titanium.UI.iPad.SplitWindow.backgroundLeftCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundLeftCap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.backgroundLeftCap\">Titanium.UI.iPad.SplitWindow.backgroundLeftCap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iPad.SplitWindow.backgroundLeftCap\">Titanium.UI.iPad.SplitWindow.backgroundLeftCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundLeftCap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackgroundTopCap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.backgroundTopCap\">Titanium.UI.iPad.SplitWindow.backgroundTopCap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPad.SplitWindow.backgroundTopCap\">Titanium.UI.iPad.SplitWindow.backgroundTopCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackgroundTopCap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.backgroundTopCap\">Titanium.UI.iPad.SplitWindow.backgroundTopCap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iPad.SplitWindow.backgroundTopCap\">Titanium.UI.iPad.SplitWindow.backgroundTopCap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backgroundTopCap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.borderColor\">Titanium.UI.iPad.SplitWindow.borderColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPad.SplitWindow.borderColor\">Titanium.UI.iPad.SplitWindow.borderColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.borderColor\">Titanium.UI.iPad.SplitWindow.borderColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iPad.SplitWindow.borderColor\">Titanium.UI.iPad.SplitWindow.borderColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderRadius",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.borderRadius\">Titanium.UI.iPad.SplitWindow.borderRadius</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPad.SplitWindow.borderRadius\">Titanium.UI.iPad.SplitWindow.borderRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderRadius",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.borderRadius\">Titanium.UI.iPad.SplitWindow.borderRadius</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iPad.SplitWindow.borderRadius\">Titanium.UI.iPad.SplitWindow.borderRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderRadius",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBorderWidth",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.borderWidth\">Titanium.UI.iPad.SplitWindow.borderWidth</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPad.SplitWindow.borderWidth\">Titanium.UI.iPad.SplitWindow.borderWidth</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBorderWidth",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.borderWidth\">Titanium.UI.iPad.SplitWindow.borderWidth</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iPad.SplitWindow.borderWidth\">Titanium.UI.iPad.SplitWindow.borderWidth</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "borderWidth",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBottom",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.bottom\">Titanium.UI.iPad.SplitWindow.bottom</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPad.SplitWindow.bottom\">Titanium.UI.iPad.SplitWindow.bottom</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBottom",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.bottom\">Titanium.UI.iPad.SplitWindow.bottom</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iPad.SplitWindow.bottom\">Titanium.UI.iPad.SplitWindow.bottom</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bottom",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getCenter",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.center\">Titanium.UI.iPad.SplitWindow.center</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPad.SplitWindow.center\">Titanium.UI.iPad.SplitWindow.center</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setCenter",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.center\">Titanium.UI.iPad.SplitWindow.center</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iPad.SplitWindow.center\">Titanium.UI.iPad.SplitWindow.center</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "center",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getChildren",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.children\">Titanium.UI.iPad.SplitWindow.children</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPad.SplitWindow.children\">Titanium.UI.iPad.SplitWindow.children</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getClipMode",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.clipMode\">Titanium.UI.iPad.SplitWindow.clipMode</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPad.SplitWindow.clipMode\">Titanium.UI.iPad.SplitWindow.clipMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setClipMode",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.clipMode\">Titanium.UI.iPad.SplitWindow.clipMode</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iPad.SplitWindow.clipMode\">Titanium.UI.iPad.SplitWindow.clipMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "clipMode",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHeight",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.height\">Titanium.UI.iPad.SplitWindow.height</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPad.SplitWindow.height\">Titanium.UI.iPad.SplitWindow.height</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHeight",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.height\">Titanium.UI.iPad.SplitWindow.height</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iPad.SplitWindow.height\">Titanium.UI.iPad.SplitWindow.height</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "height",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHorizontalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.horizontalMotionEffect\">Titanium.UI.iPad.SplitWindow.horizontalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPad.SplitWindow.horizontalMotionEffect\">Titanium.UI.iPad.SplitWindow.horizontalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "MinMaxOptions",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHorizontalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.horizontalMotionEffect\">Titanium.UI.iPad.SplitWindow.horizontalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iPad.SplitWindow.horizontalMotionEffect\">Titanium.UI.iPad.SplitWindow.horizontalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "horizontalMotionEffect",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "MinMaxOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLeft",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.left\">Titanium.UI.iPad.SplitWindow.left</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPad.SplitWindow.left\">Titanium.UI.iPad.SplitWindow.left</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLeft",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.left\">Titanium.UI.iPad.SplitWindow.left</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iPad.SplitWindow.left\">Titanium.UI.iPad.SplitWindow.left</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "left",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLayout",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.layout\">Titanium.UI.iPad.SplitWindow.layout</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPad.SplitWindow.layout\">Titanium.UI.iPad.SplitWindow.layout</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLayout",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.layout\">Titanium.UI.iPad.SplitWindow.layout</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iPad.SplitWindow.layout\">Titanium.UI.iPad.SplitWindow.layout</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "layout",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getOpacity",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.opacity\">Titanium.UI.iPad.SplitWindow.opacity</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPad.SplitWindow.opacity\">Titanium.UI.iPad.SplitWindow.opacity</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setOpacity",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.opacity\">Titanium.UI.iPad.SplitWindow.opacity</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iPad.SplitWindow.opacity\">Titanium.UI.iPad.SplitWindow.opacity</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "opacity",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPullBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.pullBackgroundColor\">Titanium.UI.iPad.SplitWindow.pullBackgroundColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPad.SplitWindow.pullBackgroundColor\">Titanium.UI.iPad.SplitWindow.pullBackgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setPullBackgroundColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.pullBackgroundColor\">Titanium.UI.iPad.SplitWindow.pullBackgroundColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iPad.SplitWindow.pullBackgroundColor\">Titanium.UI.iPad.SplitWindow.pullBackgroundColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "pullBackgroundColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRight",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.right\">Titanium.UI.iPad.SplitWindow.right</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPad.SplitWindow.right\">Titanium.UI.iPad.SplitWindow.right</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setRight",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.right\">Titanium.UI.iPad.SplitWindow.right</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iPad.SplitWindow.right\">Titanium.UI.iPad.SplitWindow.right</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "right",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.rect\">Titanium.UI.iPad.SplitWindow.rect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPad.SplitWindow.rect\">Titanium.UI.iPad.SplitWindow.rect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "DimensionWithAbsolutes",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSize",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.size\">Titanium.UI.iPad.SplitWindow.size</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPad.SplitWindow.size\">Titanium.UI.iPad.SplitWindow.size</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Dimension",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTintColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.tintColor\">Titanium.UI.iPad.SplitWindow.tintColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPad.SplitWindow.tintColor\">Titanium.UI.iPad.SplitWindow.tintColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTintColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.tintColor\">Titanium.UI.iPad.SplitWindow.tintColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iPad.SplitWindow.tintColor\">Titanium.UI.iPad.SplitWindow.tintColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "tintColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTop",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.top\">Titanium.UI.iPad.SplitWindow.top</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPad.SplitWindow.top\">Titanium.UI.iPad.SplitWindow.top</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTop",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.top\">Titanium.UI.iPad.SplitWindow.top</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iPad.SplitWindow.top\">Titanium.UI.iPad.SplitWindow.top</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "top",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTouchEnabled",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.touchEnabled\">Titanium.UI.iPad.SplitWindow.touchEnabled</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPad.SplitWindow.touchEnabled\">Titanium.UI.iPad.SplitWindow.touchEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTouchEnabled",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.touchEnabled\">Titanium.UI.iPad.SplitWindow.touchEnabled</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iPad.SplitWindow.touchEnabled\">Titanium.UI.iPad.SplitWindow.touchEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "touchEnabled",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTransform",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.transform\">Titanium.UI.iPad.SplitWindow.transform</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPad.SplitWindow.transform\">Titanium.UI.iPad.SplitWindow.transform</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Matrix2D",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTransform",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.transform\">Titanium.UI.iPad.SplitWindow.transform</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iPad.SplitWindow.transform\">Titanium.UI.iPad.SplitWindow.transform</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "transform",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Matrix2D",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getVerticalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.verticalMotionEffect\">Titanium.UI.iPad.SplitWindow.verticalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPad.SplitWindow.verticalMotionEffect\">Titanium.UI.iPad.SplitWindow.verticalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "MinMaxOptions",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setVerticalMotionEffect",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.verticalMotionEffect\">Titanium.UI.iPad.SplitWindow.verticalMotionEffect</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iPad.SplitWindow.verticalMotionEffect\">Titanium.UI.iPad.SplitWindow.verticalMotionEffect</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "verticalMotionEffect",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "MinMaxOptions",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowRadius",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.viewShadowRadius\">Titanium.UI.iPad.SplitWindow.viewShadowRadius</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPad.SplitWindow.viewShadowRadius\">Titanium.UI.iPad.SplitWindow.viewShadowRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowRadius",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.viewShadowRadius\">Titanium.UI.iPad.SplitWindow.viewShadowRadius</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iPad.SplitWindow.viewShadowRadius\">Titanium.UI.iPad.SplitWindow.viewShadowRadius</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowRadius",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.viewShadowColor\">Titanium.UI.iPad.SplitWindow.viewShadowColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPad.SplitWindow.viewShadowColor\">Titanium.UI.iPad.SplitWindow.viewShadowColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.viewShadowColor\">Titanium.UI.iPad.SplitWindow.viewShadowColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iPad.SplitWindow.viewShadowColor\">Titanium.UI.iPad.SplitWindow.viewShadowColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getViewShadowOffset",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.viewShadowOffset\">Titanium.UI.iPad.SplitWindow.viewShadowOffset</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPad.SplitWindow.viewShadowOffset\">Titanium.UI.iPad.SplitWindow.viewShadowOffset</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Point",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setViewShadowOffset",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.viewShadowOffset\">Titanium.UI.iPad.SplitWindow.viewShadowOffset</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iPad.SplitWindow.viewShadowOffset\">Titanium.UI.iPad.SplitWindow.viewShadowOffset</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "viewShadowOffset",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Point",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getVisible",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.visible\">Titanium.UI.iPad.SplitWindow.visible</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPad.SplitWindow.visible\">Titanium.UI.iPad.SplitWindow.visible</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setVisible",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.visible\">Titanium.UI.iPad.SplitWindow.visible</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iPad.SplitWindow.visible\">Titanium.UI.iPad.SplitWindow.visible</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "visible",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getWidth",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.width\">Titanium.UI.iPad.SplitWindow.width</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPad.SplitWindow.width\">Titanium.UI.iPad.SplitWindow.width</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setWidth",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.width\">Titanium.UI.iPad.SplitWindow.width</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iPad.SplitWindow.width\">Titanium.UI.iPad.SplitWindow.width</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "width",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHorizontalWrap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.horizontalWrap\">Titanium.UI.iPad.SplitWindow.horizontalWrap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPad.SplitWindow.horizontalWrap\">Titanium.UI.iPad.SplitWindow.horizontalWrap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHorizontalWrap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.horizontalWrap\">Titanium.UI.iPad.SplitWindow.horizontalWrap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iPad.SplitWindow.horizontalWrap\">Titanium.UI.iPad.SplitWindow.horizontalWrap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "horizontalWrap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getZIndex",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.zIndex\">Titanium.UI.iPad.SplitWindow.zIndex</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPad.SplitWindow.zIndex\">Titanium.UI.iPad.SplitWindow.zIndex</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setZIndex",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.zIndex\">Titanium.UI.iPad.SplitWindow.zIndex</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iPad.SplitWindow.zIndex\">Titanium.UI.iPad.SplitWindow.zIndex</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "zIndex",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackButtonTitle",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.backButtonTitle\">Titanium.UI.iPad.SplitWindow.backButtonTitle</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPad.SplitWindow.backButtonTitle\">Titanium.UI.iPad.SplitWindow.backButtonTitle</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackButtonTitle",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.backButtonTitle\">Titanium.UI.iPad.SplitWindow.backButtonTitle</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iPad.SplitWindow.backButtonTitle\">Titanium.UI.iPad.SplitWindow.backButtonTitle</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backButtonTitle",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBackButtonTitleImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.backButtonTitleImage\">Titanium.UI.iPad.SplitWindow.backButtonTitleImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPad.SplitWindow.backButtonTitleImage\">Titanium.UI.iPad.SplitWindow.backButtonTitleImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBackButtonTitleImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.backButtonTitleImage\">Titanium.UI.iPad.SplitWindow.backButtonTitleImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iPad.SplitWindow.backButtonTitleImage\">Titanium.UI.iPad.SplitWindow.backButtonTitleImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "backButtonTitleImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBarColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.barColor\">Titanium.UI.iPad.SplitWindow.barColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPad.SplitWindow.barColor\">Titanium.UI.iPad.SplitWindow.barColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBarColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.barColor\">Titanium.UI.iPad.SplitWindow.barColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iPad.SplitWindow.barColor\">Titanium.UI.iPad.SplitWindow.barColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "barColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBarImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.barImage\">Titanium.UI.iPad.SplitWindow.barImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPad.SplitWindow.barImage\">Titanium.UI.iPad.SplitWindow.barImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBarImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.barImage\">Titanium.UI.iPad.SplitWindow.barImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iPad.SplitWindow.barImage\">Titanium.UI.iPad.SplitWindow.barImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "barImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getExtendEdges",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.extendEdges\">Titanium.UI.iPad.SplitWindow.extendEdges</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPad.SplitWindow.extendEdges\">Titanium.UI.iPad.SplitWindow.extendEdges</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setExtendEdges",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.extendEdges\">Titanium.UI.iPad.SplitWindow.extendEdges</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iPad.SplitWindow.extendEdges\">Titanium.UI.iPad.SplitWindow.extendEdges</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "extendEdges",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getIncludeOpaqueBars",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.includeOpaqueBars\">Titanium.UI.iPad.SplitWindow.includeOpaqueBars</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPad.SplitWindow.includeOpaqueBars\">Titanium.UI.iPad.SplitWindow.includeOpaqueBars</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setIncludeOpaqueBars",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.includeOpaqueBars\">Titanium.UI.iPad.SplitWindow.includeOpaqueBars</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iPad.SplitWindow.includeOpaqueBars\">Titanium.UI.iPad.SplitWindow.includeOpaqueBars</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "includeOpaqueBars",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAutoAdjustScrollViewInsets",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.autoAdjustScrollViewInsets\">Titanium.UI.iPad.SplitWindow.autoAdjustScrollViewInsets</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPad.SplitWindow.autoAdjustScrollViewInsets\">Titanium.UI.iPad.SplitWindow.autoAdjustScrollViewInsets</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAutoAdjustScrollViewInsets",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.autoAdjustScrollViewInsets\">Titanium.UI.iPad.SplitWindow.autoAdjustScrollViewInsets</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iPad.SplitWindow.autoAdjustScrollViewInsets\">Titanium.UI.iPad.SplitWindow.autoAdjustScrollViewInsets</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "autoAdjustScrollViewInsets",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getExtendSafeArea",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.extendSafeArea\">Titanium.UI.iPad.SplitWindow.extendSafeArea</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPad.SplitWindow.extendSafeArea\">Titanium.UI.iPad.SplitWindow.extendSafeArea</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setExtendSafeArea",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.extendSafeArea\">Titanium.UI.iPad.SplitWindow.extendSafeArea</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iPad.SplitWindow.extendSafeArea\">Titanium.UI.iPad.SplitWindow.extendSafeArea</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "extendSafeArea",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getFullscreen",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.fullscreen\">Titanium.UI.iPad.SplitWindow.fullscreen</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPad.SplitWindow.fullscreen\">Titanium.UI.iPad.SplitWindow.fullscreen</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setFullscreen",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.fullscreen\">Titanium.UI.iPad.SplitWindow.fullscreen</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iPad.SplitWindow.fullscreen\">Titanium.UI.iPad.SplitWindow.fullscreen</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "fullscreen",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHomeIndicatorAutoHidden",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.homeIndicatorAutoHidden\">Titanium.UI.iPad.SplitWindow.homeIndicatorAutoHidden</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPad.SplitWindow.homeIndicatorAutoHidden\">Titanium.UI.iPad.SplitWindow.homeIndicatorAutoHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHomeIndicatorAutoHidden",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.homeIndicatorAutoHidden\">Titanium.UI.iPad.SplitWindow.homeIndicatorAutoHidden</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iPad.SplitWindow.homeIndicatorAutoHidden\">Titanium.UI.iPad.SplitWindow.homeIndicatorAutoHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "homeIndicatorAutoHidden",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHideShadow",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.hideShadow\">Titanium.UI.iPad.SplitWindow.hideShadow</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPad.SplitWindow.hideShadow\">Titanium.UI.iPad.SplitWindow.hideShadow</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHideShadow",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.hideShadow\">Titanium.UI.iPad.SplitWindow.hideShadow</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iPad.SplitWindow.hideShadow\">Titanium.UI.iPad.SplitWindow.hideShadow</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "hideShadow",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHidesBarsOnSwipe",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.hidesBarsOnSwipe\">Titanium.UI.iPad.SplitWindow.hidesBarsOnSwipe</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPad.SplitWindow.hidesBarsOnSwipe\">Titanium.UI.iPad.SplitWindow.hidesBarsOnSwipe</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHidesBarsOnSwipe",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.hidesBarsOnSwipe\">Titanium.UI.iPad.SplitWindow.hidesBarsOnSwipe</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iPad.SplitWindow.hidesBarsOnSwipe\">Titanium.UI.iPad.SplitWindow.hidesBarsOnSwipe</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "hidesBarsOnSwipe",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHidesBarsOnTap",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.hidesBarsOnTap\">Titanium.UI.iPad.SplitWindow.hidesBarsOnTap</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPad.SplitWindow.hidesBarsOnTap\">Titanium.UI.iPad.SplitWindow.hidesBarsOnTap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHidesBarsOnTap",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.hidesBarsOnTap\">Titanium.UI.iPad.SplitWindow.hidesBarsOnTap</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iPad.SplitWindow.hidesBarsOnTap\">Titanium.UI.iPad.SplitWindow.hidesBarsOnTap</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "hidesBarsOnTap",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHidesBarsWhenKeyboardAppears",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.hidesBarsWhenKeyboardAppears\">Titanium.UI.iPad.SplitWindow.hidesBarsWhenKeyboardAppears</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPad.SplitWindow.hidesBarsWhenKeyboardAppears\">Titanium.UI.iPad.SplitWindow.hidesBarsWhenKeyboardAppears</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHidesBarsWhenKeyboardAppears",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.hidesBarsWhenKeyboardAppears\">Titanium.UI.iPad.SplitWindow.hidesBarsWhenKeyboardAppears</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iPad.SplitWindow.hidesBarsWhenKeyboardAppears\">Titanium.UI.iPad.SplitWindow.hidesBarsWhenKeyboardAppears</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "hidesBarsWhenKeyboardAppears",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHidesBackButton",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.hidesBackButton\">Titanium.UI.iPad.SplitWindow.hidesBackButton</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPad.SplitWindow.hidesBackButton\">Titanium.UI.iPad.SplitWindow.hidesBackButton</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.5.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHidesBackButton",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.hidesBackButton\">Titanium.UI.iPad.SplitWindow.hidesBackButton</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iPad.SplitWindow.hidesBackButton\">Titanium.UI.iPad.SplitWindow.hidesBackButton</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "hidesBackButton",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.5.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLargeTitleEnabled",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.largeTitleEnabled\">Titanium.UI.iPad.SplitWindow.largeTitleEnabled</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPad.SplitWindow.largeTitleEnabled\">Titanium.UI.iPad.SplitWindow.largeTitleEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLargeTitleEnabled",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.largeTitleEnabled\">Titanium.UI.iPad.SplitWindow.largeTitleEnabled</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iPad.SplitWindow.largeTitleEnabled\">Titanium.UI.iPad.SplitWindow.largeTitleEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "largeTitleEnabled",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getHidesSearchBarWhenScrolling",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.hidesSearchBarWhenScrolling\">Titanium.UI.iPad.SplitWindow.hidesSearchBarWhenScrolling</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPad.SplitWindow.hidesSearchBarWhenScrolling\">Titanium.UI.iPad.SplitWindow.hidesSearchBarWhenScrolling</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setHidesSearchBarWhenScrolling",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.hidesSearchBarWhenScrolling\">Titanium.UI.iPad.SplitWindow.hidesSearchBarWhenScrolling</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iPad.SplitWindow.hidesSearchBarWhenScrolling\">Titanium.UI.iPad.SplitWindow.hidesSearchBarWhenScrolling</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "hidesSearchBarWhenScrolling",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.1.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLargeTitleDisplayMode",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.largeTitleDisplayMode\">Titanium.UI.iPad.SplitWindow.largeTitleDisplayMode</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPad.SplitWindow.largeTitleDisplayMode\">Titanium.UI.iPad.SplitWindow.largeTitleDisplayMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLargeTitleDisplayMode",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.largeTitleDisplayMode\">Titanium.UI.iPad.SplitWindow.largeTitleDisplayMode</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iPad.SplitWindow.largeTitleDisplayMode\">Titanium.UI.iPad.SplitWindow.largeTitleDisplayMode</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "largeTitleDisplayMode",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLeftNavButton",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.leftNavButton\">Titanium.UI.iPad.SplitWindow.leftNavButton</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPad.SplitWindow.leftNavButton\">Titanium.UI.iPad.SplitWindow.leftNavButton</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.View",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLeftNavButton",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.leftNavButton\">Titanium.UI.iPad.SplitWindow.leftNavButton</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iPad.SplitWindow.leftNavButton\">Titanium.UI.iPad.SplitWindow.leftNavButton</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "leftNavButton",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLeftNavButtons",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.leftNavButtons\">Titanium.UI.iPad.SplitWindow.leftNavButtons</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPad.SplitWindow.leftNavButtons\">Titanium.UI.iPad.SplitWindow.leftNavButtons</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setLeftNavButtons",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.leftNavButtons\">Titanium.UI.iPad.SplitWindow.leftNavButtons</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iPad.SplitWindow.leftNavButtons\">Titanium.UI.iPad.SplitWindow.leftNavButtons</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "leftNavButtons",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getModal",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.modal\">Titanium.UI.iPad.SplitWindow.modal</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPad.SplitWindow.modal\">Titanium.UI.iPad.SplitWindow.modal</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setModal",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.modal\">Titanium.UI.iPad.SplitWindow.modal</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iPad.SplitWindow.modal\">Titanium.UI.iPad.SplitWindow.modal</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "modal",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getNavBarHidden",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.navBarHidden\">Titanium.UI.iPad.SplitWindow.navBarHidden</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPad.SplitWindow.navBarHidden\">Titanium.UI.iPad.SplitWindow.navBarHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setNavBarHidden",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.navBarHidden\">Titanium.UI.iPad.SplitWindow.navBarHidden</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iPad.SplitWindow.navBarHidden\">Titanium.UI.iPad.SplitWindow.navBarHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "navBarHidden",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getNavTintColor",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.navTintColor\">Titanium.UI.iPad.SplitWindow.navTintColor</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPad.SplitWindow.navTintColor\">Titanium.UI.iPad.SplitWindow.navTintColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setNavTintColor",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.navTintColor\">Titanium.UI.iPad.SplitWindow.navTintColor</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iPad.SplitWindow.navTintColor\">Titanium.UI.iPad.SplitWindow.navTintColor</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "navTintColor",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getNavigationWindow",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.navigationWindow\">Titanium.UI.iPad.SplitWindow.navigationWindow</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPad.SplitWindow.navigationWindow\">Titanium.UI.iPad.SplitWindow.navigationWindow</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.NavigationWindow",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getOrientationModes",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.orientationModes\">Titanium.UI.iPad.SplitWindow.orientationModes</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPad.SplitWindow.orientationModes\">Titanium.UI.iPad.SplitWindow.orientationModes</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setOrientationModes",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.orientationModes\">Titanium.UI.iPad.SplitWindow.orientationModes</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iPad.SplitWindow.orientationModes\">Titanium.UI.iPad.SplitWindow.orientationModes</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "orientationModes",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getOrientation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.orientation\">Titanium.UI.iPad.SplitWindow.orientation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPad.SplitWindow.orientation\">Titanium.UI.iPad.SplitWindow.orientation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRightNavButton",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.rightNavButton\">Titanium.UI.iPad.SplitWindow.rightNavButton</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPad.SplitWindow.rightNavButton\">Titanium.UI.iPad.SplitWindow.rightNavButton</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.View",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setRightNavButton",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.rightNavButton\">Titanium.UI.iPad.SplitWindow.rightNavButton</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iPad.SplitWindow.rightNavButton\">Titanium.UI.iPad.SplitWindow.rightNavButton</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rightNavButton",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getRightNavButtons",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.rightNavButtons\">Titanium.UI.iPad.SplitWindow.rightNavButtons</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPad.SplitWindow.rightNavButtons\">Titanium.UI.iPad.SplitWindow.rightNavButtons</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setRightNavButtons",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.rightNavButtons\">Titanium.UI.iPad.SplitWindow.rightNavButtons</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iPad.SplitWindow.rightNavButtons\">Titanium.UI.iPad.SplitWindow.rightNavButtons</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "rightNavButtons",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Array",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSafeAreaPadding",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.safeAreaPadding\">Titanium.UI.iPad.SplitWindow.safeAreaPadding</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPad.SplitWindow.safeAreaPadding\">Titanium.UI.iPad.SplitWindow.safeAreaPadding</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Padding",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getShadowImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.shadowImage\">Titanium.UI.iPad.SplitWindow.shadowImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPad.SplitWindow.shadowImage\">Titanium.UI.iPad.SplitWindow.shadowImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setShadowImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.shadowImage\">Titanium.UI.iPad.SplitWindow.shadowImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iPad.SplitWindow.shadowImage\">Titanium.UI.iPad.SplitWindow.shadowImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "shadowImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getStatusBarStyle",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.statusBarStyle\">Titanium.UI.iPad.SplitWindow.statusBarStyle</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPad.SplitWindow.statusBarStyle\">Titanium.UI.iPad.SplitWindow.statusBarStyle</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setStatusBarStyle",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.statusBarStyle\">Titanium.UI.iPad.SplitWindow.statusBarStyle</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iPad.SplitWindow.statusBarStyle\">Titanium.UI.iPad.SplitWindow.statusBarStyle</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "statusBarStyle",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTabBarHidden",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.tabBarHidden\">Titanium.UI.iPad.SplitWindow.tabBarHidden</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPad.SplitWindow.tabBarHidden\">Titanium.UI.iPad.SplitWindow.tabBarHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTabBarHidden",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.tabBarHidden\">Titanium.UI.iPad.SplitWindow.tabBarHidden</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iPad.SplitWindow.tabBarHidden\">Titanium.UI.iPad.SplitWindow.tabBarHidden</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "tabBarHidden",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTitle",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.title\">Titanium.UI.iPad.SplitWindow.title</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPad.SplitWindow.title\">Titanium.UI.iPad.SplitWindow.title</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTitle",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.title\">Titanium.UI.iPad.SplitWindow.title</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iPad.SplitWindow.title\">Titanium.UI.iPad.SplitWindow.title</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "title",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTitleAttributes",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.titleAttributes\">Titanium.UI.iPad.SplitWindow.titleAttributes</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPad.SplitWindow.titleAttributes\">Titanium.UI.iPad.SplitWindow.titleAttributes</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "titleAttributesParams",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTitleAttributes",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.titleAttributes\">Titanium.UI.iPad.SplitWindow.titleAttributes</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iPad.SplitWindow.titleAttributes\">Titanium.UI.iPad.SplitWindow.titleAttributes</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "titleAttributes",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "titleAttributesParams",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTitleControl",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.titleControl\">Titanium.UI.iPad.SplitWindow.titleControl</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPad.SplitWindow.titleControl\">Titanium.UI.iPad.SplitWindow.titleControl</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.View",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTitleControl",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.titleControl\">Titanium.UI.iPad.SplitWindow.titleControl</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iPad.SplitWindow.titleControl\">Titanium.UI.iPad.SplitWindow.titleControl</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "titleControl",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTitleImage",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.titleImage\">Titanium.UI.iPad.SplitWindow.titleImage</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPad.SplitWindow.titleImage\">Titanium.UI.iPad.SplitWindow.titleImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTitleImage",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.titleImage\">Titanium.UI.iPad.SplitWindow.titleImage</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iPad.SplitWindow.titleImage\">Titanium.UI.iPad.SplitWindow.titleImage</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "titleImage",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTitlePrompt",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.titlePrompt\">Titanium.UI.iPad.SplitWindow.titlePrompt</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPad.SplitWindow.titlePrompt\">Titanium.UI.iPad.SplitWindow.titlePrompt</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTitlePrompt",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.titlePrompt\">Titanium.UI.iPad.SplitWindow.titlePrompt</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iPad.SplitWindow.titlePrompt\">Titanium.UI.iPad.SplitWindow.titlePrompt</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "titlePrompt",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTitleid",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.titleid\">Titanium.UI.iPad.SplitWindow.titleid</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPad.SplitWindow.titleid\">Titanium.UI.iPad.SplitWindow.titleid</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTitleid",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.titleid\">Titanium.UI.iPad.SplitWindow.titleid</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iPad.SplitWindow.titleid\">Titanium.UI.iPad.SplitWindow.titleid</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "titleid",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTitlepromptid",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.titlepromptid\">Titanium.UI.iPad.SplitWindow.titlepromptid</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPad.SplitWindow.titlepromptid\">Titanium.UI.iPad.SplitWindow.titlepromptid</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTitlepromptid",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.titlepromptid\">Titanium.UI.iPad.SplitWindow.titlepromptid</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iPad.SplitWindow.titlepromptid\">Titanium.UI.iPad.SplitWindow.titlepromptid</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "titlepromptid",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getToolbar",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.toolbar\">Titanium.UI.iPad.SplitWindow.toolbar</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPad.SplitWindow.toolbar\">Titanium.UI.iPad.SplitWindow.toolbar</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Array",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTranslucent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.translucent\">Titanium.UI.iPad.SplitWindow.translucent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPad.SplitWindow.translucent\">Titanium.UI.iPad.SplitWindow.translucent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setTranslucent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.translucent\">Titanium.UI.iPad.SplitWindow.translucent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iPad.SplitWindow.translucent\">Titanium.UI.iPad.SplitWindow.translucent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "translucent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getUrl",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.url\">Titanium.UI.iPad.SplitWindow.url</a> property. <strong>Removed in 6.0.0.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setUrl",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.url\">Titanium.UI.iPad.SplitWindow.url</a> property. <strong>Removed in 6.0.0.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "url",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getDetailView",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.detailView\">Titanium.UI.iPad.SplitWindow.detailView</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPad.SplitWindow.detailView\">Titanium.UI.iPad.SplitWindow.detailView</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.View",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setDetailView",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.detailView\">Titanium.UI.iPad.SplitWindow.detailView</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iPad.SplitWindow.detailView\">Titanium.UI.iPad.SplitWindow.detailView</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "detailView",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getMasterView",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.masterView\">Titanium.UI.iPad.SplitWindow.masterView</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPad.SplitWindow.masterView\">Titanium.UI.iPad.SplitWindow.masterView</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.View",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setMasterView",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.masterView\">Titanium.UI.iPad.SplitWindow.masterView</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iPad.SplitWindow.masterView\">Titanium.UI.iPad.SplitWindow.masterView</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "masterView",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.View",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getShowMasterInPortrait",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.showMasterInPortrait\">Titanium.UI.iPad.SplitWindow.showMasterInPortrait</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPad.SplitWindow.showMasterInPortrait\">Titanium.UI.iPad.SplitWindow.showMasterInPortrait</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setShowMasterInPortrait",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPad.SplitWindow.showMasterInPortrait\">Titanium.UI.iPad.SplitWindow.showMasterInPortrait</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iPad.SplitWindow.showMasterInPortrait\">Titanium.UI.iPad.SplitWindow.showMasterInPortrait</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": false,
                    "isConstructor": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "showMasterInPortrait",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.UI.Window",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityHidden",
                    "deprecated": false,
                    "description": "<p>Whether the view should be &quot;hidden&quot; from (i.e., ignored by) the accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityHint",
                    "deprecated": false,
                    "description": "<p>Briefly describes what performing an action (such as a click) on the view will do.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityLabel",
                    "deprecated": false,
                    "description": "<p>A succint label identifying the view for the device's accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "accessibilityValue",
                    "deprecated": false,
                    "description": "<p>A string describing the value (if any) of the view for the device's accessibility service.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "anchorPoint",
                    "deprecated": false,
                    "description": "<p>Coordinate of the view about which to pivot an animation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "animatedCenter",
                    "deprecated": false,
                    "description": "<p>Current position of the view during an animation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundColor",
                    "deprecated": false,
                    "description": "<p>Background color of the window, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundGradient",
                    "deprecated": false,
                    "description": "<p>A background gradient for the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [
                        {
                            "title": "Linear and Radial Gradients",
                            "code": "<p>The following code excerpt creates two views, one with a linear gradient and one with\na radial gradient.</p>\n<pre><code>var win1 = Titanium.UI.createWindow({\n    title:'Tab 1',\n    backgroundColor:'#fff',\n    layout: 'vertical'\n});\n\nvar radialGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'radial',\n        startPoint: { x: 50, y: 50 },\n        endPoint: { x: 50, y: 50 },\n        colors: [ 'red', 'blue'],\n        startRadius: 50,\n        endRadius: 0,\n        backfillStart: true\n    }\n});\nvar linearGradient = Ti.UI.createView({\n    top: 10,\n    width: 100,\n    height: 100,\n    backgroundGradient: {\n        type: 'linear',\n        startPoint: { x: '0%', y: '50%' },\n        endPoint: { x: '100%', y: '50%' },\n        colors: [ { color: 'red', offset: 0.0}, { color: 'blue', offset: 0.25 }, { color: 'red', offset: 1.0 } ],\n    }\n});\nwin1.add(radialGradient);\nwin1.add(linearGradient);\nwin1.open();\n</code></pre>"
                        }
                    ],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "type": "Gradient",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundImage",
                    "deprecated": false,
                    "description": "<p>Background image for the view, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundRepeat",
                    "deprecated": false,
                    "description": "<p>Determines whether to tile a background across a view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundLeftCap",
                    "deprecated": false,
                    "description": "<p>Size of the left end cap.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backgroundTopCap",
                    "deprecated": false,
                    "description": "<p>Size of the top end cap.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderColor",
                    "deprecated": false,
                    "description": "<p>Border color of the view, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderRadius",
                    "deprecated": false,
                    "description": "<p>Radius for the rounded corners of the view's border.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "borderWidth",
                    "deprecated": false,
                    "description": "<p>Border width of the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "bottom",
                    "deprecated": false,
                    "description": "<p>Window's bottom position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "center",
                    "deprecated": false,
                    "description": "<p>View's center position, in the parent view's coordinates.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "children",
                    "deprecated": false,
                    "description": "<p>Array of this view's child views.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "clipMode",
                    "deprecated": false,
                    "description": "<p>View's clipping behavior.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "height",
                    "deprecated": false,
                    "description": "<p>View height, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.FILL",
                        "Titanium.UI.SIZE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "horizontalMotionEffect",
                    "deprecated": false,
                    "description": "<p>Adds a horizontal parallax effect to the view</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "MinMaxOptions",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "id",
                    "deprecated": false,
                    "description": "<p>View's identifier.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "left",
                    "deprecated": false,
                    "description": "<p>Window's left position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "layout",
                    "deprecated": false,
                    "description": "<p>Specifies how the view positions its children.\nOne of: 'composite', 'vertical', or 'horizontal'.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "opacity",
                    "deprecated": false,
                    "description": "<p>The opacity from 0.0-1.0.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "pullBackgroundColor",
                    "deprecated": false,
                    "description": "<p>Background color of the wrapper view when this view is used as either <a href=\"Titanium.UI.ListView.pullView\">Titanium.UI.ListView.pullView</a> or <a href=\"Titanium.UI.TableView.headerPullView\">Titanium.UI.TableView.headerPullView</a>.</p>\n<p>Defaults to <code>undefined</code>. Results in a light grey background color on the wrapper view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "right",
                    "deprecated": false,
                    "description": "<p>Window's right position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "rect",
                    "deprecated": false,
                    "description": "<p>The bounding box of the view relative to its parent, in system units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.0.0"
                        }
                    ],
                    "type": "DimensionWithAbsolutes",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "size",
                    "deprecated": false,
                    "description": "<p>The size of the view in system units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "type": "Dimension",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "tintColor",
                    "deprecated": false,
                    "description": "<p>The view's tintColor</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "top",
                    "deprecated": false,
                    "description": "<p>Window's top position, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "touchEnabled",
                    "deprecated": false,
                    "description": "<p>Determines whether view should receive touch events.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "transform",
                    "deprecated": false,
                    "description": "<p>Transformation matrix to apply to the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "type": "Titanium.UI.Matrix2D",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "verticalMotionEffect",
                    "deprecated": false,
                    "description": "<p>Adds a vertical parallax effect to the view</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "MinMaxOptions",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowRadius",
                    "deprecated": false,
                    "description": "<p>Determines the blur radius used to create the shadow.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowColor",
                    "deprecated": false,
                    "description": "<p>Determines the color of the shadow.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "viewShadowOffset",
                    "deprecated": false,
                    "description": "<p>Determines the offset for the shadow of the view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Point",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "visible",
                    "deprecated": false,
                    "description": "<p>Determines whether the view is visible.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "width",
                    "deprecated": false,
                    "description": "<p>View's width, in platform-specific units.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.FILL",
                        "Titanium.UI.SIZE"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "horizontalWrap",
                    "deprecated": false,
                    "description": "<p>Determines whether the layout has wrapping behavior.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "2.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "zIndex",
                    "deprecated": false,
                    "description": "<p>Z-index stack order position, relative to other sibling views.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backButtonTitle",
                    "deprecated": false,
                    "description": "<p>Title for the back button. This is only valid when the window is a child of a tab.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "backButtonTitleImage",
                    "deprecated": false,
                    "description": "<p>The image to show as the back button. This is only valid when the window is a child of a tab.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "barColor",
                    "deprecated": false,
                    "description": "<p>Background color for the nav bar, as a color name or hex triplet.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "barImage",
                    "deprecated": false,
                    "description": "<p>Background image for the nav bar, specified as a URL to a local image.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "extendEdges",
                    "deprecated": false,
                    "description": "<p>An array of supported values specified using the EXTEND_EDGE constants in <a href=\"Titanium.UI\">Titanium.UI</a>.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.EXTEND_EDGE_TOP",
                        "Titanium.UI.EXTEND_EDGE_BOTTOM",
                        "Titanium.UI.EXTEND_EDGE_LEFT",
                        "Titanium.UI.EXTEND_EDGE_RIGHT",
                        "Titanium.UI.EXTEND_EDGE_NONE",
                        "Titanium.UI.EXTEND_EDGE_ALL"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "includeOpaqueBars",
                    "deprecated": false,
                    "description": "<p>Specifies if the edges should extend beyond opaque bars (navigation bar, tab bar, toolbar).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "autoAdjustScrollViewInsets",
                    "deprecated": false,
                    "description": "<p>Specifies whether or not the view controller should automatically adjust its scroll view insets.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "extendSafeArea",
                    "deprecated": false,
                    "description": "<p>Specifies whether the screen insets/notches are allowed to overlap the window's content or not.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.3.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fullscreen",
                    "deprecated": false,
                    "description": "<p>Boolean value indicating if the window is fullscreen.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "homeIndicatorAutoHidden",
                    "deprecated": false,
                    "description": "<p>Boolean value indicating whether the system is allowed to hide the visual indicator for returning to the Home screen.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hideShadow",
                    "deprecated": false,
                    "description": "<p>Set this to true to hide the shadow image of the navigation bar.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hidesBarsOnSwipe",
                    "deprecated": false,
                    "description": "<p>Set this to true to hide the navigation bar on swipe.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hidesBarsOnTap",
                    "deprecated": false,
                    "description": "<p>Set this to true to hide the navigation bar on tap.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hidesBarsWhenKeyboardAppears",
                    "deprecated": false,
                    "description": "<p>Set this to true to hide the navigation bar when the keyboard appears.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hidesBackButton",
                    "deprecated": false,
                    "description": "<p>Set this to true to hide the back button of navigation bar.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.5.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "largeTitleEnabled",
                    "deprecated": false,
                    "description": "<p>A Boolean value indicating whether the title should be displayed in a large format.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.3.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hidesSearchBarWhenScrolling",
                    "deprecated": false,
                    "description": "<p>A Boolean value indicating whether the integrated search bar is hidden when scrolling any underlying content.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "largeTitleDisplayMode",
                    "deprecated": false,
                    "description": "<p>The mode to use when displaying the title of the navigation bar.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.iOS.LARGE_TITLE_DISPLAY_MODE_AUTOMATIC",
                        "Titanium.UI.iOS.LARGE_TITLE_DISPLAY_MODE_ALWAYS",
                        "Titanium.UI.iOS.LARGE_TITLE_DISPLAY_MODE_NEVER"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "6.3.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "leftNavButton",
                    "deprecated": false,
                    "description": "<p>View to show in the left nav bar area.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "type": "Titanium.UI.View",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "leftNavButtons",
                    "deprecated": false,
                    "description": "<p>An Array of views to show in the left nav bar area.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "modal",
                    "deprecated": false,
                    "description": "<p>Indicates to open a modal window or not.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "navBarHidden",
                    "deprecated": false,
                    "description": "<p>Hides the navigation bar (<code>true</code>) or shows the navigation bar (<code>false</code>).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "navTintColor",
                    "deprecated": false,
                    "description": "<p>The tintColor to apply to the navigation bar.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "navigationWindow",
                    "deprecated": false,
                    "description": "<p>The <a href=\"Titanium.UI.NavigationWindow\">Titanium.UI.NavigationWindow</a> instance hosting this window.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "7.3.0"
                        }
                    ],
                    "type": "Titanium.UI.NavigationWindow",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "orientationModes",
                    "deprecated": false,
                    "description": "<p>Array of supported orientation modes, specified using the orientation\nconstants defined in <a href=\"Titanium.UI\">Titanium.UI</a>.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.LANDSCAPE_LEFT",
                        "Titanium.UI.LANDSCAPE_RIGHT",
                        "Titanium.UI.PORTRAIT",
                        "Titanium.UI.UPSIDE_PORTRAIT"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "orientation",
                    "deprecated": false,
                    "description": "<p>Current orientation of the window.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.LANDSCAPE_LEFT",
                        "Titanium.UI.LANDSCAPE_RIGHT",
                        "Titanium.UI.PORTRAIT",
                        "Titanium.UI.UPSIDE_PORTRAIT"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "rightNavButton",
                    "deprecated": false,
                    "description": "<p>View to show in the right nav bar area.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "type": "Titanium.UI.View",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "rightNavButtons",
                    "deprecated": false,
                    "description": "<p>An Array of views to show in the right nav bar area.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.3.0"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "safeAreaPadding",
                    "deprecated": false,
                    "description": "<p>The padding needed to safely display content without it being overlapped by the screen insets and notches.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "8.0.0"
                        }
                    ],
                    "type": "Padding",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "shadowImage",
                    "deprecated": false,
                    "description": "<p>Shadow image for the navigation bar, specified as a URL to a local image..</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "statusBarStyle",
                    "deprecated": false,
                    "description": "<p>The status bar style associated with this window.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.UI.iOS.StatusBar.DEFAULT",
                        "Titanium.UI.iOS.StatusBar.GRAY",
                        "Titanium.UI.iOS.StatusBar.GREY",
                        "Titanium.UI.iOS.StatusBar.LIGHT_CONTENT"
                    ],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.3"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "tabBarHidden",
                    "deprecated": false,
                    "description": "<p>Boolean value indicating if the tab bar should be hidden.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "title",
                    "deprecated": false,
                    "description": "<p>Title of the window.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "titleAttributes",
                    "deprecated": false,
                    "description": "<p>Title text attributes of the window.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "titleAttributesParams",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "titleControl",
                    "deprecated": false,
                    "description": "<p>View to show in the title area of the nav bar.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "type": "Titanium.UI.View",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "titleImage",
                    "deprecated": false,
                    "description": "<p>Image to show in the title area of the nav bar, specified as a local file path or URL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "titlePrompt",
                    "deprecated": false,
                    "description": "<p>Title prompt for the window.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "titleid",
                    "deprecated": false,
                    "description": "<p>Key identifying a string from the locale file to use for the window title.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "titlepromptid",
                    "deprecated": false,
                    "description": "<p>Key identifying a string from the locale file to use for the window title prompt.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "toolbar",
                    "deprecated": false,
                    "description": "<p>Array of button objects to show in the window's toolbar.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "type": "Array",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "translucent",
                    "deprecated": false,
                    "description": "<p>Boolean value indicating if the nav bar is translucent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "url",
                    "deprecated": true,
                    "description": "<p>Loads a JavaScript file from a local URL. <strong>Removed in 6.0.0.</strong></p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "detailView",
                    "deprecated": false,
                    "description": "<p>View for the detail view section of the SplitWindow.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "type": "Titanium.UI.View",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "masterView",
                    "deprecated": false,
                    "description": "<p>View for the master view section of the SplitWindow.</p>",
                    "availability": "creation",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "type": "Titanium.UI.View",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "showMasterInPortrait",
                    "deprecated": false,
                    "description": "<p>Determines whether to show the master view in portrait orientation.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": false,
                    "isInstanceProperty": true,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.7.2"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>You use this class to implement a master-detail interface, in which the left-side view presents\na list of items and the right-side presents details of the selected item. The SplitView is for\nuse exclusively on iPad devices.</p>\n<p>By default, <code>SplitView</code> shows both master and detail views in landscape orientation. When the\ndevice switches into portrait orientation, the detail view occupies the entire screen. The user\ncan click a button to bring up the master view as floating, &quot;popover&quot; view. (To show the master\nview in both orientations, set <code>showMasterInPortrait</code> to <code>true</code>.)</p>\n<p>Use the <a href=\"Titanium.UI.iPad.createSplitWindow\">Titanium.UI.iPad.createSplitWindow</a> method or <strong><code>&lt;SplitWindow&gt;</code></strong> Alloy element to create a\nSplitWindow. A <code>&lt;SplitWindow&gt;</code> element only accepts a <code>&lt;Window&gt;</code> or <code>&lt;NavigationWindow&gt;</code> element\nas children.</p>\n<p>The <code>masterView</code> and <code>detailView</code> properties are required in the constructor of the SplitWindow\nand cannot be changed once set. In an Alloy application, the first <code>&lt;Window&gt;</code> element declared\ninside the <code>&lt;SplitWindow&gt;</code> is assigned to <code>masterView</code>; the second declared <code>&lt;Window&gt;</code> element\nis assigned to <code>detailView</code>.</p>\n<p>To add a navigation bar to either the master or detail view of the split window,\nuse a <a href=\"Titanium.UI.NavigationWindow\">Titanium.UI.NavigationWindow</a>. See examples below.</p>\n<p>The SplitWindow is a top-level window and cannot be contained within another window or view.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "1.2"
                }
            ],
            "userAgents": [
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.iPad",
            "description": "<p>iPad specific UI capabilities.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createDocumentViewer",
                    "deprecated": true,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.UI.iPad.DocumentViewer\">Titanium.UI.iPad.DocumentViewer</a>.\n<strong>Removed in 6.0.0. Use <a href=\"Titanium.UI.iOS.DocumentViewer\">Titanium.UI.iOS.DocumentViewer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any defined by <a href=\"Titanium.UI.iPad.DocumentViewer\">Titanium.UI.iPad.DocumentViewer</a> except those marked not-creation or read-only.</p>",
                            "type": "Titanium.UI.iPad.DocumentViewer",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.iPad.DocumentViewer",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createPopover",
                    "deprecated": false,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.UI.iPad.Popover\">Titanium.UI.iPad.Popover</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any defined by <a href=\"Titanium.UI.iPad.Popover\">Titanium.UI.iPad.Popover</a> except those marked not-creation or read-only.</p>",
                            "type": "Titanium.UI.iPad.Popover",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.iPad.Popover",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createSplitWindow",
                    "deprecated": true,
                    "description": "<p>Creates and returns an instance of <a href=\"Titanium.UI.iPad.SplitWindow\">Titanium.UI.iPad.SplitWindow</a>.\n<strong>Removed in 6.0.0. Use <a href=\"Titanium.UI.iOS.SplitWindow\">Titanium.UI.iOS.SplitWindow</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "parameters",
                            "constants": [],
                            "description": "<p>Properties to set on a new object, including any defined by <a href=\"Titanium.UI.iPad.SplitWindow\">Titanium.UI.iPad.SplitWindow</a> except those marked not-creation or read-only.</p>",
                            "type": "Titanium.UI.iPad.SplitWindow",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.iPad.SplitWindow",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPad.bubbleParent\">Titanium.UI.iPad.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPad.bubbleParent\">Titanium.UI.iPad.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPad.bubbleParent\">Titanium.UI.iPad.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iPad.bubbleParent\">Titanium.UI.iPad.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPad.apiName\">Titanium.UI.iPad.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPad.apiName\">Titanium.UI.iPad.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Module",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "POPOVER_ARROW_DIRECTION_ANY",
                    "deprecated": false,
                    "description": "<p>An arrow that points in any direction.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "POPOVER_ARROW_DIRECTION_DOWN",
                    "deprecated": false,
                    "description": "<p>An arrow that points downward.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "POPOVER_ARROW_DIRECTION_LEFT",
                    "deprecated": false,
                    "description": "<p>An arrow that points toward the left.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "POPOVER_ARROW_DIRECTION_RIGHT",
                    "deprecated": false,
                    "description": "<p>An arrow that points toward the right.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "POPOVER_ARROW_DIRECTION_UNKNOWN",
                    "deprecated": false,
                    "description": "<p>The status of the arrow is currently unknown.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "POPOVER_ARROW_DIRECTION_UP",
                    "deprecated": false,
                    "description": "<p>An arrow that points upward.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.2"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>All properties, methods and events in this namespace will only work on the Apple iPad devices.</p>\n<p>For iOS UI programming guidelines, review the\n<a href=\"https://developer.apple.com/ios/human-interface-guidelines/overview/themes/\">iOS Human Interface Guidelines</a>.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "1.2"
                }
            ],
            "userAgents": [
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.iPhone.ActivityIndicatorStyle",
            "description": "<p>A set of constants for the styles available for <a href=\"Titanium.UI.ActivityIndicator\">Titanium.UI.ActivityIndicator</a> objects. <strong>Removed in 7.0.0. Use the <a href=\"Titanium.UI.ActivityIndicatorStyle\">Titanium.UI.ActivityIndicatorStyle</a> constants instead (without the iPhone namespace).</strong></p>",
            "deprecated": true,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPhone.ActivityIndicatorStyle.bubbleParent\">Titanium.UI.iPhone.ActivityIndicatorStyle.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPhone.ActivityIndicatorStyle.bubbleParent\">Titanium.UI.iPhone.ActivityIndicatorStyle.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPhone.ActivityIndicatorStyle.bubbleParent\">Titanium.UI.iPhone.ActivityIndicatorStyle.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iPhone.ActivityIndicatorStyle.bubbleParent\">Titanium.UI.iPhone.ActivityIndicatorStyle.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPhone.ActivityIndicatorStyle.apiName\">Titanium.UI.iPhone.ActivityIndicatorStyle.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPhone.ActivityIndicatorStyle.apiName\">Titanium.UI.iPhone.ActivityIndicatorStyle.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "BIG",
                    "deprecated": true,
                    "description": "<p>Large white spinning indicator. <strong>Removed in 7.0.0. Use <a href=\"Titanium.UI.ActivityIndicatorStyle.BIG\">Titanium.UI.ActivityIndicatorStyle.BIG</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "DARK",
                    "deprecated": true,
                    "description": "<p>Small gray spinning indicator. <strong>Removed in 7.0.0. Use <a href=\"Titanium.UI.ActivityIndicatorStyle.DARK\">Titanium.UI.ActivityIndicatorStyle.DARK</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "PLAIN",
                    "deprecated": true,
                    "description": "<p>Small white spinning indicator (default.) <strong>Removed in 7.0.0. Use <a href=\"Titanium.UI.ActivityIndicatorStyle.PLAIN\">Titanium.UI.ActivityIndicatorStyle.PLAIN</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.9"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.9"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.iPhone.AlertDialogStyle",
            "description": "<p>A set of constants for the style that can be used for the <code>style</code> property of\n<a href=\"Titanium.UI.AlertDialog\">Titanium.UI.AlertDialog</a>.\n<strong>Removed in 7.0.0. Use <a href=\"Titanium.UI.iOS.AlertDialogStyle\">Titanium.UI.iOS.AlertDialogStyle</a> instead.</strong></p>",
            "deprecated": true,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPhone.AlertDialogStyle.bubbleParent\">Titanium.UI.iPhone.AlertDialogStyle.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPhone.AlertDialogStyle.bubbleParent\">Titanium.UI.iPhone.AlertDialogStyle.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPhone.AlertDialogStyle.bubbleParent\">Titanium.UI.iPhone.AlertDialogStyle.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iPhone.AlertDialogStyle.bubbleParent\">Titanium.UI.iPhone.AlertDialogStyle.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPhone.AlertDialogStyle.apiName\">Titanium.UI.iPhone.AlertDialogStyle.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPhone.AlertDialogStyle.apiName\">Titanium.UI.iPhone.AlertDialogStyle.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "DEFAULT",
                    "deprecated": true,
                    "description": "<p>A standard alert dialog. This is the default value. <strong>Removed in 7.0.0. Use <a href=\"Titanium.UI.iOS.AlertDialogStyle.DEFAULT\">Titanium.UI.iOS.AlertDialogStyle.DEFAULT</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "PLAIN_TEXT_INPUT",
                    "deprecated": true,
                    "description": "<p>An alert dialog that allows the user to enter text. <strong>Removed in 7.0.0. Use <a href=\"Titanium.UI.iOS.AlertDialogStyle.PLAIN_TEXT_INPUT\">Titanium.UI.iOS.AlertDialogStyle.PLAIN_TEXT_INPUT</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "SECURE_TEXT_INPUT",
                    "deprecated": true,
                    "description": "<p>An alert dialog that allows the user to enter text. The text field is obscured. <strong>Removed in 7.0.0. Use <a href=\"Titanium.UI.iOS.AlertDialogStyle.SECURE_TEXT_INPUT\">Titanium.UI.iOS.AlertDialogStyle.SECURE_TEXT_INPUT</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "LOGIN_AND_PASSWORD_INPUT",
                    "deprecated": true,
                    "description": "<p>An alert dialog that allows the user to enter login identifier and password. <strong>Removed in 7.0.0. Use <a href=\"Titanium.UI.iOS.AlertDialogStyle.LOGIN_AND_PASSWORD_INPUT\">Titanium.UI.iOS.AlertDialogStyle.LOGIN_AND_PASSWORD_INPUT</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "3.0.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "3.0.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.iPhone.AnimationStyle",
            "description": "<p>A set of constants for the animation styles used for view transitions. <strong>Removed in 7.0.0. Use <a href=\"Titanium.UI.iOS.AnimationStyle\">Titanium.UI.iOS.AnimationStyle</a> instead.</strong></p>",
            "deprecated": true,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPhone.AnimationStyle.bubbleParent\">Titanium.UI.iPhone.AnimationStyle.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPhone.AnimationStyle.bubbleParent\">Titanium.UI.iPhone.AnimationStyle.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPhone.AnimationStyle.bubbleParent\">Titanium.UI.iPhone.AnimationStyle.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iPhone.AnimationStyle.bubbleParent\">Titanium.UI.iPhone.AnimationStyle.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPhone.AnimationStyle.apiName\">Titanium.UI.iPhone.AnimationStyle.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPhone.AnimationStyle.apiName\">Titanium.UI.iPhone.AnimationStyle.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "CURL_DOWN",
                    "deprecated": true,
                    "description": "<p>Curl downwards during a transition animation. <strong>Removed in 7.0.0. Use <a href=\"Titanium.UI.iOS.AnimationStyle.CURL_DOWN\">Titanium.UI.iOS.AnimationStyle.CURL_DOWN</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "CURL_UP",
                    "deprecated": true,
                    "description": "<p>Curl upwards during a transition animation. <strong>Removed in 7.0.0. Use <a href=\"Titanium.UI.iOS.AnimationStyle.CURL_UP\">Titanium.UI.iOS.AnimationStyle.CURL_UP</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "FLIP_FROM_LEFT",
                    "deprecated": true,
                    "description": "<p>Flip from left to right during a transition animation. <strong>Removed in 7.0.0. Use <a href=\"Titanium.UI.iOS.AnimationStyle.FLIP_FROM_LEFT\">Titanium.UI.iOS.AnimationStyle.FLIP_FROM_LEFT</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "FLIP_FROM_RIGHT",
                    "deprecated": true,
                    "description": "<p>Flip from right to left during a transition animation. <strong>Removed in 7.0.0. Use <a href=\"Titanium.UI.iOS.AnimationStyle.FLIP_FROM_RIGHT\">Titanium.UI.iOS.AnimationStyle.FLIP_FROM_RIGHT</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "NONE",
                    "deprecated": true,
                    "description": "<p>No animation. <strong>Removed in 7.0.0. Use <a href=\"Titanium.UI.iOS.AnimationStyle.NONE\">Titanium.UI.iOS.AnimationStyle.NONE</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.9"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.9"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.iPhone.ListViewCellSelectionStyle",
            "description": "<p>A set of constants for the style that can be used for the <code>selectionStyle</code> property of a\nListItem, which is set in the <code>properties</code> dictionary of either the <a href=\"ListDataItem\">ListDataItem</a> or\n<a href=\"ItemTemplate\">ItemTemplate</a>.\n<strong>Removed in 7.0.0. Use <a href=\"Titanium.UI.iOS.ListViewCellSelectionStyle\">Titanium.UI.iOS.ListViewCellSelectionStyle</a> instead.</strong></p>",
            "deprecated": true,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPhone.ListViewCellSelectionStyle.apiName\">Titanium.UI.iPhone.ListViewCellSelectionStyle.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPhone.ListViewCellSelectionStyle.apiName\">Titanium.UI.iPhone.ListViewCellSelectionStyle.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": false,
            "properties": [
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "BLUE",
                    "deprecated": false,
                    "description": "<p>The cell when selected has a blue background. This is the default value.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "GRAY",
                    "deprecated": false,
                    "description": "<p>The cell when selected has a gray background.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "NONE",
                    "deprecated": false,
                    "description": "<p>The cell has no distinct style for when it is selected.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "3.1.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "3.1.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.iPhone.ListViewScrollPosition",
            "description": "<p>A set of constants for the position value that can be used for the <code>position</code> property of\n<a href=\"ListViewAnimationProperties\">ListViewAnimationProperties</a> when invoking the ListView's <code>scrollToItem</code>, <code>appendSection</code>,\n<code>deleteSectionAt</code>, <code>insertSectionAt</code> and <code>replaceSectionAt</code> methods.\n<strong>Removed in 7.0.0. Use <a href=\"Titanium.UI.iOS.ListViewScrollPosition\">Titanium.UI.iOS.ListViewScrollPosition</a> instead.</strong></p>",
            "deprecated": true,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPhone.ListViewScrollPosition.apiName\">Titanium.UI.iPhone.ListViewScrollPosition.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPhone.ListViewScrollPosition.apiName\">Titanium.UI.iPhone.ListViewScrollPosition.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": false,
            "properties": [
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "BOTTOM",
                    "deprecated": false,
                    "description": "<p>The list view scrolls the row of interest to the bottom of the visible list view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "MIDDLE",
                    "deprecated": false,
                    "description": "<p>The list view scrolls the row of interest to the middle of the list table view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "NONE",
                    "deprecated": false,
                    "description": "<p>The table view scrolls the row of interest to be fully visible with a minimal movement.\nIf the row is already fully visible, no scrolling occurs. For example, if the row is above the\nvisible area, the behavior is identical to that specified by <code>TOP</code>. This is the default.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "TOP",
                    "deprecated": false,
                    "description": "<p>The list view scrolls the row of interest to the top of the visible list view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "3.1.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "3.1.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.iPhone.ListViewSeparatorStyle",
            "description": "<p>A set of constants for the style that can be used for the <code>separatorStyle</code> property of\n<a href=\"Titanium.UI.ListView\">Titanium.UI.ListView</a>.\n<strong>Removed in 7.0.0. Use <a href=\"Titanium.UI.TABLE_VIEW_SEPARATOR_STYLE_SINGLE_LINE\">Titanium.UI.TABLE_VIEW_SEPARATOR_STYLE_SINGLE_LINE</a>\nand <a href=\"Titanium.UI.TABLE_VIEW_SEPARATOR_STYLE_NONE\">Titanium.UI.TABLE_VIEW_SEPARATOR_STYLE_NONE</a> instead.</strong></p>",
            "deprecated": true,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPhone.ListViewSeparatorStyle.bubbleParent\">Titanium.UI.iPhone.ListViewSeparatorStyle.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPhone.ListViewSeparatorStyle.bubbleParent\">Titanium.UI.iPhone.ListViewSeparatorStyle.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPhone.ListViewSeparatorStyle.bubbleParent\">Titanium.UI.iPhone.ListViewSeparatorStyle.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iPhone.ListViewSeparatorStyle.bubbleParent\">Titanium.UI.iPhone.ListViewSeparatorStyle.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPhone.ListViewSeparatorStyle.apiName\">Titanium.UI.iPhone.ListViewSeparatorStyle.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPhone.ListViewSeparatorStyle.apiName\">Titanium.UI.iPhone.ListViewSeparatorStyle.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "NONE",
                    "deprecated": false,
                    "description": "<p>The separator cell has no distinct style.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "SINGLE_LINE",
                    "deprecated": false,
                    "description": "<p>The separator cell has a single line running across its width. This is the default value.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "3.2.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "3.2.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.iPhone.ListViewStyle",
            "description": "<p>A set of constants for the style that can be used for the <code>style</code> property of\n<a href=\"Titanium.UI.ListView\">Titanium.UI.ListView</a>.\n<strong>Removed in 7.0.0. Use <a href=\"Titanium.UI.iOS.ListViewStyle\">Titanium.UI.iOS.ListViewStyle</a> instead.</strong></p>",
            "deprecated": true,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPhone.ListViewStyle.apiName\">Titanium.UI.iPhone.ListViewStyle.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPhone.ListViewStyle.apiName\">Titanium.UI.iPhone.ListViewStyle.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": false,
            "properties": [
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "GROUPED",
                    "deprecated": false,
                    "description": "<p>A list view whose sections present distinct groups of rows. The section headers and footers\ndo not float.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "PLAIN",
                    "deprecated": false,
                    "description": "<p>A plain list view. Any section headers or footers are displayed as inline separators and\nfloat when the list view is scrolled.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "3.1.0"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "3.1.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.iPhone.ProgressBarStyle",
            "description": "<p>A set of constants for the bar styles used on the <code>style</code> property of <a href=\"Titanium.UI.ProgressBar\">Titanium.UI.ProgressBar</a>.\n<strong>Removed in 7.0.0. Use <a href=\"Titanium.UI.iOS.ProgressBarStyle\">Titanium.UI.iOS.ProgressBarStyle</a> instead.</strong></p>",
            "deprecated": true,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPhone.ProgressBarStyle.bubbleParent\">Titanium.UI.iPhone.ProgressBarStyle.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPhone.ProgressBarStyle.bubbleParent\">Titanium.UI.iPhone.ProgressBarStyle.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPhone.ProgressBarStyle.bubbleParent\">Titanium.UI.iPhone.ProgressBarStyle.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iPhone.ProgressBarStyle.bubbleParent\">Titanium.UI.iPhone.ProgressBarStyle.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPhone.ProgressBarStyle.apiName\">Titanium.UI.iPhone.ProgressBarStyle.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPhone.ProgressBarStyle.apiName\">Titanium.UI.iPhone.ProgressBarStyle.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "BAR",
                    "deprecated": false,
                    "description": "<p>The style of progress view that is used in a toolbar.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "DEFAULT",
                    "deprecated": false,
                    "description": "<p>he standard progress-view style. This is the default.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "PLAIN",
                    "deprecated": false,
                    "description": "<p>The standard progress-view style. Same as <code>DEFAULT</code>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.iPhone.RowAnimationStyle",
            "description": "<p>A set of constants for the Animation Styles used for transition on table view rows. <strong>Removed in 7.0.0. Use <a href=\"Titanium.UI.iOS.RowAnimationStyle\">Titanium.UI.iOS.RowAnimationStyle</a> instead.</strong></p>",
            "deprecated": true,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPhone.RowAnimationStyle.bubbleParent\">Titanium.UI.iPhone.RowAnimationStyle.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPhone.RowAnimationStyle.bubbleParent\">Titanium.UI.iPhone.RowAnimationStyle.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPhone.RowAnimationStyle.bubbleParent\">Titanium.UI.iPhone.RowAnimationStyle.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iPhone.RowAnimationStyle.bubbleParent\">Titanium.UI.iPhone.RowAnimationStyle.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPhone.RowAnimationStyle.apiName\">Titanium.UI.iPhone.RowAnimationStyle.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPhone.RowAnimationStyle.apiName\">Titanium.UI.iPhone.RowAnimationStyle.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "BOTTOM",
                    "deprecated": false,
                    "description": "<p>The inserted row or rows slides in from the bottom; the deleted row or rows slides out\ntoward the bottom.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "FADE",
                    "deprecated": false,
                    "description": "<p>The inserted or deleted row or rows fades into or out of the table view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "LEFT",
                    "deprecated": false,
                    "description": "<p>The inserted row or rows slides in from the left; the deleted row or rows slides out to the\nleft.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "NONE",
                    "deprecated": false,
                    "description": "<p>No animation is performed. The new cell value appears as if the cell had just been reloaded.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "RIGHT",
                    "deprecated": false,
                    "description": "<p>The inserted row or rows slides in from the right; the deleted row or rows slides out to\nthe right.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "TOP",
                    "deprecated": false,
                    "description": "<p>The inserted row or rows slides in from the top; the deleted row or rows slides out toward\nthe top.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.9"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.9"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.iPhone.ScrollIndicatorStyle",
            "description": "<p>A set of constants for the styles available for scrollbars used with <a href=\"Titanium.UI.ScrollView.scrollIndicatorStyle\">Titanium.UI.ScrollView.scrollIndicatorStyle</a> and <a href=\"Titanium.UI.TableView.scrollIndicatorStyle\">Titanium.UI.TableView.scrollIndicatorStyle</a> properties. <strong>Removed in 7.0.0. Use <a href=\"Titanium.UI.iOS.ScrollIndicatorStyle\">Titanium.UI.iOS.ScrollIndicatorStyle</a> instead.</strong></p>",
            "deprecated": true,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPhone.ScrollIndicatorStyle.bubbleParent\">Titanium.UI.iPhone.ScrollIndicatorStyle.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPhone.ScrollIndicatorStyle.bubbleParent\">Titanium.UI.iPhone.ScrollIndicatorStyle.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPhone.ScrollIndicatorStyle.bubbleParent\">Titanium.UI.iPhone.ScrollIndicatorStyle.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iPhone.ScrollIndicatorStyle.bubbleParent\">Titanium.UI.iPhone.ScrollIndicatorStyle.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPhone.ScrollIndicatorStyle.apiName\">Titanium.UI.iPhone.ScrollIndicatorStyle.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPhone.ScrollIndicatorStyle.apiName\">Titanium.UI.iPhone.ScrollIndicatorStyle.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "BLACK",
                    "deprecated": false,
                    "description": "<p>A style of indicator which is black smaller than the default style. This style is good\nagainst a white content background.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "DEFAULT",
                    "deprecated": false,
                    "description": "<p>The default style of scroll indicator, which is black with a white border. This style is\ngood against any content background.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "WHITE",
                    "deprecated": false,
                    "description": "<p>A style of indicator is white and smaller than the default style. This style is good against\na black content background.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.9"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.9"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.iPhone.SystemButton",
            "description": "<p>A set of constants for creating standard iOS system buttons. <strong>Removed in 7.0.0. Use <a href=\"Titanium.UI.iOS.SystemButton\">Titanium.UI.iOS.SystemButton</a> instead.</strong></p>",
            "deprecated": true,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPhone.SystemButton.bubbleParent\">Titanium.UI.iPhone.SystemButton.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPhone.SystemButton.bubbleParent\">Titanium.UI.iPhone.SystemButton.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPhone.SystemButton.bubbleParent\">Titanium.UI.iPhone.SystemButton.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iPhone.SystemButton.bubbleParent\">Titanium.UI.iPhone.SystemButton.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPhone.SystemButton.apiName\">Titanium.UI.iPhone.SystemButton.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPhone.SystemButton.apiName\">Titanium.UI.iPhone.SystemButton.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ACTION",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.Button.systemButton\">Button.systemButton</a> to specify an <strong>Action</strong> button.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ACTIVITY",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.Button.systemButton\">Button.systemButton</a> to create an activity indicator that\ncan be used in navigation bars and toolbars.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ADD",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.Button.systemButton\">Button.systemButton</a> to specify an <strong>Add</strong> button.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "BOOKMARKS",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.Button.systemButton\">Button.systemButton</a> to specify a <strong>Bookmarks</strong> button.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "CAMERA",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.Button.systemButton\">Button.systemButton</a> to specify a <strong>Camera</strong> button.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "CANCEL",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.Button.systemButton\">Button.systemButton</a> to specify a <strong>Cancel</strong> button.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "COMPOSE",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.Button.systemButton\">Button.systemButton</a> to specify a <strong>Compose</strong> button.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "CONTACT_ADD",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.Button.style\">Button.style</a> to specify a <strong>ContactAdd</strong> button.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "DISCLOSURE",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.Button.style\">Button.style</a> to specify a <strong>Disclosure</strong> button.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "DONE",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.Button.systemButton\">Button.systemButton</a> to specify a <strong>Done</strong> button.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "EDIT",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.Button.systemButton\">Button.systemButton</a> to specify an <strong>Edit</strong> button.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "FAST_FORWARD",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.Button.systemButton\">Button.systemButton</a> to specify a <strong>Fast Forward</strong> button.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "FIXED_SPACE",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.Button.systemButton\">Button.systemButton</a> to create a fixed-width blank space\nfor spacing items in toolbars.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "FLEXIBLE_SPACE",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.Button.systemButton\">Button.systemButton</a> to create a flexible blank space\nfor spacing items in toolbars.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "INFO_DARK",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.Button.style\">Button.style</a> to specify a dark-colored <strong>Info</strong> button.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "INFO_LIGHT",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.Button.style\">Button.style</a> to specify a light-colored <strong>Info</strong> button.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ORGANIZE",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.Button.systemButton\">Button.systemButton</a> to specify an <strong>Organize</strong> button.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "PAUSE",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.Button.systemButton\">Button.systemButton</a> to specify a <strong>Pause</strong> button.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "PLAY",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.Button.systemButton\">Button.systemButton</a> to specify a <strong>Play</strong> button.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "REFRESH",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.Button.systemButton\">Button.systemButton</a> to specify a <strong>Refresh</strong> button.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "REPLY",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.Button.systemButton\">Button.systemButton</a> to specify a <strong>Reply</strong> button.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "REWIND",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.Button.systemButton\">Button.systemButton</a> to specify a <strong>Rewind</strong> button.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "SAVE",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.Button.systemButton\">Button.systemButton</a> to specify a <strong>Save</strong> button.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "SPINNER",
                    "deprecated": false,
                    "description": "<p>Identical to <a href=\"Titanium.UI.iPhone.SystemButton.ACTIVITY\">ACTIVITY</a>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "STOP",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.Button.systemButton\">Button.systemButton</a> to specify a <strong>Stop</strong> button.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "TRASH",
                    "deprecated": false,
                    "description": "<p>Use with <a href=\"Titanium.UI.Button.systemButton\">Button.systemButton</a> to specify a <strong>Trash</strong> button.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>Most of these constants are used with the\n<a href=\"Titanium.UI.Button.systemButton\">Button.systemButton</a> property to define a standard\niOS system buttons for use in navigation bars and toolbars.</p>\n<p>See <a href=\"Titanium.UI.Button\">Titanium.UI.Button</a> for more information on the <code>systemButton</code> property, including details\non where system buttons can be used. In an Alloy application you can omit the <code>Ti.UI.iPhone.SystemButton</code>\nnamespace when assigning a value to the <code>&lt;Button&gt;</code> element's <code>systemButton</code> attribute, for example:</p>\n<pre><code>&lt;Button systemButton=&quot;CAMERA&quot;/&gt;\n&lt;!-- Instead of --&gt;\n&lt;Button systemButton=&quot;Titanium.UI.iOS.SystemButton.CAMERA&quot;/&gt;\n</code></pre>\n<p>A few of these constants are used with <a href=\"Titanium.UI.Button.style\">Button.style</a> to\ncreate standard iOS buttons that can be used in other places, including table view rows.\nNote: Starting at Titanium SDK 5.0, all icons have are automatically sized in the native behavior\nand are not distorted any more.\nThese standard button types are:</p>\n<ul>\n<li><a href=\"Titanium.UI.iPhone.SystemButton.CONTACT_ADD\">CONTACT_ADD</a></li>\n<li><a href=\"Titanium.UI.iPhone.SystemButton.DISCLOSURE\">DISCLOSURE</a></li>\n<li><a href=\"Titanium.UI.iPhone.SystemButton.INFO_DARK\">INFO_DARK</a></li>\n<li><a href=\"Titanium.UI.iPhone.SystemButton.INFO_LIGHT\">INFO_LIGHT</a></li>\n</ul>\n<p>See Apple's\n<a href=\"https://developer.apple.com/ios/human-interface-guidelines/overview/themes/\">iOS Human Interface Guidelines</a>\nin the iOS Developer Library for details on the proper usage of iOS standard buttons\nand icons.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.iPhone.SystemButtonStyle",
            "description": "<p>A set of constants for the system button styles that can be used for the button <code>style</code> property.\n<strong>Removed in 7.0.0. Use <a href=\"Titanium.UI.iOS.SystemButtonStyle\">Titanium.UI.iOS.SystemButtonStyle</a> instead.</strong></p>",
            "deprecated": true,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPhone.SystemButtonStyle.bubbleParent\">Titanium.UI.iPhone.SystemButtonStyle.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPhone.SystemButtonStyle.bubbleParent\">Titanium.UI.iPhone.SystemButtonStyle.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPhone.SystemButtonStyle.bubbleParent\">Titanium.UI.iPhone.SystemButtonStyle.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iPhone.SystemButtonStyle.bubbleParent\">Titanium.UI.iPhone.SystemButtonStyle.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPhone.SystemButtonStyle.apiName\">Titanium.UI.iPhone.SystemButtonStyle.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPhone.SystemButtonStyle.apiName\">Titanium.UI.iPhone.SystemButtonStyle.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "BAR",
                    "deprecated": true,
                    "description": "<p>Used with <a href=\"Titanium.UI.ButtonBar\">ButtonBar</a> or <a href=\"Titanium.UI.iOS.TabbedBar\">TabbedBar</a> only,\nto use the more condensed style used in nav bars and tool bars.\n<strong>Removed in 3.6.0.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "BORDERED",
                    "deprecated": false,
                    "description": "<p>A simple button style with a border.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "DONE",
                    "deprecated": false,
                    "description": "<p>The style for a <strong>Done</strong> button--for example, a button that completes some task and returns\nto the previous view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "PLAIN",
                    "deprecated": false,
                    "description": "<p>Specifies a borderless button, the default style for toolbars, button bars, and tabbed bars.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>These constants represent standard iOS system button styles that affect the\n<a href=\"Titanium.UI.Button\">Button</a>, <a href=\"Titanium.UI.ButtonBar\">ButtonBar</a>, and\n<a href=\"Titanium.UI.iOS.TabbedBar\">TabbedBar</a> UI elements.</p>\n<p>The different styles are used in different places. For normal buttons which are <strong>not</strong>\ncontained in a nav bar, toolbar, button bar or tabbed bar, the following styles apply:</p>\n<ul>\n<li><code>BORDERED</code>. Simple button style with a rounded border and a white background.\nThe default style for normal buttons.</li>\n<li><code>DONE</code>. Like the bordered button, but with a blue background. Button style for a button\nthat indicates completion, such as OK, Save, or Go.</li>\n<li><code>PLAIN</code> Button style for an undecorated button.</li>\n</ul>\n<p>Note that if you specify the <code>PLAIN</code> style, you must style the button using the other button\nproperties. For example, there is no indication that the button has been pressed unless you set\nother properties for the selected state, such as <code>backgroundSelectedImage</code> and <code>selectedColor</code>.</p>\n<p>When you add a button to a <a href=\"Titanium.UI.iOS.Toolbar\">Toolbar</a>, the styles have a slightly\ndifferent effect:</p>\n<ul>\n<li><code>PLAIN</code> Button style for an undecorated button with large text and a <em>glow</em> effect when the\nbutton is pressed. Default style for buttons in toolbars.</li>\n<li><code>BORDERED</code>. Simple button style with a rounded border and a light blue background.</li>\n<li><code>DONE</code>. Like the bordered button, but with a dark blue background.</li>\n</ul>\n<p>For <code>TabbedBar</code> and <code>ButtonBar</code> controls, styles have the following meaning:</p>\n<ul>\n<li><code>PLAIN</code>. Default style for <code>ButtonBar</code> and <code>TabbedBar</code>.</li>\n<li><code>BORDERED</code>. Creates a bar like the <code>PLAIN</code> bar, but with a heavier border.</li>\n<li><code>BAR</code>. Used on <code>ButtonBar</code> and <code>TabbedBar</code> controls to produce a more compact bar with\ntranslucent buttons that allow the bar's background color to show through.</li>\n</ul>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.iPhone.SystemIcon",
            "description": "<p>A set of constants for the system icon styles that can be used on a tab group tab. <strong>Removed in 7.0.0. Use <a href=\"Titanium.UI.iOS.SystemIcon\">Titanium.UI.iOS.SystemIcon</a> instead.</strong></p>",
            "deprecated": true,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPhone.SystemIcon.bubbleParent\">Titanium.UI.iPhone.SystemIcon.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPhone.SystemIcon.bubbleParent\">Titanium.UI.iPhone.SystemIcon.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPhone.SystemIcon.bubbleParent\">Titanium.UI.iPhone.SystemIcon.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iPhone.SystemIcon.bubbleParent\">Titanium.UI.iPhone.SystemIcon.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPhone.SystemIcon.apiName\">Titanium.UI.iPhone.SystemIcon.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPhone.SystemIcon.apiName\">Titanium.UI.iPhone.SystemIcon.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "BOOKMARKS",
                    "deprecated": false,
                    "description": "<p>Bookmark style icon</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "CONTACTS",
                    "deprecated": false,
                    "description": "<p>Contacts style icon</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "DOWNLOADS",
                    "deprecated": false,
                    "description": "<p>Downloads style icon</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "FAVORITES",
                    "deprecated": false,
                    "description": "<p>Favorites style icon</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "FEATURED",
                    "deprecated": false,
                    "description": "<p>Featured style icon</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "HISTORY",
                    "deprecated": false,
                    "description": "<p>History style icon</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "MORE",
                    "deprecated": false,
                    "description": "<p>More style icon</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "MOST_RECENT",
                    "deprecated": false,
                    "description": "<p>Most recent style icon</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "MOST_VIEWED",
                    "deprecated": false,
                    "description": "<p>Most viewed style icon</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "RECENTS",
                    "deprecated": false,
                    "description": "<p>Recents style icon</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "SEARCH",
                    "deprecated": false,
                    "description": "<p>Search style icon</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "TOP_RATED",
                    "deprecated": false,
                    "description": "<p>Top rated style icon</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.iPhone.TableViewCellSelectionStyle",
            "description": "<p>A set of constants for the style that can be used for the <code>selectionStyle</code> property of\n<a href=\"Titanium.UI.TableViewRow\">Titanium.UI.TableViewRow</a>.\n<strong>Removed in 7.0.0. Use <a href=\"Titanium.UI.iOS.TableViewCellSelectionStyle\">Titanium.UI.iOS.TableViewCellSelectionStyle</a> instead.</strong></p>",
            "deprecated": true,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPhone.TableViewCellSelectionStyle.bubbleParent\">Titanium.UI.iPhone.TableViewCellSelectionStyle.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPhone.TableViewCellSelectionStyle.bubbleParent\">Titanium.UI.iPhone.TableViewCellSelectionStyle.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPhone.TableViewCellSelectionStyle.bubbleParent\">Titanium.UI.iPhone.TableViewCellSelectionStyle.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iPhone.TableViewCellSelectionStyle.bubbleParent\">Titanium.UI.iPhone.TableViewCellSelectionStyle.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPhone.TableViewCellSelectionStyle.apiName\">Titanium.UI.iPhone.TableViewCellSelectionStyle.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPhone.TableViewCellSelectionStyle.apiName\">Titanium.UI.iPhone.TableViewCellSelectionStyle.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "BLUE",
                    "deprecated": false,
                    "description": "<p>The cell when selected has a blue background. This is the default value.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "GRAY",
                    "deprecated": false,
                    "description": "<p>Then cell when selected has a gray background.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "NONE",
                    "deprecated": false,
                    "description": "<p>The cell has no distinct style for when it is selected.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.9"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.9"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.iPhone.TableViewScrollPosition",
            "description": "<p>A set of constants for the position value that can be used for the <code>position</code> property of\n<a href=\"Titanium.UI.TableView\">Titanium.UI.TableView</a> when invoking <code>scrollToIndex</code>.\n<strong>Removed in 7.0.0. Use <a href=\"Titanium.UI.iOS.TableViewScrollPosition\">Titanium.UI.iOS.TableViewScrollPosition</a> instead.</strong></p>",
            "deprecated": true,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPhone.TableViewScrollPosition.bubbleParent\">Titanium.UI.iPhone.TableViewScrollPosition.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPhone.TableViewScrollPosition.bubbleParent\">Titanium.UI.iPhone.TableViewScrollPosition.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPhone.TableViewScrollPosition.bubbleParent\">Titanium.UI.iPhone.TableViewScrollPosition.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iPhone.TableViewScrollPosition.bubbleParent\">Titanium.UI.iPhone.TableViewScrollPosition.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPhone.TableViewScrollPosition.apiName\">Titanium.UI.iPhone.TableViewScrollPosition.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPhone.TableViewScrollPosition.apiName\">Titanium.UI.iPhone.TableViewScrollPosition.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "BOTTOM",
                    "deprecated": false,
                    "description": "<p>The table view scrolls the row of interest to the bottom of the visible table view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "MIDDLE",
                    "deprecated": false,
                    "description": "<p>The table view scrolls the row of interest to the middle of the visible table view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "NONE",
                    "deprecated": false,
                    "description": "<p>The table view scrolls the row of interest to be fully visible with a minimum of movement. If the row is already fully visible, no scrolling occurs. For example, if the row is above the visible area, the behavior is identical to that specified by <code>TOP</code>. This is the default.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "TOP",
                    "deprecated": false,
                    "description": "<p>The table view scrolls the row of interest to the top of the visible table view.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.9"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.9"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.iPhone.TableViewSeparatorStyle",
            "description": "<p>A set of constants for the style that can be used for the <code>separatorStyle</code> property of\n<a href=\"Titanium.UI.TableView\">Titanium.UI.TableView</a>.\n<strong>Removed in 7.0.0. Use <a href=\"Titanium.UI.TABLE_VIEW_SEPARATOR_STYLE_SINGLE_LINE\">Titanium.UI.TABLE_VIEW_SEPARATOR_STYLE_SINGLE_LINE</a> and\n<a href=\"Titanium.UI.TABLE_VIEW_SEPARATOR_STYLE_NONE\">Titanium.UI.TABLE_VIEW_SEPARATOR_STYLE_NONE</a> instead.</strong></p>",
            "deprecated": true,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPhone.TableViewSeparatorStyle.bubbleParent\">Titanium.UI.iPhone.TableViewSeparatorStyle.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPhone.TableViewSeparatorStyle.bubbleParent\">Titanium.UI.iPhone.TableViewSeparatorStyle.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPhone.TableViewSeparatorStyle.bubbleParent\">Titanium.UI.iPhone.TableViewSeparatorStyle.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iPhone.TableViewSeparatorStyle.bubbleParent\">Titanium.UI.iPhone.TableViewSeparatorStyle.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPhone.TableViewSeparatorStyle.apiName\">Titanium.UI.iPhone.TableViewSeparatorStyle.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPhone.TableViewSeparatorStyle.apiName\">Titanium.UI.iPhone.TableViewSeparatorStyle.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "NONE",
                    "deprecated": false,
                    "description": "<p>The separator cell has no distinct style.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "SINGLE_LINE",
                    "deprecated": false,
                    "description": "<p>The separator cell has a single line running across its width. This is the default value.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.9"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.9"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.iPhone.TableViewStyle",
            "description": "<p>A set of constants for the style that can be used for the button <code>style</code> property of\n<a href=\"Titanium.UI.TableView\">Titanium.UI.TableView</a>.\n<strong>Removed in 7.0.0. Use <a href=\"Titanium.UI.iOS.TableViewStyle\">Titanium.UI.iOS.TableViewStyle</a> instead.</strong></p>",
            "deprecated": true,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPhone.TableViewStyle.bubbleParent\">Titanium.UI.iPhone.TableViewStyle.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPhone.TableViewStyle.bubbleParent\">Titanium.UI.iPhone.TableViewStyle.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPhone.TableViewStyle.bubbleParent\">Titanium.UI.iPhone.TableViewStyle.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iPhone.TableViewStyle.bubbleParent\">Titanium.UI.iPhone.TableViewStyle.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPhone.TableViewStyle.apiName\">Titanium.UI.iPhone.TableViewStyle.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPhone.TableViewStyle.apiName\">Titanium.UI.iPhone.TableViewStyle.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "GROUPED",
                    "deprecated": false,
                    "description": "<p>A table view whose sections present distinct groups of rows. The section headers and footers\ndo not float.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "PLAIN",
                    "deprecated": false,
                    "description": "<p>A plain table view. Any section headers or footers are displayed as inline separators and\nfloat when the table view is scrolled.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.9"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.9"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.UI.iPhone",
            "description": "<p>The iPhone/iPad-specific UI capabilities.  All properties, methods and events in this namespace\nwill only work on Apple iOS systems.\n<strong>Removed in 7.0.0. Use the unified <a href=\"Titanium.UI.iOS\">Titanium.UI.iOS</a> namespace instead.</strong></p>",
            "deprecated": true,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPhone.bubbleParent\">Titanium.UI.iPhone.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPhone.bubbleParent\">Titanium.UI.iPhone.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPhone.bubbleParent\">Titanium.UI.iPhone.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.UI.iPhone.bubbleParent\">Titanium.UI.iPhone.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPhone.apiName\">Titanium.UI.iPhone.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.UI.iPhone.apiName\">Titanium.UI.iPhone.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAppBadge",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPhone.appBadge\">Titanium.UI.iPhone.appBadge</a> property. <strong>Removed in 7.0.0. Use <a href=\"Titanium.UI.iOS.appBadge\">Titanium.UI.iOS.appBadge</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAppBadge",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPhone.appBadge\">Titanium.UI.iPhone.appBadge</a> property. <strong>Removed in 7.0.0. Use <a href=\"Titanium.UI.iOS.appBadge\">Titanium.UI.iOS.appBadge</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "appBadge",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAppSupportsShakeToEdit",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.UI.iPhone.appSupportsShakeToEdit\">Titanium.UI.iPhone.appSupportsShakeToEdit</a> property. <strong>Removed in 7.0.0. Use <a href=\"Titanium.UI.iOS.appSupportsShakeToEdit\">Titanium.UI.iOS.appSupportsShakeToEdit</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAppSupportsShakeToEdit",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.UI.iPhone.appSupportsShakeToEdit\">Titanium.UI.iPhone.appSupportsShakeToEdit</a> property. <strong>Removed in 7.0.0. Use <a href=\"Titanium.UI.iOS.appSupportsShakeToEdit\">Titanium.UI.iOS.appSupportsShakeToEdit</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "appSupportsShakeToEdit",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Module",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "MODAL_PRESENTATION_CURRENT_CONTEXT",
                    "deprecated": true,
                    "description": "<p>View presented with the same style as its parent window. <strong>Removed in 7.0.0. Use <a href=\"Titanium.UI.iOS.MODAL_TRANSITION_STYLE_FLIP_HORIZONTAL\">Titanium.UI.iOS.MODAL_TRANSITION_STYLE_FLIP_HORIZONTAL</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "MODAL_PRESENTATION_FORMSHEET",
                    "deprecated": true,
                    "description": "<p>Window width and height are smaller than those of the screen and the view is centered on\nthe screen.\n<strong>Removed in 7.0.0. Use <a href=\"Titanium.UI.iOS.MODAL_TRANSITION_STYLE_FLIP_HORIZONTAL\">Titanium.UI.iOS.MODAL_TRANSITION_STYLE_FLIP_HORIZONTAL</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "MODAL_PRESENTATION_FULLSCREEN",
                    "deprecated": true,
                    "description": "<p>Window covers the screen. <strong>Removed in 7.0.0. Use <a href=\"Titanium.UI.iOS.MODAL_TRANSITION_STYLE_FLIP_HORIZONTAL\">Titanium.UI.iOS.MODAL_TRANSITION_STYLE_FLIP_HORIZONTAL</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "MODAL_PRESENTATION_PAGESHEET",
                    "deprecated": true,
                    "description": "<p>Window height is the height of the screen and width is equal to screen width in a portrait\norientation.\n<strong>Removed in 7.0.0. Use <a href=\"Titanium.UI.iOS.MODAL_TRANSITION_STYLE_FLIP_HORIZONTAL\">Titanium.UI.iOS.MODAL_TRANSITION_STYLE_FLIP_HORIZONTAL</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "MODAL_TRANSITION_STYLE_COVER_VERTICAL",
                    "deprecated": true,
                    "description": "<p>When the window is presented, its view slides up from the bottom of the screen. On dismissal,\nthe view slides back down (default.)\n<strong>Removed in 7.0.0. Use <a href=\"Titanium.UI.iOS.MODAL_TRANSITION_STYLE_FLIP_HORIZONTAL\">Titanium.UI.iOS.MODAL_TRANSITION_STYLE_FLIP_HORIZONTAL</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "MODAL_TRANSITION_STYLE_CROSS_DISSOLVE",
                    "deprecated": true,
                    "description": "<p>When the window is presented, the current view fades out while the new view fades in at the\nsame time. On dismissal, a similar type of cross-fade is used to return to the original view.\n<strong>Removed in 7.0.0. Use <a href=\"Titanium.UI.iOS.MODAL_TRANSITION_STYLE_FLIP_HORIZONTAL\">Titanium.UI.iOS.MODAL_TRANSITION_STYLE_FLIP_HORIZONTAL</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "MODAL_TRANSITION_STYLE_FLIP_HORIZONTAL",
                    "deprecated": true,
                    "description": "<p>When the window is presented, the current view initiates a horizontal 3D flip from\nright-to-left, resulting in the revealing of the new view as if it were on the back of the\nprevious view. On dismissal, the flip occurs from left-to-right, returning to the original\nview.\n<strong>Removed in 7.0.0. Use <a href=\"Titanium.UI.iOS.MODAL_TRANSITION_STYLE_FLIP_HORIZONTAL\">Titanium.UI.iOS.MODAL_TRANSITION_STYLE_FLIP_HORIZONTAL</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "MODAL_TRANSITION_STYLE_PARTIAL_CURL",
                    "deprecated": true,
                    "description": "<p>When the window is presented, one corner of the current view curls up to reveal the modal\nview underneath. On dismissal, the curled up page unfurls itself back on top of the modal\nview.\n<strong>Removed in 7.0.0. Use <a href=\"Titanium.UI.iOS.MODAL_TRANSITION_STYLE_FLIP_HORIZONTAL\">Titanium.UI.iOS.MODAL_TRANSITION_STYLE_FLIP_HORIZONTAL</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "appBadge",
                    "deprecated": true,
                    "description": "<p>Value of the badge for the application's springboard icon. <strong>Removed in 7.0.0. Use <a href=\"Titanium.UI.iOS.appBadge\">Titanium.UI.iOS.appBadge</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "appSupportsShakeToEdit",
                    "deprecated": true,
                    "description": "<p>Determines whether the shake to edit system-wide capability is enabled. <strong>Removed in 7.0.0. Use <a href=\"Titanium.UI.iOS.appSupportsShakeToEdit\">Titanium.UI.iOS.appSupportsShakeToEdit</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.Utils",
            "description": "<p>The top-level Utils module, containing a set of JavaScript methods that are often useful when\nbuilding applications.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "base64decode",
                    "deprecated": false,
                    "description": "<p>Returns the specified data decoded from Base64.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "obj",
                            "constants": [],
                            "description": "<p>Data to decode.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Blob",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "base64encode",
                    "deprecated": false,
                    "description": "<p>Returns the specified data encoded to Base64.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "obj",
                            "constants": [],
                            "description": "<p>Data to encode.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.Blob",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "md5HexDigest",
                    "deprecated": false,
                    "description": "<p>Returns a MD5 digest of the specified data as a hex-based String.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "obj",
                            "constants": [],
                            "description": "<p>Data to calculate.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "sha1",
                    "deprecated": false,
                    "description": "<p>Returns a SHA-1 hash of the specified data as a hex-based String.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "obj",
                            "constants": [],
                            "description": "<p>Data to calculate.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.3.2"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.3.2"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "sha256",
                    "deprecated": false,
                    "description": "<p>Returns a SHA-256 hash of the specified data as a hex-based String.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "obj",
                            "constants": [],
                            "description": "<p>Data to calculate.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.8.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.8.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.8.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Utils.bubbleParent\">Titanium.Utils.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Utils.bubbleParent\">Titanium.Utils.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Utils.bubbleParent\">Titanium.Utils.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Utils.bubbleParent\">Titanium.Utils.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Utils.apiName\">Titanium.Utils.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Utils.apiName\">Titanium.Utils.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Utils.lifecycleContainer\">Titanium.Utils.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Utils.lifecycleContainer\">Titanium.Utils.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Utils.lifecycleContainer\">Titanium.Utils.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Utils.lifecycleContainer\">Titanium.Utils.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Module",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.9"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.9"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.9"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.WatchSession",
            "description": "<p>Used to enable data and file transfers between a watchOS and iOS application.</p>",
            "deprecated": false,
            "events": [
                {
                    "name": "receivemessage",
                    "deprecated": false,
                    "description": "<p>App received message from apple watch in foreground. Will be called on startup if the\nincoming message caused the receiver to launch.</p>",
                    "properties": [
                        {
                            "name": "message",
                            "constants": [],
                            "description": "<p>The message content</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "receiveapplicationcontext",
                    "deprecated": false,
                    "description": "<p>App received app context from apple watch. Will be called on startup if an applicationContext is available.</p>",
                    "properties": [
                        {
                            "name": "applicationContext",
                            "constants": [],
                            "description": "<p>The application Context</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "receiveuserinfo",
                    "deprecated": false,
                    "description": "<p>App received user info from apple watch in background. Will be called on startup if the user info finished\ntransferring when the receiver was not running.</p>",
                    "properties": [
                        {
                            "name": "userInfo",
                            "constants": [],
                            "description": "<p>The user info content</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "receivefile",
                    "deprecated": false,
                    "description": "<p>App received file from apple watch in background.</p>",
                    "properties": [
                        {
                            "name": "data",
                            "constants": [],
                            "description": "<p>The downloaded data as a Titanium.Blob object.</p>",
                            "type": "Titanium.Blob",
                            "deprecated": false
                        },
                        {
                            "name": "metaData",
                            "constants": [],
                            "description": "<p>Information about the file.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "success",
                            "constants": [],
                            "description": "<p>If the transfer was successful.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "errorCode",
                            "constants": [],
                            "description": "<p>Error code if transfer failed.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "message",
                            "constants": [],
                            "description": "<p>Error message if any.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "watchstatechanged",
                    "deprecated": false,
                    "description": "<p>The watch state has changed.</p>",
                    "properties": [
                        {
                            "name": "isPaired",
                            "constants": [],
                            "description": "<p>If the device is paired with the apple watch.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "isReachable",
                            "constants": [],
                            "description": "<p>If apple watch is currently reachable.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "isWatchAppInstalled",
                            "constants": [],
                            "description": "<p>If the watch app is installed in the apple watch.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "isComplicationEnabled",
                            "constants": [],
                            "description": "<p>If the complication is enabled in the apple watch.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "isActivated",
                            "constants": [],
                            "description": "<p>If the apple watch is currently activated. Only available on iOS 9.3\nand later. See <a href=\"Titanium.WatchSession.isActivated\">Titanium.WatchSession.isActivated</a> for more infos.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "activationState",
                            "constants": [
                                "Titanium.WatchSession.ACTIVATION_STATE_NOT_ACTIVATED",
                                "Titanium.WatchSession.ACTIVATION_STATE_INACTIVE",
                                "Titanium.WatchSession.ACTIVATION_STATE_ACTIVATED"
                            ],
                            "description": "<p>Returns the current activation state of the watch.  Only available on iOS 9.3\nand later. See <a href=\"Titanium.WatchSession.activationState\">Titanium.WatchSession.activationState</a> for more infos.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "reachabilitychanged",
                    "deprecated": false,
                    "description": "<p>The watch reachability state has changed.</p>",
                    "properties": [
                        {
                            "name": "isPaired",
                            "constants": [],
                            "description": "<p>If the device is paired with the apple watch.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "isReachable",
                            "constants": [],
                            "description": "<p>If apple watch is currently reachable.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "isWatchAppInstalled",
                            "constants": [],
                            "description": "<p>If the watch app is installed in the apple watch.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "isComplicationEnabled",
                            "constants": [],
                            "description": "<p>If the complication is enabled in the apple watch.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "isActivated",
                            "constants": [],
                            "description": "<p>If the apple watch is currently activated. Only available on iOS 9.3\nand later. See <a href=\"Titanium.WatchSession.isActivated\">Titanium.WatchSession.isActivated</a> for more infos.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "activationState",
                            "constants": [
                                "Titanium.WatchSession.ACTIVATION_STATE_NOT_ACTIVATED",
                                "Titanium.WatchSession.ACTIVATION_STATE_INACTIVE",
                                "Titanium.WatchSession.ACTIVATION_STATE_ACTIVATED"
                            ],
                            "description": "<p>Returns the current activation state of the watch.  Only available on iOS 9.3\nand later. See <a href=\"Titanium.WatchSession.activationState\">Titanium.WatchSession.activationState</a> for more infos.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "finishuserinfotransfer",
                    "deprecated": false,
                    "description": "<p>Fired when the application completed user info transfer to the watch app.</p>",
                    "properties": [
                        {
                            "name": "userInfo",
                            "constants": [],
                            "description": "<p>The downloaded data as a Titanium.Blob object.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "success",
                            "constants": [],
                            "description": "<p>If the transfer was successful.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "errorCode",
                            "constants": [],
                            "description": "<p>Error code if transfer failed.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "message",
                            "constants": [],
                            "description": "<p>Error message if any.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "finishfiletransfer",
                    "deprecated": false,
                    "description": "<p>App completed file transfer to watch app.</p>",
                    "properties": [
                        {
                            "name": "fileURL",
                            "constants": [],
                            "description": "<p>URL of the file transferred.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "metaData",
                            "constants": [],
                            "description": "<p>meta data of the file transferred.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "success",
                            "constants": [],
                            "description": "<p>If the transfer was successful.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "errorCode",
                            "constants": [],
                            "description": "<p>Error code if transfer failed.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "message",
                            "constants": [],
                            "description": "<p>Error message if any.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "inactive",
                    "deprecated": false,
                    "description": "<p>Called when the session can no longer be used to modify or add any new transfers and,\nall interactive messages will be cancelled, but events for background transfers can still fire.\nThis will happen when the selected watch is being changed.</p>",
                    "properties": [
                        {
                            "name": "isPaired",
                            "constants": [],
                            "description": "<p>If the device is paired with the apple watch.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "isReachable",
                            "constants": [],
                            "description": "<p>If apple watch is currently reachable.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "isWatchAppInstalled",
                            "constants": [],
                            "description": "<p>If the watch app is installed in the apple watch.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "isComplicationEnabled",
                            "constants": [],
                            "description": "<p>If the complication is enabled in the apple watch.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "isActivated",
                            "constants": [],
                            "description": "<p>If the apple watch is currently activated. Only available on iOS 9.3\nand later. See <a href=\"Titanium.WatchSession.isActivated\">Titanium.WatchSession.isActivated</a> for more infos.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "activationState",
                            "constants": [
                                "Titanium.WatchSession.ACTIVATION_STATE_NOT_ACTIVATED",
                                "Titanium.WatchSession.ACTIVATION_STATE_INACTIVE",
                                "Titanium.WatchSession.ACTIVATION_STATE_ACTIVATED"
                            ],
                            "description": "<p>Returns the current activation state of the watch.  Only available on iOS 9.3\nand later. See <a href=\"Titanium.WatchSession.activationState\">Titanium.WatchSession.activationState</a> for more infos.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "deactivate",
                    "deprecated": false,
                    "description": "<p>Called when all events for the previously selected watch has occurred.\nThe session can be re-activated for the now selected watch using activateSession.</p>",
                    "properties": [
                        {
                            "name": "isPaired",
                            "constants": [],
                            "description": "<p>If the device is paired with the apple watch.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "isReachable",
                            "constants": [],
                            "description": "<p>If apple watch is currently reachable.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "isWatchAppInstalled",
                            "constants": [],
                            "description": "<p>If the watch app is installed in the apple watch.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "isComplicationEnabled",
                            "constants": [],
                            "description": "<p>If the complication is enabled in the apple watch.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "isActivated",
                            "constants": [],
                            "description": "<p>If the apple watch is currently activated. Only available on iOS 9.3\nand later. See <a href=\"Titanium.WatchSession.isActivated\">Titanium.WatchSession.isActivated</a> for more infos.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "hasContentPending",
                            "constants": [],
                            "description": "<p>If the apple watch has currently content pending. Only available on iOS 10.0\nand later. See <a href=\"Titanium.WatchSession.hasContentPending\">Titanium.WatchSession.hasContentPending</a> for more infos.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "remainingComplicationUserInfoTransfers",
                            "constants": [],
                            "description": "<p>If the apple watch has complication userInfo transfers left. Only available on iOS 10.0\nand later. See <a href=\"Titanium.WatchSession.remainingComplicationUserInfoTransfers\">Titanium.WatchSession.remainingComplicationUserInfoTransfers</a> for more infos.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "activationState",
                            "constants": [
                                "Titanium.WatchSession.ACTIVATION_STATE_NOT_ACTIVATED",
                                "Titanium.WatchSession.ACTIVATION_STATE_INACTIVE",
                                "Titanium.WatchSession.ACTIVATION_STATE_ACTIVATED"
                            ],
                            "description": "<p>Returns the current activation state of the watch.  Only available on iOS 9.3\nand later. See <a href=\"Titanium.WatchSession.activationState\">Titanium.WatchSession.activationState</a> for more infos.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                },
                {
                    "name": "activationCompleted",
                    "deprecated": false,
                    "description": "<p>Called when the session has completed activation. If session state is\n<a href=\"Titanium.WatchSession.ACTIVATION_STATE_NOT_ACTIVATED\">Titanium.WatchSession.ACTIVATION_STATE_NOT_ACTIVATED</a> there will be an error\nwith more details.</p>",
                    "properties": [
                        {
                            "name": "isPaired",
                            "constants": [],
                            "description": "<p>If the device is paired with the apple watch.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "isReachable",
                            "constants": [],
                            "description": "<p>If apple watch is currently reachable.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "isWatchAppInstalled",
                            "constants": [],
                            "description": "<p>If the watch app is installed in the apple watch.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "isComplicationEnabled",
                            "constants": [],
                            "description": "<p>If the complication is enabled in the apple watch.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "isActivated",
                            "constants": [],
                            "description": "<p>If the apple watch is currently activated. Only available on iOS 9.3\nand later. See <a href=\"Titanium.WatchSession.isActivated\">Titanium.WatchSession.isActivated</a> for more infos.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "activationState",
                            "constants": [
                                "Titanium.WatchSession.ACTIVATION_STATE_NOT_ACTIVATED",
                                "Titanium.WatchSession.ACTIVATION_STATE_INACTIVE",
                                "Titanium.WatchSession.ACTIVATION_STATE_ACTIVATED"
                            ],
                            "description": "<p>Returns the current activation state of the watch.  Only available on iOS 9.3\nand later. See <a href=\"Titanium.WatchSession.activationState\">Titanium.WatchSession.activationState</a> for more infos.</p>",
                            "type": "Number",
                            "deprecated": false
                        },
                        {
                            "name": "source",
                            "constants": [],
                            "description": "<p>Source object that fired the event.</p>",
                            "type": "Object",
                            "deprecated": false
                        },
                        {
                            "name": "type",
                            "constants": [],
                            "description": "<p>Name of the event fired.</p>",
                            "type": "String",
                            "deprecated": false
                        },
                        {
                            "name": "bubbles",
                            "constants": [],
                            "description": "<p>True if the event will try to bubble up if possible.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        },
                        {
                            "name": "cancelBubble",
                            "constants": [],
                            "description": "<p>Set to true to stop the event from bubbling.</p>",
                            "type": "Boolean",
                            "deprecated": false
                        }
                    ]
                }
            ],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "activateSession",
                    "deprecated": false,
                    "description": "<p>Activates the watch session</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "sendMessage",
                    "deprecated": false,
                    "description": "<p>Sends a message to the apple watch.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "message",
                            "constants": [],
                            "description": "<p>Message to send to apple watch. This property is required and the key of the dictionary\nneeds to be a String.</p>",
                            "type": "Object",
                            "usage": "required"
                        },
                        {
                            "name": "reply",
                            "constants": [],
                            "description": "<p>Function to be called upon receiving a reply from the watch app.</p>\n<p><strong>Since Release 5.1.0</strong></p>\n<p>This function is used to process the direct reply from the watch app after sending one.</p>",
                            "type": "Function",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "updateApplicationContext",
                    "deprecated": false,
                    "description": "<p>Sends an app context update to the apple watch.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>App context to be updated in apple watch.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "transferUserInfo",
                    "deprecated": false,
                    "description": "<p>Transfers an user info to the apple watch.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>userInfo to be transferred to apple watch.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "transferFile",
                    "deprecated": false,
                    "description": "<p>Transfers a file to the apple watch.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Pass an object with the following key-value pairs:</p>\n<ul>\n<li><code>fileURL</code> (String) (required): Local filesystem path of file to send to the watch app.</li>\n<li><code>metaData</code> (Dictionary) (optional): Additional information about the file to send to the watch app.</li>\n</ul>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "transferCurrentComplication",
                    "deprecated": false,
                    "description": "<p>Transfers complication data to the watch application.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "params",
                            "constants": [],
                            "description": "<p>Complication to be transferred to watch app.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "cancelAllUserInfoTransfers",
                    "deprecated": false,
                    "description": "<p>Cancels all incomplete user info and complication transfers to the apple watch.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "cancelAllFileTransfers",
                    "deprecated": false,
                    "description": "<p>Cancels all incomplete file transfers to the apple watch.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "cancelAllTransfers",
                    "deprecated": false,
                    "description": "<p>Cancels all incomplete transfers to the apple watch.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.WatchSession.bubbleParent\">Titanium.WatchSession.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.WatchSession.bubbleParent\">Titanium.WatchSession.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.WatchSession.bubbleParent\">Titanium.WatchSession.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.WatchSession.bubbleParent\">Titanium.WatchSession.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.WatchSession.apiName\">Titanium.WatchSession.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.WatchSession.apiName\">Titanium.WatchSession.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "getActivationState",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.WatchSession.activationState\">Titanium.WatchSession.activationState</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.WatchSession.activationState\">Titanium.WatchSession.activationState</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "getHasContentPending",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.WatchSession.hasContentPending\">Titanium.WatchSession.hasContentPending</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.WatchSession.hasContentPending\">Titanium.WatchSession.hasContentPending</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "getRemainingComplicationUserInfoTransfers",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.WatchSession.remainingComplicationUserInfoTransfers\">Titanium.WatchSession.remainingComplicationUserInfoTransfers</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.WatchSession.remainingComplicationUserInfoTransfers\">Titanium.WatchSession.remainingComplicationUserInfoTransfers</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "getIsSupported",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.WatchSession.isSupported\">Titanium.WatchSession.isSupported</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.WatchSession.isSupported\">Titanium.WatchSession.isSupported</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "getIsPaired",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.WatchSession.isPaired\">Titanium.WatchSession.isPaired</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.WatchSession.isPaired\">Titanium.WatchSession.isPaired</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "getIsWatchAppInstalled",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.WatchSession.isWatchAppInstalled\">Titanium.WatchSession.isWatchAppInstalled</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.WatchSession.isWatchAppInstalled\">Titanium.WatchSession.isWatchAppInstalled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "getIsComplicationEnabled",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.WatchSession.isComplicationEnabled\">Titanium.WatchSession.isComplicationEnabled</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.WatchSession.isComplicationEnabled\">Titanium.WatchSession.isComplicationEnabled</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "getIsReachable",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.WatchSession.isReachable\">Titanium.WatchSession.isReachable</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.WatchSession.isReachable\">Titanium.WatchSession.isReachable</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "getIsActivated",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.WatchSession.isActivated\">Titanium.WatchSession.isActivated</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.WatchSession.isActivated\">Titanium.WatchSession.isActivated</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "getRecentApplicationContext",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.WatchSession.recentApplicationContext\">Titanium.WatchSession.recentApplicationContext</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.WatchSession.recentApplicationContext\">Titanium.WatchSession.recentApplicationContext</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Object",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Module",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "activationState",
                    "deprecated": false,
                    "description": "<p>Returns the current activation state of the watch.</p>",
                    "availability": "always",
                    "constants": [
                        "Titanium.WatchSession.ACTIVATION_STATE_NOT_ACTIVATED",
                        "Titanium.WatchSession.ACTIVATION_STATE_INACTIVE",
                        "Titanium.WatchSession.ACTIVATION_STATE_ACTIVATED"
                    ],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "ACTIVATION_STATE_NOT_ACTIVATED",
                    "deprecated": false,
                    "description": "<p>The watch is currently not activated.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "ACTIVATION_STATE_INACTIVE",
                    "deprecated": false,
                    "description": "<p>The watch is currently inactive.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "ACTIVATION_STATE_ACTIVATED",
                    "deprecated": false,
                    "description": "<p>The watch is currently activated.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "hasContentPending",
                    "deprecated": false,
                    "description": "<p>Returns <code>true</code> if there is more content for the session to deliver.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "remainingComplicationUserInfoTransfers",
                    "deprecated": false,
                    "description": "<p>The number of calls remaining to <code>transferCurrentComplication</code> before the system starts\ntransferring the complicationUserInfo as regular userInfos.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "6.0.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "isSupported",
                    "deprecated": false,
                    "description": "<p>Returns <code>true</code> if the device supports watch connectivity.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "isPaired",
                    "deprecated": false,
                    "description": "<p>Returns <code>true</code> if the device is paired with a watch.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "isWatchAppInstalled",
                    "deprecated": false,
                    "description": "<p>Returns <code>true</code> if the accompanying watch app is installed.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "isComplicationEnabled",
                    "deprecated": false,
                    "description": "<p>Returns <code>true</code> if complication is enabled on the installed watch app.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "isReachable",
                    "deprecated": false,
                    "description": "<p>Returns <code>true</code> if the watch is currently reachable.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "isActivated",
                    "deprecated": false,
                    "description": "<p>Returns <code>true</code> if the watch is currently activated.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.4.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "recentApplicationContext",
                    "deprecated": false,
                    "description": "<p>The most recent application context sent to the watch app.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.0.0"
                        }
                    ],
                    "type": "Object",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>WatchSession enables data and file transfers between a WatchKit application and a Titanium application\nusing the iOS Watch Connectivity framework introduced in iOS 9 and watchOS 2.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "5.0.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                }
            ]
        },
        {
            "name": "MessageReply",
            "description": "<p>Reply message received from watch app.</p>",
            "deprecated": false,
            "events": [],
            "examples": [
                {
                    "title": "Creating a Watch Session",
                    "code": "<p>The following example demonstrates how to create a new watch session, and call methods to transfer\ndata to the watch. Also include event listeners for receiving data from the watch.</p>\n<p>It is important to note that this only works if there is a corresponding watchOS app written\nin Objective-C / Swift in the Xcode project inside the extensions folder of the Titanium Project.</p>\n<h4>app.js</h4>\n<pre><code>Ti.WatchSession.activateSession();\n\nvar win = Ti.UI.createWindow({\n    backgroundColor: 'white'\n});\n\nvar eventsArea = Ti.UI.createTextArea({\n  borderWidth: 2,\n  borderColor: '#bbb',\n  borderRadius: 5,\n  color: '#888',\n  font: {fontSize:16},\n  textAlign: 'left',\n  value: 'This is where we listen for events',\n  bottom: 10,\n  width: 300, height : 140\n});\n\nwin.add(eventsArea);\n\nvar imageView = Ti.UI.createImageView ({\n    top: 240,\n    width: 80,\n    height: 80\n});\n\nwin.add(imageView);\n\nvar statusBtn = Ti.UI.createButton({\n    title: 'status me',\n    top: 40\n});\n\nstatusBtn.addEventListener('click', function(e) {\n    eventsArea.value += '\\nbtn pressed '\n    + '\\nwatchOS is supported: ' + Ti.WatchSession.isSupported\n    + '\\nwatch is paired: ' + Ti.WatchSession.isPaired\n    + '\\nwatchApp is installed: ' + Ti.WatchSession.isWatchAppInstalled\n    + '\\nwatchComplication is enabled: ' + Ti.WatchSession.isComplicationEnabled\n    + '\\nwatch is reachable: ' + Ti.WatchSession.isReachable\n    + '\\nMost recent app context: ' + JSON.stringify(Ti.WatchSession.recentApplicationContext);\n})\nwin.add(statusBtn);\n\nvar sendMsgBtn = Ti.UI.createButton({\n    title: 'send Message to watch',\n    top: 80\n});\n\nsendMsgBtn.addEventListener('click', function(e) {\n    Ti.WatchSession.sendMessage({\n        message: 'Hi',\n        from: 'app',\n        type: 'message'\n    });\n});\n\nvar sendUserInfoBtn = Ti.UI.createButton({\n    title: 'send User Info to watch',\n    top: 120\n});\n\nsendUserInfoBtn.addEventListener('click', function(e) {\n    Ti.WatchSession.transferUserInfo({\n        data: 'user info from app',\n        created: '2015'\n    });\n});\n\nvar sendAppContextBtn = Ti.UI.createButton({\n    title: 'update app context to watch',\n    top: 160\n});\n\nsendAppContextBtn.addEventListener('click', function(e) {\n    Ti.WatchSession.updateApplicationContext({\n        status: 'Application Context from app',\n        updates: 2\n    });\n});\n\nvar sendFileBtn = Ti.UI.createButton({\n    title: 'send File to watch',\n    top: 200\n});\n\nsendFileBtn.addEventListener('click', function(e) {\n    Ti.WatchSession.transferFile({\n        fileURL: '/images/default_app_logo.png',\n        metaData: {\n            data: 'appcelerator logo'\n        }\n    });\n});\n\nTi.WatchSession.addEventListener('receivemessage', function(e) {\n    eventsArea.value += '\\nreceivemessage '\n    + '\\n' + JSON.stringify(e);\n});\n\nTi.WatchSession.addEventListener('receiveuserinfo', function(e) {\n    eventsArea.value += '\\nreceiveuserinfo '\n    + '\\n' + JSON.stringify(e);\n});\n\nTi.WatchSession.addEventListener('receivefile', function(e) {\n    eventsArea.value += '\\nreceivefile ' + '\\n' + JSON.stringify(e);\n    var cacheFile = e.data.getFile();\n    var downloadedFile = Ti.Filesystem.getFile(Ti.Filesystem.applicationDataDirectory, cacheFile.getName());\n    downloadedFile.write(e.data);\n    imageView.setImage(downloadedFile);\n});\n\nTi.WatchSession.addEventListener('receiveapplicationcontext', function(e) {\n    eventsArea.value += '\\nreceiveapplicationcontext '\n    + '\\n' + JSON.stringify(e);\n});\n\nTi.WatchSession.addEventListener('watchstatechanged', function(e) {\n    eventsArea.value += '\\nwatchstatechanged '\n    + '\\n' + JSON.stringify(e);\n});\n\nTi.WatchSession.addEventListener('reachabilitychanged', function(e) {\n    eventsArea.value += '\\nreachabilitychanged '\n    + '\\n' + JSON.stringify(e);\n});\n\nTi.WatchSession.addEventListener('finishfiletransfer', function(e) {\n    eventsArea.value += '\\nfinishfiletransfer '\n    + '\\n' + JSON.stringify(e);\n});\n\nTi.WatchSession.addEventListener('finishuserinfotransfer', function(e) {\n    eventsArea.value += '\\nfinishuserinfotransfer '\n    + '\\n' + JSON.stringify(e);\n});\nwin.add(sendMsgBtn);\nwin.add(sendUserInfoBtn);\nwin.add(sendFileBtn);\nwin.add(sendAppContextBtn);\n\nwin.open();\n</code></pre>"
                }
            ],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [
                {
                    "name": "message",
                    "deprecated": false,
                    "description": "<p>Reply message from watchapp.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Object",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "success",
                    "deprecated": false,
                    "description": "<p>Indicates if the operation succeeded.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "error",
                    "deprecated": false,
                    "description": "<p>Error message, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                },
                {
                    "name": "code",
                    "deprecated": false,
                    "description": "<p>Error code. Returns 0 if <code>success</code> is <code>true</code>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "5.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "5.1.0"
                }
            ],
            "userAgents": [
                {
                    "platform": "iphone"
                }
            ]
        },
        {
            "name": "Titanium.XML.Attr",
            "description": "<p>Represents an attribute of an <a href=\"Titanium.XML.Element\">Element</a>.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "appendChild",
                    "deprecated": false,
                    "description": "<p>Appends the node <code>newChild</code> as a child of this node.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "newChild",
                            "constants": [],
                            "description": "<p>New node to append.</p>",
                            "type": "Titanium.XML.Node",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.Node",
                            "description": "<p>Newly-appended node.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "cloneNode",
                    "deprecated": false,
                    "description": "<p>Returns a duplicate of this node.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "deep",
                            "constants": [],
                            "description": "<p>Whether or not to perform a deep copy of this node.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.Node",
                            "description": "<p>Cloned node.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hasAttributes",
                    "deprecated": false,
                    "description": "<p>Returns <code>true</code> if this node has attributes.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "<p>True if this node has attributes, false if it does not.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hasChildNodes",
                    "deprecated": false,
                    "description": "<p>Returns <code>true</code> if this node has child nodes.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "<p>True if this node has children, false if it does not.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "insertBefore",
                    "deprecated": false,
                    "description": "<p>Inserts the node <code>newChild</code> before the node <code>refChild</code>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "newChild",
                            "constants": [],
                            "description": "<p>Node to insert.</p>",
                            "type": "Titanium.XML.Node",
                            "usage": "required"
                        },
                        {
                            "name": "refChild",
                            "constants": [],
                            "description": "<p>Node to insert <code>newChild</code> before.</p>",
                            "type": "Titanium.XML.Node",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.Node",
                            "description": "<p>The inserted node.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "isSupported",
                    "deprecated": false,
                    "description": "<p>Tests whether the DOM implementation supports a specific feature.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "feature",
                            "constants": [],
                            "description": "<p>Name of the feature.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "version",
                            "constants": [],
                            "description": "<p>Version number of the feature.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "<p>True if the feature is supported, false if it is not.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "normalize",
                    "deprecated": false,
                    "description": "<p>Normalizes text and attribute nodes in this node's child hierarchy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "removeChild",
                    "deprecated": false,
                    "description": "<p>Removes a child node from this node.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "oldChild",
                            "constants": [],
                            "description": "<p>Node to remove.</p>",
                            "type": "Titanium.XML.Node",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.Node",
                            "description": "<p>Node that was removed.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "replaceChild",
                    "deprecated": false,
                    "description": "<p>Replaces the node <code>oldChild</code> with the node <code>newChild</code>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "newChild",
                            "constants": [],
                            "description": "<p>New node.</p>",
                            "type": "Titanium.XML.Node",
                            "usage": "required"
                        },
                        {
                            "name": "oldChild",
                            "constants": [],
                            "description": "<p>Node being replaced.</p>",
                            "type": "Titanium.XML.Node",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.Node",
                            "description": "<p>Node that was replaced.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.XML.Attr.bubbleParent\">Titanium.XML.Attr.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.XML.Attr.bubbleParent\">Titanium.XML.Attr.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.XML.Attr.bubbleParent\">Titanium.XML.Attr.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.XML.Attr.bubbleParent\">Titanium.XML.Attr.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.XML.Attr.apiName\">Titanium.XML.Attr.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.XML.Attr.apiName\">Titanium.XML.Attr.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.XML.Attr.lifecycleContainer\">Titanium.XML.Attr.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.XML.Attr.lifecycleContainer\">Titanium.XML.Attr.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.XML.Attr.lifecycleContainer\">Titanium.XML.Attr.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.XML.Attr.lifecycleContainer\">Titanium.XML.Attr.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getAttributes",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.XML.Attr.attributes\">Titanium.XML.Attr.attributes</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.XML.Attr.attributes\">Titanium.XML.Attr.attributes</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.NamedNodeMap",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.XML.Attr.name\">Titanium.XML.Attr.name</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.XML.Attr.name\">Titanium.XML.Attr.name</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getOwnerElement",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.XML.Attr.ownerElement\">Titanium.XML.Attr.ownerElement</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.XML.Attr.ownerElement\">Titanium.XML.Attr.ownerElement</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.Element",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSpecified",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.XML.Attr.specified\">Titanium.XML.Attr.specified</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.XML.Attr.specified\">Titanium.XML.Attr.specified</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getValue",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.XML.Attr.value\">Titanium.XML.Attr.value</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.XML.Attr.value\">Titanium.XML.Attr.value</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setValue",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.XML.Attr.value\">Titanium.XML.Attr.value</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.XML.Attr.value\">Titanium.XML.Attr.value</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "value",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.XML.Node",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "ELEMENT_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify an\n<a href=\"Titanium.XML.Element\">Element</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ATTRIBUTE_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify an\n<a href=\"Titanium.XML.Attr\">Attr</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "TEXT_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify a\n<a href=\"Titanium.XML.Text\">Text</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "CDATA_SECTION_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify a\n<a href=\"Titanium.XML.CDATASection\">CDATASection</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ENTITY_REFERENCE_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify an\n<a href=\"Titanium.XML.EntityReference\">EntityReference</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ENTITY_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify an\n<a href=\"Titanium.XML.Entity\">Entity</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "PROCESSING_INSTRUCTION_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify a\n<a href=\"Titanium.XML.ProcessingInstruction\">ProcessingInstruction</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "COMMENT_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify a\n<a href=\"Titanium.XML.Comment\">Comment</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "DOCUMENT_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify a\n<a href=\"Titanium.XML.Document\">Document</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "DOCUMENT_TYPE_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify a\n<a href=\"Titanium.XML.DocumentType\">DocumentType</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "DOCUMENT_FRAGMENT_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify a\n<a href=\"Titanium.XML.DocumentFragment\">DocumentFragment</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "NOTATION_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify a\n<a href=\"Titanium.XML.Notation\">Notation</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "nodeName",
                    "deprecated": false,
                    "description": "<p>Name of this node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "nodeValue",
                    "deprecated": false,
                    "description": "<p>Content (value) of this node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "textContent",
                    "deprecated": false,
                    "description": "<p>Content (value) of all text nodes within this node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "text",
                    "deprecated": true,
                    "description": "<p>Content (value) of all text nodes within this node.\n<strong>Deprecated since 2.0.0. Use <a href=\"Titanium.XML.Node.textContent\">Titanium.XML.Node.textContent</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "nodeType",
                    "deprecated": false,
                    "description": "<p>This node's type. One of <code>ELEMENT_NODE</code>, <code>ATTRIBUTE_NODE</code>, <code>TEXT_NODE</code>, <code>CDATA_SECTION_NODE</code>,\n<code>ENTITY_REFERENCE_NODE</code>, <code>ENTITY_NODE</code>, <code>PROCESSING_INSTRUCTION_NODE</code>, <code>COMMENT_NODE</code>,\n<code>DOCUMENT_NODE</code>, <code>DOCUMENT_TYPE_NODE</code>, <code>DOCUMENT_FRAGMENT_NODE</code>, <code>NOTATION_NODE</code>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "parentNode",
                    "deprecated": false,
                    "description": "<p>This node's parent node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Titanium.XML.Node",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "childNodes",
                    "deprecated": false,
                    "description": "<p>A <a href=\"Titanium.XML.NodeList\">Titanium.XML.NodeList</a> of this node's children.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Titanium.XML.NodeList",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "firstChild",
                    "deprecated": false,
                    "description": "<p>This node's first child.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Titanium.XML.Node",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lastChild",
                    "deprecated": false,
                    "description": "<p>This node's last child.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Titanium.XML.Node",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "previousSibling",
                    "deprecated": false,
                    "description": "<p>This node's previous sibling.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Titanium.XML.Node",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "nextSibling",
                    "deprecated": false,
                    "description": "<p>This node's next sibling.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Titanium.XML.Node",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "attributes",
                    "deprecated": false,
                    "description": "<p>A map of this node's attributes.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Titanium.XML.NamedNodeMap",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ownerDocument",
                    "deprecated": false,
                    "description": "<p>This node's owning document.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Titanium.XML.Document",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "namespaceURI",
                    "deprecated": false,
                    "description": "<p>Namespace URI of this node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "prefix",
                    "deprecated": false,
                    "description": "<p>Namespace prefix of this node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "localName",
                    "deprecated": false,
                    "description": "<p>Local part of the qualified name of this node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "name",
                    "deprecated": false,
                    "description": "<p>Attribute name</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ownerElement",
                    "deprecated": false,
                    "description": "<p>The <a href=\"Titanium.XML.Element\">Titanium.XML.Element</a> to which the attribute belongs.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Titanium.XML.Element",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "specified",
                    "deprecated": false,
                    "description": "<p>True if this attribute was explicitly given a value in the instance document, false otherwise.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "value",
                    "deprecated": false,
                    "description": "<p>The attribute value as a string.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>Implements the <a href=\"https://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-637646024\">DOM Level 2 API</a> on\nAndroid and iOS.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.XML.CDATASection",
            "description": "<p>Used to include blocks of literal text containing characters that would otherwise need\nto be escaped.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "appendChild",
                    "deprecated": false,
                    "description": "<p>Appends the node <code>newChild</code> as a child of this node.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "newChild",
                            "constants": [],
                            "description": "<p>New node to append.</p>",
                            "type": "Titanium.XML.Node",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.Node",
                            "description": "<p>Newly-appended node.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "cloneNode",
                    "deprecated": false,
                    "description": "<p>Returns a duplicate of this node.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "deep",
                            "constants": [],
                            "description": "<p>Whether or not to perform a deep copy of this node.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.Node",
                            "description": "<p>Cloned node.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hasAttributes",
                    "deprecated": false,
                    "description": "<p>Returns <code>true</code> if this node has attributes.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "<p>True if this node has attributes, false if it does not.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hasChildNodes",
                    "deprecated": false,
                    "description": "<p>Returns <code>true</code> if this node has child nodes.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "<p>True if this node has children, false if it does not.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "insertBefore",
                    "deprecated": false,
                    "description": "<p>Inserts the node <code>newChild</code> before the node <code>refChild</code>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "newChild",
                            "constants": [],
                            "description": "<p>Node to insert.</p>",
                            "type": "Titanium.XML.Node",
                            "usage": "required"
                        },
                        {
                            "name": "refChild",
                            "constants": [],
                            "description": "<p>Node to insert <code>newChild</code> before.</p>",
                            "type": "Titanium.XML.Node",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.Node",
                            "description": "<p>The inserted node.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "isSupported",
                    "deprecated": false,
                    "description": "<p>Tests whether the DOM implementation supports a specific feature.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "feature",
                            "constants": [],
                            "description": "<p>Name of the feature.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "version",
                            "constants": [],
                            "description": "<p>Version number of the feature.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "<p>True if the feature is supported, false if it is not.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "normalize",
                    "deprecated": false,
                    "description": "<p>Normalizes text and attribute nodes in this node's child hierarchy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "removeChild",
                    "deprecated": false,
                    "description": "<p>Removes a child node from this node.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "oldChild",
                            "constants": [],
                            "description": "<p>Node to remove.</p>",
                            "type": "Titanium.XML.Node",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.Node",
                            "description": "<p>Node that was removed.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "replaceChild",
                    "deprecated": false,
                    "description": "<p>Replaces the node <code>oldChild</code> with the node <code>newChild</code>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "newChild",
                            "constants": [],
                            "description": "<p>New node.</p>",
                            "type": "Titanium.XML.Node",
                            "usage": "required"
                        },
                        {
                            "name": "oldChild",
                            "constants": [],
                            "description": "<p>Node being replaced.</p>",
                            "type": "Titanium.XML.Node",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.Node",
                            "description": "<p>Node that was replaced.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "appendData",
                    "deprecated": false,
                    "description": "<p>Append the string to the end of the character data of the node. Upon success, data provides access to the concatenation of data and the string specified. Throws an exception if this node is readonly.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "arg",
                            "constants": [],
                            "description": "<p>The string to append.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "deleteData",
                    "deprecated": false,
                    "description": "<p>Remove a range of characters from the node. Upon success, data and length reflect the change. Throws an exception if this node is readonly, if offset is negative, offset is beyond the data's length, or if count is negative.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "offset",
                            "constants": [],
                            "description": "<p>The offset from which to start removing.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "count",
                            "constants": [],
                            "description": "<p>The number of characters to delete. If the sum of offset and count exceeds length then all characters from offset to the end of the data are deleted.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "insertData",
                    "deprecated": false,
                    "description": "<p>Insert a string at the specified offset. Throws an exception if this node is readonly, if offset is negative, or if offset is beyond the data's length.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "offset",
                            "constants": [],
                            "description": "<p>The character offset at which to insert.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "arg",
                            "constants": [],
                            "description": "<p>The string to insert.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "replaceData",
                    "deprecated": false,
                    "description": "<p>Replace the characters starting at the specified offset with the specified string. Throws an exception if this node is readonly, if offset is negative, offset is beyond the data's length, or if count is negative.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "offset",
                            "constants": [],
                            "description": "<p>The offset from which to start replacing.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "count",
                            "constants": [],
                            "description": "<p>The number of characters to replace. If the sum of offset and count exceeds length, then all characters to the end of the data are replaced; (i.e., the effect is the same as a remove method call with the same range, followed by an append method invocation).</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "arg",
                            "constants": [],
                            "description": "<p>The string with which the range must be replaced.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "substringData",
                    "deprecated": false,
                    "description": "<p>Extracts a range of data from the node. Throws an exception if offset is negative, offset is beyond the data's length, or if count is negative.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "offset",
                            "constants": [],
                            "description": "<p>Start offset of substring to extract.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "count",
                            "constants": [],
                            "description": "<p>The number of characters units to extract.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "<p>The specified substring. If the sum of offset and count exceeds the length, then all 16-bit units to the end of the data are returned.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "splitText",
                    "deprecated": false,
                    "description": "<p>Breaks this node into two nodes at the specified by offset, and returns a new node of the same type, which contains all the content at and after the offset point. Throws an exception if the specified offset is negative or if this node is read only.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "offset",
                            "constants": [],
                            "description": "<p>The offset at which to split, starting from 0.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.Text",
                            "description": "<p>The new node, of the same type as this node</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.XML.CDATASection.bubbleParent\">Titanium.XML.CDATASection.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.XML.CDATASection.bubbleParent\">Titanium.XML.CDATASection.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.XML.CDATASection.bubbleParent\">Titanium.XML.CDATASection.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.XML.CDATASection.bubbleParent\">Titanium.XML.CDATASection.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.XML.CDATASection.apiName\">Titanium.XML.CDATASection.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.XML.CDATASection.apiName\">Titanium.XML.CDATASection.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.XML.CDATASection.lifecycleContainer\">Titanium.XML.CDATASection.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.XML.CDATASection.lifecycleContainer\">Titanium.XML.CDATASection.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.XML.CDATASection.lifecycleContainer\">Titanium.XML.CDATASection.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.XML.CDATASection.lifecycleContainer\">Titanium.XML.CDATASection.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getAttributes",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.XML.CDATASection.attributes\">Titanium.XML.CDATASection.attributes</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.XML.CDATASection.attributes\">Titanium.XML.CDATASection.attributes</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.NamedNodeMap",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getData",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.XML.CDATASection.data\">Titanium.XML.CDATASection.data</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.XML.CDATASection.data\">Titanium.XML.CDATASection.data</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setData",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.XML.CDATASection.data\">Titanium.XML.CDATASection.data</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.XML.CDATASection.data\">Titanium.XML.CDATASection.data</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "data",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLength",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.XML.CDATASection.length\">Titanium.XML.CDATASection.length</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.XML.CDATASection.length\">Titanium.XML.CDATASection.length</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.XML.Text",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "ELEMENT_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify an\n<a href=\"Titanium.XML.Element\">Element</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ATTRIBUTE_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify an\n<a href=\"Titanium.XML.Attr\">Attr</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "TEXT_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify a\n<a href=\"Titanium.XML.Text\">Text</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "CDATA_SECTION_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify a\n<a href=\"Titanium.XML.CDATASection\">CDATASection</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ENTITY_REFERENCE_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify an\n<a href=\"Titanium.XML.EntityReference\">EntityReference</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ENTITY_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify an\n<a href=\"Titanium.XML.Entity\">Entity</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "PROCESSING_INSTRUCTION_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify a\n<a href=\"Titanium.XML.ProcessingInstruction\">ProcessingInstruction</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "COMMENT_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify a\n<a href=\"Titanium.XML.Comment\">Comment</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "DOCUMENT_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify a\n<a href=\"Titanium.XML.Document\">Document</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "DOCUMENT_TYPE_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify a\n<a href=\"Titanium.XML.DocumentType\">DocumentType</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "DOCUMENT_FRAGMENT_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify a\n<a href=\"Titanium.XML.DocumentFragment\">DocumentFragment</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "NOTATION_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify a\n<a href=\"Titanium.XML.Notation\">Notation</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "nodeName",
                    "deprecated": false,
                    "description": "<p>Name of this node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "nodeValue",
                    "deprecated": false,
                    "description": "<p>Content (value) of this node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "textContent",
                    "deprecated": false,
                    "description": "<p>Content (value) of all text nodes within this node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "text",
                    "deprecated": true,
                    "description": "<p>Content (value) of all text nodes within this node.\n<strong>Deprecated since 2.0.0. Use <a href=\"Titanium.XML.Node.textContent\">Titanium.XML.Node.textContent</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "nodeType",
                    "deprecated": false,
                    "description": "<p>This node's type. One of <code>ELEMENT_NODE</code>, <code>ATTRIBUTE_NODE</code>, <code>TEXT_NODE</code>, <code>CDATA_SECTION_NODE</code>,\n<code>ENTITY_REFERENCE_NODE</code>, <code>ENTITY_NODE</code>, <code>PROCESSING_INSTRUCTION_NODE</code>, <code>COMMENT_NODE</code>,\n<code>DOCUMENT_NODE</code>, <code>DOCUMENT_TYPE_NODE</code>, <code>DOCUMENT_FRAGMENT_NODE</code>, <code>NOTATION_NODE</code>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "parentNode",
                    "deprecated": false,
                    "description": "<p>This node's parent node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Titanium.XML.Node",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "childNodes",
                    "deprecated": false,
                    "description": "<p>A <a href=\"Titanium.XML.NodeList\">Titanium.XML.NodeList</a> of this node's children.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Titanium.XML.NodeList",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "firstChild",
                    "deprecated": false,
                    "description": "<p>This node's first child.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Titanium.XML.Node",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lastChild",
                    "deprecated": false,
                    "description": "<p>This node's last child.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Titanium.XML.Node",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "previousSibling",
                    "deprecated": false,
                    "description": "<p>This node's previous sibling.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Titanium.XML.Node",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "nextSibling",
                    "deprecated": false,
                    "description": "<p>This node's next sibling.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Titanium.XML.Node",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "attributes",
                    "deprecated": false,
                    "description": "<p>A map of this node's attributes.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Titanium.XML.NamedNodeMap",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ownerDocument",
                    "deprecated": false,
                    "description": "<p>This node's owning document.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Titanium.XML.Document",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "namespaceURI",
                    "deprecated": false,
                    "description": "<p>Namespace URI of this node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "prefix",
                    "deprecated": false,
                    "description": "<p>Namespace prefix of this node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "localName",
                    "deprecated": false,
                    "description": "<p>Local part of the qualified name of this node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "data",
                    "deprecated": false,
                    "description": "<p>The character data of the node that implements this interface. Throws an exception during setting if this node is readonly.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "length",
                    "deprecated": false,
                    "description": "<p>The number of characters that are available through data and the substringData method. This may have the value zero, i.e., <a href=\"Titanium.XML.CharacterData\">Titanium.XML.CharacterData</a> may be empty.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>Implements the <a href=\"https://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-667469212\">DOM Level 2 API</a> on\nAndroid and iOS with some non-standard extensions.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.XML.CharacterData",
            "description": "<p>An interface extending <a href=\"Titanium.XML.Node\">Titanium.XML.Node</a> with a set of attributes and methods for accessing character data in the DOM.\nImplements the <a href=\"https://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-FF21A306\">DOM Level 2 API</a> on Android and iOS. For reasons of compatibility with the javascript engine, text is represented by UTF-8 instead of UTF-16 on Android and iOS.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "appendChild",
                    "deprecated": false,
                    "description": "<p>Appends the node <code>newChild</code> as a child of this node.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "newChild",
                            "constants": [],
                            "description": "<p>New node to append.</p>",
                            "type": "Titanium.XML.Node",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.Node",
                            "description": "<p>Newly-appended node.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "cloneNode",
                    "deprecated": false,
                    "description": "<p>Returns a duplicate of this node.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "deep",
                            "constants": [],
                            "description": "<p>Whether or not to perform a deep copy of this node.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.Node",
                            "description": "<p>Cloned node.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hasAttributes",
                    "deprecated": false,
                    "description": "<p>Returns <code>true</code> if this node has attributes.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "<p>True if this node has attributes, false if it does not.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hasChildNodes",
                    "deprecated": false,
                    "description": "<p>Returns <code>true</code> if this node has child nodes.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "<p>True if this node has children, false if it does not.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "insertBefore",
                    "deprecated": false,
                    "description": "<p>Inserts the node <code>newChild</code> before the node <code>refChild</code>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "newChild",
                            "constants": [],
                            "description": "<p>Node to insert.</p>",
                            "type": "Titanium.XML.Node",
                            "usage": "required"
                        },
                        {
                            "name": "refChild",
                            "constants": [],
                            "description": "<p>Node to insert <code>newChild</code> before.</p>",
                            "type": "Titanium.XML.Node",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.Node",
                            "description": "<p>The inserted node.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "isSupported",
                    "deprecated": false,
                    "description": "<p>Tests whether the DOM implementation supports a specific feature.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "feature",
                            "constants": [],
                            "description": "<p>Name of the feature.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "version",
                            "constants": [],
                            "description": "<p>Version number of the feature.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "<p>True if the feature is supported, false if it is not.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "normalize",
                    "deprecated": false,
                    "description": "<p>Normalizes text and attribute nodes in this node's child hierarchy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "removeChild",
                    "deprecated": false,
                    "description": "<p>Removes a child node from this node.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "oldChild",
                            "constants": [],
                            "description": "<p>Node to remove.</p>",
                            "type": "Titanium.XML.Node",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.Node",
                            "description": "<p>Node that was removed.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "replaceChild",
                    "deprecated": false,
                    "description": "<p>Replaces the node <code>oldChild</code> with the node <code>newChild</code>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "newChild",
                            "constants": [],
                            "description": "<p>New node.</p>",
                            "type": "Titanium.XML.Node",
                            "usage": "required"
                        },
                        {
                            "name": "oldChild",
                            "constants": [],
                            "description": "<p>Node being replaced.</p>",
                            "type": "Titanium.XML.Node",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.Node",
                            "description": "<p>Node that was replaced.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "appendData",
                    "deprecated": false,
                    "description": "<p>Append the string to the end of the character data of the node. Upon success, data provides access to the concatenation of data and the string specified. Throws an exception if this node is readonly.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "arg",
                            "constants": [],
                            "description": "<p>The string to append.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "deleteData",
                    "deprecated": false,
                    "description": "<p>Remove a range of characters from the node. Upon success, data and length reflect the change. Throws an exception if this node is readonly, if offset is negative, offset is beyond the data's length, or if count is negative.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "offset",
                            "constants": [],
                            "description": "<p>The offset from which to start removing.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "count",
                            "constants": [],
                            "description": "<p>The number of characters to delete. If the sum of offset and count exceeds length then all characters from offset to the end of the data are deleted.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "insertData",
                    "deprecated": false,
                    "description": "<p>Insert a string at the specified offset. Throws an exception if this node is readonly, if offset is negative, or if offset is beyond the data's length.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "offset",
                            "constants": [],
                            "description": "<p>The character offset at which to insert.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "arg",
                            "constants": [],
                            "description": "<p>The string to insert.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "replaceData",
                    "deprecated": false,
                    "description": "<p>Replace the characters starting at the specified offset with the specified string. Throws an exception if this node is readonly, if offset is negative, offset is beyond the data's length, or if count is negative.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "offset",
                            "constants": [],
                            "description": "<p>The offset from which to start replacing.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "count",
                            "constants": [],
                            "description": "<p>The number of characters to replace. If the sum of offset and count exceeds length, then all characters to the end of the data are replaced; (i.e., the effect is the same as a remove method call with the same range, followed by an append method invocation).</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "arg",
                            "constants": [],
                            "description": "<p>The string with which the range must be replaced.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "substringData",
                    "deprecated": false,
                    "description": "<p>Extracts a range of data from the node. Throws an exception if offset is negative, offset is beyond the data's length, or if count is negative.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "offset",
                            "constants": [],
                            "description": "<p>Start offset of substring to extract.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "count",
                            "constants": [],
                            "description": "<p>The number of characters units to extract.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "<p>The specified substring. If the sum of offset and count exceeds the length, then all 16-bit units to the end of the data are returned.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.XML.CharacterData.bubbleParent\">Titanium.XML.CharacterData.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.XML.CharacterData.bubbleParent\">Titanium.XML.CharacterData.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.XML.CharacterData.bubbleParent\">Titanium.XML.CharacterData.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.XML.CharacterData.bubbleParent\">Titanium.XML.CharacterData.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.XML.CharacterData.apiName\">Titanium.XML.CharacterData.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.XML.CharacterData.apiName\">Titanium.XML.CharacterData.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.XML.CharacterData.lifecycleContainer\">Titanium.XML.CharacterData.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.XML.CharacterData.lifecycleContainer\">Titanium.XML.CharacterData.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.XML.CharacterData.lifecycleContainer\">Titanium.XML.CharacterData.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.XML.CharacterData.lifecycleContainer\">Titanium.XML.CharacterData.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getAttributes",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.XML.CharacterData.attributes\">Titanium.XML.CharacterData.attributes</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.XML.CharacterData.attributes\">Titanium.XML.CharacterData.attributes</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.NamedNodeMap",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getData",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.XML.CharacterData.data\">Titanium.XML.CharacterData.data</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.XML.CharacterData.data\">Titanium.XML.CharacterData.data</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setData",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.XML.CharacterData.data\">Titanium.XML.CharacterData.data</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.XML.CharacterData.data\">Titanium.XML.CharacterData.data</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "data",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLength",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.XML.CharacterData.length\">Titanium.XML.CharacterData.length</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.XML.CharacterData.length\">Titanium.XML.CharacterData.length</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.XML.Node",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "ELEMENT_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify an\n<a href=\"Titanium.XML.Element\">Element</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ATTRIBUTE_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify an\n<a href=\"Titanium.XML.Attr\">Attr</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "TEXT_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify a\n<a href=\"Titanium.XML.Text\">Text</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "CDATA_SECTION_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify a\n<a href=\"Titanium.XML.CDATASection\">CDATASection</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ENTITY_REFERENCE_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify an\n<a href=\"Titanium.XML.EntityReference\">EntityReference</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ENTITY_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify an\n<a href=\"Titanium.XML.Entity\">Entity</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "PROCESSING_INSTRUCTION_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify a\n<a href=\"Titanium.XML.ProcessingInstruction\">ProcessingInstruction</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "COMMENT_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify a\n<a href=\"Titanium.XML.Comment\">Comment</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "DOCUMENT_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify a\n<a href=\"Titanium.XML.Document\">Document</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "DOCUMENT_TYPE_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify a\n<a href=\"Titanium.XML.DocumentType\">DocumentType</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "DOCUMENT_FRAGMENT_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify a\n<a href=\"Titanium.XML.DocumentFragment\">DocumentFragment</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "NOTATION_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify a\n<a href=\"Titanium.XML.Notation\">Notation</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "nodeName",
                    "deprecated": false,
                    "description": "<p>Name of this node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "nodeValue",
                    "deprecated": false,
                    "description": "<p>Content (value) of this node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "textContent",
                    "deprecated": false,
                    "description": "<p>Content (value) of all text nodes within this node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "text",
                    "deprecated": true,
                    "description": "<p>Content (value) of all text nodes within this node.\n<strong>Deprecated since 2.0.0. Use <a href=\"Titanium.XML.Node.textContent\">Titanium.XML.Node.textContent</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "nodeType",
                    "deprecated": false,
                    "description": "<p>This node's type. One of <code>ELEMENT_NODE</code>, <code>ATTRIBUTE_NODE</code>, <code>TEXT_NODE</code>, <code>CDATA_SECTION_NODE</code>,\n<code>ENTITY_REFERENCE_NODE</code>, <code>ENTITY_NODE</code>, <code>PROCESSING_INSTRUCTION_NODE</code>, <code>COMMENT_NODE</code>,\n<code>DOCUMENT_NODE</code>, <code>DOCUMENT_TYPE_NODE</code>, <code>DOCUMENT_FRAGMENT_NODE</code>, <code>NOTATION_NODE</code>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "parentNode",
                    "deprecated": false,
                    "description": "<p>This node's parent node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Titanium.XML.Node",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "childNodes",
                    "deprecated": false,
                    "description": "<p>A <a href=\"Titanium.XML.NodeList\">Titanium.XML.NodeList</a> of this node's children.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Titanium.XML.NodeList",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "firstChild",
                    "deprecated": false,
                    "description": "<p>This node's first child.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Titanium.XML.Node",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lastChild",
                    "deprecated": false,
                    "description": "<p>This node's last child.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Titanium.XML.Node",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "previousSibling",
                    "deprecated": false,
                    "description": "<p>This node's previous sibling.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Titanium.XML.Node",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "nextSibling",
                    "deprecated": false,
                    "description": "<p>This node's next sibling.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Titanium.XML.Node",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "attributes",
                    "deprecated": false,
                    "description": "<p>A map of this node's attributes.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Titanium.XML.NamedNodeMap",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ownerDocument",
                    "deprecated": false,
                    "description": "<p>This node's owning document.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Titanium.XML.Document",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "namespaceURI",
                    "deprecated": false,
                    "description": "<p>Namespace URI of this node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "prefix",
                    "deprecated": false,
                    "description": "<p>Namespace prefix of this node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "localName",
                    "deprecated": false,
                    "description": "<p>Local part of the qualified name of this node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "data",
                    "deprecated": false,
                    "description": "<p>The character data of the node that implements this interface. Throws an exception during setting if this node is readonly.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "length",
                    "deprecated": false,
                    "description": "<p>The number of characters that are available through data and the substringData method. This may have the value zero, i.e., <a href=\"Titanium.XML.CharacterData\">Titanium.XML.CharacterData</a> may be empty.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.9"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.9"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.9"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.XML.Comment",
            "description": "<p>Represents the contents of an XML comment.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "appendChild",
                    "deprecated": false,
                    "description": "<p>Appends the node <code>newChild</code> as a child of this node.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "newChild",
                            "constants": [],
                            "description": "<p>New node to append.</p>",
                            "type": "Titanium.XML.Node",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.Node",
                            "description": "<p>Newly-appended node.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "cloneNode",
                    "deprecated": false,
                    "description": "<p>Returns a duplicate of this node.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "deep",
                            "constants": [],
                            "description": "<p>Whether or not to perform a deep copy of this node.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.Node",
                            "description": "<p>Cloned node.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hasAttributes",
                    "deprecated": false,
                    "description": "<p>Returns <code>true</code> if this node has attributes.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "<p>True if this node has attributes, false if it does not.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hasChildNodes",
                    "deprecated": false,
                    "description": "<p>Returns <code>true</code> if this node has child nodes.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "<p>True if this node has children, false if it does not.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "insertBefore",
                    "deprecated": false,
                    "description": "<p>Inserts the node <code>newChild</code> before the node <code>refChild</code>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "newChild",
                            "constants": [],
                            "description": "<p>Node to insert.</p>",
                            "type": "Titanium.XML.Node",
                            "usage": "required"
                        },
                        {
                            "name": "refChild",
                            "constants": [],
                            "description": "<p>Node to insert <code>newChild</code> before.</p>",
                            "type": "Titanium.XML.Node",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.Node",
                            "description": "<p>The inserted node.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "isSupported",
                    "deprecated": false,
                    "description": "<p>Tests whether the DOM implementation supports a specific feature.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "feature",
                            "constants": [],
                            "description": "<p>Name of the feature.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "version",
                            "constants": [],
                            "description": "<p>Version number of the feature.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "<p>True if the feature is supported, false if it is not.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "normalize",
                    "deprecated": false,
                    "description": "<p>Normalizes text and attribute nodes in this node's child hierarchy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "removeChild",
                    "deprecated": false,
                    "description": "<p>Removes a child node from this node.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "oldChild",
                            "constants": [],
                            "description": "<p>Node to remove.</p>",
                            "type": "Titanium.XML.Node",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.Node",
                            "description": "<p>Node that was removed.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "replaceChild",
                    "deprecated": false,
                    "description": "<p>Replaces the node <code>oldChild</code> with the node <code>newChild</code>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "newChild",
                            "constants": [],
                            "description": "<p>New node.</p>",
                            "type": "Titanium.XML.Node",
                            "usage": "required"
                        },
                        {
                            "name": "oldChild",
                            "constants": [],
                            "description": "<p>Node being replaced.</p>",
                            "type": "Titanium.XML.Node",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.Node",
                            "description": "<p>Node that was replaced.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "appendData",
                    "deprecated": false,
                    "description": "<p>Append the string to the end of the character data of the node. Upon success, data provides access to the concatenation of data and the string specified. Throws an exception if this node is readonly.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "arg",
                            "constants": [],
                            "description": "<p>The string to append.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "deleteData",
                    "deprecated": false,
                    "description": "<p>Remove a range of characters from the node. Upon success, data and length reflect the change. Throws an exception if this node is readonly, if offset is negative, offset is beyond the data's length, or if count is negative.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "offset",
                            "constants": [],
                            "description": "<p>The offset from which to start removing.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "count",
                            "constants": [],
                            "description": "<p>The number of characters to delete. If the sum of offset and count exceeds length then all characters from offset to the end of the data are deleted.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "insertData",
                    "deprecated": false,
                    "description": "<p>Insert a string at the specified offset. Throws an exception if this node is readonly, if offset is negative, or if offset is beyond the data's length.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "offset",
                            "constants": [],
                            "description": "<p>The character offset at which to insert.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "arg",
                            "constants": [],
                            "description": "<p>The string to insert.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "replaceData",
                    "deprecated": false,
                    "description": "<p>Replace the characters starting at the specified offset with the specified string. Throws an exception if this node is readonly, if offset is negative, offset is beyond the data's length, or if count is negative.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "offset",
                            "constants": [],
                            "description": "<p>The offset from which to start replacing.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "count",
                            "constants": [],
                            "description": "<p>The number of characters to replace. If the sum of offset and count exceeds length, then all characters to the end of the data are replaced; (i.e., the effect is the same as a remove method call with the same range, followed by an append method invocation).</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "arg",
                            "constants": [],
                            "description": "<p>The string with which the range must be replaced.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "substringData",
                    "deprecated": false,
                    "description": "<p>Extracts a range of data from the node. Throws an exception if offset is negative, offset is beyond the data's length, or if count is negative.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "offset",
                            "constants": [],
                            "description": "<p>Start offset of substring to extract.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "count",
                            "constants": [],
                            "description": "<p>The number of characters units to extract.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "<p>The specified substring. If the sum of offset and count exceeds the length, then all 16-bit units to the end of the data are returned.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.XML.Comment.bubbleParent\">Titanium.XML.Comment.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.XML.Comment.bubbleParent\">Titanium.XML.Comment.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.XML.Comment.bubbleParent\">Titanium.XML.Comment.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.XML.Comment.bubbleParent\">Titanium.XML.Comment.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.XML.Comment.apiName\">Titanium.XML.Comment.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.XML.Comment.apiName\">Titanium.XML.Comment.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.XML.Comment.lifecycleContainer\">Titanium.XML.Comment.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.XML.Comment.lifecycleContainer\">Titanium.XML.Comment.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.XML.Comment.lifecycleContainer\">Titanium.XML.Comment.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.XML.Comment.lifecycleContainer\">Titanium.XML.Comment.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getAttributes",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.XML.Comment.attributes\">Titanium.XML.Comment.attributes</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.XML.Comment.attributes\">Titanium.XML.Comment.attributes</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.NamedNodeMap",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getData",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.XML.Comment.data\">Titanium.XML.Comment.data</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.XML.Comment.data\">Titanium.XML.Comment.data</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setData",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.XML.Comment.data\">Titanium.XML.Comment.data</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.XML.Comment.data\">Titanium.XML.Comment.data</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "data",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLength",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.XML.Comment.length\">Titanium.XML.Comment.length</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.XML.Comment.length\">Titanium.XML.Comment.length</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.XML.CharacterData",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "ELEMENT_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify an\n<a href=\"Titanium.XML.Element\">Element</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ATTRIBUTE_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify an\n<a href=\"Titanium.XML.Attr\">Attr</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "TEXT_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify a\n<a href=\"Titanium.XML.Text\">Text</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "CDATA_SECTION_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify a\n<a href=\"Titanium.XML.CDATASection\">CDATASection</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ENTITY_REFERENCE_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify an\n<a href=\"Titanium.XML.EntityReference\">EntityReference</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ENTITY_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify an\n<a href=\"Titanium.XML.Entity\">Entity</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "PROCESSING_INSTRUCTION_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify a\n<a href=\"Titanium.XML.ProcessingInstruction\">ProcessingInstruction</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "COMMENT_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify a\n<a href=\"Titanium.XML.Comment\">Comment</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "DOCUMENT_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify a\n<a href=\"Titanium.XML.Document\">Document</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "DOCUMENT_TYPE_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify a\n<a href=\"Titanium.XML.DocumentType\">DocumentType</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "DOCUMENT_FRAGMENT_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify a\n<a href=\"Titanium.XML.DocumentFragment\">DocumentFragment</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "NOTATION_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify a\n<a href=\"Titanium.XML.Notation\">Notation</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "nodeName",
                    "deprecated": false,
                    "description": "<p>Name of this node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "nodeValue",
                    "deprecated": false,
                    "description": "<p>Content (value) of this node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "textContent",
                    "deprecated": false,
                    "description": "<p>Content (value) of all text nodes within this node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "text",
                    "deprecated": true,
                    "description": "<p>Content (value) of all text nodes within this node.\n<strong>Deprecated since 2.0.0. Use <a href=\"Titanium.XML.Node.textContent\">Titanium.XML.Node.textContent</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "nodeType",
                    "deprecated": false,
                    "description": "<p>This node's type. One of <code>ELEMENT_NODE</code>, <code>ATTRIBUTE_NODE</code>, <code>TEXT_NODE</code>, <code>CDATA_SECTION_NODE</code>,\n<code>ENTITY_REFERENCE_NODE</code>, <code>ENTITY_NODE</code>, <code>PROCESSING_INSTRUCTION_NODE</code>, <code>COMMENT_NODE</code>,\n<code>DOCUMENT_NODE</code>, <code>DOCUMENT_TYPE_NODE</code>, <code>DOCUMENT_FRAGMENT_NODE</code>, <code>NOTATION_NODE</code>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "parentNode",
                    "deprecated": false,
                    "description": "<p>This node's parent node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Titanium.XML.Node",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "childNodes",
                    "deprecated": false,
                    "description": "<p>A <a href=\"Titanium.XML.NodeList\">Titanium.XML.NodeList</a> of this node's children.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Titanium.XML.NodeList",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "firstChild",
                    "deprecated": false,
                    "description": "<p>This node's first child.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Titanium.XML.Node",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lastChild",
                    "deprecated": false,
                    "description": "<p>This node's last child.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Titanium.XML.Node",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "previousSibling",
                    "deprecated": false,
                    "description": "<p>This node's previous sibling.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Titanium.XML.Node",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "nextSibling",
                    "deprecated": false,
                    "description": "<p>This node's next sibling.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Titanium.XML.Node",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "attributes",
                    "deprecated": false,
                    "description": "<p>A map of this node's attributes.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Titanium.XML.NamedNodeMap",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ownerDocument",
                    "deprecated": false,
                    "description": "<p>This node's owning document.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Titanium.XML.Document",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "namespaceURI",
                    "deprecated": false,
                    "description": "<p>Namespace URI of this node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "prefix",
                    "deprecated": false,
                    "description": "<p>Namespace prefix of this node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "localName",
                    "deprecated": false,
                    "description": "<p>Local part of the qualified name of this node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "data",
                    "deprecated": false,
                    "description": "<p>The character data of the node that implements this interface. Throws an exception during setting if this node is readonly.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "length",
                    "deprecated": false,
                    "description": "<p>The number of characters that are available through data and the substringData method. This may have the value zero, i.e., <a href=\"Titanium.XML.CharacterData\">Titanium.XML.CharacterData</a> may be empty.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>Implements the <a href=\"https://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-1728279322\">DOM Level 2 API</a> on\nAndroid and iOS with some non-standard extensions.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.XML.DOMImplementation",
            "description": "<p>The <a href=\"Titanium.XML.DOMImplementation\">Titanium.XML.DOMImplementation</a> interface provides a number of methods for performing operations that are independent of any particular instance of the document object model.Implements the <a href=\"https://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-102161490\">DOM Level 2 API</a> on Android and iOS.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createDocument",
                    "deprecated": false,
                    "description": "<p>Creates an <a href=\"Titanium.XML.Document\">Titanium.XML.Document</a> object of the specified type with its document element. Raises an exception if qualifiedName is malformed, contains an illegal character, or is inconsistent with namespaceURI. Also raises an exception if doctype has already been used with a different document.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "namespaceURI",
                            "constants": [],
                            "description": "<p>The namespace URI of the document element to create.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "qualifiedName",
                            "constants": [],
                            "description": "<p>The qualified name of the document element to be created.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "doctype",
                            "constants": [],
                            "description": "<p>The type of document to be created or null. When doctype is not null, its Node.ownerDocument attribute is set to the document being created.</p>",
                            "type": "Titanium.XML.DocumentType",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.Document",
                            "description": "<p>A new <a href=\"Titanium.XML.Document\">Titanium.XML.Document</a> object</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createDocumentType",
                    "deprecated": false,
                    "description": "<p>Creates an empty <a href=\"Titanium.XML.DocumentType\">Titanium.XML.DocumentType</a> node. Entity declarations and notations are not made available. Entity reference expansions and default attribute additions do not occur. Raises an exception if qualifiedName is malformed or contains an illegal character.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "qualifiedName",
                            "constants": [],
                            "description": "<p>The qualified name of the document type to be created.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "publicId",
                            "constants": [],
                            "description": "<p>The external subset public identifier.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "systemId",
                            "constants": [],
                            "description": "<p>The external subset system identifier.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.DocumentType",
                            "description": "<p>A new <a href=\"Titanium.XML.DocumentType\">Titanium.XML.DocumentType</a> node with Node.ownerDocument set to null.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hasFeature",
                    "deprecated": false,
                    "description": "<p>Test if the <a href=\"Titanium.XML.DOMImplementation\">Titanium.XML.DOMImplementation</a> implements a specific feature.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "feature",
                            "constants": [],
                            "description": "<p>The name of the feature to test (case-insensitive). The values used by DOM features are defined throughout the DOM Level 2 specifications and listed in the Conformance section. The name must be an XML name. To avoid possible conflicts, as a convention, names referring to features defined outside the DOM specification should be made unique by reversing the name of the Internet domain name of the person (or the organization that the person belongs to) who defines the feature, component by component, and using this as a prefix. For instance, the W3C SVG Working Group defines the feature &quot;org.w3c.dom.svg&quot;.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "version",
                            "constants": [],
                            "description": "<p>This is the version number of the feature to test. In Level 2, the string can be either &quot;2.0&quot; or &quot;1.0&quot;. If the version is not specified, supporting any version of the feature causes the method to return true.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "<p>true if the feature is implemented in the specified version, false otherwise.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "1.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "1.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "1.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.XML.DOMImplementation.bubbleParent\">Titanium.XML.DOMImplementation.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.XML.DOMImplementation.bubbleParent\">Titanium.XML.DOMImplementation.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.XML.DOMImplementation.bubbleParent\">Titanium.XML.DOMImplementation.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.XML.DOMImplementation.bubbleParent\">Titanium.XML.DOMImplementation.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.XML.DOMImplementation.apiName\">Titanium.XML.DOMImplementation.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.XML.DOMImplementation.apiName\">Titanium.XML.DOMImplementation.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.XML.DOMImplementation.lifecycleContainer\">Titanium.XML.DOMImplementation.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.XML.DOMImplementation.lifecycleContainer\">Titanium.XML.DOMImplementation.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.XML.DOMImplementation.lifecycleContainer\">Titanium.XML.DOMImplementation.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.XML.DOMImplementation.lifecycleContainer\">Titanium.XML.DOMImplementation.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "1.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "1.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "1.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.XML.Document",
            "description": "<p>The DOM Document returned from <a href=\"Titanium.XML.parseString\">Titanium.XML.parseString</a>.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "appendChild",
                    "deprecated": false,
                    "description": "<p>Appends the node <code>newChild</code> as a child of this node.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "newChild",
                            "constants": [],
                            "description": "<p>New node to append.</p>",
                            "type": "Titanium.XML.Node",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.Node",
                            "description": "<p>Newly-appended node.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "cloneNode",
                    "deprecated": false,
                    "description": "<p>Returns a duplicate of this node.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "deep",
                            "constants": [],
                            "description": "<p>Whether or not to perform a deep copy of this node.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.Node",
                            "description": "<p>Cloned node.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hasAttributes",
                    "deprecated": false,
                    "description": "<p>Returns <code>true</code> if this node has attributes.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "<p>True if this node has attributes, false if it does not.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hasChildNodes",
                    "deprecated": false,
                    "description": "<p>Returns <code>true</code> if this node has child nodes.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "<p>True if this node has children, false if it does not.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "insertBefore",
                    "deprecated": false,
                    "description": "<p>Inserts the node <code>newChild</code> before the node <code>refChild</code>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "newChild",
                            "constants": [],
                            "description": "<p>Node to insert.</p>",
                            "type": "Titanium.XML.Node",
                            "usage": "required"
                        },
                        {
                            "name": "refChild",
                            "constants": [],
                            "description": "<p>Node to insert <code>newChild</code> before.</p>",
                            "type": "Titanium.XML.Node",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.Node",
                            "description": "<p>The inserted node.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "isSupported",
                    "deprecated": false,
                    "description": "<p>Tests whether the DOM implementation supports a specific feature.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "feature",
                            "constants": [],
                            "description": "<p>Name of the feature.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "version",
                            "constants": [],
                            "description": "<p>Version number of the feature.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "<p>True if the feature is supported, false if it is not.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "normalize",
                    "deprecated": false,
                    "description": "<p>Normalizes text and attribute nodes in this node's child hierarchy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "removeChild",
                    "deprecated": false,
                    "description": "<p>Removes a child node from this node.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "oldChild",
                            "constants": [],
                            "description": "<p>Node to remove.</p>",
                            "type": "Titanium.XML.Node",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.Node",
                            "description": "<p>Node that was removed.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "replaceChild",
                    "deprecated": false,
                    "description": "<p>Replaces the node <code>oldChild</code> with the node <code>newChild</code>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "newChild",
                            "constants": [],
                            "description": "<p>New node.</p>",
                            "type": "Titanium.XML.Node",
                            "usage": "required"
                        },
                        {
                            "name": "oldChild",
                            "constants": [],
                            "description": "<p>Node being replaced.</p>",
                            "type": "Titanium.XML.Node",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.Node",
                            "description": "<p>Node that was replaced.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createAttribute",
                    "deprecated": false,
                    "description": "<p>Creates an attribute with the given name.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name for the new attribute.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.Attr",
                            "description": "<p>Attribute object, ready to be added to an element.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createAttributeNS",
                    "deprecated": false,
                    "description": "<p>Creates an attribute with the given name and namespace.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "namespaceURI",
                            "constants": [],
                            "description": "<p>Namespace URI for the new attribute.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Qualified name for the new attribute (can include a prefix).</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.Attr",
                            "description": "<p>Attribute object, ready to be added to an element.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createCDATASection",
                    "deprecated": false,
                    "description": "<p>Creates and returns a <a href=\"Titanium.XML.CDATASection\">CDATASection</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "data",
                            "constants": [],
                            "description": "<p>String data to go into the CDATA section.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.CDATASection",
                            "description": "<p>CDATA section with the given data, ready to be added to an element.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createComment",
                    "deprecated": false,
                    "description": "<p>Creates a <a href=\"Titanium.XML.Comment\">Comment</a> with the supplied string data.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "data",
                            "constants": [],
                            "description": "<p>Comment text.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.Comment",
                            "description": "<p>Comment object, ready to be appended to the DOM tree.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createDocumentFragment",
                    "deprecated": false,
                    "description": "<p>Creates an empty <a href=\"Titanium.XML.DocumentFragment\">DocumentFragment</a>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.DocumentFragment",
                            "description": "<p>The empty <a href=\"Titanium.XML.DocumentFragment\">Titanium.XML.DocumentFragment</a>.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createElement",
                    "deprecated": false,
                    "description": "<p>Creates an element with the given tag name.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "tagName",
                            "constants": [],
                            "description": "<p>Name for the created element.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.Element",
                            "description": "<p>Newly created element.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createElementNS",
                    "deprecated": false,
                    "description": "<p>Create a new element with the given namespace and name.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "namespaceURI",
                            "constants": [],
                            "description": "<p>URI for the namespace the new element belongs to.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Qualified for the new element (can include a prefix).</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.Element",
                            "description": "<p>New namespace-qualified element.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createEntityReference",
                    "deprecated": false,
                    "description": "<p>Creates an <a href=\"Titanium.XML.EntityReference\">EntityReference</a> with the given name.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name for the new entity reference.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.EntityReference",
                            "description": "<p>Newly-created entity reference.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createProcessingInstruction",
                    "deprecated": false,
                    "description": "<p>Creates a processing instruction for inserting into the DOM tree.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "target",
                            "constants": [],
                            "description": "<p>Target part for the processing instruction.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "data",
                            "constants": [],
                            "description": "<p>Data for the processing instruction node.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.ProcessingInstruction",
                            "description": "<p>New processing instruction.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "createTextNode",
                    "deprecated": false,
                    "description": "<p>Creates a text node.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "data",
                            "constants": [],
                            "description": "<p>The string value for the text node.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.Text",
                            "description": "<p>Newly-created text node.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getElementById",
                    "deprecated": false,
                    "description": "<p>Returns an <a href=\"Titanium.XML.Element\">Element</a> that has an ID attribute with the given value.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "elementId",
                            "constants": [],
                            "description": "<p>A unique ID value for an element to search for.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.Element",
                            "description": "<p>The Element matching the given ID, if any.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getElementsByTagName",
                    "deprecated": false,
                    "description": "<p>Returns a node list of elements in the document which have the given tag.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "tagname",
                            "constants": [],
                            "description": "<p>Tag name to search for.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.NodeList",
                            "description": "<p>List of elements in the document which have the given tag name.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getElementsByTagNameNS",
                    "deprecated": false,
                    "description": "<p>Returns a node list of elements in the document which belong to the given namespace and have the given tag name.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "namespaceURI",
                            "constants": [],
                            "description": "<p>Namespace URI used for matching elements.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "localname",
                            "constants": [],
                            "description": "<p>Tag name to search for.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.NodeList",
                            "description": "<p>List of elements in the document which belong to the given namespace and have the given tag name.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "importNode",
                    "deprecated": false,
                    "description": "<p>Imports a node from another document to this document,\nwithout altering or removing the source node from the original document.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "importedNode",
                            "constants": [],
                            "description": "<p>Node to import.</p>",
                            "type": "Titanium.XML.Node",
                            "usage": "required"
                        },
                        {
                            "name": "deep",
                            "constants": [],
                            "description": "<p>If true, recursively import the subtree under the specified node; if false, import only the node itself.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.Node",
                            "description": "<p>Imported node that belongs now to this document.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.XML.Document.bubbleParent\">Titanium.XML.Document.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.XML.Document.bubbleParent\">Titanium.XML.Document.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.XML.Document.bubbleParent\">Titanium.XML.Document.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.XML.Document.bubbleParent\">Titanium.XML.Document.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.XML.Document.apiName\">Titanium.XML.Document.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.XML.Document.apiName\">Titanium.XML.Document.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.XML.Document.lifecycleContainer\">Titanium.XML.Document.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.XML.Document.lifecycleContainer\">Titanium.XML.Document.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.XML.Document.lifecycleContainer\">Titanium.XML.Document.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.XML.Document.lifecycleContainer\">Titanium.XML.Document.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getAttributes",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.XML.Document.attributes\">Titanium.XML.Document.attributes</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.XML.Document.attributes\">Titanium.XML.Document.attributes</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.NamedNodeMap",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getDoctype",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.XML.Document.doctype\">Titanium.XML.Document.doctype</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.XML.Document.doctype\">Titanium.XML.Document.doctype</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.DocumentType",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getDocumentElement",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.XML.Document.documentElement\">Titanium.XML.Document.documentElement</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.XML.Document.documentElement\">Titanium.XML.Document.documentElement</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.Element",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getImplementation",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.XML.Document.implementation\">Titanium.XML.Document.implementation</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.XML.Document.implementation\">Titanium.XML.Document.implementation</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.DOMImplementation",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.XML.Node",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "ELEMENT_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify an\n<a href=\"Titanium.XML.Element\">Element</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ATTRIBUTE_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify an\n<a href=\"Titanium.XML.Attr\">Attr</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "TEXT_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify a\n<a href=\"Titanium.XML.Text\">Text</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "CDATA_SECTION_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify a\n<a href=\"Titanium.XML.CDATASection\">CDATASection</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ENTITY_REFERENCE_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify an\n<a href=\"Titanium.XML.EntityReference\">EntityReference</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ENTITY_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify an\n<a href=\"Titanium.XML.Entity\">Entity</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "PROCESSING_INSTRUCTION_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify a\n<a href=\"Titanium.XML.ProcessingInstruction\">ProcessingInstruction</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "COMMENT_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify a\n<a href=\"Titanium.XML.Comment\">Comment</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "DOCUMENT_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify a\n<a href=\"Titanium.XML.Document\">Document</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "DOCUMENT_TYPE_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify a\n<a href=\"Titanium.XML.DocumentType\">DocumentType</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "DOCUMENT_FRAGMENT_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify a\n<a href=\"Titanium.XML.DocumentFragment\">DocumentFragment</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "NOTATION_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify a\n<a href=\"Titanium.XML.Notation\">Notation</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "nodeName",
                    "deprecated": false,
                    "description": "<p>Name of this node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "nodeValue",
                    "deprecated": false,
                    "description": "<p>Content (value) of this node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "textContent",
                    "deprecated": false,
                    "description": "<p>Content (value) of all text nodes within this node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "text",
                    "deprecated": true,
                    "description": "<p>Content (value) of all text nodes within this node.\n<strong>Deprecated since 2.0.0. Use <a href=\"Titanium.XML.Node.textContent\">Titanium.XML.Node.textContent</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "nodeType",
                    "deprecated": false,
                    "description": "<p>This node's type. One of <code>ELEMENT_NODE</code>, <code>ATTRIBUTE_NODE</code>, <code>TEXT_NODE</code>, <code>CDATA_SECTION_NODE</code>,\n<code>ENTITY_REFERENCE_NODE</code>, <code>ENTITY_NODE</code>, <code>PROCESSING_INSTRUCTION_NODE</code>, <code>COMMENT_NODE</code>,\n<code>DOCUMENT_NODE</code>, <code>DOCUMENT_TYPE_NODE</code>, <code>DOCUMENT_FRAGMENT_NODE</code>, <code>NOTATION_NODE</code>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "parentNode",
                    "deprecated": false,
                    "description": "<p>This node's parent node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Titanium.XML.Node",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "childNodes",
                    "deprecated": false,
                    "description": "<p>A <a href=\"Titanium.XML.NodeList\">Titanium.XML.NodeList</a> of this node's children.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Titanium.XML.NodeList",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "firstChild",
                    "deprecated": false,
                    "description": "<p>This node's first child.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Titanium.XML.Node",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lastChild",
                    "deprecated": false,
                    "description": "<p>This node's last child.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Titanium.XML.Node",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "previousSibling",
                    "deprecated": false,
                    "description": "<p>This node's previous sibling.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Titanium.XML.Node",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "nextSibling",
                    "deprecated": false,
                    "description": "<p>This node's next sibling.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Titanium.XML.Node",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "attributes",
                    "deprecated": false,
                    "description": "<p>A map of this node's attributes.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Titanium.XML.NamedNodeMap",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ownerDocument",
                    "deprecated": false,
                    "description": "<p>This node's owning document.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Titanium.XML.Document",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "namespaceURI",
                    "deprecated": false,
                    "description": "<p>Namespace URI of this node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "prefix",
                    "deprecated": false,
                    "description": "<p>Namespace prefix of this node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "localName",
                    "deprecated": false,
                    "description": "<p>Local part of the qualified name of this node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "doctype",
                    "deprecated": false,
                    "description": "<p>An interface to the list of entities that are defined for the document, such as via a Document Type Definition (DTD).</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Titanium.XML.DocumentType",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "documentElement",
                    "deprecated": false,
                    "description": "<p>Root element of this document.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Titanium.XML.Element",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "implementation",
                    "deprecated": false,
                    "description": "<p><a href=\"Titanium.XML.DOMImplementation\">DOMImplementation</a> object associated with this\ndocument.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Titanium.XML.DOMImplementation",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>Implements the <a href=\"https://www.w3.org/TR/DOM-Level-2-Core/core.html#i-Document\">DOM Level 2 API</a> on\nAndroid and iOS.</p>\n<p>As of version 3.1, Android does not truly support DTDs.  A document with a DTD can be\nparsed, however it is not validated, its default attributes are not be automatically\nadded into the DOM tree, and so on.</p>\n<p>This has been reported as <a href=\"http://code.google.com/p/android/issues/detail?id=7395\">Android Issue #7395</a>.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.9"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.9"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.9"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.XML.DocumentFragment",
            "description": "<p>A lightweight document object used as a container for a group of nodes.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "appendChild",
                    "deprecated": false,
                    "description": "<p>Appends the node <code>newChild</code> as a child of this node.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "newChild",
                            "constants": [],
                            "description": "<p>New node to append.</p>",
                            "type": "Titanium.XML.Node",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.Node",
                            "description": "<p>Newly-appended node.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "cloneNode",
                    "deprecated": false,
                    "description": "<p>Returns a duplicate of this node.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "deep",
                            "constants": [],
                            "description": "<p>Whether or not to perform a deep copy of this node.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.Node",
                            "description": "<p>Cloned node.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hasAttributes",
                    "deprecated": false,
                    "description": "<p>Returns <code>true</code> if this node has attributes.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "<p>True if this node has attributes, false if it does not.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hasChildNodes",
                    "deprecated": false,
                    "description": "<p>Returns <code>true</code> if this node has child nodes.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "<p>True if this node has children, false if it does not.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "insertBefore",
                    "deprecated": false,
                    "description": "<p>Inserts the node <code>newChild</code> before the node <code>refChild</code>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "newChild",
                            "constants": [],
                            "description": "<p>Node to insert.</p>",
                            "type": "Titanium.XML.Node",
                            "usage": "required"
                        },
                        {
                            "name": "refChild",
                            "constants": [],
                            "description": "<p>Node to insert <code>newChild</code> before.</p>",
                            "type": "Titanium.XML.Node",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.Node",
                            "description": "<p>The inserted node.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "isSupported",
                    "deprecated": false,
                    "description": "<p>Tests whether the DOM implementation supports a specific feature.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "feature",
                            "constants": [],
                            "description": "<p>Name of the feature.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "version",
                            "constants": [],
                            "description": "<p>Version number of the feature.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "<p>True if the feature is supported, false if it is not.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "normalize",
                    "deprecated": false,
                    "description": "<p>Normalizes text and attribute nodes in this node's child hierarchy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "removeChild",
                    "deprecated": false,
                    "description": "<p>Removes a child node from this node.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "oldChild",
                            "constants": [],
                            "description": "<p>Node to remove.</p>",
                            "type": "Titanium.XML.Node",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.Node",
                            "description": "<p>Node that was removed.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "replaceChild",
                    "deprecated": false,
                    "description": "<p>Replaces the node <code>oldChild</code> with the node <code>newChild</code>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "newChild",
                            "constants": [],
                            "description": "<p>New node.</p>",
                            "type": "Titanium.XML.Node",
                            "usage": "required"
                        },
                        {
                            "name": "oldChild",
                            "constants": [],
                            "description": "<p>Node being replaced.</p>",
                            "type": "Titanium.XML.Node",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.Node",
                            "description": "<p>Node that was replaced.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.XML.DocumentFragment.bubbleParent\">Titanium.XML.DocumentFragment.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.XML.DocumentFragment.bubbleParent\">Titanium.XML.DocumentFragment.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.XML.DocumentFragment.bubbleParent\">Titanium.XML.DocumentFragment.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.XML.DocumentFragment.bubbleParent\">Titanium.XML.DocumentFragment.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.XML.DocumentFragment.apiName\">Titanium.XML.DocumentFragment.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.XML.DocumentFragment.apiName\">Titanium.XML.DocumentFragment.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.XML.DocumentFragment.lifecycleContainer\">Titanium.XML.DocumentFragment.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.XML.DocumentFragment.lifecycleContainer\">Titanium.XML.DocumentFragment.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.XML.DocumentFragment.lifecycleContainer\">Titanium.XML.DocumentFragment.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.XML.DocumentFragment.lifecycleContainer\">Titanium.XML.DocumentFragment.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getAttributes",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.XML.DocumentFragment.attributes\">Titanium.XML.DocumentFragment.attributes</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.XML.DocumentFragment.attributes\">Titanium.XML.DocumentFragment.attributes</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.NamedNodeMap",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.XML.Node",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "ELEMENT_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify an\n<a href=\"Titanium.XML.Element\">Element</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ATTRIBUTE_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify an\n<a href=\"Titanium.XML.Attr\">Attr</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "TEXT_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify a\n<a href=\"Titanium.XML.Text\">Text</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "CDATA_SECTION_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify a\n<a href=\"Titanium.XML.CDATASection\">CDATASection</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ENTITY_REFERENCE_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify an\n<a href=\"Titanium.XML.EntityReference\">EntityReference</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ENTITY_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify an\n<a href=\"Titanium.XML.Entity\">Entity</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "PROCESSING_INSTRUCTION_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify a\n<a href=\"Titanium.XML.ProcessingInstruction\">ProcessingInstruction</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "COMMENT_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify a\n<a href=\"Titanium.XML.Comment\">Comment</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "DOCUMENT_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify a\n<a href=\"Titanium.XML.Document\">Document</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "DOCUMENT_TYPE_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify a\n<a href=\"Titanium.XML.DocumentType\">DocumentType</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "DOCUMENT_FRAGMENT_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify a\n<a href=\"Titanium.XML.DocumentFragment\">DocumentFragment</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "NOTATION_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify a\n<a href=\"Titanium.XML.Notation\">Notation</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "nodeName",
                    "deprecated": false,
                    "description": "<p>Name of this node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "nodeValue",
                    "deprecated": false,
                    "description": "<p>Content (value) of this node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "textContent",
                    "deprecated": false,
                    "description": "<p>Content (value) of all text nodes within this node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "text",
                    "deprecated": true,
                    "description": "<p>Content (value) of all text nodes within this node.\n<strong>Deprecated since 2.0.0. Use <a href=\"Titanium.XML.Node.textContent\">Titanium.XML.Node.textContent</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "nodeType",
                    "deprecated": false,
                    "description": "<p>This node's type. One of <code>ELEMENT_NODE</code>, <code>ATTRIBUTE_NODE</code>, <code>TEXT_NODE</code>, <code>CDATA_SECTION_NODE</code>,\n<code>ENTITY_REFERENCE_NODE</code>, <code>ENTITY_NODE</code>, <code>PROCESSING_INSTRUCTION_NODE</code>, <code>COMMENT_NODE</code>,\n<code>DOCUMENT_NODE</code>, <code>DOCUMENT_TYPE_NODE</code>, <code>DOCUMENT_FRAGMENT_NODE</code>, <code>NOTATION_NODE</code>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "parentNode",
                    "deprecated": false,
                    "description": "<p>This node's parent node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Titanium.XML.Node",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "childNodes",
                    "deprecated": false,
                    "description": "<p>A <a href=\"Titanium.XML.NodeList\">Titanium.XML.NodeList</a> of this node's children.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Titanium.XML.NodeList",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "firstChild",
                    "deprecated": false,
                    "description": "<p>This node's first child.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Titanium.XML.Node",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lastChild",
                    "deprecated": false,
                    "description": "<p>This node's last child.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Titanium.XML.Node",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "previousSibling",
                    "deprecated": false,
                    "description": "<p>This node's previous sibling.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Titanium.XML.Node",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "nextSibling",
                    "deprecated": false,
                    "description": "<p>This node's next sibling.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Titanium.XML.Node",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "attributes",
                    "deprecated": false,
                    "description": "<p>A map of this node's attributes.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Titanium.XML.NamedNodeMap",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ownerDocument",
                    "deprecated": false,
                    "description": "<p>This node's owning document.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Titanium.XML.Document",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "namespaceURI",
                    "deprecated": false,
                    "description": "<p>Namespace URI of this node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "prefix",
                    "deprecated": false,
                    "description": "<p>Namespace prefix of this node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "localName",
                    "deprecated": false,
                    "description": "<p>Local part of the qualified name of this node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>When a <code>DocumentFragment</code> is inserted into a DOM tree, children of the <code>DocumentFragment</code> are\nadded, not the <code>DocumentFragment</code> itself.</p>\n<p>Implements the <a href=\"https://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-B63ED1A3\">DOM Level 2 API</a> on\nAndroid and iOS with some non-standard extensions.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.XML.DocumentType",
            "description": "<p>Each <a href=\"Titanium.XML.Document\">Titanium.XML.Document</a> has a <code>doctype</code> attribute whose value is either 'null' or a <a href=\"Titanium.XML.DocumentType\">Titanium.XML.DocumentType</a> object.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "appendChild",
                    "deprecated": false,
                    "description": "<p>Appends the node <code>newChild</code> as a child of this node.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "newChild",
                            "constants": [],
                            "description": "<p>New node to append.</p>",
                            "type": "Titanium.XML.Node",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.Node",
                            "description": "<p>Newly-appended node.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "cloneNode",
                    "deprecated": false,
                    "description": "<p>Returns a duplicate of this node.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "deep",
                            "constants": [],
                            "description": "<p>Whether or not to perform a deep copy of this node.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.Node",
                            "description": "<p>Cloned node.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hasAttributes",
                    "deprecated": false,
                    "description": "<p>Returns <code>true</code> if this node has attributes.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "<p>True if this node has attributes, false if it does not.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hasChildNodes",
                    "deprecated": false,
                    "description": "<p>Returns <code>true</code> if this node has child nodes.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "<p>True if this node has children, false if it does not.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "insertBefore",
                    "deprecated": false,
                    "description": "<p>Inserts the node <code>newChild</code> before the node <code>refChild</code>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "newChild",
                            "constants": [],
                            "description": "<p>Node to insert.</p>",
                            "type": "Titanium.XML.Node",
                            "usage": "required"
                        },
                        {
                            "name": "refChild",
                            "constants": [],
                            "description": "<p>Node to insert <code>newChild</code> before.</p>",
                            "type": "Titanium.XML.Node",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.Node",
                            "description": "<p>The inserted node.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "isSupported",
                    "deprecated": false,
                    "description": "<p>Tests whether the DOM implementation supports a specific feature.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "feature",
                            "constants": [],
                            "description": "<p>Name of the feature.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "version",
                            "constants": [],
                            "description": "<p>Version number of the feature.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "<p>True if the feature is supported, false if it is not.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "normalize",
                    "deprecated": false,
                    "description": "<p>Normalizes text and attribute nodes in this node's child hierarchy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "removeChild",
                    "deprecated": false,
                    "description": "<p>Removes a child node from this node.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "oldChild",
                            "constants": [],
                            "description": "<p>Node to remove.</p>",
                            "type": "Titanium.XML.Node",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.Node",
                            "description": "<p>Node that was removed.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "replaceChild",
                    "deprecated": false,
                    "description": "<p>Replaces the node <code>oldChild</code> with the node <code>newChild</code>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "newChild",
                            "constants": [],
                            "description": "<p>New node.</p>",
                            "type": "Titanium.XML.Node",
                            "usage": "required"
                        },
                        {
                            "name": "oldChild",
                            "constants": [],
                            "description": "<p>Node being replaced.</p>",
                            "type": "Titanium.XML.Node",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.Node",
                            "description": "<p>Node that was replaced.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.XML.DocumentType.bubbleParent\">Titanium.XML.DocumentType.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.XML.DocumentType.bubbleParent\">Titanium.XML.DocumentType.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.XML.DocumentType.bubbleParent\">Titanium.XML.DocumentType.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.XML.DocumentType.bubbleParent\">Titanium.XML.DocumentType.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.XML.DocumentType.apiName\">Titanium.XML.DocumentType.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.XML.DocumentType.apiName\">Titanium.XML.DocumentType.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.XML.DocumentType.lifecycleContainer\">Titanium.XML.DocumentType.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.XML.DocumentType.lifecycleContainer\">Titanium.XML.DocumentType.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.XML.DocumentType.lifecycleContainer\">Titanium.XML.DocumentType.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.XML.DocumentType.lifecycleContainer\">Titanium.XML.DocumentType.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getAttributes",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.XML.DocumentType.attributes\">Titanium.XML.DocumentType.attributes</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.XML.DocumentType.attributes\">Titanium.XML.DocumentType.attributes</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.NamedNodeMap",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getEntities",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.XML.DocumentType.entities\">Titanium.XML.DocumentType.entities</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.XML.DocumentType.entities\">Titanium.XML.DocumentType.entities</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.NamedNodeMap",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getInternalSubset",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.XML.DocumentType.internalSubset\">Titanium.XML.DocumentType.internalSubset</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.XML.DocumentType.internalSubset\">Titanium.XML.DocumentType.internalSubset</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.XML.DocumentType.name\">Titanium.XML.DocumentType.name</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.XML.DocumentType.name\">Titanium.XML.DocumentType.name</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getNotations",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.XML.DocumentType.notations\">Titanium.XML.DocumentType.notations</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.XML.DocumentType.notations\">Titanium.XML.DocumentType.notations</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.NamedNodeMap",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPublicId",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.XML.DocumentType.publicId\">Titanium.XML.DocumentType.publicId</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.XML.DocumentType.publicId\">Titanium.XML.DocumentType.publicId</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSystemId",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.XML.DocumentType.systemId\">Titanium.XML.DocumentType.systemId</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.XML.DocumentType.systemId\">Titanium.XML.DocumentType.systemId</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.XML.Node",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "ELEMENT_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify an\n<a href=\"Titanium.XML.Element\">Element</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ATTRIBUTE_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify an\n<a href=\"Titanium.XML.Attr\">Attr</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "TEXT_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify a\n<a href=\"Titanium.XML.Text\">Text</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "CDATA_SECTION_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify a\n<a href=\"Titanium.XML.CDATASection\">CDATASection</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ENTITY_REFERENCE_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify an\n<a href=\"Titanium.XML.EntityReference\">EntityReference</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ENTITY_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify an\n<a href=\"Titanium.XML.Entity\">Entity</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "PROCESSING_INSTRUCTION_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify a\n<a href=\"Titanium.XML.ProcessingInstruction\">ProcessingInstruction</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "COMMENT_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify a\n<a href=\"Titanium.XML.Comment\">Comment</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "DOCUMENT_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify a\n<a href=\"Titanium.XML.Document\">Document</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "DOCUMENT_TYPE_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify a\n<a href=\"Titanium.XML.DocumentType\">DocumentType</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "DOCUMENT_FRAGMENT_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify a\n<a href=\"Titanium.XML.DocumentFragment\">DocumentFragment</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "NOTATION_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify a\n<a href=\"Titanium.XML.Notation\">Notation</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "nodeName",
                    "deprecated": false,
                    "description": "<p>Name of this node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "nodeValue",
                    "deprecated": false,
                    "description": "<p>Content (value) of this node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "textContent",
                    "deprecated": false,
                    "description": "<p>Content (value) of all text nodes within this node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "text",
                    "deprecated": true,
                    "description": "<p>Content (value) of all text nodes within this node.\n<strong>Deprecated since 2.0.0. Use <a href=\"Titanium.XML.Node.textContent\">Titanium.XML.Node.textContent</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "nodeType",
                    "deprecated": false,
                    "description": "<p>This node's type. One of <code>ELEMENT_NODE</code>, <code>ATTRIBUTE_NODE</code>, <code>TEXT_NODE</code>, <code>CDATA_SECTION_NODE</code>,\n<code>ENTITY_REFERENCE_NODE</code>, <code>ENTITY_NODE</code>, <code>PROCESSING_INSTRUCTION_NODE</code>, <code>COMMENT_NODE</code>,\n<code>DOCUMENT_NODE</code>, <code>DOCUMENT_TYPE_NODE</code>, <code>DOCUMENT_FRAGMENT_NODE</code>, <code>NOTATION_NODE</code>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "parentNode",
                    "deprecated": false,
                    "description": "<p>This node's parent node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Titanium.XML.Node",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "childNodes",
                    "deprecated": false,
                    "description": "<p>A <a href=\"Titanium.XML.NodeList\">Titanium.XML.NodeList</a> of this node's children.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Titanium.XML.NodeList",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "firstChild",
                    "deprecated": false,
                    "description": "<p>This node's first child.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Titanium.XML.Node",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lastChild",
                    "deprecated": false,
                    "description": "<p>This node's last child.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Titanium.XML.Node",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "previousSibling",
                    "deprecated": false,
                    "description": "<p>This node's previous sibling.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Titanium.XML.Node",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "nextSibling",
                    "deprecated": false,
                    "description": "<p>This node's next sibling.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Titanium.XML.Node",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "attributes",
                    "deprecated": false,
                    "description": "<p>A map of this node's attributes.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Titanium.XML.NamedNodeMap",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ownerDocument",
                    "deprecated": false,
                    "description": "<p>This node's owning document.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Titanium.XML.Document",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "namespaceURI",
                    "deprecated": false,
                    "description": "<p>Namespace URI of this node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "prefix",
                    "deprecated": false,
                    "description": "<p>Namespace prefix of this node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "localName",
                    "deprecated": false,
                    "description": "<p>Local part of the qualified name of this node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "entities",
                    "deprecated": false,
                    "description": "<p>A <a href=\"Titanium.XML.NamedNodeMap\">Titanium.XML.NamedNodeMap</a> containing the general entities, both external and internal, declared in the DTD. Parameter entities are not contained. Duplicates are discarded.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Titanium.XML.NamedNodeMap",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "internalSubset",
                    "deprecated": false,
                    "description": "<p>The internal subset as a string.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "name",
                    "deprecated": false,
                    "description": "<p>The name of DTD; i.e., the name immediately following the <code>DOCTYPE</code> keyword.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "notations",
                    "deprecated": false,
                    "description": "<p>A <a href=\"Titanium.XML.NamedNodeMap\">Titanium.XML.NamedNodeMap</a> containing the notations declared in the DTD. Duplicates are discarded. Every node in this map also implements the <a href=\"Titanium.XML.Notation\">Titanium.XML.Notation</a> interface.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Titanium.XML.NamedNodeMap",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "publicId",
                    "deprecated": false,
                    "description": "<p>The public identifier of the external subset.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "systemId",
                    "deprecated": false,
                    "description": "<p>The system identifier of the external subset.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>This provides an interface to the list of entities that are defined for the document. Implements the\n<a href=\"https://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-412266927\">DOM Level 2 API</a> on Android and iOS.</p>\n<p>As of version 3.1, Android still does not truly support DTDs.  A document with a DTD can be\nparsed, however it is not validated, none of its default attributes will automatically be put\ninto the tree, etc.  <a href=\"http://code.google.com/p/android/issues/detail?id=7395\">Google is aware of the issue</a>.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.9"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.9"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.9"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.XML.Element",
            "description": "<p>Represents an element in a DOM document, a <a href=\"Titanium.XML.Node\">Titanium.XML.Node</a> defined by a start-tag and end-tag (or an empty tag). Elements may have <a href=\"Titanium.XML.Attr\">attributes</a> associated with them.\nImplements the <a href=\"https://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-745549614\">DOM Level 2 API</a> on Android and iOS with some non-standard extensions.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "appendChild",
                    "deprecated": false,
                    "description": "<p>Appends the node <code>newChild</code> as a child of this node.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "newChild",
                            "constants": [],
                            "description": "<p>New node to append.</p>",
                            "type": "Titanium.XML.Node",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.Node",
                            "description": "<p>Newly-appended node.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "cloneNode",
                    "deprecated": false,
                    "description": "<p>Returns a duplicate of this node.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "deep",
                            "constants": [],
                            "description": "<p>Whether or not to perform a deep copy of this node.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.Node",
                            "description": "<p>Cloned node.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hasAttributes",
                    "deprecated": false,
                    "description": "<p>Returns <code>true</code> if this node has attributes.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "<p>True if this node has attributes, false if it does not.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hasChildNodes",
                    "deprecated": false,
                    "description": "<p>Returns <code>true</code> if this node has child nodes.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "<p>True if this node has children, false if it does not.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "insertBefore",
                    "deprecated": false,
                    "description": "<p>Inserts the node <code>newChild</code> before the node <code>refChild</code>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "newChild",
                            "constants": [],
                            "description": "<p>Node to insert.</p>",
                            "type": "Titanium.XML.Node",
                            "usage": "required"
                        },
                        {
                            "name": "refChild",
                            "constants": [],
                            "description": "<p>Node to insert <code>newChild</code> before.</p>",
                            "type": "Titanium.XML.Node",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.Node",
                            "description": "<p>The inserted node.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "isSupported",
                    "deprecated": false,
                    "description": "<p>Tests whether the DOM implementation supports a specific feature.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "feature",
                            "constants": [],
                            "description": "<p>Name of the feature.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "version",
                            "constants": [],
                            "description": "<p>Version number of the feature.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "<p>True if the feature is supported, false if it is not.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "normalize",
                    "deprecated": false,
                    "description": "<p>Normalizes text and attribute nodes in this node's child hierarchy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "removeChild",
                    "deprecated": false,
                    "description": "<p>Removes a child node from this node.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "oldChild",
                            "constants": [],
                            "description": "<p>Node to remove.</p>",
                            "type": "Titanium.XML.Node",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.Node",
                            "description": "<p>Node that was removed.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "replaceChild",
                    "deprecated": false,
                    "description": "<p>Replaces the node <code>oldChild</code> with the node <code>newChild</code>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "newChild",
                            "constants": [],
                            "description": "<p>New node.</p>",
                            "type": "Titanium.XML.Node",
                            "usage": "required"
                        },
                        {
                            "name": "oldChild",
                            "constants": [],
                            "description": "<p>Node being replaced.</p>",
                            "type": "Titanium.XML.Node",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.Node",
                            "description": "<p>Node that was replaced.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAttribute",
                    "deprecated": false,
                    "description": "<p>Retrieves an attribute value by name, returning it as a string.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>The name of the attribute</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "<p>The <a href=\"Titanium.XML.Attr\">Titanium.XML.Attr</a> value as a string, or empty string if the attribute has no specified or default value.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAttribute",
                    "deprecated": false,
                    "description": "<p>Adds a new attribute. Any attribute with the same name is replaced. Throws an exception if the element is read-only, or if the name contains an illegal character.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>The name of the attribute.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "value",
                            "constants": [],
                            "description": "<p>The value of the attribute. This is value is <strong>not</strong> parsed as part of the assignment. Any markup is treated as literal text, and needs to be escaped.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeAttribute",
                    "deprecated": false,
                    "description": "<p>Removes an attribute by name. If the attribute has a default value, it is immediately replaced with this default, including namespace URI and local name. Throws an exception if the element is read-only.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>The name of the attribute to remove.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAttributeNode",
                    "deprecated": false,
                    "description": "<p>Retrieves an attribute value by name, returning it as a <a href=\"Titanium.XML.Attr\">Titanium.XML.Attr</a> object.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>The name of the attribute</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.Attr",
                            "description": "<p>The <a href=\"Titanium.XML.Attr\">Titanium.XML.Attr</a> value, or null if there is no such attribute.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAttributeNode",
                    "deprecated": false,
                    "description": "<p>Adds a new attribute. Any attribute with the same <code>nodeName</code> as the argument is replaced. Throws an exception if the element is read-only, if <code>newAttr</code> is from a different document, or if <code>newAttr</code> is already an attribute of another element.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "newAttr",
                            "constants": [],
                            "description": "<p>The attribute node to add to the element.</p>",
                            "type": "Titanium.XML.Attr",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.Attr",
                            "description": "<p>The attribute that was replaced, or <code>null</code> otherwise.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeAttributeNode",
                    "deprecated": false,
                    "description": "<p>Removes the specified attribute node. If the removed attribute has a default value, it is replaced immediately, with the same namespace and local name as the removed attribute, if applicable. Throws an exception if the element is read-only, or the attribute is not an attribute of the element.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "oldAttr",
                            "constants": [],
                            "description": "<p>The attribute to remove.</p>",
                            "type": "Titanium.XML.Attr",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getElementsByTagName",
                    "deprecated": false,
                    "description": "<p>Retrieves a <a href=\"Titanium.XML.NodeList\">Titanium.XML.NodeList</a> of all descendant elements with a given tag name, in preorder traversal.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>The name of the element. The value <code>*</code> matches all tags.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.NodeList",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAttributeNS",
                    "deprecated": false,
                    "description": "<p>Retrieves an attribute value by local name and namespace URI, returning it as a string.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "namespaceURI",
                            "constants": [],
                            "description": "<p>The namespace URI of the attribute to retrieve.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "localName",
                            "constants": [],
                            "description": "<p>The local name of the attribute to retrieve.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "<p>The <a href=\"Titanium.XML.Attr\">Titanium.XML.Attr</a> value as a string, or empty string if the attribute has no specified or default value.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAttributeNS",
                    "deprecated": false,
                    "description": "<p>Adds a new attribute. Any attribute with the same local name and namespace URI is present on the element is replaced, with its prefix changed to that of the <code>qualifiedName</code> parameter. Throws an exception if the element is read-only, if the name contains an illegal character, or if the qualified name contains an error.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "namespaceURI",
                            "constants": [],
                            "description": "<p>The namespace URI of the attribute.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "qualifiedName",
                            "constants": [],
                            "description": "<p>The qualified name of the attribute. If it is malformed, has a prefix and namespaceURI is <code>null</code>, or if the prefix is <code>xml</code> or <code>xmlns</code> but does not correspond to a property defined in the <a href=\"https://www.w3.org/XML/1998/namespace\">XML</a> or <a href=\"https://www.w3.org/2000/xmlns/\">XMLNS</a> specifications, then it contains an error.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "value",
                            "constants": [],
                            "description": "<p>The value of the attribute. This is value is <strong>not</strong> parsed as part of the assignment. Any markup is treated as literal text, and needs to be escaped.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeAttributeNS",
                    "deprecated": false,
                    "description": "<p>Removes an attribute by local name and namespace URI. If the attribute has a default value, it is immediately replaced with this default, including namespace URI and local name. Throws an exception if the element is read-only.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "namespaceURI",
                            "constants": [],
                            "description": "<p>The namespace URI of the attribute to remove.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "localName",
                            "constants": [],
                            "description": "<p>The local name of the attribute to remove.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getAttributeNodeNS",
                    "deprecated": false,
                    "description": "<p>Retrieves an attribute value by local name and namespace URI, returning it as a <a href=\"Titanium.XML.Attr\">Titanium.XML.Attr</a> object.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "namespaceURI",
                            "constants": [],
                            "description": "<p>The namespace URI of the attribute to retrieve.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "localName",
                            "constants": [],
                            "description": "<p>The local name of the attribute to retrieve.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.Attr",
                            "description": "<p>The <a href=\"Titanium.XML.Attr\">Titanium.XML.Attr</a> value, or null if there is no such attribute.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setAttributeNodeNS",
                    "deprecated": false,
                    "description": "<p>Adds a new attribute. Any attribute with the same local name and namespace URI is replaced. Throws an exception if the element is read-only, if <code>newAttr</code> is from a different document, or if <code>newAttr</code> is already an attribute of another element.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "newAttr",
                            "constants": [],
                            "description": "<p>The attribute node to add to the element.</p>",
                            "type": "Titanium.XML.Attr",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.Attr",
                            "description": "<p>The attribute that was replaced, or <code>null</code> otherwise.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getElementsByTagNameNS",
                    "deprecated": false,
                    "description": "<p>Retrieves a <a href=\"Titanium.XML.NodeList\">Titanium.XML.NodeList</a> of all descendant elements with a given local name and namespace URI, in preorder traversal.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "namespaceURI",
                            "constants": [],
                            "description": "<p>The namespace URI of the element. The value <code>*</code> matches all namespaces.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "localName",
                            "constants": [],
                            "description": "<p>The local name of the element. The value <code>*</code> matches all local names.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.NodeList",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hasAttribute",
                    "deprecated": false,
                    "description": "<p>Determines whether or not an attribute with the given name is available in the element, or has a default value.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>The name of the attribute to search for.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hasAttributeNS",
                    "deprecated": false,
                    "description": "<p>Determines whether or not an attribute with the given name is available in the element, or has a default value.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "namespaceURI",
                            "constants": [],
                            "description": "<p>The namespace URI of the attribute to search for.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "localName",
                            "constants": [],
                            "description": "<p>The local name of the attribute to search for.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.XML.Element.bubbleParent\">Titanium.XML.Element.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.XML.Element.bubbleParent\">Titanium.XML.Element.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.XML.Element.bubbleParent\">Titanium.XML.Element.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.XML.Element.bubbleParent\">Titanium.XML.Element.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.XML.Element.apiName\">Titanium.XML.Element.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.XML.Element.apiName\">Titanium.XML.Element.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.XML.Element.lifecycleContainer\">Titanium.XML.Element.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.XML.Element.lifecycleContainer\">Titanium.XML.Element.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.XML.Element.lifecycleContainer\">Titanium.XML.Element.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.XML.Element.lifecycleContainer\">Titanium.XML.Element.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getAttributes",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.XML.Element.attributes\">Titanium.XML.Element.attributes</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.XML.Element.attributes\">Titanium.XML.Element.attributes</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.NamedNodeMap",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTagName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.XML.Element.tagName\">Titanium.XML.Element.tagName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.XML.Element.tagName\">Titanium.XML.Element.tagName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.XML.Node",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "ELEMENT_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify an\n<a href=\"Titanium.XML.Element\">Element</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ATTRIBUTE_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify an\n<a href=\"Titanium.XML.Attr\">Attr</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "TEXT_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify a\n<a href=\"Titanium.XML.Text\">Text</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "CDATA_SECTION_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify a\n<a href=\"Titanium.XML.CDATASection\">CDATASection</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ENTITY_REFERENCE_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify an\n<a href=\"Titanium.XML.EntityReference\">EntityReference</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ENTITY_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify an\n<a href=\"Titanium.XML.Entity\">Entity</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "PROCESSING_INSTRUCTION_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify a\n<a href=\"Titanium.XML.ProcessingInstruction\">ProcessingInstruction</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "COMMENT_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify a\n<a href=\"Titanium.XML.Comment\">Comment</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "DOCUMENT_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify a\n<a href=\"Titanium.XML.Document\">Document</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "DOCUMENT_TYPE_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify a\n<a href=\"Titanium.XML.DocumentType\">DocumentType</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "DOCUMENT_FRAGMENT_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify a\n<a href=\"Titanium.XML.DocumentFragment\">DocumentFragment</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "NOTATION_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify a\n<a href=\"Titanium.XML.Notation\">Notation</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "nodeName",
                    "deprecated": false,
                    "description": "<p>Name of this node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "nodeValue",
                    "deprecated": false,
                    "description": "<p>Content (value) of this node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "textContent",
                    "deprecated": false,
                    "description": "<p>Content (value) of all text nodes within this node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "text",
                    "deprecated": true,
                    "description": "<p>Content (value) of all text nodes within this node. <strong>Deprecated since 2.0.0. Use <a href=\"Titanium.XML.Element.textContent\">Titanium.XML.Element.textContent</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "nodeType",
                    "deprecated": false,
                    "description": "<p>This node's type. One of <code>ELEMENT_NODE</code>, <code>ATTRIBUTE_NODE</code>, <code>TEXT_NODE</code>, <code>CDATA_SECTION_NODE</code>,\n<code>ENTITY_REFERENCE_NODE</code>, <code>ENTITY_NODE</code>, <code>PROCESSING_INSTRUCTION_NODE</code>, <code>COMMENT_NODE</code>,\n<code>DOCUMENT_NODE</code>, <code>DOCUMENT_TYPE_NODE</code>, <code>DOCUMENT_FRAGMENT_NODE</code>, <code>NOTATION_NODE</code>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "parentNode",
                    "deprecated": false,
                    "description": "<p>This node's parent node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Titanium.XML.Node",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "childNodes",
                    "deprecated": false,
                    "description": "<p>A <a href=\"Titanium.XML.NodeList\">Titanium.XML.NodeList</a> of this node's children.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Titanium.XML.NodeList",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "firstChild",
                    "deprecated": false,
                    "description": "<p>This node's first child.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Titanium.XML.Node",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lastChild",
                    "deprecated": false,
                    "description": "<p>This node's last child.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Titanium.XML.Node",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "previousSibling",
                    "deprecated": false,
                    "description": "<p>This node's previous sibling.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Titanium.XML.Node",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "nextSibling",
                    "deprecated": false,
                    "description": "<p>This node's next sibling.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Titanium.XML.Node",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "attributes",
                    "deprecated": false,
                    "description": "<p>A map of this node's attributes.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Titanium.XML.NamedNodeMap",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ownerDocument",
                    "deprecated": false,
                    "description": "<p>This node's owning document.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Titanium.XML.Document",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "namespaceURI",
                    "deprecated": false,
                    "description": "<p>Namespace URI of this node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "prefix",
                    "deprecated": false,
                    "description": "<p>Namespace prefix of this node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "localName",
                    "deprecated": false,
                    "description": "<p>Local part of the qualified name of this node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "tagName",
                    "deprecated": false,
                    "description": "<p>The name of the element, as defined by its tag.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.XML.Entity",
            "description": "<p>This interface represents an entity, either parsed or unparsed, in an XML document. Note that this models the entity itself not the entity declaration. The nodeName attribute that is inherited from Node contains the name of the entity. An Entity node does not have any parent.\nImplements the <a href=\"https://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-527DCFF2\">DOM Level 2 API</a> on Android and iOS.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "appendChild",
                    "deprecated": false,
                    "description": "<p>Appends the node <code>newChild</code> as a child of this node.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "newChild",
                            "constants": [],
                            "description": "<p>New node to append.</p>",
                            "type": "Titanium.XML.Node",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.Node",
                            "description": "<p>Newly-appended node.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "cloneNode",
                    "deprecated": false,
                    "description": "<p>Returns a duplicate of this node.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "deep",
                            "constants": [],
                            "description": "<p>Whether or not to perform a deep copy of this node.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.Node",
                            "description": "<p>Cloned node.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hasAttributes",
                    "deprecated": false,
                    "description": "<p>Returns <code>true</code> if this node has attributes.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "<p>True if this node has attributes, false if it does not.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hasChildNodes",
                    "deprecated": false,
                    "description": "<p>Returns <code>true</code> if this node has child nodes.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "<p>True if this node has children, false if it does not.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "insertBefore",
                    "deprecated": false,
                    "description": "<p>Inserts the node <code>newChild</code> before the node <code>refChild</code>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "newChild",
                            "constants": [],
                            "description": "<p>Node to insert.</p>",
                            "type": "Titanium.XML.Node",
                            "usage": "required"
                        },
                        {
                            "name": "refChild",
                            "constants": [],
                            "description": "<p>Node to insert <code>newChild</code> before.</p>",
                            "type": "Titanium.XML.Node",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.Node",
                            "description": "<p>The inserted node.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "isSupported",
                    "deprecated": false,
                    "description": "<p>Tests whether the DOM implementation supports a specific feature.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "feature",
                            "constants": [],
                            "description": "<p>Name of the feature.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "version",
                            "constants": [],
                            "description": "<p>Version number of the feature.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "<p>True if the feature is supported, false if it is not.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "normalize",
                    "deprecated": false,
                    "description": "<p>Normalizes text and attribute nodes in this node's child hierarchy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "removeChild",
                    "deprecated": false,
                    "description": "<p>Removes a child node from this node.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "oldChild",
                            "constants": [],
                            "description": "<p>Node to remove.</p>",
                            "type": "Titanium.XML.Node",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.Node",
                            "description": "<p>Node that was removed.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "replaceChild",
                    "deprecated": false,
                    "description": "<p>Replaces the node <code>oldChild</code> with the node <code>newChild</code>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "newChild",
                            "constants": [],
                            "description": "<p>New node.</p>",
                            "type": "Titanium.XML.Node",
                            "usage": "required"
                        },
                        {
                            "name": "oldChild",
                            "constants": [],
                            "description": "<p>Node being replaced.</p>",
                            "type": "Titanium.XML.Node",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.Node",
                            "description": "<p>Node that was replaced.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.XML.Entity.bubbleParent\">Titanium.XML.Entity.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.XML.Entity.bubbleParent\">Titanium.XML.Entity.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.XML.Entity.bubbleParent\">Titanium.XML.Entity.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.XML.Entity.bubbleParent\">Titanium.XML.Entity.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.XML.Entity.apiName\">Titanium.XML.Entity.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.XML.Entity.apiName\">Titanium.XML.Entity.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.XML.Entity.lifecycleContainer\">Titanium.XML.Entity.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.XML.Entity.lifecycleContainer\">Titanium.XML.Entity.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.XML.Entity.lifecycleContainer\">Titanium.XML.Entity.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.XML.Entity.lifecycleContainer\">Titanium.XML.Entity.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getAttributes",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.XML.Entity.attributes\">Titanium.XML.Entity.attributes</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.XML.Entity.attributes\">Titanium.XML.Entity.attributes</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.NamedNodeMap",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getNotationName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.XML.Entity.notationName\">Titanium.XML.Entity.notationName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.XML.Entity.notationName\">Titanium.XML.Entity.notationName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getPublicId",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.XML.Entity.publicId\">Titanium.XML.Entity.publicId</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.XML.Entity.publicId\">Titanium.XML.Entity.publicId</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSystemId",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.XML.Entity.systemId\">Titanium.XML.Entity.systemId</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.XML.Entity.systemId\">Titanium.XML.Entity.systemId</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.XML.Node",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "ELEMENT_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify an\n<a href=\"Titanium.XML.Element\">Element</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ATTRIBUTE_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify an\n<a href=\"Titanium.XML.Attr\">Attr</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "TEXT_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify a\n<a href=\"Titanium.XML.Text\">Text</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "CDATA_SECTION_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify a\n<a href=\"Titanium.XML.CDATASection\">CDATASection</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ENTITY_REFERENCE_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify an\n<a href=\"Titanium.XML.EntityReference\">EntityReference</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ENTITY_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify an\n<a href=\"Titanium.XML.Entity\">Entity</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "PROCESSING_INSTRUCTION_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify a\n<a href=\"Titanium.XML.ProcessingInstruction\">ProcessingInstruction</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "COMMENT_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify a\n<a href=\"Titanium.XML.Comment\">Comment</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "DOCUMENT_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify a\n<a href=\"Titanium.XML.Document\">Document</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "DOCUMENT_TYPE_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify a\n<a href=\"Titanium.XML.DocumentType\">DocumentType</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "DOCUMENT_FRAGMENT_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify a\n<a href=\"Titanium.XML.DocumentFragment\">DocumentFragment</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "NOTATION_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify a\n<a href=\"Titanium.XML.Notation\">Notation</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "nodeName",
                    "deprecated": false,
                    "description": "<p>Name of this node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "nodeValue",
                    "deprecated": false,
                    "description": "<p>Content (value) of this node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "textContent",
                    "deprecated": false,
                    "description": "<p>Content (value) of all text nodes within this node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "text",
                    "deprecated": true,
                    "description": "<p>Content (value) of all text nodes within this node.\n<strong>Deprecated since 2.0.0. Use <a href=\"Titanium.XML.Node.textContent\">Titanium.XML.Node.textContent</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "nodeType",
                    "deprecated": false,
                    "description": "<p>This node's type. One of <code>ELEMENT_NODE</code>, <code>ATTRIBUTE_NODE</code>, <code>TEXT_NODE</code>, <code>CDATA_SECTION_NODE</code>,\n<code>ENTITY_REFERENCE_NODE</code>, <code>ENTITY_NODE</code>, <code>PROCESSING_INSTRUCTION_NODE</code>, <code>COMMENT_NODE</code>,\n<code>DOCUMENT_NODE</code>, <code>DOCUMENT_TYPE_NODE</code>, <code>DOCUMENT_FRAGMENT_NODE</code>, <code>NOTATION_NODE</code>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "parentNode",
                    "deprecated": false,
                    "description": "<p>This node's parent node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Titanium.XML.Node",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "childNodes",
                    "deprecated": false,
                    "description": "<p>A <a href=\"Titanium.XML.NodeList\">Titanium.XML.NodeList</a> of this node's children.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Titanium.XML.NodeList",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "firstChild",
                    "deprecated": false,
                    "description": "<p>This node's first child.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Titanium.XML.Node",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lastChild",
                    "deprecated": false,
                    "description": "<p>This node's last child.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Titanium.XML.Node",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "previousSibling",
                    "deprecated": false,
                    "description": "<p>This node's previous sibling.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Titanium.XML.Node",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "nextSibling",
                    "deprecated": false,
                    "description": "<p>This node's next sibling.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Titanium.XML.Node",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "attributes",
                    "deprecated": false,
                    "description": "<p>A map of this node's attributes.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Titanium.XML.NamedNodeMap",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ownerDocument",
                    "deprecated": false,
                    "description": "<p>This node's owning document.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Titanium.XML.Document",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "namespaceURI",
                    "deprecated": false,
                    "description": "<p>Namespace URI of this node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "prefix",
                    "deprecated": false,
                    "description": "<p>Namespace prefix of this node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "localName",
                    "deprecated": false,
                    "description": "<p>Local part of the qualified name of this node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "notationName",
                    "deprecated": false,
                    "description": "<p>For unparsed entities, the name of the notation for the entity. For parsed entities, this is <code>null</code>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "publicId",
                    "deprecated": false,
                    "description": "<p>The public identifier associated with the entity, if specified. If the public identifier was not specified, this is <code>null</code>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "systemId",
                    "deprecated": false,
                    "description": "<p>The system identifier associated with the entity, if specified. If the system identifier was not specified, this is null.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.9"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.9"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.9"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.XML.EntityReference",
            "description": "<p>Represents an XML entity reference.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "appendChild",
                    "deprecated": false,
                    "description": "<p>Appends the node <code>newChild</code> as a child of this node.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "newChild",
                            "constants": [],
                            "description": "<p>New node to append.</p>",
                            "type": "Titanium.XML.Node",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.Node",
                            "description": "<p>Newly-appended node.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "cloneNode",
                    "deprecated": false,
                    "description": "<p>Returns a duplicate of this node.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "deep",
                            "constants": [],
                            "description": "<p>Whether or not to perform a deep copy of this node.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.Node",
                            "description": "<p>Cloned node.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hasAttributes",
                    "deprecated": false,
                    "description": "<p>Returns <code>true</code> if this node has attributes.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "<p>True if this node has attributes, false if it does not.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hasChildNodes",
                    "deprecated": false,
                    "description": "<p>Returns <code>true</code> if this node has child nodes.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "<p>True if this node has children, false if it does not.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "insertBefore",
                    "deprecated": false,
                    "description": "<p>Inserts the node <code>newChild</code> before the node <code>refChild</code>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "newChild",
                            "constants": [],
                            "description": "<p>Node to insert.</p>",
                            "type": "Titanium.XML.Node",
                            "usage": "required"
                        },
                        {
                            "name": "refChild",
                            "constants": [],
                            "description": "<p>Node to insert <code>newChild</code> before.</p>",
                            "type": "Titanium.XML.Node",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.Node",
                            "description": "<p>The inserted node.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "isSupported",
                    "deprecated": false,
                    "description": "<p>Tests whether the DOM implementation supports a specific feature.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "feature",
                            "constants": [],
                            "description": "<p>Name of the feature.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "version",
                            "constants": [],
                            "description": "<p>Version number of the feature.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "<p>True if the feature is supported, false if it is not.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "normalize",
                    "deprecated": false,
                    "description": "<p>Normalizes text and attribute nodes in this node's child hierarchy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "removeChild",
                    "deprecated": false,
                    "description": "<p>Removes a child node from this node.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "oldChild",
                            "constants": [],
                            "description": "<p>Node to remove.</p>",
                            "type": "Titanium.XML.Node",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.Node",
                            "description": "<p>Node that was removed.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "replaceChild",
                    "deprecated": false,
                    "description": "<p>Replaces the node <code>oldChild</code> with the node <code>newChild</code>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "newChild",
                            "constants": [],
                            "description": "<p>New node.</p>",
                            "type": "Titanium.XML.Node",
                            "usage": "required"
                        },
                        {
                            "name": "oldChild",
                            "constants": [],
                            "description": "<p>Node being replaced.</p>",
                            "type": "Titanium.XML.Node",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.Node",
                            "description": "<p>Node that was replaced.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.XML.EntityReference.bubbleParent\">Titanium.XML.EntityReference.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.XML.EntityReference.bubbleParent\">Titanium.XML.EntityReference.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.XML.EntityReference.bubbleParent\">Titanium.XML.EntityReference.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.XML.EntityReference.bubbleParent\">Titanium.XML.EntityReference.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.XML.EntityReference.apiName\">Titanium.XML.EntityReference.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.XML.EntityReference.apiName\">Titanium.XML.EntityReference.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.XML.EntityReference.lifecycleContainer\">Titanium.XML.EntityReference.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.XML.EntityReference.lifecycleContainer\">Titanium.XML.EntityReference.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.XML.EntityReference.lifecycleContainer\">Titanium.XML.EntityReference.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.XML.EntityReference.lifecycleContainer\">Titanium.XML.EntityReference.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getAttributes",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.XML.EntityReference.attributes\">Titanium.XML.EntityReference.attributes</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.XML.EntityReference.attributes\">Titanium.XML.EntityReference.attributes</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.NamedNodeMap",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.XML.Node",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "ELEMENT_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify an\n<a href=\"Titanium.XML.Element\">Element</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ATTRIBUTE_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify an\n<a href=\"Titanium.XML.Attr\">Attr</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "TEXT_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify a\n<a href=\"Titanium.XML.Text\">Text</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "CDATA_SECTION_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify a\n<a href=\"Titanium.XML.CDATASection\">CDATASection</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ENTITY_REFERENCE_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify an\n<a href=\"Titanium.XML.EntityReference\">EntityReference</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ENTITY_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify an\n<a href=\"Titanium.XML.Entity\">Entity</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "PROCESSING_INSTRUCTION_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify a\n<a href=\"Titanium.XML.ProcessingInstruction\">ProcessingInstruction</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "COMMENT_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify a\n<a href=\"Titanium.XML.Comment\">Comment</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "DOCUMENT_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify a\n<a href=\"Titanium.XML.Document\">Document</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "DOCUMENT_TYPE_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify a\n<a href=\"Titanium.XML.DocumentType\">DocumentType</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "DOCUMENT_FRAGMENT_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify a\n<a href=\"Titanium.XML.DocumentFragment\">DocumentFragment</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "NOTATION_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify a\n<a href=\"Titanium.XML.Notation\">Notation</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "nodeName",
                    "deprecated": false,
                    "description": "<p>Name of this node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "nodeValue",
                    "deprecated": false,
                    "description": "<p>Content (value) of this node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "textContent",
                    "deprecated": false,
                    "description": "<p>Content (value) of all text nodes within this node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "text",
                    "deprecated": true,
                    "description": "<p>Content (value) of all text nodes within this node.\n<strong>Deprecated since 2.0.0. Use <a href=\"Titanium.XML.Node.textContent\">Titanium.XML.Node.textContent</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "nodeType",
                    "deprecated": false,
                    "description": "<p>This node's type. One of <code>ELEMENT_NODE</code>, <code>ATTRIBUTE_NODE</code>, <code>TEXT_NODE</code>, <code>CDATA_SECTION_NODE</code>,\n<code>ENTITY_REFERENCE_NODE</code>, <code>ENTITY_NODE</code>, <code>PROCESSING_INSTRUCTION_NODE</code>, <code>COMMENT_NODE</code>,\n<code>DOCUMENT_NODE</code>, <code>DOCUMENT_TYPE_NODE</code>, <code>DOCUMENT_FRAGMENT_NODE</code>, <code>NOTATION_NODE</code>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "parentNode",
                    "deprecated": false,
                    "description": "<p>This node's parent node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Titanium.XML.Node",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "childNodes",
                    "deprecated": false,
                    "description": "<p>A <a href=\"Titanium.XML.NodeList\">Titanium.XML.NodeList</a> of this node's children.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Titanium.XML.NodeList",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "firstChild",
                    "deprecated": false,
                    "description": "<p>This node's first child.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Titanium.XML.Node",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lastChild",
                    "deprecated": false,
                    "description": "<p>This node's last child.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Titanium.XML.Node",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "previousSibling",
                    "deprecated": false,
                    "description": "<p>This node's previous sibling.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Titanium.XML.Node",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "nextSibling",
                    "deprecated": false,
                    "description": "<p>This node's next sibling.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Titanium.XML.Node",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "attributes",
                    "deprecated": false,
                    "description": "<p>A map of this node's attributes.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Titanium.XML.NamedNodeMap",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ownerDocument",
                    "deprecated": false,
                    "description": "<p>This node's owning document.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Titanium.XML.Document",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "namespaceURI",
                    "deprecated": false,
                    "description": "<p>Namespace URI of this node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "prefix",
                    "deprecated": false,
                    "description": "<p>Namespace prefix of this node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "localName",
                    "deprecated": false,
                    "description": "<p>Local part of the qualified name of this node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>Implements the <a href=\"https://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-11C98490\">DOM Level 2 API</a>\non Android and iOS.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.XML.NamedNodeMap",
            "description": "<p>A key-value paired map that maps String objects to <a href=\"Titanium.XML.Node\">Titanium.XML.Node</a> objects.\nImplements the <a href=\"https://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-1780488922\">DOM Level 2 API</a> on Android and iOS.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getNamedItem",
                    "deprecated": false,
                    "description": "<p>Retrieves a node specified by name.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>The name of the node to retrieve.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.Node",
                            "description": "<p>The specified node, or <code>null</code> if no node with the name is in the map</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setNamedItem",
                    "deprecated": false,
                    "description": "<p>Adds a node using its <code>nodeName</code> attribute. If a node with that name is already present, it is replaced. Throws an exception if the argument is from a different document, the map is read-only, or the argument is an attribute of another element.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "node",
                            "constants": [],
                            "description": "<p>The node to insert into the map.</p>",
                            "type": "Titanium.XML.Node",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.Node",
                            "description": "<p>The node replaced, or <code>null</code> if no node was replaced.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeNamedItem",
                    "deprecated": false,
                    "description": "<p>Removes a node from the map specified by name. When this map contains attributes attached to an element, if the removed attribtue is known to have a default, it is replaced with that value.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>The name of the node to remove.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.Node",
                            "description": "<p>The node removed from the map, or <code>null</code> if nothing removed.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "item",
                    "deprecated": false,
                    "description": "<p>Retrieves the node at the specified index of the map. Note that NamedNodeMaps are not ordered.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "index",
                            "constants": [],
                            "description": "<p>The index of the node to retrieve.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.Node",
                            "description": "<p>The node at the specified index, or <code>null</code> if the index is invalid</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getNamedItemNS",
                    "deprecated": false,
                    "description": "<p>Retrieves a node specified by name and namespace. Returns <code>null</code> if no matching node is in the map.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "namespaceURI",
                            "constants": [],
                            "description": "<p>The namespace URI of the node to retrieve.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "localName",
                            "constants": [],
                            "description": "<p>The local name of the node within the namespace to retrieve.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.Node",
                            "description": "<p>The specified node, or <code>null</code> if there is no matching node.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setNamedItemNS",
                    "deprecated": false,
                    "description": "<p>Adds a node using its <code>namespaceURI</code> and <code>localName</code> attributes. If a node with that name is already present, it is replaced. Throws an exception if the argument is from a different document, the map is read-only, or the argument is an attribute of another element.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "node",
                            "constants": [],
                            "description": "<p>The node to insert into the map.</p>",
                            "type": "Titanium.XML.Node",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.Node",
                            "description": "<p>Returns the node replaced, or <code>null</code>.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeNamedItemNS",
                    "deprecated": false,
                    "description": "<p>Removes a node from the map specified by local name and namespace URI. When this map contains attributes attached to an element, if the removed attribtue is known to have a default, it is replaced with that value. Returns the node removed from the map, or <code>null</code> if there is no corresponding node.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "namespaceURI",
                            "constants": [],
                            "description": "<p>The namespace URI of the node to remove.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "localName",
                            "constants": [],
                            "description": "<p>The local name of the node within the namespace to remove.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.Node",
                            "description": "<p>The node removed from the map, or <code>null</code> if nothing removed.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.XML.NamedNodeMap.bubbleParent\">Titanium.XML.NamedNodeMap.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.XML.NamedNodeMap.bubbleParent\">Titanium.XML.NamedNodeMap.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.XML.NamedNodeMap.bubbleParent\">Titanium.XML.NamedNodeMap.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.XML.NamedNodeMap.bubbleParent\">Titanium.XML.NamedNodeMap.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.XML.NamedNodeMap.apiName\">Titanium.XML.NamedNodeMap.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.XML.NamedNodeMap.apiName\">Titanium.XML.NamedNodeMap.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.XML.NamedNodeMap.lifecycleContainer\">Titanium.XML.NamedNodeMap.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.XML.NamedNodeMap.lifecycleContainer\">Titanium.XML.NamedNodeMap.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.XML.NamedNodeMap.lifecycleContainer\">Titanium.XML.NamedNodeMap.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.XML.NamedNodeMap.lifecycleContainer\">Titanium.XML.NamedNodeMap.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getLength",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.XML.NamedNodeMap.length\">Titanium.XML.NamedNodeMap.length</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.XML.NamedNodeMap.length\">Titanium.XML.NamedNodeMap.length</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "length",
                    "deprecated": false,
                    "description": "<p>The number of nodes in the map. The valid range of child node indices is 0-<code>length</code>-1, inclusive.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.9"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.9"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.9"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.XML.Node",
            "description": "<p>A single node in the <a href=\"Titanium.XML.Document\">Document</a> tree.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "appendChild",
                    "deprecated": false,
                    "description": "<p>Appends the node <code>newChild</code> as a child of this node.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "newChild",
                            "constants": [],
                            "description": "<p>New node to append.</p>",
                            "type": "Titanium.XML.Node",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.Node",
                            "description": "<p>Newly-appended node.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "cloneNode",
                    "deprecated": false,
                    "description": "<p>Returns a duplicate of this node.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "deep",
                            "constants": [],
                            "description": "<p>Whether or not to perform a deep copy of this node.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.Node",
                            "description": "<p>Cloned node.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hasAttributes",
                    "deprecated": false,
                    "description": "<p>Returns <code>true</code> if this node has attributes.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "<p>True if this node has attributes, false if it does not.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hasChildNodes",
                    "deprecated": false,
                    "description": "<p>Returns <code>true</code> if this node has child nodes.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "<p>True if this node has children, false if it does not.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "insertBefore",
                    "deprecated": false,
                    "description": "<p>Inserts the node <code>newChild</code> before the node <code>refChild</code>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "newChild",
                            "constants": [],
                            "description": "<p>Node to insert.</p>",
                            "type": "Titanium.XML.Node",
                            "usage": "required"
                        },
                        {
                            "name": "refChild",
                            "constants": [],
                            "description": "<p>Node to insert <code>newChild</code> before.</p>",
                            "type": "Titanium.XML.Node",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.Node",
                            "description": "<p>The inserted node.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "isSupported",
                    "deprecated": false,
                    "description": "<p>Tests whether the DOM implementation supports a specific feature.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "feature",
                            "constants": [],
                            "description": "<p>Name of the feature.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "version",
                            "constants": [],
                            "description": "<p>Version number of the feature.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "<p>True if the feature is supported, false if it is not.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "normalize",
                    "deprecated": false,
                    "description": "<p>Normalizes text and attribute nodes in this node's child hierarchy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "removeChild",
                    "deprecated": false,
                    "description": "<p>Removes a child node from this node.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "oldChild",
                            "constants": [],
                            "description": "<p>Node to remove.</p>",
                            "type": "Titanium.XML.Node",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.Node",
                            "description": "<p>Node that was removed.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "replaceChild",
                    "deprecated": false,
                    "description": "<p>Replaces the node <code>oldChild</code> with the node <code>newChild</code>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "newChild",
                            "constants": [],
                            "description": "<p>New node.</p>",
                            "type": "Titanium.XML.Node",
                            "usage": "required"
                        },
                        {
                            "name": "oldChild",
                            "constants": [],
                            "description": "<p>Node being replaced.</p>",
                            "type": "Titanium.XML.Node",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.Node",
                            "description": "<p>Node that was replaced.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.XML.Node.bubbleParent\">Titanium.XML.Node.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.XML.Node.bubbleParent\">Titanium.XML.Node.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.XML.Node.bubbleParent\">Titanium.XML.Node.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.XML.Node.bubbleParent\">Titanium.XML.Node.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.XML.Node.apiName\">Titanium.XML.Node.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.XML.Node.apiName\">Titanium.XML.Node.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.XML.Node.lifecycleContainer\">Titanium.XML.Node.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.XML.Node.lifecycleContainer\">Titanium.XML.Node.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.XML.Node.lifecycleContainer\">Titanium.XML.Node.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.XML.Node.lifecycleContainer\">Titanium.XML.Node.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getAttributes",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.XML.Node.attributes\">Titanium.XML.Node.attributes</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.XML.Node.attributes\">Titanium.XML.Node.attributes</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.NamedNodeMap",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "ELEMENT_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify an\n<a href=\"Titanium.XML.Element\">Element</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ATTRIBUTE_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify an\n<a href=\"Titanium.XML.Attr\">Attr</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "TEXT_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify a\n<a href=\"Titanium.XML.Text\">Text</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "CDATA_SECTION_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify a\n<a href=\"Titanium.XML.CDATASection\">CDATASection</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ENTITY_REFERENCE_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify an\n<a href=\"Titanium.XML.EntityReference\">EntityReference</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ENTITY_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify an\n<a href=\"Titanium.XML.Entity\">Entity</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "PROCESSING_INSTRUCTION_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify a\n<a href=\"Titanium.XML.ProcessingInstruction\">ProcessingInstruction</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "COMMENT_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify a\n<a href=\"Titanium.XML.Comment\">Comment</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "DOCUMENT_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify a\n<a href=\"Titanium.XML.Document\">Document</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "DOCUMENT_TYPE_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify a\n<a href=\"Titanium.XML.DocumentType\">DocumentType</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "DOCUMENT_FRAGMENT_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify a\n<a href=\"Titanium.XML.DocumentFragment\">DocumentFragment</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "NOTATION_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify a\n<a href=\"Titanium.XML.Notation\">Notation</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "nodeName",
                    "deprecated": false,
                    "description": "<p>Name of this node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "nodeValue",
                    "deprecated": false,
                    "description": "<p>Content (value) of this node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "textContent",
                    "deprecated": false,
                    "description": "<p>Content (value) of all text nodes within this node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "text",
                    "deprecated": true,
                    "description": "<p>Content (value) of all text nodes within this node.\n<strong>Deprecated since 2.0.0. Use <a href=\"Titanium.XML.Node.textContent\">Titanium.XML.Node.textContent</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "nodeType",
                    "deprecated": false,
                    "description": "<p>This node's type. One of <code>ELEMENT_NODE</code>, <code>ATTRIBUTE_NODE</code>, <code>TEXT_NODE</code>, <code>CDATA_SECTION_NODE</code>,\n<code>ENTITY_REFERENCE_NODE</code>, <code>ENTITY_NODE</code>, <code>PROCESSING_INSTRUCTION_NODE</code>, <code>COMMENT_NODE</code>,\n<code>DOCUMENT_NODE</code>, <code>DOCUMENT_TYPE_NODE</code>, <code>DOCUMENT_FRAGMENT_NODE</code>, <code>NOTATION_NODE</code>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "parentNode",
                    "deprecated": false,
                    "description": "<p>This node's parent node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Titanium.XML.Node",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "childNodes",
                    "deprecated": false,
                    "description": "<p>A <a href=\"Titanium.XML.NodeList\">Titanium.XML.NodeList</a> of this node's children.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Titanium.XML.NodeList",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "firstChild",
                    "deprecated": false,
                    "description": "<p>This node's first child.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Titanium.XML.Node",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lastChild",
                    "deprecated": false,
                    "description": "<p>This node's last child.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Titanium.XML.Node",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "previousSibling",
                    "deprecated": false,
                    "description": "<p>This node's previous sibling.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Titanium.XML.Node",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "nextSibling",
                    "deprecated": false,
                    "description": "<p>This node's next sibling.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Titanium.XML.Node",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "attributes",
                    "deprecated": false,
                    "description": "<p>A map of this node's attributes.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Titanium.XML.NamedNodeMap",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ownerDocument",
                    "deprecated": false,
                    "description": "<p>This node's owning document.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Titanium.XML.Document",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "namespaceURI",
                    "deprecated": false,
                    "description": "<p>Namespace URI of this node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "prefix",
                    "deprecated": false,
                    "description": "<p>Namespace prefix of this node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "localName",
                    "deprecated": false,
                    "description": "<p>Local part of the qualified name of this node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>Implements the <a href=\"https://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-1950641247\">DOM Level 2 API</a>\non Android and iOS.</p>\n<p>Note that on iOS, only <a href=\"Titanium.XML.Element\">Element</a> nodes are mutable. This means\nthat the methods <code>appendChild</code>, <code>insertBefore</code>, <code>removeChild</code>, and\n<code>replaceChild</code> only work on <code>Element</code> objects. If one of these methods is called on\nanother type of node, it throws an exception.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.XML.NodeList",
            "description": "<p>A list of <a href=\"Titanium.XML.Node\">Titanium.XML.Node</a> objects. Implements the <a href=\"https://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-536297177\">DOM Level 2 API</a> on Android and iOS.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "item",
                    "deprecated": false,
                    "description": "<p>Returns the <a href=\"Titanium.XML.Node\">Titanium.XML.Node</a> object at the specified index.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "index",
                            "constants": [],
                            "description": "<p>The index of the node to retrieve. Indexing starts at 0.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.Node",
                            "description": "<p>The node at the index, or <code>null</code> if the index is out of bounds.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.XML.NodeList.bubbleParent\">Titanium.XML.NodeList.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.XML.NodeList.bubbleParent\">Titanium.XML.NodeList.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.XML.NodeList.bubbleParent\">Titanium.XML.NodeList.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.XML.NodeList.bubbleParent\">Titanium.XML.NodeList.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.XML.NodeList.apiName\">Titanium.XML.NodeList.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.XML.NodeList.apiName\">Titanium.XML.NodeList.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.XML.NodeList.lifecycleContainer\">Titanium.XML.NodeList.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.XML.NodeList.lifecycleContainer\">Titanium.XML.NodeList.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.XML.NodeList.lifecycleContainer\">Titanium.XML.NodeList.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.XML.NodeList.lifecycleContainer\">Titanium.XML.NodeList.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getLength",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.XML.NodeList.length\">Titanium.XML.NodeList.length</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.XML.NodeList.length\">Titanium.XML.NodeList.length</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "length",
                    "deprecated": false,
                    "description": "<p>The length of the node list.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.9"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.9"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.9"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.XML.Notation",
            "description": "<p>Represents a notation declared in the DTD.  Implements the <a href=\"https://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-5431D1B9\">DOM Level 2 API</a> on Android and iOS.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.XML.Notation.bubbleParent\">Titanium.XML.Notation.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.XML.Notation.bubbleParent\">Titanium.XML.Notation.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.XML.Notation.bubbleParent\">Titanium.XML.Notation.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.XML.Notation.bubbleParent\">Titanium.XML.Notation.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.XML.Notation.apiName\">Titanium.XML.Notation.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.XML.Notation.apiName\">Titanium.XML.Notation.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.XML.Notation.lifecycleContainer\">Titanium.XML.Notation.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.XML.Notation.lifecycleContainer\">Titanium.XML.Notation.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.XML.Notation.lifecycleContainer\">Titanium.XML.Notation.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.XML.Notation.lifecycleContainer\">Titanium.XML.Notation.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getPublicId",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.XML.Notation.publicId\">Titanium.XML.Notation.publicId</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.XML.Notation.publicId\">Titanium.XML.Notation.publicId</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getSystemId",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.XML.Notation.systemId\">Titanium.XML.Notation.systemId</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.XML.Notation.systemId\">Titanium.XML.Notation.systemId</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "publicId",
                    "deprecated": false,
                    "description": "<p>The public identifier of this notation. If the public identifier was not specified, this is <code>null</code>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "systemId",
                    "deprecated": false,
                    "description": "<p>The system identifier of this notation. If the system identifier was not specified, this is <code>null</code>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.9"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.9"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.9"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.XML.ProcessingInstruction",
            "description": "<p>A way to keep processor-specific information in the text of the document. Implements the <a href=\"https://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-1004215813\">DOM Level 2 API</a> on Android and iOS.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.XML.ProcessingInstruction.bubbleParent\">Titanium.XML.ProcessingInstruction.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.XML.ProcessingInstruction.bubbleParent\">Titanium.XML.ProcessingInstruction.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.XML.ProcessingInstruction.bubbleParent\">Titanium.XML.ProcessingInstruction.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.XML.ProcessingInstruction.bubbleParent\">Titanium.XML.ProcessingInstruction.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.XML.ProcessingInstruction.apiName\">Titanium.XML.ProcessingInstruction.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.XML.ProcessingInstruction.apiName\">Titanium.XML.ProcessingInstruction.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.XML.ProcessingInstruction.lifecycleContainer\">Titanium.XML.ProcessingInstruction.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.XML.ProcessingInstruction.lifecycleContainer\">Titanium.XML.ProcessingInstruction.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.XML.ProcessingInstruction.lifecycleContainer\">Titanium.XML.ProcessingInstruction.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.XML.ProcessingInstruction.lifecycleContainer\">Titanium.XML.ProcessingInstruction.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getData",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.XML.ProcessingInstruction.data\">Titanium.XML.ProcessingInstruction.data</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.XML.ProcessingInstruction.data\">Titanium.XML.ProcessingInstruction.data</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setData",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.XML.ProcessingInstruction.data\">Titanium.XML.ProcessingInstruction.data</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.XML.ProcessingInstruction.data\">Titanium.XML.ProcessingInstruction.data</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "data",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getTarget",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.XML.ProcessingInstruction.target\">Titanium.XML.ProcessingInstruction.target</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.XML.ProcessingInstruction.target\">Titanium.XML.ProcessingInstruction.target</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Proxy",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "data",
                    "deprecated": false,
                    "description": "<p>Retrieve the content of this processing instruction. This from the first non white space character after the target to the character immediatly preceding the ?&gt;. When setting a processing instruction, a DOMException may be thrown on an invalid instruction.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "target",
                    "deprecated": false,
                    "description": "<p>Retrieve the target of this processing instruction. XML defines this as being the first token following the markup that begins the processing instruction.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.9"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.9"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.9"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.XML.Text",
            "description": "<p>Represents the textual content of an <a href=\"Titanium.XML.Element\">Titanium.XML.Element</a> or <a href=\"Titanium.XML.Attr\">Titanium.XML.Attr</a> Implements the <a href=\"https://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-1312295772\">DOM Level 2 API</a> on Android and iOS.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "appendChild",
                    "deprecated": false,
                    "description": "<p>Appends the node <code>newChild</code> as a child of this node.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "newChild",
                            "constants": [],
                            "description": "<p>New node to append.</p>",
                            "type": "Titanium.XML.Node",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.Node",
                            "description": "<p>Newly-appended node.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "cloneNode",
                    "deprecated": false,
                    "description": "<p>Returns a duplicate of this node.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "deep",
                            "constants": [],
                            "description": "<p>Whether or not to perform a deep copy of this node.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.Node",
                            "description": "<p>Cloned node.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hasAttributes",
                    "deprecated": false,
                    "description": "<p>Returns <code>true</code> if this node has attributes.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "<p>True if this node has attributes, false if it does not.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "hasChildNodes",
                    "deprecated": false,
                    "description": "<p>Returns <code>true</code> if this node has child nodes.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "<p>True if this node has children, false if it does not.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "insertBefore",
                    "deprecated": false,
                    "description": "<p>Inserts the node <code>newChild</code> before the node <code>refChild</code>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "newChild",
                            "constants": [],
                            "description": "<p>Node to insert.</p>",
                            "type": "Titanium.XML.Node",
                            "usage": "required"
                        },
                        {
                            "name": "refChild",
                            "constants": [],
                            "description": "<p>Node to insert <code>newChild</code> before.</p>",
                            "type": "Titanium.XML.Node",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.Node",
                            "description": "<p>The inserted node.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "isSupported",
                    "deprecated": false,
                    "description": "<p>Tests whether the DOM implementation supports a specific feature.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "feature",
                            "constants": [],
                            "description": "<p>Name of the feature.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "version",
                            "constants": [],
                            "description": "<p>Version number of the feature.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "<p>True if the feature is supported, false if it is not.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "normalize",
                    "deprecated": false,
                    "description": "<p>Normalizes text and attribute nodes in this node's child hierarchy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "removeChild",
                    "deprecated": false,
                    "description": "<p>Removes a child node from this node.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "oldChild",
                            "constants": [],
                            "description": "<p>Node to remove.</p>",
                            "type": "Titanium.XML.Node",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.Node",
                            "description": "<p>Node that was removed.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "replaceChild",
                    "deprecated": false,
                    "description": "<p>Replaces the node <code>oldChild</code> with the node <code>newChild</code>.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "newChild",
                            "constants": [],
                            "description": "<p>New node.</p>",
                            "type": "Titanium.XML.Node",
                            "usage": "required"
                        },
                        {
                            "name": "oldChild",
                            "constants": [],
                            "description": "<p>Node being replaced.</p>",
                            "type": "Titanium.XML.Node",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.Node",
                            "description": "<p>Node that was replaced.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "appendData",
                    "deprecated": false,
                    "description": "<p>Append the string to the end of the character data of the node. Upon success, data provides access to the concatenation of data and the string specified. Throws an exception if this node is readonly.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "arg",
                            "constants": [],
                            "description": "<p>The string to append.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "deleteData",
                    "deprecated": false,
                    "description": "<p>Remove a range of characters from the node. Upon success, data and length reflect the change. Throws an exception if this node is readonly, if offset is negative, offset is beyond the data's length, or if count is negative.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "offset",
                            "constants": [],
                            "description": "<p>The offset from which to start removing.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "count",
                            "constants": [],
                            "description": "<p>The number of characters to delete. If the sum of offset and count exceeds length then all characters from offset to the end of the data are deleted.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "insertData",
                    "deprecated": false,
                    "description": "<p>Insert a string at the specified offset. Throws an exception if this node is readonly, if offset is negative, or if offset is beyond the data's length.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "offset",
                            "constants": [],
                            "description": "<p>The character offset at which to insert.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "arg",
                            "constants": [],
                            "description": "<p>The string to insert.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "replaceData",
                    "deprecated": false,
                    "description": "<p>Replace the characters starting at the specified offset with the specified string. Throws an exception if this node is readonly, if offset is negative, offset is beyond the data's length, or if count is negative.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "offset",
                            "constants": [],
                            "description": "<p>The offset from which to start replacing.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "count",
                            "constants": [],
                            "description": "<p>The number of characters to replace. If the sum of offset and count exceeds length, then all characters to the end of the data are replaced; (i.e., the effect is the same as a remove method call with the same range, followed by an append method invocation).</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "arg",
                            "constants": [],
                            "description": "<p>The string with which the range must be replaced.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "substringData",
                    "deprecated": false,
                    "description": "<p>Extracts a range of data from the node. Throws an exception if offset is negative, offset is beyond the data's length, or if count is negative.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "offset",
                            "constants": [],
                            "description": "<p>Start offset of substring to extract.</p>",
                            "type": "Number",
                            "usage": "required"
                        },
                        {
                            "name": "count",
                            "constants": [],
                            "description": "<p>The number of characters units to extract.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "<p>The specified substring. If the sum of offset and count exceeds the length, then all 16-bit units to the end of the data are returned.</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "splitText",
                    "deprecated": false,
                    "description": "<p>Breaks this node into two nodes at the specified by offset, and returns a new node of the same type, which contains all the content at and after the offset point. Throws an exception if the specified offset is negative or if this node is read only.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "offset",
                            "constants": [],
                            "description": "<p>The offset at which to split, starting from 0.</p>",
                            "type": "Number",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.Text",
                            "description": "<p>The new node, of the same type as this node</p>",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.XML.Text.bubbleParent\">Titanium.XML.Text.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.XML.Text.bubbleParent\">Titanium.XML.Text.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.XML.Text.bubbleParent\">Titanium.XML.Text.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.XML.Text.bubbleParent\">Titanium.XML.Text.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.XML.Text.apiName\">Titanium.XML.Text.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.XML.Text.apiName\">Titanium.XML.Text.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.XML.Text.lifecycleContainer\">Titanium.XML.Text.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.XML.Text.lifecycleContainer\">Titanium.XML.Text.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.XML.Text.lifecycleContainer\">Titanium.XML.Text.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.XML.Text.lifecycleContainer\">Titanium.XML.Text.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "getAttributes",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.XML.Text.attributes\">Titanium.XML.Text.attributes</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.XML.Text.attributes\">Titanium.XML.Text.attributes</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.NamedNodeMap",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getData",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.XML.Text.data\">Titanium.XML.Text.data</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.XML.Text.data\">Titanium.XML.Text.data</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setData",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.XML.Text.data\">Titanium.XML.Text.data</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.XML.Text.data\">Titanium.XML.Text.data</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "data",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLength",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.XML.Text.length\">Titanium.XML.Text.length</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.XML.Text.length\">Titanium.XML.Text.length</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Number",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.XML.CharacterData",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "ELEMENT_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify an\n<a href=\"Titanium.XML.Element\">Element</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ATTRIBUTE_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify an\n<a href=\"Titanium.XML.Attr\">Attr</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "TEXT_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify a\n<a href=\"Titanium.XML.Text\">Text</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "CDATA_SECTION_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify a\n<a href=\"Titanium.XML.CDATASection\">CDATASection</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ENTITY_REFERENCE_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify an\n<a href=\"Titanium.XML.EntityReference\">EntityReference</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ENTITY_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify an\n<a href=\"Titanium.XML.Entity\">Entity</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "PROCESSING_INSTRUCTION_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify a\n<a href=\"Titanium.XML.ProcessingInstruction\">ProcessingInstruction</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "COMMENT_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify a\n<a href=\"Titanium.XML.Comment\">Comment</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "DOCUMENT_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify a\n<a href=\"Titanium.XML.Document\">Document</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "DOCUMENT_TYPE_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify a\n<a href=\"Titanium.XML.DocumentType\">DocumentType</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "DOCUMENT_FRAGMENT_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify a\n<a href=\"Titanium.XML.DocumentFragment\">DocumentFragment</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "NOTATION_NODE",
                    "deprecated": false,
                    "description": "<p>Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify a\n<a href=\"Titanium.XML.Notation\">Notation</a> node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "nodeName",
                    "deprecated": false,
                    "description": "<p>Name of this node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "nodeValue",
                    "deprecated": false,
                    "description": "<p>Content (value) of this node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "textContent",
                    "deprecated": false,
                    "description": "<p>Content (value) of all text nodes within this node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "text",
                    "deprecated": true,
                    "description": "<p>Content (value) of all text nodes within this node.\n<strong>Deprecated since 2.0.0. Use <a href=\"Titanium.XML.Node.textContent\">Titanium.XML.Node.textContent</a> instead.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "nodeType",
                    "deprecated": false,
                    "description": "<p>This node's type. One of <code>ELEMENT_NODE</code>, <code>ATTRIBUTE_NODE</code>, <code>TEXT_NODE</code>, <code>CDATA_SECTION_NODE</code>,\n<code>ENTITY_REFERENCE_NODE</code>, <code>ENTITY_NODE</code>, <code>PROCESSING_INSTRUCTION_NODE</code>, <code>COMMENT_NODE</code>,\n<code>DOCUMENT_NODE</code>, <code>DOCUMENT_TYPE_NODE</code>, <code>DOCUMENT_FRAGMENT_NODE</code>, <code>NOTATION_NODE</code>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "parentNode",
                    "deprecated": false,
                    "description": "<p>This node's parent node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Titanium.XML.Node",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "childNodes",
                    "deprecated": false,
                    "description": "<p>A <a href=\"Titanium.XML.NodeList\">Titanium.XML.NodeList</a> of this node's children.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Titanium.XML.NodeList",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "firstChild",
                    "deprecated": false,
                    "description": "<p>This node's first child.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Titanium.XML.Node",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lastChild",
                    "deprecated": false,
                    "description": "<p>This node's last child.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Titanium.XML.Node",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "previousSibling",
                    "deprecated": false,
                    "description": "<p>This node's previous sibling.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Titanium.XML.Node",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "nextSibling",
                    "deprecated": false,
                    "description": "<p>This node's next sibling.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Titanium.XML.Node",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "attributes",
                    "deprecated": false,
                    "description": "<p>A map of this node's attributes.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Titanium.XML.NamedNodeMap",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "ownerDocument",
                    "deprecated": false,
                    "description": "<p>This node's owning document.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Titanium.XML.Document",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "namespaceURI",
                    "deprecated": false,
                    "description": "<p>Namespace URI of this node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "prefix",
                    "deprecated": false,
                    "description": "<p>Namespace prefix of this node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "localName",
                    "deprecated": false,
                    "description": "<p>Local part of the qualified name of this node.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "data",
                    "deprecated": false,
                    "description": "<p>The character data of the node that implements this interface. Throws an exception during setting if this node is readonly.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "length",
                    "deprecated": false,
                    "description": "<p>The number of characters that are available through data and the substringData method. This may have the value zero, i.e., <a href=\"Titanium.XML.CharacterData\">Titanium.XML.CharacterData</a> may be empty.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.XML",
            "description": "<p>The top level XML module.  The XML module is used for parsing and processing XML-based content.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "parseString",
                    "deprecated": false,
                    "description": "<p>Parses an XML string into a <a href=\"Titanium.XML.Document\">Titanium.XML.Document</a> object.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "xml",
                            "constants": [],
                            "description": "<p>XML content as a string.</p>",
                            "type": "String",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.XML.Document",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "serializeToString",
                    "deprecated": false,
                    "description": "<p>Serializes a <a href=\"Titanium.XML.Node\">Node</a> object into a string.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "node",
                            "constants": [],
                            "description": "<p>XML <a href=\"Titanium.XML.Node\">Node</a> to serialize.</p>",
                            "type": "Titanium.XML.Node",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.9"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.9"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.XML.bubbleParent\">Titanium.XML.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.XML.bubbleParent\">Titanium.XML.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.XML.bubbleParent\">Titanium.XML.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.XML.bubbleParent\">Titanium.XML.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.XML.apiName\">Titanium.XML.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.XML.apiName\">Titanium.XML.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.XML.lifecycleContainer\">Titanium.XML.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.XML.lifecycleContainer\">Titanium.XML.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.XML.lifecycleContainer\">Titanium.XML.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.XML.lifecycleContainer\">Titanium.XML.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Module",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "remarks": [
                "<p>The API for this module is based on the W3C DOM specification.</p>\n<p>Android and iOS implement the <a href=\"https://www.w3.org/TR/DOM-Level-2-Core/core.html\">DOM Level 2</a> specification\nwith some non-standard extensions, which are documented in the appropriate places.</p>\n<p>Both iOS and Android lack DTD support.</p>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.9"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.9"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.9"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Titanium.Yahoo",
            "description": "<p>The top level Yahoo module.  The Yahoo module is used for accessing Yahoo related API services. <strong>Removed in 8.0.0. Use the standalone <a href=\"https://github.com/appcelerator-modules/ti.yahoo\">Ti.Yahoo</a> module instead.</strong></p>",
            "deprecated": true,
            "events": [],
            "examples": [],
            "functions": [
                {
                    "name": "addEventListener",
                    "deprecated": false,
                    "description": "<p>Adds the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to invoke when the event is fired.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "removeEventListener",
                    "deprecated": false,
                    "description": "<p>Removes the specified callback as an event listener for the named event.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>Callback function to remove. Must be the same function passed to <code>addEventListener</code>.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "fireEvent",
                    "deprecated": false,
                    "description": "<p>Fires a synthesized event to any registered listeners.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "name",
                            "constants": [],
                            "description": "<p>Name of the event.</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "event",
                            "constants": [],
                            "description": "<p>A dictionary of keys and values to add to the <a href=\"Titanium.Event\">Titanium.Event</a> object sent to the listeners.</p>",
                            "type": "Object",
                            "usage": "optional"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "applyProperties",
                    "deprecated": false,
                    "description": "<p>Applies the properties to the proxy.</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "props",
                            "constants": [],
                            "description": "<p>A dictionary of properties to apply.</p>",
                            "type": "Object",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "yql",
                    "deprecated": false,
                    "description": "<p>invoke a Yahoo YQL query</p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "yql",
                            "constants": [],
                            "description": "<p>the YQL query to execute</p>",
                            "type": "String",
                            "usage": "required"
                        },
                        {
                            "name": "callback",
                            "constants": [],
                            "description": "<p>the function to execute when the query completes.</p>",
                            "type": "Function",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getBubbleParent",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Yahoo.bubbleParent\">Titanium.Yahoo.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Yahoo.bubbleParent\">Titanium.Yahoo.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Boolean",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "setBubbleParent",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Yahoo.bubbleParent\">Titanium.Yahoo.bubbleParent</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Yahoo.bubbleParent\">Titanium.Yahoo.bubbleParent</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "bubbleParent",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Boolean",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getApiName",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Yahoo.apiName\">Titanium.Yahoo.apiName</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Yahoo.apiName\">Titanium.Yahoo.apiName</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "String",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "getLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Gets the value of the <a href=\"Titanium.Yahoo.lifecycleContainer\">Titanium.Yahoo.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Access <a href=\"Titanium.Yahoo.lifecycleContainer\">Titanium.Yahoo.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "Titanium.UI.Window",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                },
                {
                    "name": "setLifecycleContainer",
                    "deprecated": true,
                    "description": "<p>Sets the value of the <a href=\"Titanium.Yahoo.lifecycleContainer\">Titanium.Yahoo.lifecycleContainer</a> property. <strong>Deprecated since 8.0.0. Set the value using <a href=\"Titanium.Yahoo.lifecycleContainer\">Titanium.Yahoo.lifecycleContainer</a> instead.</strong></p>",
                    "examples": [],
                    "exceptions": [],
                    "isClassProperty": true,
                    "isConstructor": false,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "isMethod": true,
                    "parameters": [
                        {
                            "name": "lifecycleContainer",
                            "constants": [],
                            "description": "<p>New value for the property.</p>",
                            "type": "Titanium.UI.Window",
                            "usage": "required"
                        }
                    ],
                    "references": [],
                    "returnTypes": [
                        {
                            "type": "void",
                            "description": "",
                            "constants": []
                        }
                    ],
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "inherits": "Titanium.Module",
            "isInternal": false,
            "properties": [
                {
                    "name": "bubbleParent",
                    "deprecated": false,
                    "description": "<p>Indicates if the proxy will bubble an event to its parent.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.0.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.0.0"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "apiName",
                    "deprecated": false,
                    "description": "<p>The name of the API that this proxy corresponds to.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-only",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.2.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.2.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "lifecycleContainer",
                    "deprecated": false,
                    "description": "<p>The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.6.0"
                        }
                    ],
                    "type": "Titanium.UI.Window",
                    "userAgents": [
                        {
                            "platform": "android"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "YQLResponse",
            "description": "<p>Properties passed to a yql callback to report a success or failure.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "ErrorResponse",
            "isInternal": false,
            "properties": [
                {
                    "name": "success",
                    "deprecated": false,
                    "description": "<p>Indicates if the operation succeeded.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Boolean",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "error",
                    "deprecated": false,
                    "description": "<p>Error message, if any returned.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "code",
                    "deprecated": false,
                    "description": "<p>Error code. Returns 0 if <code>success</code> is <code>true</code>.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "3.1.0"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "3.1.0"
                        }
                    ],
                    "type": "Number",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "message",
                    "deprecated": true,
                    "description": "<p>Error message, if any returned. Use <code>error</code> instead <strong>Deprecated since 3.1.0.</strong></p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "String",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                },
                {
                    "name": "data",
                    "deprecated": false,
                    "description": "<p>The data payload received from the YQL.</p>",
                    "availability": "always",
                    "constants": [],
                    "examples": [],
                    "isClassProperty": true,
                    "isInstanceProperty": false,
                    "isInternal": false,
                    "permission": "read-write",
                    "since": [
                        {
                            "name": "Titanium Mobile SDK - Android",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPhone",
                            "version": "0.8"
                        },
                        {
                            "name": "Titanium Mobile SDK - iPad",
                            "version": "0.8"
                        }
                    ],
                    "type": "Object",
                    "userAgents": [
                        {
                            "platform": "android"
                        },
                        {
                            "platform": "iphone"
                        },
                        {
                            "platform": "ipad"
                        }
                    ]
                }
            ],
            "remarks": [],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        },
        {
            "name": "Dictionary",
            "description": "<p>Plain JavaScript object.</p>",
            "deprecated": false,
            "events": [],
            "examples": [],
            "functions": [],
            "inherits": "Object",
            "isInternal": false,
            "properties": [],
            "remarks": [
                "<p>The type <code>Dictionary</code> is used to describe a plain JavaScript object used to pass a\nset of properties.</p>\n<p>The type <code>Dictionary&lt;</code> <em>Type</em> <code>&gt;</code> is used to describe a dictionary\nwhere the properties correspond to the properties of the named <em>Type</em>. So\n<code>Dictionary&lt;</code> <code>Titanium.UI.Window</code> <code>&gt;</code> refers to a dictionary of <code>Window</code>\nproperties.</p>\n<p>Property dictionaries are used extensively in the Titanium API, especially when\ncreating objects. For example, You can specify the initial properties for\na new window by passing a <code>Dictionary&lt;</code> <code>Titanium.UI.Window</code> <code>&gt;</code> object to the\n<a href=\"Titanium.UI.createWindow\">createWindow</a> method:</p>\n<pre><code>var window = Ti.UI.createWindow({\n    title: &quot;Test&quot;, \n    fullscreen: true, \n    backgroundColor: '#aea'\n});\n</code></pre>"
            ],
            "since": [
                {
                    "name": "Titanium Mobile SDK - Android",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPhone",
                    "version": "0.8"
                },
                {
                    "name": "Titanium Mobile SDK - iPad",
                    "version": "0.8"
                }
            ],
            "userAgents": [
                {
                    "platform": "android"
                },
                {
                    "platform": "iphone"
                },
                {
                    "platform": "ipad"
                }
            ]
        }
    ],
    "aliases": [
        {
            "type": "Titanium",
            "name": "Ti"
        }
    ]
}